Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
hostCompiledSimulation
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
hostCompiledSimulation
Commits
71105773
Commit
71105773
authored
May 23, 2014
by
gaurav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor changes to examples/Makefile
parent
ea226d19
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
Makefile
examples/Makefile
+0
-15
Makefile.new
examples/Makefile.new
+0
-0
No files found.
examples/Makefile
View file @
71105773
...
...
@@ -38,7 +38,6 @@ run_test_all:
$(MAKE)
APPBASEDIR
=
$$
e run_test
;
\
done
ir2c
:
run_ir2c compile_ir2c test_ir2c
ir2c_all
:
...
...
@@ -46,19 +45,6 @@ ir2c_all:
$(MAKE)
APPBASEDIR
=
$$
e ir2c
;
\
done
#As part of running IR2C
#Then extracting the name without extension from filename and
#adding IR.c extension
#run_ir2c: $(SRC)
# $(PY) $(IR2C) $^ >& $(IRDIR)/$(basename $(notdir $^))_IR.c
#run_ir2c:
# for s in $(SRC); \
# do \
# srcFile=`notdir $$s`; \
# irFile=$(basename $$srcFile)_IR.c; \
# $(PY) $(IR2C) $$s >& $(IRDIR)/$$irFile; \
# done
run_ir2c
:
set
-e
;
$
(
foreach s,
$(SRC)
,
$(IR2C)
$(s)
>
$(APPBASEDIR)
/
$(IRDIR)
/
$
(
basename
$
(
notdir
$(s)
))
_IR.c
;
)
set
-e
;
$
(
foreach h,
$(HDR)
,
$(LN)
-f
../
$(APPDIR)
/
$
(
basename
$
(
notdir
$(h)
))
.h
$(APPBASEDIR)
/
$(IRDIR)
/
$
(
basename
$
(
notdir
$(h)
))
.h
;
)
...
...
@@ -96,7 +82,6 @@ compile_hc:
test_hc
:
$(MAKE)
-C
$(APPBASEDIR)
/
$(HC_DIR)
test
#adding - to rm so that errors are ignored
clean_ba
:
@
echo
Cleaning up back annotation
test
...
...
examples/Makefile.new
deleted
100644 → 0
View file @
ea226d19
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment