Overview
Comment:Removed cruft.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 441a80070a46646e1d31788936fcfc523ca518b254794fe23b2266e3eeeb6776
User & Date: geraint@users.sourceforge.net on 2002-12-12 16:00:11
Other Links: branch diff | manifest | tags
Context
2002-12-12
16:07:13
Fix for [ 547513 ]
Re-written to eliminate need for installation.
Single C++ file (cxxsim.cc) handles the entire transformation which is
automatically compiled on invocation by "mtt sys cxxsim view".
check-in: 7a95f8d106 user: geraint@users.sourceforge.net tags: origin/master, trunk
16:00:11
Removed cruft. check-in: 441a80070a user: geraint@users.sourceforge.net tags: origin/master, trunk
2002-12-11
12:41:46
LQ version of linear PPP check-in: d1aa6cd6b1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/rep/gnuplot_rep.make from [7d96bfa81e] to [654748f69a].

11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
		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)

$(SYS)_gnuplot.txt: $(SYS)_struc.txt $(MTTPATH)/trans/struc2gnuplot_txt.exe
	$(MTTPATH)/trans/struc2gnuplot_txt.exe $(SYS) < $(SYS)_struc.txt > $(SYS)_gnuplot.txt

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

$(MTTPATH)/trans/struc2gnuplot_txt.exe:
	make -f $(MTT_CC)/Makefile struc2gnuplot_txt.exe








<
<
<



<
<

11
12
13
14
15
16
17



18
19
20


21
		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)




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





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