Makefile revision 919
3788N/A###############################################################################
3788N/A#
3788N/A# xf86-video-r128 1.x Makefile
3788N/A#
3788N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
3788N/A# Use is subject to license terms.
3788N/A#
3788N/A# Permission is hereby granted, free of charge, to any person obtaining a
3788N/A# copy of this software and associated documentation files (the "Software"),
3788N/A# to deal in the Software without restriction, including without limitation
3788N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
3788N/A# and/or sell copies of the Software, and to permit persons to whom the
3788N/A# Software is furnished to do so, subject to the following conditions:
3788N/A#
3788N/A# The above copyright notice and this permission notice (including the next
3788N/A# paragraph) shall be included in all copies or substantial portions of the
3788N/A# Software.
3788N/A#
3788N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3788N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3788N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
3788N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3788N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3788N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3788N/A# DEALINGS IN THE SOFTWARE.
3788N/A#
3788N/A#
3788N/A
3788N/A# Package name used in tarballs
3788N/AMODULE_NAME=xf86-video-r128
3788N/A
3788N/A# Version number (used in path names)
3788N/AMODULE_VERSION=6.8.1
3788N/A
3788N/A# Checksums for upstream tarball
3788N/ATARBALL_MD5 = 2b90854a62a4d45d652062f582dc8d13
3788N/ATARBALL_SHA1 = 14f33cbd248dfd1584ee14949475ab3bb922da17
3788N/A
3788N/A# Patches to apply to source after unpacking, in order
3788N/ASOURCE_PATCHES =
3788N/A
3788N/A# Man pages to apply Sun footer to & attributes to list
3788N/ASUNTOUCHED_MANPAGES=man/*.man
4435N/ASUN_PACKAGE=SUNWxorg-graphics-ddx
3788N/AMODULE_STABILITY=Volatile
4435N/A
4435N/A# Extra flags to pass to configure script
4435N/A# - Disable DRI since the kernel module isn't ported
3788N/AMODULE_CONFIG_OPTS=--disable-dri
3788N/A
4435N/A# Paths to find libraries/modules to link with
3788N/AMODULE_LD_OPTIONS= \
3788N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
3788N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)/extensions \
3788N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)/linux \
3788N/A -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
3788N/A -R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
3788N/A -R$(X11_SERVERMODS_DIR)/extensions$(SERVERMOD_subdir) \
3788N/A -R$(X11_SERVERMODS_DIR)/linux$(SERVERMOD_subdir) \
3788N/A -R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
3788N/A -lint10 -lpciaccess -lfb -lvbe -lxaa -lfbdevhw -lvgahw
3788N/A
3788N/A# Additional install rules beyond what upstream installs
3788N/AMODULE_ADD_INSTALL_TARGETS=install_docs
3788N/A
3788N/Ainclude ../Makefile.inc
3788N/A
3788N/Ainstall_docs: $(INSTALL_DEPS)
3788N/A mkdir -p $(PROTODIR)$(X11_DOC_DIR)
3788N/A cp -p $(SOURCE_DIR)/README.r128 $(PROTODIR)$(X11_DOC_DIR)/
3788N/A