summaryrefslogtreecommitdiff
path: root/png/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 /png/Jamfile
parent9491825ddff7a294d1f49061bae7044e426aeb2e (diff)
Imported Upstream version 1.8.3upstream/1.8.3
Diffstat (limited to 'png/Jamfile')
-rwxr-xr-xpng/Jamfile32
1 files changed, 0 insertions, 32 deletions
diff --git a/png/Jamfile b/png/Jamfile
deleted file mode 100755
index def7495..0000000
--- a/png/Jamfile
+++ /dev/null
@@ -1,32 +0,0 @@
-
-#PREF_CCFLAGS = $(CCOPTFLAG) ; # Turn optimisation on
-PREF_CCFLAGS = $(CCDEBUGFLAG) ; # Debugging flags
-PREF_LINKFLAGS = $(LINKDEBUGFLAG) ;
-
-Libraries = libpng ;
-Executables = ;
-Headers = png.h ;
-
-HDRS = $(ZINC) ;
-
-# png library
-LIBSRCS =
- png.c
- pngerror.c
- pngget.c
- pngmem.c
- pngpread.c
- pngread.c
- pngrio.c
- pngrtran.c
- pngrutil.c
- pngset.c
- pngtrans.c
- pngwio.c
- pngwrite.c
- pngwtran.c
- pngwutil.c
- ;
-
-Library libpng : $(LIBSRCS) ;
-