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