Overview
Comment:Added #SUMMARY lines for ode2odes.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/merging-ode2odes-exe | trunk
Files: files | file ages | folders
SHA3-256: f52b542e3f622424b82cfe755656efab9eb5c1f6ef8e2e83c3e45b42a2432011
User & Date: geraint@users.sourceforge.net on 2001-03-03 06:50:38
Other Links: branch diff | manifest | tags
Context
2001-03-06
03:48:43
Print additional environment variable for "mtt -p".
MTT_LDFLAGS defaults to " " to avoid installation warning.
check-in: a814d5ebe0 user: geraint@users.sourceforge.net tags: origin/merging-ode2odes-exe, trunk
2001-03-03
06:50:38
Added #SUMMARY lines for ode2odes. check-in: f52b542e3f user: geraint@users.sourceforge.net tags: origin/merging-ode2odes-exe, trunk
00:49:33
Declared functions static to eliminate linker errors due to multiple definitions. check-in: d04076ccfb user: geraint@users.sourceforge.net tags: origin/merging-ode2odes-exe, trunk
Changes

Modified mttroot/mtt/bin/mtt from [f71c4b7805] to [e8d02e781f].

11
12
13
14
15
16
17



18
19
20
21
22
23
24
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27







+
+
+







# Copyright (C) 2000 by Peter J. Gawthrop

###############################################################
## Version control history
###############################################################
## $Header$
## $Log$
## Revision 1.293.2.5  2001/03/03 00:27:14  geraint
## Fixed ar options to work with GNU ar. Allow mtt to create dependencies for mtt_%.cc when making mtt_%.oct.
##
## Revision 1.293.2.4  2001/03/02 00:45:21  geraint
## Separated Euler and Implicit methods in .cc code and dependencies.
##
## Revision 1.293.2.3  2001/03/01 05:05:53  geraint
## Minor revisions.
##
## Revision 1.293.2.2  2001/02/23 03:53:53  geraint
2422
2423
2424
2425
2426
2427
2428




2429
2430
2431
2432
2433
2434
2435
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442







+
+
+
+







	mtt $mtt_switches -q -u $1 ode2odes oct
else
	make_ode2odes $1 m $integration_method
endif

endif

#SUMMARY ode2odes Simulation function (m)
#SUMMARY ode2odes Simulation function (cc)
#SUMMARY ode2odes Simulation function (oct)
#SUMMARY ode2odes Simulation function (exe)
$1_ode2odes.exe: $1_def.h $1_sympar.h\
		 $1_ode2odes.o $1_ode2odes_common.o $1_ode2odes_${integration_method}.o
	echo Creating $1_ode2odes.exe
	${MTT_CXX} ${MTT_CXXFLAGS} -o $1_ode2odes.exe\
	$1_ode2odes.o $1_ode2odes_common.o $1_ode2odes_${integration_method}.o\
	${MTT_LDFLAGS} ${MTT_CXXLIBS}


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