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