Makefile revision 943
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync###############################################################################
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# xgamma 1.x Makefile
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# copy of this software and associated documentation files (the "Software"),
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# to deal in the Software without restriction, including without limitation
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# and/or sell copies of the Software, and to permit persons to whom the
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Software is furnished to do so, subject to the following conditions:
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# The above copyright notice and this permission notice (including the next
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# paragraph) shall be included in all copies or substantial portions of the
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Software.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# DEALINGS IN THE SOFTWARE.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Package name used in tarballs
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncMODULE_NAME=xgamma
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Version number (used in path names)
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncMODULE_VERSION=1.0.3
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Checksums for upstream tarball
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncTARBALL_MD5 = e8a88bf1a18f35b724619849dca97f4f
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncTARBALL_SHA1 = f9c7d93f4b271bab41ee3c91b371d52572e4e08c
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Patches to apply to source after unpacking, in order
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncSOURCE_PATCHES =
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Man pages to apply Sun footer to & attributes to list
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncSUNTOUCHED_MANPAGES=*.man
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncSUN_PACKAGE=SUNWxorg-client-programs
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncMODULE_STABILITY=Volatile
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncinclude ../Makefile.inc
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync