Makefile revision 919
151N/A###############################################################################
151N/A#
151N/A# Xext 1.x Makefile
151N/A#
911N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
851N/A# Use is subject to license terms.
151N/A#
151N/A# Permission is hereby granted, free of charge, to any person obtaining a
151N/A# copy of this software and associated documentation files (the "Software"),
151N/A# to deal in the Software without restriction, including without limitation
151N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
151N/A# and/or sell copies of the Software, and to permit persons to whom the
151N/A# Software is furnished to do so, subject to the following conditions:
151N/A#
151N/A# The above copyright notice and this permission notice (including the next
151N/A# paragraph) shall be included in all copies or substantial portions of the
151N/A# Software.
151N/A#
151N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
151N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
151N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
151N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
151N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
151N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
151N/A# DEALINGS IN THE SOFTWARE.
151N/A#
151N/A#
151N/A
151N/A# Package name used in tarballs
151N/AMODULE_NAME=libXext
151N/A
151N/A# Version number (used in path names)
151N/AMODULE_VERSION=1.1.1
151N/A
151N/A# Checksums for upstream tarball
493N/ATARBALL_MD5 = c417c0e8df39a067f90a2a2e7133637d
151N/ATARBALL_SHA1 = c2eb8d8d760c6881e51c938812764d1d6cefd51c
151N/A
851N/A# Patches to apply to source after unpacking, in order
151N/ASOURCE_PATCHES = \
911N/A server-compat.patch,-p1 \
911N/A lint-flags.patch,-p1 \
911N/A shm.patch \
911N/A sun-exts.patch
151N/A
151N/A# Library name (used for specfiles/mapfiles)
151N/ALIBNAME=Xext
151N/A
151N/A# Man pages to apply Sun footer to & attributes to list
151N/ASUNTOUCHED_MANPAGES=man/*.man
151N/ASUN_PACKAGE=SUNWxwplt
151N/AMODULE_STABILITY=Committed
151N/ALIB_MAN_SUFFIX=3Xext
493N/A
151N/A# pkg-config files that need to have -R added
151N/AFIX_PC_FILES=xext.pc.in
151N/A
151N/A# Enable Solaris-specific code
151N/AMODULE_CPPFLAGS = -DSUNSOFT
151N/A
493N/A# Link with version mapfile and libraries that contain sources that used
151N/A# to be in libXext
151N/AMODULE_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