Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.elf
- 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.elf
r2 r561 1 1 # makefile for libpng.a and libpng12.so on Linux ELF with gcc 2 # Copyright (C) 1998, 1999, 2002, 2006 Greg Roelofs and Glenn Randers-Pehrson 2 # Copyright (C) 1998, 1999, 2002, 2006, 2008 Greg Roelofs 3 # and Glenn Randers-Pehrson 3 4 # Copyright (C) 1996, 1997 Andreas Dilger 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 # Modified for Debian by Junichi Uekawa and Josselin Mouette … … 13 17 LIBNAME = libpng12 14 18 PNGMAJ = 0 15 PNGMIN = 1.2. 2919 PNGMIN = 1.2.40 16 20 PNGVER = $(PNGMAJ).$(PNGMIN) 17 21 … … 54 58 # for pgcc version 2.95.1, -O3 is buggy; don't use it. 55 59 56 CFLAGS=-W all -D_REENTRANT -O2 \60 CFLAGS=-W -Wall -D_REENTRANT -O2 \ 57 61 $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5 58 62
Note:
See TracChangeset
for help on using the changeset viewer.