Makefile revision 800
8200fe25ffab8b2032d046c88710a949f361b700rmesta###############################################################################
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# xinput 1.x Makefile
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
8200fe25ffab8b2032d046c88710a949f361b700rmesta# Use subject to license terms.
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# Permission is hereby granted, free of charge, to any person obtaining a
8200fe25ffab8b2032d046c88710a949f361b700rmesta# copy of this software and associated documentation files (the
8200fe25ffab8b2032d046c88710a949f361b700rmesta# "Software"), to deal in the Software without restriction, including
8200fe25ffab8b2032d046c88710a949f361b700rmesta# without limitation the rights to use, copy, modify, merge, publish,
8200fe25ffab8b2032d046c88710a949f361b700rmesta# distribute, and/or sell copies of the Software, and to permit persons
8200fe25ffab8b2032d046c88710a949f361b700rmesta# to whom the Software is furnished to do so, provided that the above
8200fe25ffab8b2032d046c88710a949f361b700rmesta# copyright notice(s) and this permission notice appear in all copies of
8200fe25ffab8b2032d046c88710a949f361b700rmesta# the Software and that both the above copyright notice(s) and this
8200fe25ffab8b2032d046c88710a949f361b700rmesta# permission notice appear in supporting documentation.
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
8200fe25ffab8b2032d046c88710a949f361b700rmesta# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
8200fe25ffab8b2032d046c88710a949f361b700rmesta# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
8200fe25ffab8b2032d046c88710a949f361b700rmesta# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
8200fe25ffab8b2032d046c88710a949f361b700rmesta# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
8200fe25ffab8b2032d046c88710a949f361b700rmesta# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
8200fe25ffab8b2032d046c88710a949f361b700rmesta# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
8200fe25ffab8b2032d046c88710a949f361b700rmesta# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
8200fe25ffab8b2032d046c88710a949f361b700rmesta# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8200fe25ffab8b2032d046c88710a949f361b700rmesta#
8200fe25ffab8b2032d046c88710a949f361b700rmesta# Except as contained in this notice, the name of a copyright holder
8200fe25ffab8b2032d046c88710a949f361b700rmesta# shall not be used in advertising or otherwise to promote the sale, use
8200fe25ffab8b2032d046c88710a949f361b700rmesta# or other dealings in this Software without prior written authorization
177fd15c9f814babb60e824f89984cdd8acf7c85kupfer# of the copyright holder.
#
# @(#)Makefile 1.1 09/09/17
#
# Package name used in tarballs
MODULE_NAME=xinput
# Version number (used in path names)
MODULE_VERSION=1.4.99.3
# Man pages to apply Sun footer to & attributes to list
SUNTOUCHED_MANPAGES=man/*.man
SUN_PACKAGE=SUNWxorg-client-programs
MODULE_STABILITY=Volatile
include ../Makefile.inc