Makefile revision 557
495N/A###############################################################################
495N/A#
495N/A# xf86-video-intel Makefile
495N/A#
495N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
495N/A# Use subject to license terms.
495N/A#
495N/A# Permission is hereby granted, free of charge, to any person obtaining a
495N/A# copy of this software and associated documentation files (the
495N/A# "Software"), to deal in the Software without restriction, including
495N/A# without limitation the rights to use, copy, modify, merge, publish,
495N/A# distribute, and/or sell copies of the Software, and to permit persons
495N/A# to whom the Software is furnished to do so, provided that the above
495N/A# copyright notice(s) and this permission notice appear in all copies of
495N/A# the Software and that both the above copyright notice(s) and this
495N/A# permission notice appear in supporting documentation.
495N/A#
495N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
495N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
495N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1043N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
495N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
495N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
495N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
495N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
495N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
495N/A#
495N/A# Except as contained in this notice, the name of a copyright holder
495N/A# shall not be used in advertising or otherwise to promote the sale, use
495N/A# or other dealings in this Software without prior written authorization
495N/A# of the copyright holder.
495N/A#
495N/A# @(#)Makefile 1.17 08/09/17
495N/A#
495N/A
495N/A# Package name used in tarballs
495N/AMODULE_NAME=xf86-video-intel
495N/A
495N/A# Version number (used in path names)
495N/AMODULE_VERSION=2.4.2
495N/A
495N/A# Patches to apply to source after unpacking, in order
495N/ASOURCE_PATCHES= build-dri-new.patch libraries.patch \
495N/A 6538497_6554161.patch 845_workaround.patch
495N/A
495N/A# Man pages to apply Sun footer to & attributes to list
495N/ASUNTOUCHED_MANPAGES=man/*.man
495N/ASUN_PACKAGE=SUNWxorg-graphics-ddx
495N/AMODULE_STABILITY=Volatile
495N/A
495N/AMODULE_CONFIG_OPTS=--with-xorg-sdk-dir=$(PROTODIR)/usr/X11/include/xorg
495N/A
495N/A# Libraries/modules to link with
495N/AMODULE_LD_OPTIONS= \
495N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
495N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)/extensions \
495N/A -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
495N/A -lX11 -lXext -lXvMC -lXv -lextmod \
495N/A -R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
495N/A -R$(X11_SERVERMODS_DIR)/extensions$(SERVERMOD_subdir) \
495N/A -R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR)
495N/A
495N/A# Need to regenerate configure & Makefile.in's after patching
495N/A# configure.ac & Makefile.am's in libraries.patch & build-dri.patch
495N/AAUTORECONF=yes
495N/A
495N/Ainclude ../Makefile.inc
495N/A
495N/Ainstall_gen::
495N/A mkdir -p $(PROTODIR)$(X11_DOC_DIR)
495N/A cp -p $(SOURCE_DIR)/README $(PROTODIR)$(X11_DOC_DIR)/README.intel
495N/A