Makefile revision 761
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov###############################################################################
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Xaw Makefile
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Use is subject to license terms.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Permission is hereby granted, free of charge, to any person obtaining a
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# copy of this software and associated documentation files (the
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# "Software"), to deal in the Software without restriction, including
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# without limitation the rights to use, copy, modify, merge, publish,
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# distribute, and/or sell copies of the Software, and to permit persons
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# to whom the Software is furnished to do so, provided that the above
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# copyright notice(s) and this permission notice appear in all copies of
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# the Software and that both the above copyright notice(s) and this
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# permission notice appear in supporting documentation.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Except as contained in this notice, the name of a copyright holder
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# shall not be used in advertising or otherwise to promote the sale, use
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# or other dealings in this Software without prior written authorization
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# of the copyright holder.
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# @(#)Makefile 1.6 09/07/31
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# Package name used in tarballs
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# Version number (used in path names)
95c635efb7c3b86efc493e0447eaec7aecca3f0fGarrett D'Amore# Patches to apply to source after unpacking, in order
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# Library name
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# Library man pages to apply Sun footer to & attributes to list
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# Link with version mapfile
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# pkg-config files that need to have -R added
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# Additional arguments to pass to configure
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# We only ship libXaw.so.7, since we don't need to maintain binary
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# compatibility with the libXaw.so.6 version we never shipped, and never
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# started shipping the now-dropped-by-X.Org libXaw.so.8 (Xaw + Xprint)
260e9a87725c090ba5835b1f9f0b62fa2f96036fYuri Pankov# Remove existing Xaw headers from proto area before build to avoid conflicts