From: <par...@us...> - 2012-02-22 19:21:15
|
Revision: 9660 http://octave.svn.sourceforge.net/octave/?rev=9660&view=rev Author: paramaniac Date: 2012-02-22 19:21:08 +0000 (Wed, 22 Feb 2012) Log Message: ----------- control: touch up makefiles Modified Paths: -------------- trunk/octave-forge/main/control/devel/makefile_chol.m trunk/octave-forge/main/control/devel/makefile_conversions.m Modified: trunk/octave-forge/main/control/devel/makefile_chol.m =================================================================== --- trunk/octave-forge/main/control/devel/makefile_chol.m 2012-02-22 19:13:32 UTC (rev 9659) +++ trunk/octave-forge/main/control/devel/makefile_chol.m 2012-02-22 19:21:08 UTC (rev 9660) @@ -12,7 +12,14 @@ cd (srcdir); system ("rm -rf *.o slsb03od.oct slsg03bd.oct"); -system ("make slsb03od.oct slsg03bd.oct") +system ("make slsb03od.oct slsg03bd.oct"); system ("rm -rf *.o"); cd (homedir); + +%{ +system ("rm -rf *.o "); +system ("make "); + +system ("rm -rf *.o"); +%} \ No newline at end of file Modified: trunk/octave-forge/main/control/devel/makefile_conversions.m =================================================================== --- trunk/octave-forge/main/control/devel/makefile_conversions.m 2012-02-22 19:13:32 UTC (rev 9659) +++ trunk/octave-forge/main/control/devel/makefile_conversions.m 2012-02-22 19:21:08 UTC (rev 9660) @@ -12,25 +12,13 @@ cd (srcdir); ## state-space to transfer function -mkoctfile sltb04bd.cc \ - TB04BD.f MC01PY.f TB01ID.f TB01ZD.f MC01PD.f \ - TB04BX.f MA02AD.f MB02RD.f MB01PD.f MB02SD.f \ - MB01QD.f \ - "$(mkoctfile -p LAPACK_LIBS)" \ - "$(mkoctfile -p BLAS_LIBS)" ## descriptor to regular state-space -mkoctfile slsb10jd.cc \ - SB10JD.f \ - "$(mkoctfile -p LAPACK_LIBS)" \ - "$(mkoctfile -p BLAS_LIBS)" ## transfer function to state-space -mkoctfile sltd04ad.cc \ - TD04AD.f TD03AY.f TB01PD.f TB01XD.f AB07MD.f \ - TB01UD.f TB01ID.f MB01PD.f MB03OY.f MB01QD.f \ - "$(mkoctfile -p LAPACK_LIBS)" \ - "$(mkoctfile -p BLAS_LIBS)" -system ("rm *.o"); +system ("rm -rf *.o sltb04bd.oct slsb10jd.oct sltd04ad.oct"); +system ("make sltb04bd.oct slsb10jd.oct sltd04ad.oct"); + +system ("rm -rf *.o"); cd (homedir); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |