Artifact e302751500653ca24e0ec4349ac163dc20cf393fe9d1597f124c64a479043978:
- File
mttroot/mtt/lib/rep/gnuplot_rep.make
— part of check-in
[c084ef2080]
at
2002-12-12 17:18:43
on branch origin/master
— Fixed [ 647664 ] Namespace clash: LANG
Prepended MTT_ to SYS, OPTS and LANG environment variables. (user: geraint@users.sourceforge.net, size: 489) [annotate] [blame] [check-ins using] [more...]
# -*-makefile-*- # create a gnuplot input file MTTFLAGS = $(MTT_OPTS) all: $(MTT_SYS)_gnuplot.$(MTT_LANG) $(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 & $(MTT_SYS)_gnuplot.wish: $(MTT_SYS)_struc.txt $(MTTPATH)/trans/struc2gnuplot_txt2wish $(MTT_SYS) $(MTT_SYS)_struc.txt: mtt $(MTTFLAGS) $(MTT_SYS) struc txt