Overview
Comment:Removed obsolete file struc2gnuplot_txt.cc.
trans/struc2gnuplot_txt2wish does a similar job much better.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 0f30a7073b10bf48083f3ebdd21a0d62bc02a805a44540ba7eb8c12ad817ede2
User & Date: geraint@users.sourceforge.net on 2002-04-27 09:27:18.000
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
export PATH=$PATH:$DESTDIR/usr/bin
edit $DESTDIR/etc/mtt.conf if required check-in: c8773843ac user: geraint@users.sourceforge.net tags: origin/master, trunk

Changes
1
2
3
4
5
6
7
8
9

10
11
12

13
14
15
16
17
18
19
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_LIBS_PATH=-L/usr/local/lib/octave
OCTAVE_LIBRARIES=-loctave -lcruft -lm -lncurses -ldl -lstdc++ -lc -lkpathsea -lreadline -lf2c
OCTAVE_LIBRARIES=-loctave -lcruft -lm -lncurses -ldl -lstdc++ -lc -lkpathsea -lreadline -lg2c

%.exe: %.cc
	$(CC) $< $(CFLAGS) $(OCTAVE_LIBS_PATH) $(OCTAVE_LIBRARIES) -o $@
	$(CC) $< $(CFLAGS) $(OCTAVE_LIBRARIES) -o $@

%.oct: %.cc
	mkoctfile $<
endif




MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]