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