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: 497d318d0a88b8395bf6870bc560afa145b21806a8fd8a386db50b461977ac44
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: 7a5baa6e15 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: 497d318d0a 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: 288c29bf93 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

.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 $@

%.oct: %.cc
	mkoctfile $<
endif










<
|


|







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




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