Makefile revision 196
74N/A###############################################################################
74N/A#
74N/A# XvMC 1.x Makefile
74N/A#
74N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
74N/A# Use subject to license terms.
74N/A#
74N/A# Permission is hereby granted, free of charge, to any person obtaining a
74N/A# copy of this software and associated documentation files (the
74N/A# "Software"), to deal in the Software without restriction, including
74N/A# without limitation the rights to use, copy, modify, merge, publish,
74N/A# distribute, and/or sell copies of the Software, and to permit persons
74N/A# to whom the Software is furnished to do so, provided that the above
74N/A# copyright notice(s) and this permission notice appear in all copies of
74N/A# the Software and that both the above copyright notice(s) and this
74N/A# permission notice appear in supporting documentation.
74N/A#
74N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
74N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
74N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
74N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
74N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
74N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
74N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
74N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
74N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
618N/A#
74N/A# Except as contained in this notice, the name of a copyright holder
74N/A# shall not be used in advertising or otherwise to promote the sale, use
74N/A# or other dealings in this Software without prior written authorization
618N/A# of the copyright holder.
74N/A#
74N/A# @(#)Makefile 1.2 06/10/03
74N/A#
74N/A
74N/A# Package name used in tarballs
74N/ALIB_MODULE=libXvMC
74N/A
74N/A# Version number (used in path names)
74N/ALIB_VERS=1.0.3
74N/A
74N/A# Patches to apply to source after unpacking, in order
74N/ASOURCE_PATCHES =
74N/A
181N/A# Library name
74N/ALIBNAME=XvMC
181N/A
83N/A# Man pages to apply Sun footer to & attributes to list
74N/A#SUNTOUCHED_MANPAGES=man/*.man
74N/ASUN_PACKAGE=SUNWxorg-clientlibs
74N/ALIB_STABILITY=Volatile
LIB_MAN_SUFFIX=3XvMC
# Library built in tree
LIB_BUILT=$(SOURCE_DIR)/src/.libs/libXvMC.so.1.0.0
# pkg-config files that need to have -R added
FIX_PC_FILES=xvmc.pc.in
include ../Makefile.inc