Overview
Comment: | Provides _odeso.gnuplot in the standard 'mtt sys rep lang' format. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b86f37169895b31c61a5591db5610f86 |
User & Date: | geraint@users.sourceforge.net on 2004-08-11 08:21:49 |
Other Links: | branch diff | manifest | tags |
Context
2004-08-11
| ||
08:24:28 | Replaced "gnuplot view" with "odeso gnuplot" in examples. check-in: 28affc466a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
08:21:49 | Provides _odeso.gnuplot in the standard 'mtt sys rep lang' format. check-in: b86f371698 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
08:20:59 | Provides _odes.gnuplot target in the standard 'mtt sys rep lang' format. check-in: 5a22228ce6 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Added mttroot/mtt/lib/rep/odeso_rep.make version [3d790a6c3c].
> > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # -*-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 |