version 1.14, 2003/02/04 14:21:17 |
version 1.15, 2003/03/10 10:35:50 |
|
|
# -*- mode: Makefile -*- |
# -*- mode: Makefile -*- |
# $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.13 2003/01/15 05:13:10 ohara Exp $ |
# $OpenXM: OpenXM/src/ox_math/Makefile.in,v 1.14 2003/02/04 14:21:17 ohara Exp $ |
|
|
OpenXM_HOME=../.. |
OpenXM_HOME=../.. |
|
|
Line 27 INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|
Line 27 INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
|
${MPREP} $? > $@ |
${MPREP} $? > $@ |
|
|
all: ${BINARIES} |
all: ${BINARIES} |
|
|
|
math2.o: math2.c |
|
int.o: int.c |
|
|
test1: test1.o mlo.o |
test1: test1.o mlo.o |
${CC} ${CFLAGS} ${STATIC_LINK_FLAGS} -o $@ test1.o mlo.o ${LIBS} |
${CC} ${CFLAGS} ${STATIC_LINK_FLAGS} -o $@ test1.o mlo.o ${LIBS} |