Makefile revision 919
147N/A###############################################################################
147N/A#
147N/A# xf86-video-mga Makefile
147N/A#
147N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
147N/A# Use is subject to license terms.
147N/A#
147N/A# Permission is hereby granted, free of charge, to any person obtaining a
147N/A# copy of this software and associated documentation files (the "Software"),
147N/A# to deal in the Software without restriction, including without limitation
147N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
147N/A# and/or sell copies of the Software, and to permit persons to whom the
147N/A# Software is furnished to do so, subject to the following conditions:
147N/A#
147N/A# The above copyright notice and this permission notice (including the next
147N/A# paragraph) shall be included in all copies or substantial portions of the
147N/A# Software.
147N/A#
147N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
147N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
147N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
147N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
147N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
147N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
147N/A# DEALINGS IN THE SOFTWARE.
147N/A#
147N/A#
147N/A
147N/A# Package name used in tarballs
147N/AMODULE_NAME=xf86-video-mga
147N/A
147N/A# Version number (used in path names)
147N/AMODULE_VERSION=1.4.11
147N/A
147N/A# Checksums for upstream tarball
147N/ATARBALL_MD5 = 9d1ca965cedb0856296b47442f3c739d
147N/ATARBALL_SHA1 = 1add2aa03fb8387bab5d3b36ca09035aaf4e0b4c
147N/A
206N/A# Patches to apply to source after unpacking, in order
206N/ASOURCE_PATCHES = no-hal.patch
206N/A
206N/A# Man pages to apply Sun footer to & attributes to list
206N/ASUNTOUCHED_MANPAGES=man/*.man
206N/ASUN_PACKAGE=SUNWxorg-graphics-ddx
206N/AMODULE_STABILITY=Volatile
206N/A
206N/A# Extra flags to pass to configure script
147N/A# - Disable DRI since the kernel module isn't ported
147N/AMODULE_CONFIG_OPTS=--disable-dri
147N/A
147N/A# Libraries/modules to link with
206N/AMODULE_LD_OPTIONS= \
147N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
147N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)/linux \
147N/A -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
147N/A -R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
147N/A -R$(X11_SERVERMODS_DIR)/linux$(SERVERMOD_subdir) \
147N/A -R$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
147N/A -lexa -lfb -lint10 -lpciaccess -lshadowfb -lvbe \
147N/A -lvgahw -lxaa -lfbdevhw
181N/A
147N/AAUTORECONF=yes
181N/A
147N/Ainclude ../Makefile.inc
147N/A
147N/A
147N/A