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: bda73f83ef6c0bd0c441ca6a151dc81fae04770d844bb240c0aab0e9f36216d5
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: c364bd4af8 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: bda73f83ef user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-08-11
23:45:05
Fixed options variable name. check-in: 159048c1b1 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 ]