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