Artifact 3d790a6c3c7eb6d00a495e3ecd6ff48e5953158912d4ec32060e62ab8bcd683e:
- File mttroot/mtt/lib/rep/odeso_rep.make — part of check-in [b86f371698] at 2004-08-11 08:21:49 on branch origin/master — Provides _odeso.gnuplot in the standard 'mtt sys rep lang' format. (user: geraint@users.sourceforge.net, size: 298) [annotate] [blame] [check-ins using] [more...]
# -*-makefile-*- all: ${MTT_SYS}_odeso.${MTT_LANG} ${MTT_SYS}_odeso.gnuplot: @mtt -q ${MTT_OPT} ${MTT_SYS} gnuplot view ifneq ("${MTT_LANG}","gnuplot") ${MTT_SYS}_odeso.${MTT_LANG}: @touch odeso_rep.make.ignore @mtt -q ${MTT_OPT} ${MTT_SYS} odeso ${MTT_LANG} @rm odeso_rep.make.ignore endif