Artifact 0703d3d39e419cb67a702d5d52c862f98e4b7e16c597403b0bdbe033347480f6:
- File mttroot/mtt/lib/rep/sfun_rep/Makefile — part of check-in [e521a22e53] at 2002-05-10 13:47:51 on branch origin/master — *** empty log message *** (user: geraint@users.sourceforge.net, size: 405) [annotate] [blame] [check-ins using] [more...]
#! /usr/bin/make -f
$(SYS)_sfun.mexglx: $(SYS)_sfun.cc $(SYS)_def.h $(SYS)_state.mexglx $(SYS)_ode.mexglx $(SYS)_odeo.mexglx
cp -a $(SYS)_ode.mexglx ..
cp -a $(SYS)_odeo.mexglx ..
cp -a $(SYS)_state.mexglx ..
mex $(SYS)_sfun.cc
$(SYS)_sfun.cc:: ${MTT_REP}/sfun_rep/sfun.cc.tmpl
cat $^ | sed 's/<mtt_model_name>/$(SYS)/g' > $@
%::
mtt -q $(OPTS) `echo $* | sed 's/\(.*\)_\(.*\)\.\(.*\)/\1 \2 \3/'`