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