Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.hpgcc
- 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.hpgcc
r2 r561 1 1 # makefile for libpng on HP-UX using GCC with the HP ANSI/C linker. 2 # Copyright (C) 2002, 2006 , 2007Glenn Randers-Pehrson2 # Copyright (C) 2002, 2006-2008 Glenn Randers-Pehrson 3 3 # Copyright (C) 2001, Laurent faillie 4 4 # Copyright (C) 1998, 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 … … 54 57 # for pgcc version 2.95.1, -O3 is buggy; don't use it. 55 58 56 CFLAGS=-I$(ZLIBINC) -W all -O3 -funroll-loops -DPNG_NO_MMX_CODE \59 CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \ 57 60 $(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5 58 61 #LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm
Note:
See TracChangeset
for help on using the changeset viewer.