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