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