From 7689959c15b44f77d6b6905cf3788ecffc2f3d0c Mon Sep 17 00:00:00 2001 From: no_author Date: Thu, 27 Nov 2003 14:55:16 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'UCL'. --- indexer_JPIP/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 indexer_JPIP/Makefile (limited to 'indexer_JPIP/Makefile') diff --git a/indexer_JPIP/Makefile b/indexer_JPIP/Makefile new file mode 100644 index 00000000..40c049ea --- /dev/null +++ b/indexer_JPIP/Makefile @@ -0,0 +1,23 @@ +CC = gcc + +LDFLAGS = -lm +CFLAGS = -Wall + +all: index_create + + +bio.o : bio.c bio.h +cio.o : cio.c cio.h +int.o : int.c +pi.o : pi.c pi.h int.h +index_create.o : index_create.c j2k.h cio.h tcd.h int.h +t2.o : t2.c t2.h tcd.h bio.h j2k.h pi.h tgt.h int.h cio.h +tgt.o : tgt.c bio.h tgt.h +tcd.o : tcd.c tcd.h t2.h int.h +jpip.o : jpip.c j2k.h cio.h tcd.h int.h +jp2.o : jp2.c j2k.h cio.h tcd.h int.h + +index_create : bio.o cio.o int.o pi.o t2.o tgt.o tcd.o index_create.o jpip.o jp2.o + +clean: + rm -rf *.o *.*~ *~ core.* -- cgit v1.2.3