diff options
| author | no_author <no_author@no_author> | 2005-11-08 17:40:41 +0000 |
|---|---|---|
| committer | no_author <no_author@no_author> | 2005-11-08 17:40:41 +0000 |
| commit | 220a21bd01a1fcec4f39a005c496d24f85bbd0dd (patch) | |
| tree | 9969dbf3c0fba0f9c576dbef6bae2336e4a854ad /indexer_JPIP/Makefile | |
| parent | 34a4901b8deedafa18fa433d2b5fe311343457d8 (diff) | |
This commit was manufactured by cvs2svn to create tag 'start'.start
Diffstat (limited to 'indexer_JPIP/Makefile')
| -rw-r--r-- | indexer_JPIP/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
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.* |
