Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.nommx
- 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.nommx
r2 r561 1 1 # makefile for libpng.a and libpng12.so on Linux ELF with gcc 2 # Copyright (C) 1998, 1999, 2002, 2006 , 2007Greg Roelofs and2 # Copyright (C) 1998, 1999, 2002, 2006-2008 Greg Roelofs and 3 3 # Glenn Randers-Pehrson 4 4 # Copyright (C) 1996, 1997 Andreas Dilger 5 # 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 6 9 7 10 # Library name: 8 11 LIBNAME = libpng12 9 12 PNGMAJ = 0 10 PNGMIN = 1.2. 2913 PNGMIN = 1.2.40 11 14 PNGVER = $(PNGMAJ).$(PNGMIN) 12 15 … … 49 52 # for pgcc version 2.95.1, -O3 is buggy; don't use it. 50 53 51 CFLAGS=-I$(ZLIBINC) -W all -O3 -funroll-loops -DPNG_NO_MMX_CODE \54 CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \ 52 55 $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5 53 56 … … 234 237 # DO NOT DELETE THIS LINE -- make depend depends on it. 235 238 236 png.o png.pic.o: png.h pngconf.h237 pngerror.o pngerror.pic.o: png.h pngconf.h238 pngrio.o pngrio.pic.o: png.h pngconf.h239 pngwio.o pngwio.pic.o: png.h pngconf.h240 pngmem.o pngmem.pic.o: png.h pngconf.h241 pngset.o pngset.pic.o: png.h pngconf.h242 pngget.o pngget.pic.o: png.h pngconf.h243 pngread.o pngread.pic.o: png.h pngconf.h244 pngrtran.o pngrtran.pic.o: png.h pngconf.h245 pngrutil.o pngrutil.pic.o: png.h pngconf.h246 pngtrans.o pngtrans.pic.o: png.h pngconf.h247 pngwrite.o pngwrite.pic.o: png.h pngconf.h248 pngwtran.o pngwtran.pic.o: png.h pngconf.h249 pngwutil.o pngwutil.pic.o: png.h pngconf.h250 pngpread.o pngpread.pic.o: png.h pngconf.h251 252 pngtest.o: png.h pngconf.h239 png.o png.pic.o: png.h pngconf.h png.c 240 pngerror.o pngerror.pic.o: png.h pngconf.h pngerror.c 241 pngrio.o pngrio.pic.o: png.h pngconf.h pngrio.c 242 pngwio.o pngwio.pic.o: png.h pngconf.h pngwio.c 243 pngmem.o pngmem.pic.o: png.h pngconf.h pngmem.c 244 pngset.o pngset.pic.o: png.h pngconf.h pngset.c 245 pngget.o pngget.pic.o: png.h pngconf.h pngget.c 246 pngread.o pngread.pic.o: png.h pngconf.h pngread.c 247 pngrtran.o pngrtran.pic.o: png.h pngconf.h pngrtran.c 248 pngrutil.o pngrutil.pic.o: png.h pngconf.h pngrutil.c 249 pngtrans.o pngtrans.pic.o: png.h pngconf.h pngtrans.c 250 pngwrite.o pngwrite.pic.o: png.h pngconf.h pngwrite.c 251 pngwtran.o pngwtran.pic.o: png.h pngconf.h pngwtran.c 252 pngwutil.o pngwutil.pic.o: png.h pngconf.h pngwutil.c 253 pngpread.o pngpread.pic.o: png.h pngconf.h pngpread.c 254 255 pngtest.o: png.h pngconf.h pngtest.c
Note:
See TracChangeset
for help on using the changeset viewer.