Makefile revision 488
fa9e4066f08beec538e775443c5be79dd423fcabahrens###############################################################################
fa9e4066f08beec538e775443c5be79dd423fcabahrens# xf86-video-mga Makefile
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock# Use subject to license terms.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Permission is hereby granted, free of charge, to any person obtaining a
fa9e4066f08beec538e775443c5be79dd423fcabahrens# copy of this software and associated documentation files (the
fa9e4066f08beec538e775443c5be79dd423fcabahrens# "Software"), to deal in the Software without restriction, including
fa9e4066f08beec538e775443c5be79dd423fcabahrens# without limitation the rights to use, copy, modify, merge, publish,
fa9e4066f08beec538e775443c5be79dd423fcabahrens# distribute, and/or sell copies of the Software, and to permit persons
fa9e4066f08beec538e775443c5be79dd423fcabahrens# to whom the Software is furnished to do so, provided that the above
fa9e4066f08beec538e775443c5be79dd423fcabahrens# copyright notice(s) and this permission notice appear in all copies of
fa9e4066f08beec538e775443c5be79dd423fcabahrens# the Software and that both the above copyright notice(s) and this
fa9e4066f08beec538e775443c5be79dd423fcabahrens# permission notice appear in supporting documentation.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
fa9e4066f08beec538e775443c5be79dd423fcabahrens# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
fa9e4066f08beec538e775443c5be79dd423fcabahrens# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
fa9e4066f08beec538e775443c5be79dd423fcabahrens# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
06e0070d70ba2ee95f5aa2645423eb2cf1546788Mark Shellenbaum# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
8df0bcf0df7622a075cc6e52f659d2fcfdd08cdcPaul Dagnelie# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
aad02571bc59671aa3103bb070ae365f531b0b62Saso Kiselkov# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
a2afb611b30628fb74ad9eade4ae465f9031e262Jerry Jelinek# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
bc9014e6a81272073b9854d9f65dd59e18d18c35Justin Gibbs# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
12380e1e701fda28c9e9f32d01cafb54af279eb5Arne Jansen# Except as contained in this notice, the name of a copyright holder
c3d26abc9ee97b4f60233556aadeb57e0bd30bb9Matthew Ahrens# shall not be used in advertising or otherwise to promote the sale, use
fa9e4066f08beec538e775443c5be79dd423fcabahrens# or other dealings in this Software without prior written authorization
fa9e4066f08beec538e775443c5be79dd423fcabahrens# of the copyright holder.
55da60b91d96984f12de050ce428373ea25c7f35Mark J Musante# @(#)Makefile 1.10 08/08/07
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Package name used in tarballs
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Version number (used in path names)
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks# Patches to apply to source after unpacking, in order
a2eea2e101e6a163a537dcc6d4e3c4da2a0ea5b2ahrens# Man pages to apply Sun footer to & attributes to list
fa9e4066f08beec538e775443c5be79dd423fcabahrens -a '{Architecture, x86} {Availability, SUNWxorg-graphics-ddx} {Interface Stability, Volatile}'
ecd6cf800b63704be73fb264c3f5b6e0dafc068dmarks# Libraries/modules to link with
99d5e173470cf967aa87653364ed614299e7b511Tim Haley -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR) \
3b2aab18808792cbd248a12f1edf139b89833c13Matthew Ahrens -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(ARCHLIBSUBDIR)/linux \
12380e1e701fda28c9e9f32d01cafb54af279eb5Arne Jansen -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
744947dc83c634d985ed3ad79ac9c5e28d1865fdTom Erickson -R$(X11_SERVERMODS_DIR)/linux$(ARCHLIBSUBDIR) \