Overview
Comment:Provides _odes.gnuplot target 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: 7aecaeb198b93842f80cd77d20fefddff36248a26e8162d95b8e4ad7404fd6d1
User & Date: geraint@users.sourceforge.net on 2004-08-11 08:20:59
Other Links: branch diff | manifest | tags
Context
2004-08-11
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
08:18:07
Ignores diy make files if the file ${rep}_rep.make.ignore exists, thus allowing user-defined makefiles to use the default MTT rules for languages which they do not override. See odes_rep.make and odeso_rep.make for an example of its use. check-in: 79cd292a16 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/lib/rep/odes_rep.make version [85abb71dd7].



























>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*-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


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