Makefile revision 1003
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync###############################################################################
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Permission is hereby granted, free of charge, to any person obtaining a
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# copy of this software and associated documentation files (the "Software"),
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# to deal in the Software without restriction, including without limitation
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# the rights to use, copy, modify, merge, publish, distribute, sublicense,
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# and/or sell copies of the Software, and to permit persons to whom the
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Software is furnished to do so, subject to the following conditions:
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# The above copyright notice and this permission notice (including the next
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# paragraph) shall be included in all copies or substantial portions of the
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# DEALINGS IN THE SOFTWARE.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Package name used in tarballs
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Version number (used in path names)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Checksums for upstream tarball
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncTARBALL_SHA1 = e4a0fdf848e9d5baa2de625ce74f204de37e0fb0
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Patches to apply to source after unpacking, in order
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Man pages to apply distro customizations to
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Normal attributes table not added, since these aren't simple interfaces
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncSUNTOUCH_MAN_FLAGS=-r '{__distroname__, $(DISTRO_NAME)}'
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Makefiles require gmake -i to build all targets
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Additional arguments to configure script
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncMODULE_CONFIG_OPTS=--enable-txt --disable-pdf --disable-ps --enable-html \
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync --docdir='$(X11_DOC_DIR)' --with-x11docdir='$(X11_DOC_DIR)' \
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Module dependencies
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncMODULE_CONFIGURE_DEPS=$(DOCBOOK2TEXT) $(XORG_DEFS_ENT)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Additional install rules beyond what upstream installs
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync### Include common rulesets