Makefile revision 371
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit###############################################################################
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit#
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# Xaw Makefile
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit#
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# Use subject to license terms.
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit#
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# Permission is hereby granted, free of charge, to any person obtaining a
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts# copy of this software and associated documentation files (the
0d29d2c9c206eb1652fa951dd55bcc0cfa4b48feNeil Madden# "Software"), to deal in the Software without restriction, including
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts# without limitation the rights to use, copy, modify, merge, publish,
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts# distribute, and/or sell copies of the Software, and to permit persons
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts# to whom the Software is furnished to do so, provided that the above
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# copyright notice(s) and this permission notice appear in all copies of
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts# the Software and that both the above copyright notice(s) and this
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# permission notice appear in supporting documentation.
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit#
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
4f39fae2f8671f7389a26412a6203c455b80f06dDavid Luna# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit#
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# Except as contained in this notice, the name of a copyright holder
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# shall not be used in advertising or otherwise to promote the sale, use
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# or other dealings in this Software without prior written authorization
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# of the copyright holder.
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit#
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit# @(#)Makefile 1.2 08/03/19
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit#
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit## For now, this libXaw is installed to a private directory for the use
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit## of xorgcfg only. Further evaluation is needed of the differences
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit## between the current Solaris libXaw & this one before it can become the
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit## default/public libXaw.
# Package name used in tarballs
LIB_MODULE=libXaw
# Version number (used in path names)
LIB_VERS=1.0.4
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES=
# Library name
LIBNAME=Xaw
# Library man pages to apply Sun footer to & attributes to list
# SUNTOUCHED_MANPAGES=
SUN_PACKAGE=SUNWxwplt
LIB_STABILITY=Uncommitted
LIB_MAN_SUFFIX=3
# Library built in tree
LIB_BUILT=$(SOURCE_DIR)/src/.libs/libXaw.so.8.0.0
# Link with version mapfile
# LIB_ADD_LD_OPTIONS = -M $(PWD)/mapfile-vers
# pkg-config files that need to have -R added
FIX_PC_FILES=xaw*.pc.in
# Additional arguments to pass to configure
LIB_ADD_CONFIG_OPTS= --disable-xaw6 --disable-xaw8
# Install in private subdir for xorgcfg
LIB_ADD_SUBDIR=/xorgcfg
include ../Makefile.inc