=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/Makefile.in,v retrieving revision 1.8 retrieving revision 1.11 diff -u -p -r1.8 -r1.11 --- OpenXM/src/ox_math/Makefile.in 2000/12/03 21:46:52 1.8 +++ OpenXM/src/ox_math/Makefile.in 2003/01/12 03:16:38 1.11 @@ -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.10 2003/01/11 12:39:11 ohara Exp $ OpenXM_HOME=../.. @@ -20,6 +20,12 @@ BINARIES = ox_math math2ox INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ +.SUFFIXES: .tm .c + +.tm.c: + -rm -f $@ + ${MPREP} $? > $@ + all: ${BINARIES} serv1.o sm.o sm_ext.o mlo.o: sm.h @@ -29,10 +35,6 @@ ox_math: serv1.o sm.o sm_ext.o mlo.o math2ox: math2ox.o math2.o mlo.o sm.o sm_ext.o ${CC} ${CFLAGS} ${STATIC_LINK_FLAGS} -o $@ math2ox.o math2.o sm.o sm_ext.o mlo.o ${LIBS} - -math2.c: math2.tm - -rm -f $@ - ${MPREP} $? > $@ install: install-binary install-document