version 1.10, 2003/01/11 12:39:11 |
version 1.12, 2003/01/13 12:04:28 |
|
|
# -*- mode: Makefile -*- |
# -*- mode: Makefile -*- |
# $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.9 2000/12/03 22:09:34 ohara Exp $ |
# $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.11 2003/01/12 03:16:38 ohara Exp $ |
|
|
OpenXM_HOME=../.. |
OpenXM_HOME=../.. |
|
|
Line 36 ox_math: serv1.o sm.o sm_ext.o mlo.o |
|
Line 36 ox_math: serv1.o sm.o sm_ext.o mlo.o |
|
math2ox: math2ox.o math2.o mlo.o sm.o sm_ext.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} |
${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 |
install: install-binary install-document |
|
|
install-document: |
install-document: |
|
|
clean-binary: clean-for-debug |
clean-binary: clean-for-debug |
|
|
clean: |
clean: |
-rm -f *.o *~ math2.c ox_math math2ox |
-rm -f *.o *~ math2.c ${BINARIES} |
|
|
distclean: clean |
distclean: clean |
-rm -f .configure_done configure config.cache config.log config.status Makefile |
-rm -f .configure_done configure config.cache config.log config.status Makefile |