version 1.1, 1999/10/08 02:12:02 |
version 1.3, 2003/09/02 03:24:49 |
|
|
|
# $OpenXM: OpenXM/src/kan96xx/Kan/Kclass/Makefile,v 1.2 2000/01/16 07:55:45 takayama Exp $ |
|
OpenXM_include=${OpenXM_HOME}/include |
all : sample.o rawcmo.o indeterminate.o |
all : sample.o rawcmo.o indeterminate.o |
|
|
## Change also ../Makekefile |
## Change also ../Makefile |
|
|
sample.o : $(HEADERS) sample.c |
sample.o : ${HEADERS} sample.c |
$(CC) -I$(GMP_HOME2) $(CFLAGS) $(DDD) -c sample.c |
${CC} -I${OpenXM_include} ${CFLAGS} -c sample.c |
rawcmo.o : $(HEADERS) rawcmo.c |
rawcmo.o : ${HEADERS} rawcmo.c |
$(CC) -I$(GMP_HOME2) $(CFLAGS) $(DDD) -c rawcmo.c |
${CC} -I${OpenXM_include} ${CFLAGS} -c rawcmo.c |
indeterminate.o : $(HEADERS) indeterminate.c |
indeterminate.o : ${HEADERS} indeterminate.c |
$(CC) -I$(GMP_HOME2) $(CFLAGS) $(DDD) -c indeterminate.c |
${CC} -I${OpenXM_include} ${CFLAGS} -c indeterminate.c |