Makefile revision 606
670N/A###############################################################################
670N/A#
670N/A# xf86-video-cirrus 1.x Makefile
670N/A#
670N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
670N/A# Use subject to license terms.
670N/A#
670N/A# Permission is hereby granted, free of charge, to any person obtaining a
670N/A# copy of this software and associated documentation files (the
670N/A# "Software"), to deal in the Software without restriction, including
670N/A# without limitation the rights to use, copy, modify, merge, publish,
670N/A# distribute, and/or sell copies of the Software, and to permit persons
670N/A# to whom the Software is furnished to do so, provided that the above
670N/A# copyright notice(s) and this permission notice appear in all copies of
670N/A# the Software and that both the above copyright notice(s) and this
670N/A# permission notice appear in supporting documentation.
670N/A#
670N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
670N/A# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
670N/A# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
1127N/A# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
670N/A# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
670N/A# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
670N/A# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
670N/A# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
921N/A# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1384N/A#
1127N/A# Except as contained in this notice, the name of a copyright holder
670N/A# shall not be used in advertising or otherwise to promote the sale, use
670N/A# or other dealings in this Software without prior written authorization
670N/A# of the copyright holder.
1384N/A#
670N/A# @(#)Makefile 1.7 09/01/10
670N/A#
670N/A
670N/A# Package name used in tarballs
670N/AMODULE_NAME=xf86-video-cirrus
670N/A
670N/A# Version number (used in path names)
670N/AMODULE_VERSION=1.2.1
670N/A
670N/A# Patches to apply to source after unpacking, in order
670N/ASOURCE_PATCHES = mapfiles.patch
670N/A
983N/A# Man pages to apply Sun footer to & attributes to list
670N/ASUNTOUCHED_MANPAGES=man/*.man
670N/ASUN_PACKAGE=SUNWxorg-graphics-ddx
670N/AMODULE_STABILITY=Volatile
670N/A
670N/A# Paths to find libraries/modules to link with - libraries themselves listed
670N/A# in src/Makefile.am since cirrus has submodules with different needs
670N/AMODULE_LD_OPTIONS= \
670N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \
670N/A -R$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir)
670N/A
670N/AAUTORECONF=yes
670N/A
1384N/Ainclude ../Makefile.inc
670N/A
1127N/A
670N/A