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