Differences From Artifact [cd1b8e12fb]:
- File mttroot/mtt/lib/rep/standalone_rep.make — part of check-in [2b317a41b7] at 2001-02-14 06:06:34 on branch origin/master — Removed octave_value_list wrappers from standalone.exe - speed improvements (user: geraint@users.sourceforge.net, size: 1420) [annotate] [blame] [check-ins using] [more...]
To Artifact [ae6cb7686f]:
- File mttroot/mtt/lib/rep/standalone_rep.make — part of check-in [e80a06d712] at 2001-02-18 00:10:30 on branch origin/master — Print message. (user: geraint@users.sourceforge.net, size: 1457) [annotate] [blame] [check-ins using] [more...]
︙ | |||
34 35 36 37 38 39 40 41 42 43 44 45 46 47 | 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 |
︙ |