Makefile revision 964
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu###############################################################################
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# libdga Makefile (for Xsun SUN_DGA extension)
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
431571057e88a650a974adec93ea4bb5173b6213Felix Gabriel Mance# Permission is hereby granted, free of charge, to any person obtaining a
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# copy of this software and associated documentation files (the "Software"),
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# to deal in the Software without restriction, including without limitation
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# the rights to use, copy, modify, merge, publish, distribute, sublicense,
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# and/or sell copies of the Software, and to permit persons to whom the
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# Software is furnished to do so, subject to the following conditions:
19e01e1a7e319063434bd86c8ecbc5f241ef9993Felix Gabriel Mance# The above copyright notice and this permission notice (including the next
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# paragraph) shall be included in all copies or substantial portions of the
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
be2439588008221e691321fdf4f75432cfb72878Felix Gabriel Mance# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
fc05327b875b5723b6c17849b83477f29ec12c90Felix Gabriel Mance# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# DEALINGS IN THE SOFTWARE.
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# No upstream sources, only local sources
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# We build 64-bit only on sparc since Xsun/DGA was already obsolete
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# before amd64 was added
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# Library name (used for specfiles/mapfiles)
b84c87f199dc287d235d7dad6ea344f6912ef531Christian Maeder# Man pages to apply Sun footer to & attributes to list
be00381168b3f10192afabbba136fb06d3a9f358Christian Maeder# No configure script to run
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu# Since we don't have a configure script, pass configure flags to make
27fdf879983dd28e211b41f3be6c0e930b7c816bFelix Gabriel ManceMODULE_BUILD_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX) \
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae Bungiu X11_INCLUDES_DIR=$(X11_INCLUDES_DIR)
ee93ea764a2b8189253e912c8447f9419033f6d4Francisc Nicolae BungiuMODULE_INSTALL_MAKEFLAGS=$(MODULE_BUILD_MAKEFLAGS)
d0f58d27c2536eba454d8f77de8617bc6a2c99cdFelix Gabriel Mance# Clean up old 64-bit builds from before we stopped building them on x86