Makefile revision 1124
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync###############################################################################
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync#
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# libpthread-stubs Makefile
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync#
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync#
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# copy of this software and associated documentation files (the "Software"),
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# to deal in the Software without restriction, including without limitation
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# and/or sell copies of the Software, and to permit persons to whom the
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Software is furnished to do so, subject to the following conditions:
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync#
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# The above copyright notice and this permission notice (including the next
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# paragraph) shall be included in all copies or substantial portions of the
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Software.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync#
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# DEALINGS IN THE SOFTWARE.
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync#
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Package name used in tarballs
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncMODULE_NAME=libpthread-stubs
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Package metadata
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncUPSTREAM_PROJECT = xcb
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncUPSTREAM_PROJECT_SET = yes
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Version number (used in path names)
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncMODULE_VERSION=0.3
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Checksums for upstream tarball
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncTARBALL_MD5 = e8fa31b42e13f87e8f5a7a2b731db7ee
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncTARBALL_SHA1 = 7fc486ad0ec54938f8b781cc374218f50eac8b99
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Patches to apply to source after unpacking, in order
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsyncSOURCE_PATCHES =
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync
4fd606d1f5abe38e1f42c38de1d2e895166bd0f4vboxsync# Library name
LIBNAME=pthread-stubs
# Where to install libpthread-stubs files
MODULE_PREFIX=/usr
MODULE_PREFIX_SET=yes
# Package classification (override default)
MODULE_PKGCLASS=Development/X11
MODULE_PKGCLASS_SET=yes
# ARC cases that covered this module
# LSARC/2008/657 pthread-stubs
MODULE_ARC_CASES = LSARC/2008/657
# Man pages to apply Sun footer to & attributes to list
#SUNTOUCHED_MANPAGES=man/*.man
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