Artifact 3950a2d34b1e91b4896f5713f2d4644a85161594df90046428cbe31348d51598:
- File mttroot/mtt/lib/rep/gnuplot_rep.make — part of check-in [6796ef70a0] at 2001-02-06 06:08:34 on branch origin/master — Added gnuplot.txt representation. (user: geraint@users.sourceforge.net, size: 405) [annotate] [blame] [check-ins using] [more...]
# -*-makefile-*- # create a gnuplot input file MTTFLAGS = $(OPTS) all: $(SYS)_gnuplot.$(LANG) $(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