Makefile revision 1351
f743002678eb67b99bbc29fee116b65d9530fec0wrowe###############################################################################
16f23f109da3b82fdca8695789bec9f06e2e3383humbedooh# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
6029353b43240f5fa7feede018ce0e3ab1600c96covener# Permission is hereby granted, free of charge, to any person obtaining a
6029353b43240f5fa7feede018ce0e3ab1600c96covener# copy of this software and associated documentation files (the "Software"),
8861e3760584fe7f451b3519163502a63c406eb3humbedooh# to deal in the Software without restriction, including without limitation
8861e3760584fe7f451b3519163502a63c406eb3humbedooh# the rights to use, copy, modify, merge, publish, distribute, sublicense,
8861e3760584fe7f451b3519163502a63c406eb3humbedooh# and/or sell copies of the Software, and to permit persons to whom the
e1f43cac62f6960a6945e1fb6e3288ef7082ac53rpluem# Software is furnished to do so, subject to the following conditions:
e1f43cac62f6960a6945e1fb6e3288ef7082ac53rpluem# The above copyright notice and this permission notice (including the next
e1f43cac62f6960a6945e1fb6e3288ef7082ac53rpluem# paragraph) shall be included in all copies or substantial portions of the
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
179565be4043d7e5f9161aa75271fa0a001866d9covener# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
179565be4043d7e5f9161aa75271fa0a001866d9covener# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
179565be4043d7e5f9161aa75271fa0a001866d9covener# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
111436a32ba1254291e4883292fb116d15fe8f64covener# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener# DEALINGS IN THE SOFTWARE.
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick# Package name used in tarballs
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz# Package metadata
1e1539a1e7d64b1af92636b81aac5aa50ee3163bminfrin# Version number (used in path names)
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza# Checksums for upstream tarball
efe780dcf13b2b95effabf897d694d8f23feac74trawickTARBALL_SHA1 = e5be9a8200410b3e3e66349bab4c8acd1ead4402
81849cd8925f6ffaf57412aaaac8a6df0d33cbb6covener# Patches to apply to source after unpacking, in order
c8e4ae58e7b9eb27e5158d6980770d5064c50ba7trawick# Extra rules to run when unpacking upstream source
c8e4ae58e7b9eb27e5158d6980770d5064c50ba7trawickCLEAN_LINEFEED_TARGET = $(SOURCE_DIR)/.source.clean.done
fe83f60b41477b14a37edcfcd1f7f5c5a1ebfe44minfrin# manpage-sections.patch edits configure.ac, so we need to autoreconf
993d1261a278d7322bccef219101220b7b4fb8c5jkaluza# Man pages to apply Sun footer to & attributes to list
3b995de5609b15115a0764e6979ba43071a2988fjim# Extra flags to pass to configure script
ba050a6f942b9fa0e81ed73437588005c569655ccovener# - Disable DRI since the kernel module isn't ported
ba050a6f942b9fa0e81ed73437588005c569655ccovener# Libraries/modules to link with
ba050a6f942b9fa0e81ed73437588005c569655ccovener -L$(PROTODIR)$(X11_SERVERLIBS_DIR)$(ARCHLIBSUBDIR) \
001a44c352f89c9ec332ffd3e0a6927dcd19432chumbedooh -lexa -lvgahw -lshadowfb -lXfont -lm -ldrm -lshadow \
cc5a4a08dc9783fcbc52ce86f11e01c281a43810minfrin# via_regs.h has ^M's at linefeeds which break Sun compilers