Makefile revision 1276
623N/A###############################################################################
623N/A#
623N/A# Xaw4 Makefile
623N/A#
623N/A# Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
623N/A#
623N/A# Permission is hereby granted, free of charge, to any person obtaining a
623N/A# copy of this software and associated documentation files (the "Software"),
623N/A# to deal in the Software without restriction, including without limitation
623N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
623N/A# and/or sell copies of the Software, and to permit persons to whom the
623N/A# Software is furnished to do so, subject to the following conditions:
623N/A#
623N/A# The above copyright notice and this permission notice (including the next
623N/A# paragraph) shall be included in all copies or substantial portions of the
623N/A# Software.
623N/A#
623N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
623N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
873N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
623N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
623N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
623N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
623N/A# DEALINGS IN THE SOFTWARE.
623N/A#
873N/A#
623N/A
623N/A# libXaw4 was replaced by libXaw5 well before 64-bit libraries were shipped
2549N/A# in Solaris, and since it's just kept for binary compatibility of old apps,
2650N/A# we don't need a 64-bit version.
2650N/ABUILD_TYPES_SET=yes
2650N/ABUILD_TYPES=32
2650N/A
2650N/AMODULE_NAME=libXaw4
2650N/A
2650N/A# pkg(5) name we deliver the files in (override default)
2650N/AMODULE_PKGNAME=x11/library/toolkit/libxaw4
2650N/AMODULE_PKGNAME_SET=yes
2650N/A
2650N/A# No upstream sources, only local sources
2650N/AMODULE_VERSION=src
2650N/ASOURCE_TARBALL_NAME=NONE
2650N/ASOURCE_TARBALL_NAME_SET=yes
2650N/AADDITIONAL_SOURCE_DIR=sun-src
2650N/A
2650N/A# Library name (used for specfiles/mapfiles)
2650N/ALIBNAME=Xaw4
2650N/A
2650N/A# Man pages to apply Sun footer to & attributes to list
2650N/ASUNTOUCHED_MANPAGES= # None
2650N/AMODULE_STABILITY=Committed
2650N/A
2650N/A# ARC cases that covered this module
2650N/A# PSARC/1992/173 - Update MIT-based Clients to X11R5 Level
2650N/AMODULE_ARC_CASES = PSARC/1992/173
623N/A
2650N/A# No configure script to run
2650N/ACONFIGURE_TARGETS=
2650N/ACONFIGURE_TARGETS_SET=yes
2650N/A
2650N/A# Since we don't have a configure script, pass configure flags to make
2650N/AMODULE_BUILD_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
2650N/AMODULE_INSTALL_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
2650N/A
2650N/AMODULE_CFLAGS += -I.
2650N/A
2650N/A# Link with version mapfile
2650N/AMODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
2650N/A
2650N/A# Compatibility links from /usr/X11/lib to /usr/lib
2650N/AMODULE_X11_LIBCOMPAT_LINKS = libXaw.so.4
2650N/A
2650N/Ainclude ../Makefile.inc
2650N/A