Annotation of OpenXM/src/kan96xx/Kan/Kclass/Makefile, Revision 1.2
1.2 ! takayama 1: # $OpenXM$
1.1 maekawa 2: all : sample.o rawcmo.o indeterminate.o
3:
4: ## Change also ../Makekefile
5:
6: sample.o : $(HEADERS) sample.c
7: $(CC) -I$(GMP_HOME2) $(CFLAGS) $(DDD) -c sample.c
8: rawcmo.o : $(HEADERS) rawcmo.c
9: $(CC) -I$(GMP_HOME2) $(CFLAGS) $(DDD) -c rawcmo.c
10: indeterminate.o : $(HEADERS) indeterminate.c
11: $(CC) -I$(GMP_HOME2) $(CFLAGS) $(DDD) -c indeterminate.c
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>