projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of https://scm.cri.ensmp.fr/git/Faustine
[Faustine.git]
/
examples
/
primitives
/
Makefile
diff --git
a/examples/primitives/Makefile
b/examples/primitives/Makefile
index
fb73fc3
..
7494e85
100644
(file)
--- a/
examples/primitives/Makefile
+++ b/
examples/primitives/Makefile
@@
-2,14
+2,12
@@
EXAMPLE = primitives
SRC = $(EXAMPLE).dsp
SAMPLES = 30
SRC = $(EXAMPLE).dsp
SAMPLES = 30
-BASENAME = output
-FORMAT = csv
-CSVOUT = $(BASENAME)1.$(FORMAT)
+FILEOUT = primitives.csv
-all: $(
CSV
OUT)
+all: $(
FILE
OUT)
-$(
CSV
OUT): $(SRC)
- faustine -f $(SRC) -l $(SAMPLES)
--oformat $(FORMAT) --obasename $(BASENAME)
+$(
FILE
OUT): $(SRC)
+ faustine -f $(SRC) -l $(SAMPLES)
1> $@ 2> toto.txt
clean::
clean::
- rm -f gmon.out
output*
+ rm -f gmon.out
$(FILEOUT)