Makefile revision 992
2400N/A###############################################################################
2400N/A#
2400N/A# libXres 1.x Makefile
2400N/A#
2400N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
2400N/A#
2400N/A# Permission is hereby granted, free of charge, to any person obtaining a
2400N/A# copy of this software and associated documentation files (the "Software"),
2400N/A# to deal in the Software without restriction, including without limitation
2400N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
2400N/A# and/or sell copies of the Software, and to permit persons to whom the
2400N/A# Software is furnished to do so, subject to the following conditions:
2400N/A#
2400N/A# The above copyright notice and this permission notice (including the next
2400N/A# paragraph) shall be included in all copies or substantial portions of the
2400N/A# Software.
2400N/A#
2400N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2400N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2400N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3998N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3998N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3699N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2400N/A# DEALINGS IN THE SOFTWARE.
3998N/A#
2400N/A#
2400N/A
2400N/A# Package name used in tarballs
3998N/AMODULE_NAME=libXres
2400N/A
2400N/A# Version number (used in path names)
2400N/AMODULE_VERSION=1.0.4
3998N/A
2400N/A# Checksums for upstream tarball
2400N/ATARBALL_MD5 = 4daf91f93d924e693f6f6ed276791be2
3998N/ATARBALL_SHA1 = d5ee9560a61666e6bb3d2285b9634fccd7211d65
2400N/A
3998N/A# Link with version mapfile
2899N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
2818N/A
2818N/A# Patches to apply to source after unpacking, in order
2818N/ASOURCE_PATCHES =
3817N/A
3817N/A# Library name (used for specfiles/mapfiles)
3817N/ALIBNAME=XRes
2400N/A
2400N/A# ARC cases that covered this module
2400N/A# LSARC/2003/686 X-Resource Extension
2400N/AMODULE_ARC_CASES = LSARC/2003/686
2400N/A
2400N/A# Man pages to apply Sun footer to & attributes to list
2400N/ASUNTOUCHED_MANPAGES=man/*.man
2400N/AMODULE_STABILITY=Volatile
2400N/ALIB_MAN_SUFFIX=3xres
2400N/A
4337N/A
4337N/A
# pkg-config files that need to have -R added
FIX_PC_FILES=xres.pc.in
# Compatibility links from /usr/X11/lib to /usr/lib
MODULE_X11_LIBCOMPAT_LINKS = libXRes.so libXRes.so.1
include ../Makefile.inc