Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.beos
- 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.beos
r2 r561 1 1 # makefile for libpng on BeOS x86 ELF with gcc 2 2 # modified from makefile.linux by Sander Stoks 3 # Copyright (C) 2002, 2006 Glenn Randers-Pehrson3 # Copyright (C) 2002, 2006, 2008 Glenn Randers-Pehrson 4 4 # Copyright (C) 1999 Greg Roelofs 5 5 # Copyright (C) 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 # Library name: 9 12 LIBNAME=libpng12 10 13 PNGMAJ = 0 11 PNGMIN = 1.2. 2914 PNGMIN = 1.2.40 12 15 PNGVER = $(PNGMAJ).$(PNGMIN) 13 16 … … 42 45 # On BeOS, -O1 is actually better than -O3. This is a known bug but it's 43 46 # still here in R4.5 44 CFLAGS=-I$(ZLIBINC) -W all -O1 -funroll-loops \47 CFLAGS=-I$(ZLIBINC) -W -Wall -O1 -funroll-loops \ 45 48 $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5 46 49 # LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng -lz … … 224 227 pngwutil.o pngwutil.pic.o: png.h pngconf.h 225 228 pngpread.o pngpread.pic.o: png.h pngconf.h 229 226 230 pngtest.o: png.h pngconf.h
Note:
See TracChangeset
for help on using the changeset viewer.