X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/dbded051d69cc5ba556884eb285feba032e09d29..c55d1f23d06e85b0e21cdf5cbc5c8efb6ac3bc1a:/examples/primitives/Makefile diff --git a/examples/primitives/Makefile b/examples/primitives/Makefile index 80d4dbd..fb73fc3 100644 --- a/examples/primitives/Makefile +++ b/examples/primitives/Makefile @@ -2,10 +2,14 @@ EXAMPLE = primitives SRC = $(EXAMPLE).dsp SAMPLES = 30 -all: clean $(EXAMPLE) +BASENAME = output +FORMAT = csv +CSVOUT = $(BASENAME)1.$(FORMAT) -$(EXAMPLE): $(SRC) - faustine -d $(SRC) -t $(SAMPLES) --oformat csv +all: $(CSVOUT) + +$(CSVOUT): $(SRC) + faustine -f $(SRC) -l $(SAMPLES) --oformat $(FORMAT) --obasename $(BASENAME) clean:: rm -f gmon.out output*