version 1.3, 2003/09/02 03:24:49 |
version 1.4, 2003/11/21 02:10:37 |
|
|
# $OpenXM: OpenXM/src/kan96xx/Kan/Kclass/Makefile,v 1.2 2000/01/16 07:55:45 takayama Exp $ |
# $OpenXM: OpenXM/src/kan96xx/Kan/Kclass/Makefile,v 1.3 2003/09/02 03:24:49 takayama Exp $ |
OpenXM_include=${OpenXM_HOME}/include |
OpenXM_include=${OpenXM_HOME}/include |
all : sample.o rawcmo.o indeterminate.o |
all : sample.o rawcmo.o indeterminate.o tree.o |
|
|
## Change also ../Makefile |
## Change also ../Makefile |
|
|
Line 10 rawcmo.o : ${HEADERS} rawcmo.c |
|
Line 10 rawcmo.o : ${HEADERS} rawcmo.c |
|
${CC} -I${OpenXM_include} ${CFLAGS} -c rawcmo.c |
${CC} -I${OpenXM_include} ${CFLAGS} -c rawcmo.c |
indeterminate.o : ${HEADERS} indeterminate.c |
indeterminate.o : ${HEADERS} indeterminate.c |
${CC} -I${OpenXM_include} ${CFLAGS} -c indeterminate.c |
${CC} -I${OpenXM_include} ${CFLAGS} -c indeterminate.c |
|
tree.o : ${HEADERS} tree.c |
|
${CC} -I${OpenXM_include} ${CFLAGS} -c tree.c |