Makefile revision 1265
4458N/A############################################################################### 4458N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. 4458N/A# Permission is hereby granted, free of charge, to any person obtaining a 4458N/A# copy of this software and associated documentation files (the "Software"), 4458N/A# to deal in the Software without restriction, including without limitation 4458N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense, 4458N/A# and/or sell copies of the Software, and to permit persons to whom the 4458N/A# Software is furnished to do so, subject to the following conditions: 4458N/A# The above copyright notice and this permission notice (including the next 4458N/A# paragraph) shall be included in all copies or substantial portions of the 4458N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 4458N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 4458N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 4458N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 4458N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 5403N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 4458N/A# Package name used in tarballs 5403N/A# Version number (used in path names) 4458N/A# Checksums for upstream tarball 4458N/A# Patches to apply to source after unpacking, in order 4458N/A# Override default CFLAGS for x86 builds to work around assembler syntax 5403N/A# errors reported by Studio 12.1 when the -xspace flag is used 4458N/A# Where to install pixman files 4458N/A# pkg(5) name we deliver the files in (override default) 4458N/A# Package classification (override default) 4458N/A# ARC cases that covered this module 5445N/A# LSARC/2009/223 pixman 0.14 5445N/A# PSARC/2010/282 pixman 0.18 5445N/A# Man pages to apply Sun footer to & attributes to list 5445N/A#SUNTOUCHED_MANPAGES=man/*.man 5445N/A# pkg-config files that need to have -R added 5445N/A# Command line options to GNU autoconf configure script 4458N/A# --disable-gtk: Disable building of test programs that require gtk 4458N/A# and have problems with mismatches between system library & the one we're