Makefile revision 911
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson###############################################################################
44863746316be889b13ee5cf893245baa089a75dTinderbox User#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# libpthread-stubs Makefile
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Use subject to license terms.
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# Permission is hereby granted, free of charge, to any person obtaining a
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# copy of this software and associated documentation files (the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# "Software"), to deal in the Software without restriction, including
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# without limitation the rights to use, copy, modify, merge, publish,
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# distribute, and/or sell copies of the Software, and to permit persons
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# to whom the Software is furnished to do so, provided that the above
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# copyright notice(s) and this permission notice appear in all copies of
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# the Software and that both the above copyright notice(s) and this
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# permission notice appear in supporting documentation.
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson#
e1cf6fd20a9f56c6c31581480445dea96fc7ac60Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
f80ea74e1984e0b1dbe48dd86ecdd3a2380393cbBob Halley# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
feb067b25a8e33db62e2a7bf2e83bbb7f6eee845Evan Hunt# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5c024f787777143031c2c49f9811c39c84bfa259Tatuya JINMEI 神明達哉#
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt# Except as contained in this notice, the name of a copyright holder
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# shall not be used in advertising or otherwise to promote the sale, use
fc8a6561cbb0a1fea849950a3217aacd3b8f1eacDavid Lawrence# or other dealings in this Software without prior written authorization
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# of the copyright holder.
ed04318ef686581fc9a20965a5be02abfb4f1bd5Andreas Gustafsson#
feb067b25a8e33db62e2a7bf2e83bbb7f6eee845Evan Hunt
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Package name used in tarballs
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas GustafssonMODULE_NAME=libpthread-stubs
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Version number (used in path names)
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas GustafssonMODULE_VERSION=0.1
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson# Checksums for upstream tarball
f0e246e271f84c6fe960a3c36703a56d1067431cBrian WellingtonTARBALL_MD5 = 774eabaf33440d534efe108ef9130a7d
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark AndrewsTARBALL_SHA1 = 34ef40880d0112dc6d32b386d59ce94f2c139eef
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark Andrews
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark Andrews# Download site for source
09f22ac5b09e70bc526015f37168ba33e21ea91fDavid LawrenceSOURCE_URL=http://xcb.freedesktop.org/dist/$(SOURCE_TARBALL_NAME)
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan HuntSOURCE_URL_SET=yes
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson
70c7f4fb4fc589b04a68d67479d34eecd99c1991Evan Hunt# Patches to apply to source after unpacking, in order
70c7f4fb4fc589b04a68d67479d34eecd99c1991Evan HuntSOURCE_PATCHES =
5c024f787777143031c2c49f9811c39c84bfa259Tatuya JINMEI 神明達哉
5c024f787777143031c2c49f9811c39c84bfa259Tatuya JINMEI 神明達哉# Library name
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas GustafssonLIBNAME=pthread-stubs
b239c8294a5653d21876d084e0c5b029f6b9fc5dMichael Graff
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# Where to install libpthread-stubs files
ab023a65562e62b85a824509d829b6fad87e00b1Rob AusteinMODULE_PREFIX=/usr
ab023a65562e62b85a824509d829b6fad87e00b1Rob AusteinMODULE_PREFIX_SET=yes
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein
f3350b671881f175d03e16fa5d0f685a1691bcabMark Andrews# Man pages to apply Sun footer to & attributes to list
b239c8294a5653d21876d084e0c5b029f6b9fc5dMichael Graff#SUNTOUCHED_MANPAGES=man/*.man
ab023a65562e62b85a824509d829b6fad87e00b1Rob AusteinSUN_PACKAGE=SUNWlibpthread-stubs
f991461dc144794d80ff8d85e430fd8a6e6113f3David LawrenceMODULE_STABILITY=Volatile
b239c8294a5653d21876d084e0c5b029f6b9fc5dMichael GraffLIB_MAN_SUFFIX=3libpthread-stubs
f991461dc144794d80ff8d85e430fd8a6e6113f3David Lawrence
5c024f787777143031c2c49f9811c39c84bfa259Tatuya JINMEI 神明達哉# pkg-config files that need to have -R added
f991461dc144794d80ff8d85e430fd8a6e6113f3David LawrenceFIX_PC_FILES=pthread-stubs.pc.in
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson
5c024f787777143031c2c49f9811c39c84bfa259Tatuya JINMEI 神明達哉include ../Makefile.inc
f951f076f3d321c52b824a866caff28ce4f8e06cAndreas Gustafsson