Makefile revision 967
346N/A###############################################################################
346N/A#
346N/A# Xext 1.x Makefile
346N/A#
346N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
761N/A#
761N/A# Permission is hereby granted, free of charge, to any person obtaining a
346N/A# copy of this software and associated documentation files (the "Software"),
346N/A# to deal in the Software without restriction, including without limitation
346N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
346N/A# and/or sell copies of the Software, and to permit persons to whom the
346N/A# Software is furnished to do so, subject to the following conditions:
346N/A#
346N/A# The above copyright notice and this permission notice (including the next
346N/A# paragraph) shall be included in all copies or substantial portions of the
346N/A# Software.
346N/A#
346N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
346N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
346N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
346N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
346N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
346N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
346N/A# DEALINGS IN THE SOFTWARE.
346N/A#
346N/A#
346N/A
346N/A# Package name used in tarballs
346N/AMODULE_NAME=libXext
346N/A
346N/A# Version number (used in path names)
346N/AMODULE_VERSION=1.1.2
346N/A
346N/A# Checksums for upstream tarball
346N/ATARBALL_MD5 = 9e51f9cb7e0a38c7099ac1c0de1a1add
346N/ATARBALL_SHA1 = b48a4e55d21e5ce9dd3356281f32e00b17b4c9f7
346N/A
493N/A# Patches to apply to source after unpacking, in order
346N/ASOURCE_PATCHES = \
346N/A shm.patch \
761N/A sun-exts.patch
346N/A
346N/A# Library name (used for specfiles/mapfiles)
346N/ALIBNAME=Xext
346N/A
346N/A# Man pages to apply Sun footer to & attributes to list
346N/ASUNTOUCHED_MANPAGES=man/*.man
493N/ASUN_PACKAGE=SUNWxwplt
493N/AMODULE_STABILITY=Committed
346N/ALIB_MAN_SUFFIX=3Xext
346N/A
346N/A# pkg-config files that need to have -R added
346N/AFIX_PC_FILES=xext.pc.in
# Enable Solaris-specific code
MODULE_CPPFLAGS = -DSUNSOFT
# Link with version mapfile and libraries that contain sources that used
# to be in libXext
MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
# Regenerate Makefile.in's from Makefile.am's after patching them
AUTORECONF=yes
# Merge in additional sources from sun-src directory
ADDITIONAL_SOURCE_DIR=sun-src
include ../Makefile.inc