From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- png/Jamfile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 png/Jamfile (limited to 'png/Jamfile') diff --git a/png/Jamfile b/png/Jamfile new file mode 100644 index 0000000..def7495 --- /dev/null +++ b/png/Jamfile @@ -0,0 +1,32 @@ + +#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) ; + -- cgit v1.2.3