Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.gcmmx
- 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.gcmmx
r2 r561 1 1 # makefile for libpng.a and libpng12.so on Linux ELF with gcc using MMX 2 2 # assembler code 3 # Copyright 2002, 2006 Greg Roelofs and Glenn Randers-Pehrson3 # Copyright 2002, 2006, 2008 Greg Roelofs and Glenn Randers-Pehrson 4 4 # Copyright 1998-2001 Greg Roelofs 5 5 # Copyright 1996-1997 Andreas Dilger 6 # For conditions of distribution and use, see copyright notice in png.h 6 7 # This code is released under the libpng license. 8 # For conditions of distribution and use, see the disclaimer 9 # and license in png.h 7 10 8 11 # CAUTION: Do not use this makefile with gcc versions 2.7.2.2 and earlier. … … 15 18 LIBNAME = libpng12 16 19 PNGMAJ = 0 17 PNGMIN = 1.2. 2920 PNGMIN = 1.2.40 18 21 PNGVER = $(PNGMAJ).$(PNGMIN) 19 22 … … 59 62 # Remove -DPNG_THREAD_UNSAFE_OK if you need thread safety 60 63 ### for generic gcc: 61 CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -W all -O \64 CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -W -Wall -O \ 62 65 $(ALIGN) -funroll-loops \ 63 66 -fomit-frame-pointer # $(WARNMORE) -g -DPNG_DEBUG=5 64 67 ### for gcc 2.95.2 on 686: 65 #CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -W all -O \68 #CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -W -Wall -O \ 66 69 # -mcpu=i686 -malign-double -ffast-math -fstrict-aliasing \ 67 # $(ALIGN) -funroll-loops -funroll-all-loops -fomit-frame-pointer 70 # $(ALIGN) -funroll-loops -funroll-all-loops -fomit-frame-pointer 68 71 ### for gcc 2.7.2.3 on 486 and up: 69 #CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -W all -O \72 #CFLAGS=-DPNG_THREAD_UNSAFE_OK -I$(ZLIBINC) -W -Wall -O \ 70 73 # -m486 -malign-double -ffast-math \ 71 # $(ALIGN) -funroll-loops -funroll-all-loops -fomit-frame-pointer 74 # $(ALIGN) -funroll-loops -funroll-all-loops -fomit-frame-pointer 72 75 73 76 LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm
Note:
See TracChangeset
for help on using the changeset viewer.