Makefile revision 935
71N/A###############################################################################
71N/A#
71N/A# Xt 1.x Makefile
71N/A#
71N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
71N/A#
71N/A# Permission is hereby granted, free of charge, to any person obtaining a
71N/A# copy of this software and associated documentation files (the "Software"),
71N/A# to deal in the Software without restriction, including without limitation
71N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
71N/A# and/or sell copies of the Software, and to permit persons to whom the
71N/A# Software is furnished to do so, subject to the following conditions:
71N/A#
71N/A# The above copyright notice and this permission notice (including the next
71N/A# paragraph) shall be included in all copies or substantial portions of the
71N/A# Software.
71N/A#
71N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
71N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3996N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
71N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
71N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
71N/A# DEALINGS IN THE SOFTWARE.
71N/A#
71N/A#
618N/A
71N/A# Package name used in tarballs
71N/AMODULE_NAME=libXt
844N/A
844N/A# Version number (used in path names)
77N/AMODULE_VERSION=1.0.7
1273N/A
71N/A# Checksums for upstream tarball
3661N/ATARBALL_MD5 = 96f3c93434a93186d178b60d4a262496
3661N/ATARBALL_SHA1 = 3c285b9c04a393dec1cc3d60cf5582d798eb3272
3996N/A
3996N/A# Patches to apply to source after unpacking, in order
3996N/ASOURCE_PATCHES = 6671721.patch
71N/A
71N/A# Regenerate configure script & Makefile.in's after applying patches
71N/AAUTORECONF=yes
71N/A
71N/A# Work around libtool's interference
71N/ADELIBTOOLIZE=yes
71N/A
71N/A# Library name (used for specfiles/mapfiles)
71N/ALIBNAME=Xt
71N/A
71N/A# Man pages to apply Sun footer to & attributes to list
181N/ASUNTOUCHED_MANPAGES=man/*.man
181N/ASUN_PACKAGE=SUNWxwplt
71N/AMODULE_STABILITY=Committed
71N/ALIB_MAN_SUFFIX=3Xt
3996N/A
# pkg-config files that need to have -R added
FIX_PC_FILES=xt.pc.in
# the xinline option is here to fix bug 6748586, No Hands lib
# needs to interpose on these functions, and if they are inline
# then the loader can't find them. It complains silently.
MODULE_CFLAGS = -DGETVALUES_BUG -xinline=no%_XtAppCreateShell,no%XtAppNextEvent,no%XtAppProcessEvent
include ../Makefile.inc