Overview
Comment: | Added CVS info, date and time to README. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8e4c5ad3f248e42fea750d4d9b41ebf1 |
User & Date: | geraint@users.sourceforge.net on 2002-11-11 19:00:58 |
Other Links: | branch diff | manifest | tags |
Context
2002-11-12
| ||
10:27:44 | Added instruction to set include path for compiler. check-in: 9f216f210b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2002-11-11
| ||
19:00:58 | Added CVS info, date and time to README. check-in: 8e4c5ad3f2 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2002-11-07
| ||
04:28:29 | Now has argument - either internal or external check-in: a6516f6f09 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/rep/sfun_rep/Makefile from [9de61fb76d] to [f386a128ec].
︙ | ︙ | |||
44 45 46 47 48 49 50 | echo Creating $@ zip $@ $^ $(SYS).mdl: ${MTT_REP}/sfun_rep/mdl.tmpl echo Creating $@ cat $^ | sed 's/<mtt_model_name>/$(SYS)/g' > $@ | | > > > > > > | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | echo Creating $@ zip $@ $^ $(SYS).mdl: ${MTT_REP}/sfun_rep/mdl.tmpl echo Creating $@ cat $^ | sed 's/<mtt_model_name>/$(SYS)/g' > $@ README:: ${MTT_REP}/sfun_rep/README.tmpl README.CVS echo Creating $@ cat $^ | sed 's/<mtt_model_name>/$(SYS)/g' > $@ rm -f README.CVS README.CVS: echo Getting CVS status cvs status ../$(SYS)_abg.fig > $@ 2>1 date >> $@ $(SYS)_ae.c: $(SYS)_ae.m echo Creating $@ ${MTT_CC}/mtt_m2cc.sh $(SYS) ae c cat $(SYS)_input.c: $(SYS)_input.m echo Creating $@ |
︙ | ︙ |