=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/Makefile.in,v retrieving revision 1.8 retrieving revision 1.10 diff -u -p -r1.8 -r1.10 --- OpenXM/src/ox_math/Makefile.in 2000/12/03 21:46:52 1.8 +++ OpenXM/src/ox_math/Makefile.in 2003/01/11 12:39:11 1.10 @@ -1,5 +1,5 @@ # -*- mode: Makefile -*- -# $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.7 2000/03/15 14:16:38 ohara Exp $ +# $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.9 2000/12/03 22:09:34 ohara Exp $ OpenXM_HOME=../.. @@ -19,6 +19,12 @@ STATIC_LINK_FLAGS = @static_link_flags@ BINARIES = ox_math math2ox INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ + +.SUFFIXES: .tm .c + +.tm.c: + -rm -f $@ + ${MPREP} $? > $@ all: ${BINARIES}