Makefile revision 851
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell###############################################################################
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell#
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# xf86-video-openchrome Makefile
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell#
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# Use is subject to license terms.
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell#
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# Permission is hereby granted, free of charge, to any person obtaining a
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# copy of this software and associated documentation files (the
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# "Software"), to deal in the Software without restriction, including
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# without limitation the rights to use, copy, modify, merge, publish,
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# distribute, and/or sell copies of the Software, and to permit persons
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# to whom the Software is furnished to do so, provided that the above
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# copyright notice(s) and this permission notice appear in all copies of
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# the Software and that both the above copyright notice(s) and this
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# permission notice appear in supporting documentation.
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni#
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
caa9e77dc369fea8df9ae2c598d3c83b7214c1cfDiego Colantoni# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott#
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell# Except as contained in this notice, the name of a copyright holder
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell# shall not be used in advertising or otherwise to promote the sale, use
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell# or other dealings in this Software without prior written authorization
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott# of the copyright holder.
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell#
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell#
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell# Package name used in tarballs
f877f6ca2428244a6d0954a1dbef471577b32c60Diego ColantoniMODULE_NAME=xf86-video-openchrome
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# Version number (used in path names)
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnellMODULE_VERSION=0.2.904
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott# Patches to apply to source after unpacking, in order
721bb987c406979bcfe705fa1ca8d54497d40fcbRobert WapshottSOURCE_PATCHES =
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# Man pages to apply Sun footer to & attributes to list
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnellSUNTOUCHED_MANPAGES=man/*.man
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnellSUN_PACKAGE=SUNWxorg-graphics-ddx
f877f6ca2428244a6d0954a1dbef471577b32c60Diego ColantoniMODULE_STABILITY=Volatile
f877f6ca2428244a6d0954a1dbef471577b32c60Diego Colantoni
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# Extra flags to pass to configure script
2beebed98b4fc7f018fb224a1e4a3ab6103a4c0bCraig McDonnell# - Disable DRI since the kernel module isn't ported
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnellMODULE_CONFIG_OPTS=--disable-dri
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell# Libraries/modules to link with
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnellMODULE_LD_OPTIONS= \
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
91f0e3cb60de3eba8cbb70c7e36cc0df22d71f5bRobert Wapshott -R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell -R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell -lfb -lint10 -lpciaccess -lshadow -lvbe \
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell -lexa -lxaa -lvgahw -lshadowfb -lm
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnellinclude ../Makefile.inc
415243fbc81341293a852ff6aa14e9608d08685cCraig McDonnell