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