summaryrefslogtreecommitdiff
path: root/tiff/tools/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'tiff/tools/Jamfile')
-rw-r--r--tiff/tools/Jamfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/tiff/tools/Jamfile b/tiff/tools/Jamfile
new file mode 100644
index 0000000..99f1307
--- /dev/null
+++ b/tiff/tools/Jamfile
@@ -0,0 +1,20 @@
+
+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 ;