Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.openbsd
- 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.openbsd
r2 r561 1 1 # makefile for libpng 2 2 # Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. 3 # Copyright (C) 2007 Glenn Randers-Pehrson 4 # For conditions of distribution and use, see copyright notice in png.h 3 # Copyright (C) 2007-2008 Glenn Randers-Pehrson 4 5 # This code is released under the libpng license. 6 # For conditions of distribution and use, see the disclaimer 7 # and license in png.h 5 8 6 9 PREFIX?= /usr/local … … 9 12 10 13 SHLIB_MAJOR= 0 11 SHLIB_MINOR= 1.2. 2914 SHLIB_MINOR= 1.2.40 12 15 13 16 LIB= png … … 18 21 HDRS= png.h pngconf.h 19 22 20 CFLAGS+= -W all21 CPPFLAGS+= -I${.CURDIR} -DPNG_NO_MMX_CODE 23 CFLAGS+= -W -Wall 24 CPPFLAGS+= -I${.CURDIR} -DPNG_NO_MMX_CODE 22 25 23 26 NOPROFILE= Yes
Note:
See TracChangeset
for help on using the changeset viewer.