Artifact 85abb71dd700f57d8affd4a7ba6b13d51c69e30c943da87063e283cff0b2ea73:
- File mttroot/mtt/lib/rep/odes_rep.make — part of check-in [5a22228ce6] at 2004-08-11 08:20:59 on branch origin/master — Provides _odes.gnuplot target in the standard 'mtt sys rep lang' format. (user: geraint@users.sourceforge.net, size: 292) [annotate] [blame] [check-ins using] [more...]
# -*-makefile-*- all: ${MTT_SYS}_odes.${MTT_LANG} ${MTT_SYS}_odes.gnuplot: @mtt -q ${MTT_OPT} ${MTT_SYS} gnuplot view ifneq ("${MTT_LANG}","gnuplot") ${MTT_SYS}_odes.${MTT_LANG}: @touch odes_rep.make.ignore @mtt -q ${MTT_OPT} ${MTT_SYS} odes ${MTT_LANG} @rm odes_rep.make.ignore endif