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