Makefile revision 911
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson###############################################################################
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson#
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# XvMC 1.x Makefile
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson#
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# Use is subject to license terms.
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson#
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# Permission is hereby granted, free of charge, to any person obtaining a
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# copy of this software and associated documentation files (the
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# "Software"), to deal in the Software without restriction, including
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# without limitation the rights to use, copy, modify, merge, publish,
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# distribute, and/or sell copies of the Software, and to permit persons
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# to whom the Software is furnished to do so, provided that the above
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# copyright notice(s) and this permission notice appear in all copies of
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# the Software and that both the above copyright notice(s) and this
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# permission notice appear in supporting documentation.
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson#
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson#
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# Except as contained in this notice, the name of a copyright holder
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# shall not be used in advertising or otherwise to promote the sale, use
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# or other dealings in this Software without prior written authorization
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# of the copyright holder.
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson#
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson#
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# Package name used in tarballs
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsonMODULE_NAME=libXvMC
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# Version number (used in path names)
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsonMODULE_VERSION=1.0.5
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# Checksums for upstream tarball
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsonTARBALL_MD5 = 16c3a11add14979beb7510e44623cac6
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsonTARBALL_SHA1 = 153b85884f22b882cecb9fc462fe24c669a80dbd
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# Patches to apply to source after unpacking, in order
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsonSOURCE_PATCHES =
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# Library name
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsonLIBNAME=XvMC
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# Man pages to apply Sun footer to & attributes to list
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson#SUNTOUCHED_MANPAGES=man/*.man
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsonSUN_PACKAGE=SUNWxorg-clientlibs
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsonMODULE_STABILITY=Volatile
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsonLIB_MAN_SUFFIX=3XvMC
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson# pkg-config files that need to have -R added
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsonFIX_PC_FILES=xvmc.pc.in
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilsoninclude ../Makefile.inc
67a234f3ab92ef27c1aaeb7110b3fae7a0eb73e3neil_a_wilson