source: trunk/src/3rdparty/Makefile@ 273

Last change on this file since 273 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 161 bytes
Line 
1PNGMAK=scripts/makefile.linux
2
3all:
4 cd zlib; ./configure; make
5 cd libpng; make -f $(PNGMAK)
6
7clean:
8 -cd zlib; make clean
9 -cd libpng; make -f $(PNGMAK) clean
Note: See TracBrowser for help on using the repository browser.