Overview
Comment:Print message.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: d206e09bb97e144ded8a2b9769cb985d507c3fc8851738824251592c14436a5e
User & Date: geraint@users.sourceforge.net on 2001-02-18 00:10:30
Other Links: branch diff | manifest | tags
Context
2001-02-18
09:18:49
Removed temporary Matrices from mtt_implicit.cc check-in: 0b9c3c56c1 user: geraint@users.sourceforge.net tags: origin/master, trunk
00:10:30
Print message. check-in: d206e09bb9 user: geraint@users.sourceforge.net tags: origin/master, trunk
00:08:21
Simplified. check-in: e472b719de user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/lib/rep/standalone_rep.make from [cd1b8e12fb] to [ae6cb7686f].

34
35
36
37
38
39
40

41
42
43
44
45
46
47
DEFINES   = -DSTANDALONE -DOCTAVE_DEV
endif

all: $(SYS)_standalone.$(LANG)

$(SYS)_standalone.exe: $(SYS)_ode2odes.cc $(SYS)_def.h $(SYS)_sympar.h
	cp $(MTT_LIB)/cc/*.cc .

	$(CXX) *.cc -o $@ $(CXXFLAGS) $(INCLUDES) $(LIBOCTAVE) $(LIBKPATHSEA) $(LIBREADLINE) $(LIBBLAS) $(LIBF2C) $(LIBRARIES)

.PHONY: $(SYS)_standalone.clean

$(SYS)_ode2odes.cc:
	mtt $(MTTFLAGS) $(SYS) ode2odes m








>







34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
DEFINES   = -DSTANDALONE -DOCTAVE_DEV
endif

all: $(SYS)_standalone.$(LANG)

$(SYS)_standalone.exe: $(SYS)_ode2odes.cc $(SYS)_def.h $(SYS)_sympar.h
	cp $(MTT_LIB)/cc/*.cc .
	echo Creating $(SYS)_standalone.exe
	$(CXX) *.cc -o $@ $(CXXFLAGS) $(INCLUDES) $(LIBOCTAVE) $(LIBKPATHSEA) $(LIBREADLINE) $(LIBBLAS) $(LIBF2C) $(LIBRARIES)

.PHONY: $(SYS)_standalone.clean

$(SYS)_ode2odes.cc:
	mtt $(MTTFLAGS) $(SYS) ode2odes m


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