Makefile revision 919
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits###############################################################################
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits#
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# libpthread-stubs Makefile
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits#
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# Use is subject to license terms.
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits#
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# Permission is hereby granted, free of charge, to any person obtaining a
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# copy of this software and associated documentation files (the "Software"),
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# to deal in the Software without restriction, including without limitation
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# and/or sell copies of the Software, and to permit persons to whom the
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# Software is furnished to do so, subject to the following conditions:
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits#
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# The above copyright notice and this permission notice (including the next
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# paragraph) shall be included in all copies or substantial portions of the
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# Software.
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits#
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# DEALINGS IN THE SOFTWARE.
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits#
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits# Package name used in tarballs
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997fritsMODULE_NAME=libpthread-stubs
4ebb14b236958cfe1ef4ff3b7a50216d9e51f997frits
# Version number (used in path names)
MODULE_VERSION=0.1
# Checksums for upstream tarball
TARBALL_MD5 = 774eabaf33440d534efe108ef9130a7d
TARBALL_SHA1 = 34ef40880d0112dc6d32b386d59ce94f2c139eef
# Download site for source
SOURCE_URL=http://xcb.freedesktop.org/dist/$(SOURCE_TARBALL_NAME)
SOURCE_URL_SET=yes
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES =
# Library name
LIBNAME=pthread-stubs
# Where to install libpthread-stubs files
MODULE_PREFIX=/usr
MODULE_PREFIX_SET=yes
# Man pages to apply Sun footer to & attributes to list
#SUNTOUCHED_MANPAGES=man/*.man
SUN_PACKAGE=SUNWlibpthread-stubs
MODULE_STABILITY=Volatile
LIB_MAN_SUFFIX=3libpthread-stubs
# pkg-config files that need to have -R added
FIX_PC_FILES=pthread-stubs.pc.in
include ../Makefile.inc