Makefile revision 1549
407N/A###############################################################################
407N/A#
407N/A# libXvMC - Xlib-based client library for X-Video Motion Compensation extension
407N/A#
407N/A# Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
407N/A#
407N/A# Permission is hereby granted, free of charge, to any person obtaining a
407N/A# copy of this software and associated documentation files (the "Software"),
407N/A# to deal in the Software without restriction, including without limitation
407N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
407N/A# and/or sell copies of the Software, and to permit persons to whom the
407N/A# Software is furnished to do so, subject to the following conditions:
407N/A#
407N/A# The above copyright notice and this permission notice (including the next
407N/A# paragraph) shall be included in all copies or substantial portions of the
407N/A# Software.
407N/A#
407N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
407N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
407N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
407N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
407N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
407N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
407N/A# DEALINGS IN THE SOFTWARE.
407N/A#
407N/A#
407N/A
407N/A# Package name used in tarballs
407N/AMODULE_NAME=libXvMC
407N/A
407N/A# Version number (used in path names)
407N/AMODULE_VERSION=1.0.9
407N/A
407N/A# Checksums for upstream tarball
407N/ATARBALL_MD5 = eba6b738ed5fdcd8f4203d7c8a470c79
407N/ATARBALL_SHA1 = 6fc54831734e781b2848b6f7e3bcc4f752665f21
407N/ATARBALL_SHA256= 0703d7dff6ffc184f1735ca5d4eb9dbb402b522e08e008f2f96aee16c40a5756
407N/A
407N/A# Patches to apply to source after unpacking, in order
407N/ASOURCE_PATCHES =
407N/A
407N/A# Library name
407N/ALIBNAME=XvMC
407N/A
407N/A# Man pages to apply Sun footer to & attributes to list
407N/A#SUNTOUCHED_MANPAGES=man/*.man
407N/AMODULE_STABILITY=Volatile
407N/ALIB_MAN_SUFFIX=3xvMC
407N/A
407N/A# pkg-config files that need to have -R added
407N/AFIX_PC_FILES=xvmc.pc.in
407N/A
407N/A# Compatibility links from /usr/X11/lib to /usr/lib
407N/AMODULE_X11_LIBCOMPAT_LINKS = libXvMC.so libXvMC.so.1 libXvMCW.so libXvMCW.so.1
407N/A
407N/A# configure passes "xv" to PKG_CHECK_MODULES since libXv headers are needed,
407N/A# but we don't need to link with it, so ignore it at link time.
407N/AMODULE_LDFLAGS = $(ZDISCARD_UNUSED_DEP)
407N/A
407N/Ainclude ../Makefile.inc
407N/A