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