Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.gcc
- 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.gcc
r2 r561 1 1 # makefile for libpng using gcc (generic, static library) 2 # Copyright (C) 2008 Glenn Randers-Pehrson 2 3 # Copyright (C) 2000 Cosmin Truta 3 4 # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. 4 # For conditions of distribution and use, see copyright notice in png.h 5 6 # This code is released under the libpng license. 7 # For conditions of distribution and use, see the disclaimer 8 # and license in png.h 5 9 6 10 # Location of the zlib library and include files … … 19 23 CRELEASE = -O2 20 24 LDRELEASE = -s 21 #CFLAGS = -W all $(CDEBUG)22 CFLAGS = -W all $(CRELEASE)25 #CFLAGS = -W -Wall $(CDEBUG) 26 CFLAGS = -W -Wall $(CRELEASE) 23 27 #LDFLAGS = $(LDDEBUG) 24 28 LDFLAGS = $(LDRELEASE) … … 31 35 32 36 # Variables 33 OBJS = png$(O) pngerror$(O) pngget$(O) pngmem$(O) pngpread$(O) \34 35 37 OBJS = png$(O) pngerror$(O) pngget$(O) pngmem$(O) pngpread$(O) \ 38 pngread$(O) pngrio$(O) pngrtran$(O) pngrutil$(O) pngset$(O) \ 39 pngtrans$(O) pngwio$(O) pngwrite$(O) pngwtran$(O) pngwutil$(O) 36 40 37 41 # Targets … … 61 65 $(RM_F) *$(O) libpng$(A) pngtest$(EXE) pngout.png 62 66 63 png$(O): png.h pngconf.h67 png$(O): png.h pngconf.h 64 68 pngerror$(O): png.h pngconf.h 65 pngget$(O): png.h pngconf.h66 pngmem$(O): png.h pngconf.h69 pngget$(O): png.h pngconf.h 70 pngmem$(O): png.h pngconf.h 67 71 pngpread$(O): png.h pngconf.h 68 pngread$(O): png.h pngconf.h69 pngrio$(O): png.h pngconf.h72 pngread$(O): png.h pngconf.h 73 pngrio$(O): png.h pngconf.h 70 74 pngrtran$(O): png.h pngconf.h 71 75 pngrutil$(O): png.h pngconf.h 72 pngset$(O): png.h pngconf.h 73 pngtest$(O): png.h pngconf.h 76 pngset$(O): png.h pngconf.h 74 77 pngtrans$(O): png.h pngconf.h 75 pngwio$(O): png.h pngconf.h78 pngwio$(O): png.h pngconf.h 76 79 pngwrite$(O): png.h pngconf.h 77 80 pngwtran$(O): png.h pngconf.h 78 81 pngwutil$(O): png.h pngconf.h 79 82 83 pngtest$(O): png.h pngconf.h
Note:
See TracChangeset
for help on using the changeset viewer.