Overview
Comment: | Seascale changes -- mainly to new rep format. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a4d55133580051487b97b8ca8ad750f0 |
User & Date: | gawthrop@users.sourceforge.net on 1997-06-29 19:05:51 |
Other Links: | branch diff | manifest | tags |
Context
1997-07-06
| ||
16:20:44 | Initial revision check-in: f65ef2502d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-06-29
| ||
19:05:51 | Seascale changes -- mainly to new rep format. check-in: a4d5513358 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1997-06-27
| ||
12:14:49 | Upped version to 2.4++ check-in: 1b7397e8d0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [42ea69b3d0] to [31b59df962].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ # Revision 1.84 1997/06/13 14:08:23 peterg # Changed default rep.txt # # Revision 1.83 1997/06/13 09:18:28 peterg # Removed all params.m # # Revision 1.82 1997/06/13 08:59:03 peterg | > > > | 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.85 1997/06/27 12:14:49 peterg ## Upped version to 2.4++ ## # Revision 1.84 1997/06/13 14:08:23 peterg # Changed default rep.txt # # Revision 1.83 1997/06/13 09:18:28 peterg # Removed all params.m # # Revision 1.82 1997/06/13 08:59:03 peterg |
︙ | ︙ | |||
330 331 332 333 334 335 336 | shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo | | | 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 | shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo echo 'MTT (Model Transformation Tools) version 2.4++' echo 'This is free software with ABSOLUTELY NO WARRANTY.' echo 'Type `mtt warranty'\' 'for details.' echo fi if [ -z "$1" ]; then echo 'Usage: mtt help -- mtt on-line help' |
︙ | ︙ | |||
800 801 802 803 804 805 806 | #SUMMARY rep report (txt) #SUMMARY rep report (tex) #SUMMARY rep report (view) $1_rep.txt: echo Creating $1_rep.txt ( \ | | | | | | | | 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 | #SUMMARY rep report (txt) #SUMMARY rep report (tex) #SUMMARY rep report (view) $1_rep.txt: echo Creating $1_rep.txt ( \ echo "# Outline report file for system $1 ($1_rep.txt)"; \ cat $MTTPATH/trans/m/rcs_header.txt; \ echo "mtt $1 abg tex"; \ echo "mtt $1 struc tex"; \ echo "mtt $1 dae tex"; \ echo "mtt $1 dm tex"; \ echo "mtt $1 lmfr ps"; \ )> $1_rep.txt #SUMMARY rbg raw bond graph (m) #Raw bond graph: fig file to mfile $1_rbg.m: $1_abg.fig $1_lbl.txt rbg_fig2m $1 $1_cmp.m: $1_rbg.m |
︙ | ︙ | |||
1256 1257 1258 1259 1260 1261 1262 | echo Creating view of $1_$2 $DVIVIEW $1_$2.dvi& #Report generation $1_rep.make: $1_rep.txt $1_args.m rep_txt2make $1 "$mtt_switches" | | < | 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 | echo Creating view of $1_$2 $DVIVIEW $1_$2.dvi& #Report generation $1_rep.make: $1_rep.txt $1_args.m rep_txt2make $1 "$mtt_switches" $1_rep.tex: $1_rep.txt rep_txt2tex $1; #SUMMARY abg Acausal bond graph report (tex) $1_abg.tex: $1_sub.sh abg2tex $1 # Version control system - uses RCS |
︙ | ︙ |