summaryrefslogtreecommitdiff
path: root/jpeg/Jamfile
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-06 07:14:47 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-06 07:14:47 +0100
commitd479dd1aab1c1cb907932c6595b0ef33523fc797 (patch)
treead7d454b9edaae3d8892d84cd8f8ef5c2697b79b /jpeg/Jamfile
parent9491825ddff7a294d1f49061bae7044e426aeb2e (diff)
Imported Upstream version 1.8.3upstream/1.8.3
Diffstat (limited to 'jpeg/Jamfile')
-rwxr-xr-xjpeg/Jamfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/jpeg/Jamfile b/jpeg/Jamfile
deleted file mode 100755
index 5f9a91c..0000000
--- a/jpeg/Jamfile
+++ /dev/null
@@ -1,26 +0,0 @@
-
-#PREF_CCFLAGS = $(CCOPTFLAG) ; # Turn optimisation on
-PREF_CCFLAGS = $(CCDEBUGFLAG) ; # Debugging flags
-PREF_LINKFLAGS = $(LINKDEBUGFLAG) ;
-
-# Run configure if it seems to be needed
-if $(UNIX) {
- GenFileNND jconfig.h : "(cd $(SUBDIR); chmod +x configure ; ./configure)" : configure ;
-}
-
-# else copy them
-if $(NT) {
- File jconfig.h : jconfig.vc ;
-}
-
-# jpg library
-LIBSRCS = jcapimin.c jcapistd.c jdapimin.c jdapistd.c jcomapi.c jcparam.c jctrans.c
- jdtrans.c jcinit.c jcmaster.c jcmainct.c jcprepct.c jccoefct.c jccolor.c
- jcsample.c jcdctmgr.c jfdctint.c jfdctfst.c jfdctflt.c jchuff.c jcarith.c
- jcmarker.c jdatadst.c jdmaster.c jdinput.c jdmainct.c jdcoefct.c jdpostct.c
- jdmarker.c jdhuff.c jdarith.c jddctmgr.c jidctint.c jidctfst.c jidctflt.c
- jdsample.c jdcolor.c jdmerge.c jquant1.c jquant2.c jdatasrc.c jaricom.c
- jerror.c jmemmgr.c jutils.c jmemmgr.c jmemnobs.c ;
-
-Library libjpeg : $(LIBSRCS) ;
-