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: |
e80a06d71202156a33d685de93c2b30a |
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: 2a56f89412 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:10:30 | Print message. check-in: e80a06d712 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
00:08:21 | Simplified. check-in: bb7af62f84 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 |
︙ | ︙ |