Makefile revision 911
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck###############################################################################
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# xf86-video-mach64 1.x Makefile
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Use is subject to license terms.
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Permission is hereby granted, free of charge, to any person obtaining a
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# copy of this software and associated documentation files (the
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# "Software"), to deal in the Software without restriction, including
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# without limitation the rights to use, copy, modify, merge, publish,
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# distribute, and/or sell copies of the Software, and to permit persons
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# to whom the Software is furnished to do so, provided that the above
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# copyright notice(s) and this permission notice appear in all copies of
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# the Software and that both the above copyright notice(s) and this
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# permission notice appear in supporting documentation.
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Except as contained in this notice, the name of a copyright holder
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# shall not be used in advertising or otherwise to promote the sale, use
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# or other dealings in this Software without prior written authorization
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# of the copyright holder.
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Package name used in tarballs
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Version number (used in path names)
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Checksums for upstream tarball
bb106d68e16855327f5b186a71e361bc531f5e90coulbeckTARBALL_SHA1 = b7303689a6a971b956061fd81399dc81adb865af
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Patches to apply to source after unpacking, in order
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Man pages to apply Sun footer to & attributes to list
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck#SUNTOUCHED_MANPAGES=man/*.man
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Extra flags to pass to configure script
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# - Disable DRI since the kernel module isn't ported
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Paths to find libraries/modules to link with
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck -lexa -lint10 -lpciaccess -lfb -lshadowfb -lvbe -lxaa
bb106d68e16855327f5b186a71e361bc531f5e90coulbeck# Additional install rules beyond what upstream installs