Makefile revision 1276
58N/A###############################################################################
58N/A#
58N/A# libXaw - Athena Widgets toolkit, based on libXt intrinsics
58N/A#
58N/A# Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
58N/A#
58N/A# Permission is hereby granted, free of charge, to any person obtaining a
58N/A# copy of this software and associated documentation files (the "Software"),
58N/A# to deal in the Software without restriction, including without limitation
58N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
58N/A# and/or sell copies of the Software, and to permit persons to whom the
58N/A# Software is furnished to do so, subject to the following conditions:
58N/A#
58N/A# The above copyright notice and this permission notice (including the next
58N/A# paragraph) shall be included in all copies or substantial portions of the
58N/A# Software.
58N/A#
58N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
58N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
58N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
77N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
58N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
58N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
58N/A# DEALINGS IN THE SOFTWARE.
58N/A#
234N/A#
234N/A
234N/A# Package name used in tarballs
234N/AMODULE_NAME=libXaw
639N/A
639N/A# Version number (used in path names)
234N/AMODULE_VERSION=1.0.10
234N/A
234N/A# Checksums for upstream tarball
234N/ATARBALL_MD5 = f1ea52debce7a18cc26b21647a00ad8b
639N/ATARBALL_SHA1 = 8caa4c692e28f9681678a22168978b7668df57be
639N/ATARBALL_SHA256= 2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd
58N/A
667N/A# Patches to apply to source after unpacking, in order
1016N/ASOURCE_PATCHES=
58N/A
1016N/A# Library name
664N/ALIBNAME=Xaw
1026N/A
112N/A# pkg(5) name we deliver the files in (override default)
58N/AMODULE_PKGNAME=x11/library/toolkit/libxaw7
58N/AMODULE_PKGNAME_SET=yes
77N/A
77N/A# ARC cases that covered this module
77N/A# LSARC/2008/609 libXaw.so.7
77N/AMODULE_ARC_CASES = LSARC/2008/609
58N/A
418N/A# Library man pages to apply Sun footer to & attributes to list
58N/ASUNTOUCHED_MANPAGES=man/*.man
773N/AMODULE_STABILITY=Uncommitted
773N/ALIB_MAN_SUFFIX=3xaw
58N/A
773N/A# Link with version mapfile
773N/A# MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
773N/A
773N/A# pkg-config files that need to have -R added
58N/AFIX_PC_FILES=xaw7.pc.in
773N/A
773N/A# Additional arguments to pass to configure
773N/A# We only ship libXaw.so.7, since we don't need to maintain binary
773N/A# compatibility with the libXaw.so.6 version we never shipped, and never
58N/A# started shipping the now-dropped-by-X.Org libXaw.so.8 (Xaw + Xprint)
58N/AMODULE_CONFIG_OPTS= --disable-xaw6
58N/A
664N/A# Compatibility links from /usr/X11/lib to /usr/lib
58N/AMODULE_X11_LIBCOMPAT_LINKS = libXaw.so libXaw.so.7 libXaw7.so libXaw7.so.7
65N/A
894N/Ainclude ../Makefile.inc
77N/A