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