Makefile revision 1370
afe3ab588a6b2992efe5a9b22ed038545ba3cdbfLennart Poettering###############################################################################
b3ae710c251d0ce5cf2cef63208e325497b5e323Zbigniew Jędrzejewski-Szmek# X Toolkit Intrinsics library (libXt)
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# Permission is hereby granted, free of charge, to any person obtaining a
f957632b960a0a42999b38ded7089fa602b41745Kay Sievers# copy of this software and associated documentation files (the "Software"),
8adaf7bd23baa6e2cd99e9e88e55d0f5f5db29a2Richard Maw# to deal in the Software without restriction, including without limitation
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# the rights to use, copy, modify, merge, publish, distribute, sublicense,
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# and/or sell copies of the Software, and to permit persons to whom the
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# Software is furnished to do so, subject to the following conditions:
d19e85f0d474ed1882561b458d528cbae49f640eZbigniew Jędrzejewski-Szmek# The above copyright notice and this permission notice (including the next
3e495a6651609d0a45b62aab5c3ed5a3b40e11abZbigniew Jędrzejewski-Szmek# paragraph) shall be included in all copies or substantial portions of the
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
f85857df75cfedbc0d10b8ca2400188dc8f4c22eLennart Poettering# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f38afcd0c7f558ca5bf0854b42f8c6954f8ad7f3Lennart Poettering# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
bafb15bab99887d1b6b8a35136531bac6c3876a6Lennart Poettering# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
83a1ff25e5228b0a5b2cc942fd4f964d10bb73b0Zbigniew Jędrzejewski-Szmek# DEALINGS IN THE SOFTWARE.
47ee3ee03483efd271642d5043070cbd171f19d4Lennart Poettering# Package name used in tarballs
abab50081c8c12cc46482a43264deb46853bb8faLennart Poettering# pkg(5) name we deliver the files in (override default)
e6a26d8c972d45a0927ad0b7c654c830daa2243eLennart Poettering# Version number (used in path names)
e6a26d8c972d45a0927ad0b7c654c830daa2243eLennart Poettering# Checksums for upstream tarball
1361205099406d2a19d64547448638a6b665af81Lennart PoetteringTARBALL_MD5 = 03149823ae57bb02d0cec90d5b97d56c
1361205099406d2a19d64547448638a6b665af81Lennart PoetteringTARBALL_SHA1 = 0111c316d83fb7e830c517128150094cb0a48ae7
a2088fd025deb90839c909829e27eece40f7fce4Lennart PoetteringTARBALL_SHA256= 843a97a988f5654872682a4120486d987d853a71651515472f55519ffae2dd57
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering# Patches to apply to source after unpacking, in order
a2088fd025deb90839c909829e27eece40f7fce4Lennart Poettering# Regenerate configure script & Makefile.in's after patching in 6671721.patch
c874ef05a705d3c679e5fd5a50b81e1f5512c4fdLennart Poettering# Work around libtool's interference
affb71da79b0c3cbcd6ff6c0cedb218a14162c7cLennart Poettering# Library name (used for specfiles/mapfiles)
ff609b8ecd0e36bfff0ba120932307274d993dc8Lennart Poettering# ARC cases that covered this module
eedb4ac83158bad6f74305612660b4aff6acc6b4Lennart Poettering# PSARC/1997/141 Sym links needed in /usr/lib for SPARC ABI compliance
de587378ea5d22e11373b18b4fcabf8f26f89529Lennart Poettering# PSARC/2012/151 libXt 1.1 [XtAsprintf()]
203e81db24ccb9b4dcb0b1bad0ba554116267d20Lennart Poettering# Man pages to apply Sun footer to & attributes to list
ef6fc8ee57eff8a2b612de0270c9a25e066ee290Lennart PoetteringMODULE_MTLEVEL=See XtToolkitThreadInitialize(3XT)
c2570ab99be82eddbee0f397fbf8704a95f6f736Lennart Poettering# pkg-config files that need to have -R added
c2570ab99be82eddbee0f397fbf8704a95f6f736Lennart Poettering# the xinline option is here to fix bug 6748586, No Hands lib
eba6fd30f2a27f51fa328484cb241807c6934ce1Zbigniew Jędrzejewski-Szmek# needs to interpose on these functions, and if they are inline
eba6fd30f2a27f51fa328484cb241807c6934ce1Zbigniew Jędrzejewski-Szmek# then the loader can't find them. It complains silently.
eba6fd30f2a27f51fa328484cb241807c6934ce1Zbigniew Jędrzejewski-SzmekMODULE_CFLAGS = -DGETVALUES_BUG -xinline=no%_XtAppCreateShell,no%XtAppNextEvent,no%XtAppProcessEvent
c2570ab99be82eddbee0f397fbf8704a95f6f736Lennart Poettering# Extra links to libXt for compatibility with SVID / SPARC ABI / etc.
d89e647542a6ceeefac15fbe8e193de7418bf449Lennart PoetteringMODULE_ADD_INSTALL_TARGETS = install_extra_links
e7e90a8eee056fd12c8ad83470143f7798240dbcLennart Poettering# Compatibility links from /usr/X11/lib to /usr/lib
e7e90a8eee056fd12c8ad83470143f7798240dbcLennart PoetteringMODULE_X11_LIBCOMPAT_LINKS = libXt.so libXt.so.4 $(EXTRA_LINKS)
d72bc5973465018e077fcecdcc720840bc1e9cfdLennart Poettering# Install additional links to libXt that we include in our packages