Overview
Comment: | Added gnuplot.txt representation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6796ef70a0ff4a35b9227fc98ea7abd6 |
User & Date: | geraint@users.sourceforge.net on 2001-02-06 06:08:34.000 |
Other Links: | branch diff | manifest | tags |
Context
2001-02-06
| ||
12:40:44 | typo check-in: 2fefd10db6 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
06:08:34 | Added gnuplot.txt representation. check-in: 6796ef70a0 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
04:39:08 | Added _standalone.exe representation. check-in: cfaa1be057 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/cc/Makefile
from [5dcbc26dbe]
to [10f25bc91c].
1 2 3 | .POSIX: | < > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | .POSIX: CC=g++ ifeq (0,1) CFLAGS+=-static OCTAVE_LIBS_PATH=-L/usr/local/lib/octave OCTAVE_LIBRARIES=-loctave -lcruft -lm -lncurses -ldl -lstdc++ -lc -lkpathsea -lreadline -lf2c %.exe: %.cc $(CC) $< $(CFLAGS) $(OCTAVE_LIBS_PATH) $(OCTAVE_LIBRARIES) -o $@ |
︙ | ︙ | |||
43 44 45 46 47 48 49 | $(sys)_def.r: mtt $(sys) def r $(sys)_sympar.txt: mtt $(sys) sympar txt | | > > | 43 44 45 46 47 48 49 50 51 52 | $(sys)_def.r: mtt $(sys) def r $(sys)_sympar.txt: mtt $(sys) sympar txt # struc2gnuplot_txt.exe is used by gnuplot_rep.make to create gnuplot input file. struc2gnuplot_txt.exe: $(MTT_CC)/struc2gnuplot_txt.cc $(CC) -O3 -Wall -ansi -pedantic -DMAIN $(MTT_CC)/struc2gnuplot_txt.cc -o $(MTTPATH)/trans/struc2gnuplot_txt.exe |
Added mttroot/mtt/cc/struc2gnuplot_txt.cc version [e284cf9de2].
Added mttroot/mtt/lib/rep/gnuplot_rep.make version [3950a2d34b].