Makefile revision 824
535N/A###############################################################################
535N/A#
535N/A# Xp 1.x Makefile
535N/A#
535N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
535N/A# Use subject to license terms.
535N/A#
535N/A# Permission is hereby granted, free of charge, to any person obtaining a
535N/A# copy of this software and associated documentation files (the
535N/A# "Software"), to deal in the Software without restriction, including
535N/A# without limitation the rights to use, copy, modify, merge, publish,
535N/A# distribute, and/or sell copies of the Software, and to permit persons
535N/A# to whom the Software is furnished to do so, provided that the above
535N/A# copyright notice(s) and this permission notice appear in all copies of
535N/A# the Software and that both the above copyright notice(s) and this
535N/A# permission notice appear in supporting documentation.
535N/A#
535N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
535N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
535N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
535N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
535N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
535N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
535N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
535N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
535N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
535N/A#
535N/A# Except as contained in this notice, the name of a copyright holder
535N/A# shall not be used in advertising or otherwise to promote the sale, use
535N/A# or other dealings in this Software without prior written authorization
535N/A# of the copyright holder.
535N/A#
535N/A# @(#)Makefile 1.1 08/09/15
535N/A#
535N/A
535N/A# Package name used in tarballs
535N/AMODULE_NAME=libXp
535N/A
535N/A# Version number (used in path names)
535N/AMODULE_VERSION=1.0.0
535N/A
535N/A# Patches to apply to source after unpacking, in order
535N/ASOURCE_PATCHES = solaris-abi.patch 6724993.patch
535N/A
535N/A# Since we're patching src/Makefile.am in solaris-abi.patch,
535N/A# we need to autoreconf
535N/AAUTORECONF=yes
535N/A
535N/A
535N/A# Library name
535N/ALIBNAME=Xp
535N/A
535N/A# Man pages to apply Sun footer to & attributes to list
535N/ASUNTOUCHED_MANPAGES=man/*.man
535N/ASUN_PACKAGE=SUNWxwplt
535N/AMODULE_STABILITY=Committed
535N/ALIB_MAN_SUFFIX=3Xp
535N/A
535N/A
535N/A
535N/A# pkg-config files that need to have -R added
535N/AFIX_PC_FILES=xp.pc.in
535N/A
535N/Ainclude ../Makefile.inc