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