Differences From Artifact [654748f69a]:

To Artifact [e302751500]:


1
2
3
4

5
6

7
8
9
10



11
12
13
14
15
16


17
18
19


20
21
1
2
3

4
5

6
7



8
9
10
11
12
13
14


15
16
17


18
19
20
21



-
+

-
+

-
-
-
+
+
+




-
-
+
+

-
-
+
+


# -*-makefile-*-
# create a gnuplot input file

MTTFLAGS	= $(OPTS)
MTTFLAGS	= $(MTT_OPTS)

all: $(SYS)_gnuplot.$(LANG)
all: $(MTT_SYS)_gnuplot.$(MTT_LANG)

$(SYS)_gnuplot.view: $(SYS)_gnuplot.wish
	mtt $(OPTS) $(SYS) odes dat2
	sh $(SYS)_gnuplot.wish			|\
$(MTT_SYS)_gnuplot.view: $(MTT_SYS)_gnuplot.wish
	mtt $(MTT_OPTS) $(MTT_SYS) odes dat2
	sh $(MTT_SYS)_gnuplot.wish			|\
		tee gnuplot_in.log		|\
		 gnuplot -geometry 400x300	\
		 > gnuplot_out.log 2> gnuplot_err.log &

$(SYS)_gnuplot.wish: $(SYS)_struc.txt
	$(MTTPATH)/trans/struc2gnuplot_txt2wish $(SYS)
$(MTT_SYS)_gnuplot.wish: $(MTT_SYS)_struc.txt
	$(MTTPATH)/trans/struc2gnuplot_txt2wish $(MTT_SYS)

$(SYS)_struc.txt:
	mtt $(MTTFLAGS) $(SYS) struc txt
$(MTT_SYS)_struc.txt:
	mtt $(MTTFLAGS) $(MTT_SYS) struc txt



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