X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/1059e1cc0c2ecfa237406949aa26155b6a5b9154..e3449439410ee92986e5ef95fc933813dfa6c67b:/examples/primitives/Makefile diff --git a/examples/primitives/Makefile b/examples/primitives/Makefile index b392c2b..7494e85 100644 --- a/examples/primitives/Makefile +++ b/examples/primitives/Makefile @@ -2,14 +2,12 @@ EXAMPLE = primitives SRC = $(EXAMPLE).dsp SAMPLES = 30 -BASENAME = output -FORMAT = csv -CSVOUT = $(BASENAME)1.$(FORMAT) +FILEOUT = primitives.csv -all: $(CSVOUT) +all: $(FILEOUT) -$(CSVOUT): $(SRC) - faustine -d $(SRC) -t $(SAMPLES) --oformat $(FORMAT) --obasename $(BASENAME) +$(FILEOUT): $(SRC) + faustine -f $(SRC) -l $(SAMPLES) 1> $@ 2> toto.txt clean:: - rm -f gmon.out output* + rm -f gmon.out $(FILEOUT)