]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - examples/nstvector/Makefile
Nested vectors are implemented, including parser and class nstio.
[Faustine.git] / examples / nstvector / Makefile
diff --git a/examples/nstvector/Makefile b/examples/nstvector/Makefile
new file mode 100644 (file)
index 0000000..4222e5e
--- /dev/null
@@ -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 *~