Makefile revision 943
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont###############################################################################
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# libpthread-stubs Makefile
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews#
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# Permission is hereby granted, free of charge, to any person obtaining a
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# copy of this software and associated documentation files (the "Software"),
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# to deal in the Software without restriction, including without limitation
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# the rights to use, copy, modify, merge, publish, distribute, sublicense,
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# and/or sell copies of the Software, and to permit persons to whom the
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# Software is furnished to do so, subject to the following conditions:
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont#
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# The above copyright notice and this permission notice (including the next
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# paragraph) shall be included in all copies or substantial portions of the
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# Software.
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont#
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# DEALINGS IN THE SOFTWARE.
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont#
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# Package name used in tarballs
5c5c6d289db78e41f714007426a387498e15963cFrancis DupontMODULE_NAME=libpthread-stubs
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# Version number (used in path names)
5c5c6d289db78e41f714007426a387498e15963cFrancis DupontMODULE_VERSION=0.1
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont# Checksums for upstream tarball
5c5c6d289db78e41f714007426a387498e15963cFrancis DupontTARBALL_MD5 = 774eabaf33440d534efe108ef9130a7d
5c5c6d289db78e41f714007426a387498e15963cFrancis DupontTARBALL_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