0N/A###############################################################################
0N/A#
0N/A# Pixman: The pixel-manipulation library for X and Cairo.
0N/A#
0N/A# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/A# Permission is hereby granted, free of charge, to any person obtaining a
0N/A# copy of this software and associated documentation files (the "Software"),
0N/A# to deal in the Software without restriction, including without limitation
0N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
0N/A# and/or sell copies of the Software, and to permit persons to whom the
0N/A# Software is furnished to do so, subject to the following conditions:
0N/A#
0N/A# The above copyright notice and this permission notice (including the next
0N/A# paragraph) shall be included in all copies or substantial portions of the
0N/A# Software.
0N/A#
0N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
0N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
0N/A# DEALINGS IN THE SOFTWARE.
0N/A#
0N/A
0N/A# Package name used in tarballs
0N/AMODULE_NAME=pixman
0N/A
0N/A# Version number (used in path names)
0N/AMODULE_VERSION=0.29.2
0N/A
0N/A# Checksums for upstream tarball
0N/ATARBALL_MD5 = 6e64a6d73559973ef6a9f125b5161ad3
0N/ATARBALL_SHA1 = c1367c28cfb6a1c79c39b5df2d1a05351f57c702
0N/A
0N/A# Patches to apply to source after unpacking, in order
0N/ASOURCE_PATCHES =
0N/A
0N/A# Override default CFLAGS for x86 builds to work around assembler syntax
0N/A# errors reported by Studio 12.1 when the -xspace flag is used
0N/Ainclude ../../common/Makefile.init
0N/ANO_XSPACE_CFLAGS = $(LIB_CFLAGS:-xspace=)
0N/AMODULE_CONFIG_ENV_i386 = CFLAGS="$(NO_XSPACE_CFLAGS)"
0N/AMODULE_CONFIG_ENV_sparc = # not needed
89N/AMODULE_CONFIG_ENV = $(MODULE_CONFIG_ENV_$(MACH))
0N/A
0N/A# Library name
47N/ALIBNAME=pixman
0N/A
0N/A# Where to install pixman files
0N/AMODULE_PREFIX=/usr
0N/AMODULE_PREFIX_SET=yes
0N/A
58N/A# Package metadata
0N/AMODULE_DESC = the pixman pixel-manipulation library
0N/A
0N/A# pkg(5) name we deliver the files in (override default)
0N/AMODULE_PKGNAME=library/graphics/pixman
0N/AMODULE_PKGNAME_SET=yes
0N/A# Package classification (override default)
0N/AMODULE_PKGCLASS=System/Libraries
0N/AMODULE_PKGCLASS_SET=yes
0N/A
0N/A# ARC cases that covered this module
0N/A# LSARC/2008/637 pixman
0N/AMODULE_ARC_CASES = LSARC/2008/637
0N/A# LSARC/2009/223 pixman 0.14
0N/AMODULE_ARC_CASES += LSARC/2009/223
0N/A# PSARC/2010/282 pixman 0.18
0N/AMODULE_ARC_CASES += PSARC/2010/282
0N/A
0N/A# Man pages to apply Sun footer to & attributes to list
0N/A#SUNTOUCHED_MANPAGES=man/*.man
0N/AMODULE_STABILITY=Volatile
0N/ALIB_MAN_SUFFIX=3pixman
0N/A
0N/A# pkg-config files that need to have -R added
0N/AFIX_PC_FILES=pixman-1.pc.in
0N/A
0N/A# Command line options to GNU autoconf configure script
0N/A# --disable-gtk: Disable building of test programs that require gtk
0N/A# and have problems with mismatches between system library & the one we're
0N/A# building in our builds.
0N/AMODULE_CONFIG_OPTS = --disable-gtk
0N/A
27N/A# Discard unneeded libraries & files that get linked into many test programs
0N/AMODULE_LD_OPTIONS = $(ZDISCARD_UNUSED_DEP) $(ZDISCARD_UNUSED_FIL)
0N/A
0N/Ainclude ../Makefile.inc
0N/A