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