Makefile revision 939
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding###############################################################################
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# Permission is hereby granted, free of charge, to any person obtaining a
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# copy of this software and associated documentation files (the "Software"),
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# to deal in the Software without restriction, including without limitation
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# the rights to use, copy, modify, merge, publish, distribute, sublicense,
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# and/or sell copies of the Software, and to permit persons to whom the
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# Software is furnished to do so, subject to the following conditions:
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# The above copyright notice and this permission notice (including the next
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# paragraph) shall be included in all copies or substantial portions of the
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# DEALINGS IN THE SOFTWARE.
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# Package name used in tarballs
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# Version number (used in path names)
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# Checksums for upstream tarball
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fieldingTARBALL_SHA1 = 625a974dd0fe4c4e9d7ec036fc7b079ec05185f1
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# Patches to apply to source after unpacking, in order
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding# Man pages to apply Sun footer to & attributes to list
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding# Additional flags to pass to configure script
7e79e8fd53348f9fc6e8009a4a2522425ab6f08ffielding --disable-ccmakedep --disable-cleanlinks --disable-makeg \
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding --disable-mergelib --disable-mkhtmlindex --disable-revpath
09fe0b69d3d1e8c8041c9ce99ee77b8b44b5e3b1fielding### Include common rulesets