Makefile revision 851
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe###############################################################################
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna#
8e8568ec7d29f056a2a4942d1d50481e441c25d9covener# xev 1.x Makefile
4ea8055e720d18f386b8026b546e5836ecccba4arjung#
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# Use is subject to license terms.
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe#
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# Permission is hereby granted, free of charge, to any person obtaining a
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# copy of this software and associated documentation files (the
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# "Software"), to deal in the Software without restriction, including
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# without limitation the rights to use, copy, modify, merge, publish,
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# distribute, and/or sell copies of the Software, and to permit persons
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# to whom the Software is furnished to do so, provided that the above
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# copyright notice(s) and this permission notice appear in all copies of
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# the Software and that both the above copyright notice(s) and this
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# permission notice appear in supporting documentation.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick#
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe#
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe# Except as contained in this notice, the name of a copyright holder
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe# shall not be used in advertising or otherwise to promote the sale, use
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe# or other dealings in this Software without prior written authorization
f2386b627177c7a80d38fed6ec0aed3c086909c1covener# of the copyright holder.
f2386b627177c7a80d38fed6ec0aed3c086909c1covener#
f2386b627177c7a80d38fed6ec0aed3c086909c1covener# ident "@(#)Makefile 1.5 09/12/05 SMI"
f2386b627177c7a80d38fed6ec0aed3c086909c1covener#
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin# Package name used in tarballs
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrinMODULE_NAME=xev
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin# Version number (used in path names)
1a668f25bc6b4b111822caaba70bb9289d64ade5niqMODULE_VERSION=1.0.4
1a668f25bc6b4b111822caaba70bb9289d64ade5niq
1a668f25bc6b4b111822caaba70bb9289d64ade5niq# Patches to apply to source after unpacking, in order
7a6c86627922e38fa227943b9f888f96109681e5covenerSOURCE_PATCHES =
7a6c86627922e38fa227943b9f888f96109681e5covener
7a6c86627922e38fa227943b9f888f96109681e5covener# Man pages to apply Sun footer to & attributes to list
7a6c86627922e38fa227943b9f888f96109681e5covenerSUNTOUCHED_MANPAGES=*.man
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovenerSUN_PACKAGE=SUNWxwplt
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovenerMODULE_STABILITY=Committed
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovenerinclude ../Makefile.inc
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener