Makefile revision 851
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs###############################################################################
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Xext 1.x Makefile
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Use is subject to license terms.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Permission is hereby granted, free of charge, to any person obtaining a
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# copy of this software and associated documentation files (the
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# "Software"), to deal in the Software without restriction, including
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# without limitation the rights to use, copy, modify, merge, publish,
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# distribute, and/or sell copies of the Software, and to permit persons
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# to whom the Software is furnished to do so, provided that the above
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# copyright notice(s) and this permission notice appear in all copies of
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# the Software and that both the above copyright notice(s) and this
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# permission notice appear in supporting documentation.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Except as contained in this notice, the name of a copyright holder
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# shall not be used in advertising or otherwise to promote the sale, use
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# or other dealings in this Software without prior written authorization
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# of the copyright holder.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# ident "@(#)Makefile 1.3 09/12/05 SMI"
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs#
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Package name used in tarballs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsMODULE_NAME=libXext
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Version number (used in path names)
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsMODULE_VERSION=1.1.1
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Patches to apply to source after unpacking, in order
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsSOURCE_PATCHES = \
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs server-compat.patch,-p1 \
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs lint-flags.patch,-p1 \
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs shm.patch \
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs sun-exts.patch
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Library name (used for specfiles/mapfiles)
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsLIBNAME=Xext
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Man pages to apply Sun footer to & attributes to list
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsSUNTOUCHED_MANPAGES=man/*.man
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsSUN_PACKAGE=SUNWxwplt
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsMODULE_STABILITY=Committed
LIB_MAN_SUFFIX=3Xext
# pkg-config files that need to have -R added
FIX_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