Makefile revision 965
f743002678eb67b99bbc29fee116b65d9530fec0wrowe###############################################################################
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg#
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem# xf86-video-ast 1.x Makefile
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic#
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Copyright (c) 2006, 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-ast
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic
69301145375a889e7e37caf7cc7321ac0f91801erpluem# Version number (used in path names)
69301145375a889e7e37caf7cc7321ac0f91801erpluemMODULE_VERSION=0.89.0
69301145375a889e7e37caf7cc7321ac0f91801erpluem
506bfe33206b2fece40ef25f695af39dd4130facjkaluza# Checksums for upstream tarball
506bfe33206b2fece40ef25f695af39dd4130facjkaluzaTARBALL_MD5 = 9d98ac74ea7feb9f1f4783b59eccdb2b
506bfe33206b2fece40ef25f695af39dd4130facjkaluzaTARBALL_SHA1 = dca605c1d7202209bc0f3ecec10ae979cbf71e14
506bfe33206b2fece40ef25f695af39dd4130facjkaluza
d58a848a016d401b965111e50ef829e1641f7834minfrin# Patches to apply to source after unpacking, in order
d58a848a016d401b965111e50ef829e1641f7834minfrinSOURCE_PATCHES = \
d58a848a016d401b965111e50ef829e1641f7834minfrin xf86UDelay.patch,-p1 \
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf sparc-ast.patch \
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf sparc-ast-6860461.patch \
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf 6924667.patch port.patch
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic# Link in additional source files from sun-src directory
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavicADDITIONAL_SOURCE_DIR=sun-src
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic# Regenerate Makefile.in's from Makefile.am's after patching them
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavicAUTORECONF=yes
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic# Man pages to apply Sun footer to & attributes to list
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic#SUNTOUCHED_MANPAGES=man/*.man
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicSUN_PACKAGE=SUNWxorg-graphics-ddx
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicMODULE_STABILITY=Volatile
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic# Libraries/modules to link with
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicAST_LIBRARIES_sparc = # nothing extra
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavicAST_LIBRARIES_i386 = -lint10 -lpciaccess -lvbe -lvgahw
d7205b1a86c51c27b71a2c458dc453fd53a261c1covenerAST_LIBRARIES = -lfb -lxaa $(AST_LIBRARIES_$(MACH))
d7205b1a86c51c27b71a2c458dc453fd53a261c1covenerMODULE_LD_OPTIONS= \
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener -R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener $(AST_LIBRARIES)
44ff304057225e944e220e981d434a046d14cf06covener
44ff304057225e944e220e981d434a046d14cf06covenerinclude ../Makefile.inc
44ff304057225e944e220e981d434a046d14cf06covener