Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.knr
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/3rdparty/libpng/scripts/makefile.knr
r2 r561 1 1 # makefile for libpng 2 # Copyright (C) 2002 Glenn Randers-Pehrson2 # Copyright (C) 2002, 2006, 2009 Glenn Randers-Pehrson 3 3 # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. 4 # For conditions of distribution and use, see copyright notice in png.h 4 5 # This code is released under the libpng license. 6 # For conditions of distribution and use, see the disclaimer 7 # and license in png.h 5 8 6 9 # This makefile requires the file ansi2knr.c, which you can get … … 59 62 ./pngtest 60 63 61 install: libpng.a 64 install: libpng.a png.h pngconf.h 62 65 -@mkdir $(DESTDIR)$(INCPATH) 63 66 -@mkdir $(DESTDIR)$(INCPATH)/libpng … … 93 96 pngrtran.o: png.h pngconf.h 94 97 pngrutil.o: png.h pngconf.h 95 pngtest.o: png.h pngconf.h96 98 pngtrans.o: png.h pngconf.h 97 99 pngwrite.o: png.h pngconf.h 98 100 pngwtran.o: png.h pngconf.h 99 101 pngwutil.o: png.h pngconf.h 102 103 pngtest.o: png.h pngconf.h
Note:
See TracChangeset
for help on using the changeset viewer.