Makefile revision 309
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma###############################################################################
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# xconsole 1.x Makefile
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp#
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# Use subject to license terms.
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma#
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# Permission is hereby granted, free of charge, to any person obtaining a
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# copy of this software and associated documentation files (the
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# "Software"), to deal in the Software without restriction, including
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# without limitation the rights to use, copy, modify, merge, publish,
3e8ebc69e18e02f0935b37e8f5837aab18557f50ludovicp# distribute, and/or sell copies of the Software, and to permit persons
d550ed97bd4eb1658565af49c77579295d60c46ahajma# to whom the Software is furnished to do so, provided that the above
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# copyright notice(s) and this permission notice appear in all copies of
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# the Software and that both the above copyright notice(s) and this
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# permission notice appear in supporting documentation.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#
# Except as contained in this notice, the name of a copyright holder
# shall not be used in advertising or otherwise to promote the sale, use
# or other dealings in this Software without prior written authorization
# of the copyright holder.
#
# @(#)Makefile 1.1 08/02/08
#
# Package name used in tarballs
APP_NAME=xconsole
# Version number (used in path names)
APP_VERS=1.0.3
# Patches to apply to source after unpacking, in order
SOURCE_PATCHES =
LIB_ADD_LD_OPTIONS += -L$(PROTODIR)$(X11_DIR)/lib/xorgcfg
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=*.man
SUNTOUCH_MAN_FLAGS= \
-a '{Availability, SUNWxwopt} {Interface Stability, Committed}'
include ../Makefile.inc