Makefile revision 943
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder###############################################################################
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Xau 1.x Makefile
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Permission is hereby granted, free of charge, to any person obtaining a
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# copy of this software and associated documentation files (the "Software"),
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# to deal in the Software without restriction, including without limitation
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# the rights to use, copy, modify, merge, publish, distribute, sublicense,
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and/or sell copies of the Software, and to permit persons to whom the
f4a2a20e49f41b2afa657e5e64d9e349c7faa091Christian Maeder# Software is furnished to do so, subject to the following conditions:
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# The above copyright notice and this permission notice (including the next
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# paragraph) shall be included in all copies or substantial portions of the
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
a737caf82de97c1907027c03e4b4509eb492b4b8Christian Maeder# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
68d10d143f29fcff3c637ba24f90e983995ceae6Christian Maeder# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
96646aed2ae087b942ae23f15bbe729a8f7c43d3Christian Maeder# DEALINGS IN THE SOFTWARE.
a6db617ca58eb6a0587b6366e913107dfecb71b5Heng Jiang# Package name used in tarballs
e7757995211bd395dc79d26fe017d99375f7d2a6Christian Maeder# Version number (used in path names)
a1ed34933c266ce85066acb0d7b20c90cb8eb213Christian Maeder# Checksums for upstream tarball
c0c2380bced8159ff0297ece14eba948bd236471Christian MaederTARBALL_MD5 = 993b3185c629e4b89401fca072dcb663
8410667510a76409aca9bb24ff0eda0420088274Christian MaederTARBALL_SHA1 = b1c68843edf7e80ce952f7ee0541448f41bac202
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Patches to apply to source after unpacking, in order
b1f59a4ea7c96f4c03a4d7cfcb9c5e66871cfbbbChristian Maeder# Library name (used for specfiles/mapfiles)
4cb215739e9ab13447fa21162482ebe485b47455Christian Maeder# Man pages to apply Sun footer to & attributes to list
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian MaederLIB_SUNTOUCH_MAN_FLAGS= -a '{Availability, $(SUN_PACKAGE)} {Interface Stability, $(MODULE_STABILITY)} {MT-Level, Unsafe}'
d23b0cc79c0d204e6ec758dff8d0ba71c9f693f7Christian Maeder# Command line options to GNU autoconf configure script
8d97ef4f234681b11bb5924bd4d03adef858d2d2Christian MaederMODULE_CONFIG_OPTS = --enable-xthreads --with-lint --enable-lint-library
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# Link with version mapfile
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# pkg-config files that need to have -R added