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