Differences From Artifact [2020d7fea5]:
- File mttroot/mtt/lib/rep/sfun_rep/Makefile — part of check-in [eb0321dc23] at 2003-01-24 21:05:30 on branch origin/master — Moved creation time to top of README. (user: geraint@users.sourceforge.net, size: 3757) [annotate] [blame] [check-ins using] [more...]
To Artifact [2744ac7e63]:
- File
mttroot/mtt/lib/rep/sfun_rep/Makefile
— part of check-in
[b0300d5026]
at
2004-02-17 21:57:41
on branch origin/master
— Implemented [ 898902 ] Default sfun_interface
All inputs and outputs are now passed between MTT and Simulink. (user: geraint@users.sourceforge.net, size: 3762) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
96 97 98 99 100 101 102 | cp $^ $@ useful-functions.hh:: ${MTT_CC}/include/useful-functions.hh echo Copying $@ cp $^ $@ %:: | | | 96 97 98 99 100 101 102 103 | cp $^ $@ useful-functions.hh:: ${MTT_CC}/include/useful-functions.hh echo Copying $@ cp $^ $@ %:: mtt -cc -q $(MTT_OPTS) `echo $* | sed 's/\(.*\)_\(.*\)\.\(.*\)/\1 \2 \3/'` |