Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.darwin
- 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.darwin
r2 r561 1 1 # makefile for libpng on Darwin / Mac OS X 2 # Copyright (C) 2002, 2004, 2006 Glenn Randers-Pehrson2 # Copyright (C) 2002, 2004, 2006, 2008 Glenn Randers-Pehrson 3 3 # Copyright (C) 2001 Christoph Pfisterer 4 4 # derived from makefile.linux: 5 5 # Copyright (C) 1998, 1999 Greg Roelofs 6 6 # Copyright (C) 1996, 1997 Andreas Dilger 7 # For conditions of distribution and use, see copyright notice in png.h 7 8 # This code is released under the libpng license. 9 # For conditions of distribution and use, see the disclaimer 10 # and license in png.h 8 11 9 12 # where "make install" puts libpng.a, libpng12.dylib, png.h and pngconf.h … … 19 22 # Library name: 20 23 LIBNAME = libpng12 21 PNGMAJ = 022 PNGMIN = 1.2. 2924 PNGMAJ = 12 25 PNGMIN = 1.2.40 23 26 PNGVER = $(PNGMAJ).$(PNGMIN) 24 27 … … 39 42 RM_F=/bin/rm -f 40 43 41 # CFLAGS=-I$(ZLIBINC) -W all -O3 -funroll-loops -DPNG_NO_MMX_CODE42 CFLAGS=-I$(ZLIBINC) -W all -O -funroll-loops44 # CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE 45 CFLAGS=-I$(ZLIBINC) -W -Wall -O -funroll-loops 43 46 LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz 44 47 … … 105 108 $(CC) -dynamiclib \ 106 109 -install_name $(LIBPATH)/$(LIBSOMAJ) \ 107 -current_version $(PNGVER) -compatibility_version $(PNGVER)\110 -current_version 0 -compatibility_version 0 \ 108 111 -o $(LIBSOVER) \ 109 112 $(OBJSDLL) -L$(ZLIBLIB) -lz
Note:
See TracChangeset
for help on using the changeset viewer.