Differences From Artifact [3d790a6c3c]:

To Artifact [069699a344]:


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





|




|


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

ifneq ("${MTT_LANG}","gnuplot")
${MTT_SYS}_odeso.${MTT_LANG}:
	@touch odeso_rep.make.ignore
	@mtt -q ${MTT_OPTS} ${MTT_SYS} odeso ${MTT_LANG}
	@rm odeso_rep.make.ignore
endif

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