Makefile revision 351
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync###############################################################################
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync#
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Xt 1.x Makefile
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync#
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Use subject to license terms.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync#
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Permission is hereby granted, free of charge, to any person obtaining a
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# copy of this software and associated documentation files (the
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# "Software"), to deal in the Software without restriction, including
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# without limitation the rights to use, copy, modify, merge, publish,
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# distribute, and/or sell copies of the Software, and to permit persons
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# to whom the Software is furnished to do so, provided that the above
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# copyright notice(s) and this permission notice appear in all copies of
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# the Software and that both the above copyright notice(s) and this
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# permission notice appear in supporting documentation.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync#
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync#
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# Except as contained in this notice, the name of a copyright holder
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# shall not be used in advertising or otherwise to promote the sale, use
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# or other dealings in this Software without prior written authorization
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# of the copyright holder.
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync#
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync# @(#)Makefile 1.1 08/03/05
61cb83a8ccd1dd7f671f31fa93c9d8b7be09b4ccvboxsync#
# Package name used in tarballs
LIB_MODULE=libXt
# Version number (used in path names)
LIB_VERS=1.0.5
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES = 6671721.patch
# Library name (used for specfiles/mapfiles)
LIBNAME=Xt
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=man/*.man
SUN_PACKAGE=SUNWxwplt
LIB_STABILITY=Committed
LIB_MAN_SUFFIX=3Xt
# Library built in tree
LIB_BUILT=$(SOURCE_DIR)/src/.libs/libXt.so.4.0.0
# pkg-config files that need to have -R added
FIX_PC_FILES=xt.pc.in
include ../Makefile.inc