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