Makefile revision 977
321N/A###############################################################################
321N/A#
321N/A# Xaw Makefile
321N/A#
321N/A# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
321N/A#
321N/A# Permission is hereby granted, free of charge, to any person obtaining a
321N/A# copy of this software and associated documentation files (the "Software"),
321N/A# to deal in the Software without restriction, including without limitation
321N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
321N/A# and/or sell copies of the Software, and to permit persons to whom the
321N/A# Software is furnished to do so, subject to the following conditions:
321N/A#
321N/A# The above copyright notice and this permission notice (including the next
321N/A# paragraph) shall be included in all copies or substantial portions of the
321N/A# Software.
321N/A#
321N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
321N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
321N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
321N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
321N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
321N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
321N/A# DEALINGS IN THE SOFTWARE.
321N/A#
321N/A#
321N/A
321N/A# Package name used in tarballs
321N/AMODULE_NAME=libXaw
321N/A
321N/A# Version number (used in path names)
321N/AMODULE_VERSION=1.0.7
493N/A
321N/A# Checksums for upstream tarball
321N/ATARBALL_MD5 = 815e74de989ccda684e2baf8d12cf519
321N/ATARBALL_SHA1 = 0e5effe33c4c44d960132e3dd50370134a28f8b2
493N/A
321N/A# Patches to apply to source after unpacking, in order
321N/ASOURCE_PATCHES=
493N/A
321N/A# Library name
321N/ALIBNAME=Xaw
321N/A
321N/A# pkg(5) name we deliver the files in (override default)
321N/AMODULE_PKGNAME=x11/library/toolkit/libxaw7
321N/AMODULE_PKGNAME_SET=yes
493N/A
493N/A# ARC cases that covered this module
321N/A# LSARC/2008/609 libXaw.so.7
321N/AMODULE_ARC_CASES = LSARC/2008/609
# Library man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=man/*.man
MODULE_STABILITY=Uncommitted
LIB_MAN_SUFFIX=3xaw
# Link with version mapfile
# MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
# pkg-config files that need to have -R added
FIX_PC_FILES=xaw7.pc.in
# Additional arguments to pass to configure
# We only ship libXaw.so.7, since we don't need to maintain binary
# compatibility with the libXaw.so.6 version we never shipped, and never
# started shipping the now-dropped-by-X.Org libXaw.so.8 (Xaw + Xprint)
MODULE_CONFIG_OPTS= --disable-xaw6
# Compatibility links from /usr/X11/lib to /usr/lib
MODULE_X11_LIBCOMPAT_LINKS = libXaw.so libXaw.so.7 libXaw7.so libXaw7.so.7
include ../Makefile.inc
# Remove existing Xaw headers from proto area before build to avoid conflicts
clean: clean_old_headers
clean_old_headers:
rm -rf $(PROTODIR)$(X11_INCLUDES_DIR)/X11/Xaw