Makefile revision 957
f743002678eb67b99bbc29fee116b65d9530fec0wrowe###############################################################################
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg#
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem# xf86-video-openchrome Makefile
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic#
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic#
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Permission is hereby granted, free of charge, to any person obtaining a
4da61833a1cbbca94094f9653fd970582b97a72etrawick# copy of this software and associated documentation files (the "Software"),
4da61833a1cbbca94094f9653fd970582b97a72etrawick# to deal in the Software without restriction, including without limitation
4da61833a1cbbca94094f9653fd970582b97a72etrawick# the rights to use, copy, modify, merge, publish, distribute, sublicense,
4da61833a1cbbca94094f9653fd970582b97a72etrawick# and/or sell copies of the Software, and to permit persons to whom the
4da61833a1cbbca94094f9653fd970582b97a72etrawick# Software is furnished to do so, subject to the following conditions:
4789804be088bcd86ae637a29cdb7fda25169521jailletc#
4789804be088bcd86ae637a29cdb7fda25169521jailletc# The above copyright notice and this permission notice (including the next
4789804be088bcd86ae637a29cdb7fda25169521jailletc# paragraph) shall be included in all copies or substantial portions of the
4789804be088bcd86ae637a29cdb7fda25169521jailletc# Software.
e50c3026198fd496f183cda4c32a202925476778covener#
e50c3026198fd496f183cda4c32a202925476778covener# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
e50c3026198fd496f183cda4c32a202925476778covener# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic# DEALINGS IN THE SOFTWARE.
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic#
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic#
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic# Package name used in tarballs
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavicMODULE_NAME=xf86-video-openchrome
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic
69301145375a889e7e37caf7cc7321ac0f91801erpluem# Version number (used in path names)
69301145375a889e7e37caf7cc7321ac0f91801erpluemMODULE_VERSION=0.2.904
69301145375a889e7e37caf7cc7321ac0f91801erpluem
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# Checksums for upstream tarball
506bfe33206b2fece40ef25f695af39dd4130facjkaluzaTARBALL_MD5 = f2481d98ef54febf5bffbb88a2a2426d
506bfe33206b2fece40ef25f695af39dd4130facjkaluzaTARBALL_SHA1 = 23225057d5b75d6aac3e7a710cbc067b2eb29228
506bfe33206b2fece40ef25f695af39dd4130facjkaluza
d58a848a016d401b965111e50ef829e1641f7834minfrin# Patches to apply to source after unpacking, in order
d58a848a016d401b965111e50ef829e1641f7834minfrinSOURCE_PATCHES = manpage-sections.patch,-p1
d58a848a016d401b965111e50ef829e1641f7834minfrin
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf# manpage-sections.patch edits configure.ac, so we need to autoreconf
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sfAUTORECONF=yes
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic# Man pages to apply Sun footer to & attributes to list
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavicSUNTOUCHED_MANPAGES=man/*.man
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavicSUN_PACKAGE=SUNWxorg-graphics-ddx
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavicMODULE_STABILITY=Volatile
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic# Extra flags to pass to configure script
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic# - Disable DRI since the kernel module isn't ported
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavicMODULE_CONFIG_OPTS=--disable-dri
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic# Libraries/modules to link with
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicMODULE_LD_OPTIONS= \
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic -R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic -R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener -lfb -lint10 -lpciaccess -lshadow -lvbe \
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener -lexa -lxaa -lvgahw -lshadowfb -lXfont -lm
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener
d7205b1a86c51c27b71a2c458dc453fd53a261c1covenerinclude ../Makefile.inc
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener