Makefile revision 1003
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder###############################################################################
259e677d54077052680efe571d6280897801962aChristian Maeder# libdga Makefile (for Xsun SUN_DGA extension)
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
b4fbc96e05117839ca409f5f20f97b3ac872d1edTill Mossakowski# Permission is hereby granted, free of charge, to any person obtaining a
306763c67bb99228487345b32ab8c5c6cd41f23cChristian Maeder# copy of this software and associated documentation files (the "Software"),
698573ebc6be4bd63c295a3704fd9459a0c6699cChristian Maeder# to deal in the Software without restriction, including without limitation
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# the rights to use, copy, modify, merge, publish, distribute, sublicense,
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# and/or sell copies of the Software, and to permit persons to whom the
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# Software is furnished to do so, subject to the following conditions:
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# The above copyright notice and this permission notice (including the next
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# paragraph) shall be included in all copies or substantial portions of the
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
4e521879e36515b983525ff9a4ea82ba44e5bbffChristian Maeder# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
3bcd9d942601d59dd55a6069d8b2d1c33d7ced0eChristian Maeder# DEALINGS IN THE SOFTWARE.
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# Package metadata
1833ca8e3b041e84202410da047b68c3c4259e32Klaus Luettich# No upstream sources, only local sources
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# We build 64-bit only on sparc since Xsun/DGA was already obsolete
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# before amd64 was added
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# Library name (used for specfiles/mapfiles)
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# Man pages to apply Sun footer to & attributes to list
12cb8453ba3b8c36acaf9547549ce6d792cca58dChristian Maeder# No configure script to run
12cb8453ba3b8c36acaf9547549ce6d792cca58dChristian Maeder# Since we don't have a configure script, pass configure flags to make
12cb8453ba3b8c36acaf9547549ce6d792cca58dChristian MaederMODULE_BUILD_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX) \
12cb8453ba3b8c36acaf9547549ce6d792cca58dChristian MaederMODULE_INSTALL_MAKEFLAGS=$(MODULE_BUILD_MAKEFLAGS)
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# Compatibility links from /usr/X11/lib to /usr/lib
c1c5a93b6f5bf18be1f4a0a9da6c0e32ff00266cFelix Reckers# Clean up old 64-bit builds from before we stopped building them on x86