Overview
Comment:Removed: interferes with make dependencies for odes.dat2
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: cbd06f68880dd86b2785c698f640bff6ea48360e72ad95333d59db77ffc6f12f
User & Date: geraint@users.sourceforge.net on 2004-08-12 12:28:03
Other Links: branch diff | manifest | tags
Context
2004-08-13
00:14:03
Fixed interpretation of causal assignment on bonds. check-in: 4c94ad62f0 user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-08-12
12:28:03
Removed: interferes with make dependencies for odes.dat2 check-in: cbd06f6888 user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-08-11
23:45:05
Fixed options variable name. check-in: 3991c32409 user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Deleted mttroot/mtt/lib/rep/odes_rep.make version [11ce420c16].

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_OPTS} ${MTT_SYS} gnuplot view

ifneq ("${MTT_LANG}","gnuplot")
${MTT_SYS}_odes.${MTT_LANG}:
	@touch odes_rep.make.ignore
	@mtt -q ${MTT_OPTS} ${MTT_SYS} odes ${MTT_LANG}
	@rm odes_rep.make.ignore
endif
<
<
<
<
<
<
<
<
<
<
<
<
<



























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