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