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: 3d34278a07d7bd5dd483f0f4c35e9c89bef3efc56d162d120cab6f5b136fc353
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: be77369b00 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: 3d34278a07 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: 7aecaeb198 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


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]