X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/blobdiff_plain/50baab1849bddf73ee88b54f52b28060de1ce289..02c1ef905d2101df872ccccccb2e4c7c0a508571:/examples/nstvector/Makefile diff --git a/examples/nstvector/Makefile b/examples/nstvector/Makefile new file mode 100644 index 0000000..4222e5e --- /dev/null +++ b/examples/nstvector/Makefile @@ -0,0 +1,14 @@ +SRC = nstvector.dsp +LINES = 100000 + +BASENAME = $(SRC:.dsp=) +FORMAT = nst +FILEOUT = $(BASENAME).$(FORMAT) + +all: .nst + +.nst: $(SRC) + faustine -f $< -l $(LINES) --oformat $(FORMAT) --obasename $(BASENAME) < nstvector1.csv + +clean: + rm -f gmon.out *.nst *~