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 *~