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