Makefile revision 606
2240N/A#
2240N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2240N/A# Use subject to license terms.
2240N/A#
2240N/A# Permission is hereby granted, free of charge, to any person obtaining a
2240N/A# copy of this software and associated documentation files (the
2240N/A# "Software"), to deal in the Software without restriction, including
2240N/A# without limitation the rights to use, copy, modify, merge, publish,
2240N/A# distribute, and/or sell copies of the Software, and to permit persons
2240N/A# to whom the Software is furnished to do so, provided that the above
2240N/A# copyright notice(s) and this permission notice appear in all copies of
2240N/A# the Software and that both the above copyright notice(s) and this
2240N/A# permission notice appear in supporting documentation.
2240N/A#
2240N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2240N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2240N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
2240N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
2240N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
2240N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
2240N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
2240N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
2240N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3339N/A#
2240N/A# Except as contained in this notice, the name of a copyright holder
2240N/A# shall not be used in advertising or otherwise to promote the sale, use
3339N/A# or other dealings in this Software without prior written authorization
2240N/A# of the copyright holder.
2240N/A#
2240N/A# @(#)Makefile 1.9 09/01/10
2240N/A#
2240N/A
2240N/A# Package name used in tarballs
2240N/AMODULE_NAME=libdrm
2240N/A
2240N/A# Version number (used in path names)
2240N/AMODULE_VERSION=2.3.1
2240N/A
2240N/A# Library name (used for specfiles/mapfiles)
2240N/ALIBNAME=drm
2240N/A
2240N/A# Download site for source
2284N/ASOURCE_URL=http://dri.freedesktop.org/libdrm/$(SOURCE_TARBALL_NAME)
2240N/ASOURCE_URL_SET=yes
2240N/AGIT_URL=$(FDO_GIT_URL)/mesa/drm
2240N/AGIT_URL_SET=yes
2240N/A
2240N/A# Patches to apply to source after unpacking, in order
2805N/ASOURCE_PATCHES = solaris-drm-port.patch
2284N/A
2284N/A# Need to regenerate files after patching Makefile.am in solaris-drm-port.patch
2240N/AAUTORECONF=yes
2240N/A
2240N/A# Man pages to apply Sun footer to & attributes to list
2240N/A#SUNTOUCHED_MANPAGES=*.man
2284N/A#SUN_PACKAGE=SUNWxorg-server
2284N/A#MODULE_STABILITY=Volatile
2240N/A#LIB_MAN_SUFFIX=3drm
2240N/A
2240N/A# pkg-config files that need to have -R added
2240N/AFIX_PC_FILES=libdrm.pc.in
2240N/A
2284N/A# Where to install files
2240N/AMODULE_ADD_LIB_SUBDIR=$(X11_SERVERLIBS_SUBDIR)
2240N/A
2240N/Ainclude ../Makefile.inc
2240N/A