Artifact 11ce420c16ac4b65e0f13816cfaebf4287fb59cf98820d6773afbb2af8229e6d:
- File mttroot/mtt/lib/rep/odes_rep.make — part of check-in [159048c1b1] at 2004-08-11 23:45:05 on branch origin/master — Fixed options variable name. (user: geraint@users.sourceforge.net, size: 294) [annotate] [blame] [check-ins using] [more...]
# -*-makefile-*- all: ${MTT_SYS}_odes.${MTT_LANG} ${MTT_SYS}_odes.gnuplot: @mtt -q ${MTT_OPTS} ${MTT_SYS} gnuplot view ifneq ("${MTT_LANG}","gnuplot") ${MTT_SYS}_odes.${MTT_LANG}: @touch odes_rep.make.ignore @mtt -q ${MTT_OPTS} ${MTT_SYS} odes ${MTT_LANG} @rm odes_rep.make.ignore endif