Makefile revision 910
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen###############################################################################
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# xf86-video-intel Makefile
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Use is subject to license terms.
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Permission is hereby granted, free of charge, to any person obtaining a
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# copy of this software and associated documentation files (the
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# "Software"), to deal in the Software without restriction, including
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# without limitation the rights to use, copy, modify, merge, publish,
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# distribute, and/or sell copies of the Software, and to permit persons
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# to whom the Software is furnished to do so, provided that the above
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# copyright notice(s) and this permission notice appear in all copies of
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# the Software and that both the above copyright notice(s) and this
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# permission notice appear in supporting documentation.
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Except as contained in this notice, the name of a copyright holder
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# shall not be used in advertising or otherwise to promote the sale, use
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# or other dealings in this Software without prior written authorization
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# of the copyright holder.
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Package name used in tarballs
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Version number (used in path names)
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Patches to apply to source after unpacking, in order
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo SirainenSOURCE_PATCHES= build-dri.patch libraries.patch \
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen 6915882.patch disable-tiling-for-ironlake.patch
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Man pages to apply Sun footer to & attributes to list
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Intel driver doesn't work on some chipsets if built with Sun compiler
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Extra flags to pass to configure script
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)/extensions \
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen -R$(X11_SERVERMODS_DIR)/extensions$(SERVERMOD_subdir) \
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Need to regenerate configure & Makefile.in's after patching
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# configure.ac & Makefile.am's in libraries.patch & build-dri.patch
e9068f1c3326de0265d0ef542a0d7723f5f01bc8Timo Sirainen# Additional install rules beyond what upstream installs