libpng and jpeg: build against optional packages.

* added optional feature package for libpng 1.5.12 gcc4/gcc2 x86 and ppc
* drop libpng sources and headers from the tree.
* added optional feature package for jpeg 8d gcc4/gcc2 x86 and ppc
* drop jpeg sources and headers from the tree.
This commit is contained in:
Jérôme Duval
2012-08-27 22:03:18 +02:00
parent 713945cecb
commit 61cb4d8c6d
89 changed files with 127 additions and 59021 deletions
+6 -2
View File
@@ -1,7 +1,11 @@
SubDir HAIKU_TOP src tools translation pnginfo ;
UseLibraryHeaders zlib ;
UseLibraryHeaders png ;
UseHeaders $(HAIKU_LIBPNG_HEADERS) : true ;
BinCommand pnginfo : pnginfo.cpp : be libpng.a libz.a $(TARGET_LIBSUPC++) ;
Includes [ FGristFiles pnginfo.cpp ]
: $(HAIKU_LIBPNG_HEADERS_DEPENDENCY) ;
BinCommand pnginfo : pnginfo.cpp : be $(HAIKU_LIBPNG_LIB) libz.a
$(TARGET_LIBSUPC++) ;