Makefile revision 999
8d8dfc00d014a62894327907a04f148b00a08529vboxsync###############################################################################
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# xf86-video-mga Makefile
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# Permission is hereby granted, free of charge, to any person obtaining a
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# copy of this software and associated documentation files (the "Software"),
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# to deal in the Software without restriction, including without limitation
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# and/or sell copies of the Software, and to permit persons to whom the
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# Software is furnished to do so, subject to the following conditions:
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# The above copyright notice and this permission notice (including the next
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# paragraph) shall be included in all copies or substantial portions of the
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# DEALINGS IN THE SOFTWARE.
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# Package name used in tarballs
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# Version number (used in path names)
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# Checksums for upstream tarball
8d8dfc00d014a62894327907a04f148b00a08529vboxsyncTARBALL_SHA1 = 55aa185cf381def4b5905c8b93694b8dfbd5c378
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# Patches to apply to source after unpacking, in order
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# Man pages to apply Sun footer to & attributes to list
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# Extra flags to pass to configure script
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# - Disable DRI since the kernel module isn't ported
8d8dfc00d014a62894327907a04f148b00a08529vboxsync# Libraries/modules to link with
8d8dfc00d014a62894327907a04f148b00a08529vboxsync -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
8d8dfc00d014a62894327907a04f148b00a08529vboxsync -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \