summaryrefslogtreecommitdiff
path: root/tiff/tools/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'tiff/tools/Jamfile')
-rwxr-xr-xtiff/tools/Jamfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/tiff/tools/Jamfile b/tiff/tools/Jamfile
deleted file mode 100755
index 99f1307..0000000
--- a/tiff/tools/Jamfile
+++ /dev/null
@@ -1,20 +0,0 @@
-
-PREF_CCFLAGS += $(CCOPTFLAG) ; # Turn optimisation on
-#PREF_CCFLAGS += $(CCDEBUGFLAG) ; # Debugging flags
-PREF_LINKFLAGS += $(LINKDEBUGFLAG) ;
-
-HDRS = .. ../libtiff ;
-
-LINKLIBS = ../libtiff ../libport ../$(JPEGLIB) ;
-
-Main tiffcp : tiffcp.c ;
-
-Main tiff2bw : tiff2bw.c ;
-
-Main tiffset : tiffset.c ;
-
-Main tiffdump : tiffdump.c ;
-
-Main tiffinfo : tiffinfo.c ;
-
-Main tiffsplit : tiffsplit.c ;