File mttroot/mtt/lib/rep/gnuplot_rep.make artifact 3950a2d34b part of check-in 120c923553
# -*-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