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