Overview
Comment:Print message.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: e80a06d71202156a33d685de93c2b30a403a4c96fb74b88d6ef59b156a332a81
User & Date: geraint@users.sourceforge.net on 2001-02-18 00:10:30.000
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
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


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