# Last edited on 2012-12-15 11:54:47 by stolfilocal PROG = blimpulse PROGDIR := .. include ${STOLFIHOME}/programs/c/GENERIC-PROGS-TEST.make .PHONY:: do-test all: do-test show-pulse NT := 0065 NS := 0033 TYPE := 0 PREFIX := out/ot-${NT}-${NS}-${TYPE} do-test: ${PREFIX}-pulse.dat ${PREFIX}-pulse.dat: ${PROGDIR}/${PROG} Makefile time ${PROGDIR}/${PROG} ${NT} ${NS} ${TYPE} show-pulse: \ ${PREFIX}-pulse.dat ${PREFIX}-spectrum.dat \ plot-pulse.sh plot-spectrum.sh plot-log-spectrum.sh ( plot-pulse.sh ${PREFIX}-pulse.dat & ) ; \ ( plot-spectrum.sh ${PREFIX}-spectrum.dat & ) ; \ plot-log-spectrum.sh ${PREFIX}-spectrum.dat