Overview
Comment: | Removed obsolete file struc2gnuplot_txt.cc. trans/struc2gnuplot_txt2wish does a similar job much better. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0f30a7073b10bf48083f3ebdd21a0d62 |
User & Date: | geraint@users.sourceforge.net on 2002-04-27 09:27:18 |
Other Links: | branch diff | manifest | tags |
Context
2002-04-27
| ||
10:10:43 | Removed cruft from Makefile (pre -cc code). check-in: 02f75934cc user: geraint@users.sourceforge.net tags: origin/master, trunk | |
09:27:18 |
Removed obsolete file struc2gnuplot_txt.cc. trans/struc2gnuplot_txt2wish does a similar job much better. check-in: 0f30a7073b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:23:40 |
Makefile -- initial version.
usage: [DESTDIR=/prefix/path] make install install-doc | |
Changes
Modified mttroot/mtt/cc/Makefile from [873ef71cfa] to [fef01bbbdc].
1 2 3 4 5 6 7 | .POSIX: CC=g++ ifeq (0,1) CFLAGS+=-static | < | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | .POSIX: CC=g++ ifeq (0,1) CFLAGS+=-static OCTAVE_LIBRARIES=-loctave -lcruft -lm -lncurses -ldl -lstdc++ -lc -lkpathsea -lreadline -lg2c %.exe: %.cc $(CC) $< $(CFLAGS) $(OCTAVE_LIBRARIES) -o $@ %.oct: %.cc mkoctfile $< endif |
︙ | ︙ |
Deleted mttroot/mtt/cc/struc2gnuplot_txt.cc version [6bc7a67f34].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |