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