Makefile revision 919
460N/A###############################################################################
460N/A#
460N/A# xev 1.x Makefile
460N/A#
460N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
460N/A# Use is subject to license terms.
460N/A#
460N/A# Permission is hereby granted, free of charge, to any person obtaining a
460N/A# copy of this software and associated documentation files (the "Software"),
460N/A# to deal in the Software without restriction, including without limitation
460N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
460N/A# and/or sell copies of the Software, and to permit persons to whom the
460N/A# Software is furnished to do so, subject to the following conditions:
460N/A#
460N/A# The above copyright notice and this permission notice (including the next
460N/A# paragraph) shall be included in all copies or substantial portions of the
460N/A# Software.
460N/A#
460N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
460N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
460N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
460N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
460N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
460N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
460N/A# DEALINGS IN THE SOFTWARE.
460N/A#
460N/A#
460N/A
460N/A# Package name used in tarballs
460N/AMODULE_NAME=xev
460N/A
460N/A# Version number (used in path names)
460N/AMODULE_VERSION=1.0.4
460N/A
460N/A# Checksums for upstream tarball
464N/ATARBALL_MD5 = 5f98c0a2725a33d60ef4956befe078fb
618N/ATARBALL_SHA1 = 4f62e131ba96842eef1660e8869533cd3923ac35
464N/A
464N/A# Patches to apply to source after unpacking, in order
460N/ASOURCE_PATCHES =
460N/A
460N/A# Man pages to apply Sun footer to & attributes to list
460N/ASUNTOUCHED_MANPAGES=*.man
460N/ASUN_PACKAGE=SUNWxwplt
460N/AMODULE_STABILITY=Committed
460N/A
460N/Ainclude ../Makefile.inc
460N/A