Makefile revision 1360
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein###############################################################################
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Xaw5 Makefile
fec3621e807f9367a76771ae74ea0ce4133764c4Mark Andrews# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# Permission is hereby granted, free of charge, to any person obtaining a
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# copy of this software and associated documentation files (the "Software"),
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# to deal in the Software without restriction, including without limitation
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# the rights to use, copy, modify, merge, publish, distribute, sublicense,
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# and/or sell copies of the Software, and to permit persons to whom the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# Software is furnished to do so, subject to the following conditions:
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# The above copyright notice and this permission notice (including the next
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# paragraph) shall be included in all copies or substantial portions of the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# DEALINGS IN THE SOFTWARE.
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# Package metadata
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# pkg(5) name we deliver the files in (override default)
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# No upstream sources, only local sources
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Library name (used for specfiles/mapfiles)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Man pages to apply Sun footer to & attributes to list
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# ARC cases that covered this module
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# PSARC/1992/173 - Update MIT-based Clients to X11R5 Level
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# No configure script to run
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington# Since we don't have a configure script, pass configure flags to make
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonMODULE_BUILD_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonMODULE_INSTALL_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX)
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonMODULE_CFLAGS += -I. -DHAS_ISW_FUNCS -DHAS_WCTYPE_H -DOLDXAW
50105afc551903541608b11851d73278b23579a3Mark Andrews# Link with version mapfile
0b062f4990db5cc6db2fe3398926f71b92a67407Brian WellingtonMODULE_LDFLAGS = -R/usr/lib$(ARCHLIBSUBDIR) -M $(PWD)/mapfile-vers
6e8a8077faf96d8da0b6cf738913f5f1f86e4008Mark Andrews# Compatibility links from /usr/X11/lib to /usr/lib