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