Overview
Comment: | Changed $cc to $CC |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
83cdcba16558a83313f4b8ce55992cae |
User & Date: | gawthrop@users.sourceforge.net on 1997-12-04 10:44:33 |
Other Links: | branch diff | manifest | tags |
Context
1997-12-04
| ||
10:47:39 | Initial revision check-in: 4eaff637f9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:44:33 | Changed $cc to $CC check-in: 83cdcba165 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:41:49 | Added -p argument to print environment variables check-in: 467836a7ef user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [f526f1925e] to [c7e43e5895].
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | + + + | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.96 1997/12/04 10:40:26 peterg ## Added -p switch - print enviromment variables ## ## Revision 1.95 1997/12/04 10:05:02 peterg ## Compiler now symbolocic $cc ## # Revision 1.94 1997/11/20 11:23:16 peterg # Changed gcc to cc # ## Revision 1.93 1997/09/18 16:57:28 peterg |
︙ | |||
1159 1160 1161 1162 1163 1164 1165 | 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 | - + - + | ifeq ($computation,c) $1_odes.m: $1_odes.c $1_ode.c $1_numpar.c $1_odes.h\ $1_sympar.c $1_sympar.h\ $1_numpar.c $1_input.c sign.c echo Creating $1_odes.m echo Creating $1_odeso.m echo 'Compiling ...' |
︙ |