Makefile revision 1097
319N/A###############################################################################
319N/A#
319N/A# xf86-video-cirrus 1.x Makefile
319N/A#
319N/A# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
319N/A#
319N/A# Permission is hereby granted, free of charge, to any person obtaining a
319N/A# copy of this software and associated documentation files (the "Software"),
319N/A# to deal in the Software without restriction, including without limitation
319N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
319N/A# and/or sell copies of the Software, and to permit persons to whom the
319N/A# Software is furnished to do so, subject to the following conditions:
319N/A#
319N/A# The above copyright notice and this permission notice (including the next
319N/A# paragraph) shall be included in all copies or substantial portions of the
319N/A# Software.
319N/A#
319N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
319N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
319N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
319N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
319N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3817N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
319N/A# DEALINGS IN THE SOFTWARE.
319N/A#
319N/A#
319N/A
319N/A# Package name used in tarballs
319N/AMODULE_NAME=xf86-video-cirrus
618N/A
319N/A# Version number (used in path names)
319N/AMODULE_VERSION=1.3.2
844N/A
844N/A# Checksums for upstream tarball
618N/ATARBALL_MD5 = 8195d03ed0be0975c03441e66a9f53b3
1258N/ATARBALL_SHA1 = 85bc5833075f9ddadb902f71a40249aa769aa4d1
319N/A
2899N/A# Patches to apply to source after unpacking, in order
2899N/ASOURCE_PATCHES = mapfiles.patch
3817N/A
3817N/A# Man pages to apply Sun footer to & attributes to list
3817N/ASUNTOUCHED_MANPAGES=man/*.man
319N/AMODULE_STABILITY=Volatile
1699N/A
1699N/A# Paths to find libraries/modules to link with - libraries themselves listed
1699N/A# in src/Makefile.am since cirrus has submodules with different needs
319N/AMODULE_LD_OPTIONS= \
319N/A -L$(PROTODIR)$(X11_SERVERMODS_DIR) \
3477N/A -R$(X11_SERVERMODS_DIR)
3477N/A
1699N/AAUTORECONF=yes
319N/A
1699N/Ainclude ../Makefile.inc
319N/A
319N/A
319N/A