If the file is open, there must be an engine.
[qt-netbsd.git] / src / 3rdparty / Makefile
blobc8c9ed19242880d4e3007893ca89e70bf9575834
1 PNGMAK=scripts/makefile.linux
3 all:
4 cd zlib; ./configure; make
5 cd libpng; make -f $(PNGMAK)
7 clean:
8 -cd zlib; make clean
9 -cd libpng; make -f $(PNGMAK) clean