summaryrefslogtreecommitdiff
path: root/indexer_JPIP/Makefile
diff options
context:
space:
mode:
authorno_author <no_author@no_author>2004-02-17 16:33:43 +0000
committerno_author <no_author@no_author>2004-02-17 16:33:43 +0000
commit650f1910d74d8453bcad055651e270c9a18b1e3e (patch)
tree898e698eee2681be088ec5967847ac022b435217 /indexer_JPIP/Makefile
parente798d3f348e4b188c290cdf87116a3aa56cda37f (diff)
This commit was manufactured by cvs2svn to create branch 'j2kviewer'.j2kviewer
Diffstat (limited to 'indexer_JPIP/Makefile')
-rw-r--r--indexer_JPIP/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/indexer_JPIP/Makefile b/indexer_JPIP/Makefile
deleted file mode 100644
index 40c049ea..00000000
--- a/indexer_JPIP/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-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.*