summaryrefslogtreecommitdiff
path: root/png/Jamfile
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-02 10:09:28 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-02 10:09:28 +0200
commitda4a717ddcd6ba5b5b0819aabbe49fcd5f77ae4d (patch)
tree86a75831be5de12584225fdd94bec47a73a455a8 /png/Jamfile
parent63128e407a6ee7afd31e013dc55d5dcbfab0f6a9 (diff)
remove unused sources
Diffstat (limited to 'png/Jamfile')
-rw-r--r--png/Jamfile32
1 files changed, 0 insertions, 32 deletions
diff --git a/png/Jamfile b/png/Jamfile
deleted file mode 100644
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) ;
-