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