Makefile revision 919
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington###############################################################################
a02a0a8a7eb461619931f4a0e896afa247b52c54Mark Andrews# libdga Makefile (for Xsun SUN_DGA extension)
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# Use is subject to license terms.
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# Permission is hereby granted, free of charge, to any person obtaining a
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# copy of this software and associated documentation files (the "Software"),
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# to deal in the Software without restriction, including without limitation
9e3a7b0faf417a10f5f689edf288807b2d5eedc5Brian Wellington# the rights to use, copy, modify, merge, publish, distribute, sublicense,
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# and/or sell copies of the Software, and to permit persons to whom the
0756445a735e2df39bf798d8de42ae5dd030aa3bMark Andrews# Software is furnished to do so, subject to the following conditions:
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# The above copyright notice and this permission notice (including the next
f8f37672a57524560fbdde52484e6ae3de1c3354Mark Andrews# paragraph) shall be included in all copies or substantial portions of the
a02a0a8a7eb461619931f4a0e896afa247b52c54Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0756445a735e2df39bf798d8de42ae5dd030aa3bMark Andrews# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0756445a735e2df39bf798d8de42ae5dd030aa3bMark Andrews# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
a02a0a8a7eb461619931f4a0e896afa247b52c54Mark Andrews# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# DEALINGS IN THE SOFTWARE.
068a66979695c77359e7a9181bb3f831c965b21cMark Andrews# No upstream sources, only local sources
4038ab55037184d76153afd3c469aa8c85adf85dMark Andrews# Library name (used for specfiles/mapfiles)
bac2ed6ec3fbb5420e6ce69dd1218745d4e02b1eMark Andrews# Man pages to apply Sun footer to & attributes to list
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark Andrews# No configure script to run
91216cff91b34c9ff6e846dc23f248219cafe660Andreas Gustafsson# Since we don't have a configure script, pass configure flags to make
75216e007570b8ea36b3ac9cca096bf70c0ca6f6Mark AndrewsMODULE_BUILD_MAKEFLAGS=$(CONFIG_ENV) PREFIX=$(MODULE_PREFIX) \