Makefile revision 1072
8N/A###############################################################################
8N/A#
98N/A# Xp 1.x Makefile
8N/A#
8N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
8N/A#
8N/A# Permission is hereby granted, free of charge, to any person obtaining a
8N/A# copy of this software and associated documentation files (the "Software"),
8N/A# to deal in the Software without restriction, including without limitation
8N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8N/A# and/or sell copies of the Software, and to permit persons to whom the
8N/A# Software is furnished to do so, subject to the following conditions:
8N/A#
8N/A# The above copyright notice and this permission notice (including the next
8N/A# paragraph) shall be included in all copies or substantial portions of the
8N/A# Software.
8N/A#
8N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
8N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8N/A# DEALINGS IN THE SOFTWARE.
8N/A#
8N/A#
8N/A
8N/A# Package name used in tarballs
8N/AMODULE_NAME=libXp
8N/A
156N/A# Version number (used in path names)
8N/AMODULE_VERSION=1.0.1
8N/A
8N/A# Checksums for upstream tarball
156N/ATARBALL_MD5 = 7ae1d63748e79086bd51a633da1ff1a9
98N/ATARBALL_SHA1 = 9c76823c7cfcb43f097963d0c930dcc4e38807a8
98N/A
98N/A# Patches to apply to source after unpacking, in order
98N/ASOURCE_PATCHES = solaris-abi.patch 6724993.patch
156N/A
98N/A# Since we're patching src/Makefile.am in solaris-abi.patch,
156N/A# we need to autoreconf
98N/AAUTORECONF=yes
98N/A
156N/A
156N/A# Library name
8N/ALIBNAME=Xp
8N/A
8N/A# Man pages to apply Sun footer to & attributes to list
8N/ASUNTOUCHED_MANPAGES=man/*.man
8N/AMODULE_STABILITY=Committed
8N/ALIB_MAN_SUFFIX=3xp
8N/A
8N/A
8N/A
8N/A# pkg-config files that need to have -R added
8N/AFIX_PC_FILES=xp.pc.in
8N/A
8N/A# Compatibility links from /usr/X11/lib to /usr/lib
8N/AMODULE_X11_LIBCOMPAT_LINKS = libXp.so libXp.so.1
8N/A
8N/Ainclude ../Makefile.inc
8N/A