Makefile.inc revision 952
481N/A# -*- Makefile -*- rules common to most X.Org doc modules
481N/A#
1339N/A# Copyright (c) 2007, 2008, Oracle and/or its affiliates. All rights reserved.
1339N/A#
1339N/A# Permission is hereby granted, free of charge, to any person obtaining a
481N/A# copy of this software and associated documentation files (the "Software"),
481N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
919N/A#
919N/A#
481N/A
481N/APWD:sh=pwd
481N/ATOP=$(PWD)/../..
493N/A
493N/AMODTYPE=doc
481N/A
1339N/A### Include common definitions
1339N/Ainclude $(TOP)/common/Makefile.init
1339N/A
481N/A# No common man flags to add
1276N/AMODTYPE_SUNTOUCH_MAN_FLAGS=
481N/A
911N/A# No common dependencies
1276N/AMODTYPE_CONFIGURE_DEPS=
1276N/A
1276N/A# Use prog flags for building doc tools
911N/AMODTYPE_CFLAGS=$(PROG_CFLAGS)
481N/AMODTYPE_LDFLAGS=$(PROG_LDFLAGS)
481N/AMODTYPE_LD_OPTIONS=
481N/A
493N/ADOCTOOLS_PATH = \
493N/A PATH="$(PROTODIR)$(X11_DIR)/bin:$(PROTODIR)$(TOOLS_DIR)/bin:$$PATH"
493N/A
481N/A# Additional environment variable options to GNU autoconf configure script
1242N/AMODTYPE_CONFIG_ENV = $(DOCTOOLS_PATH)
1242N/A
1242N/A# Additional environment variable options needed when building
1242N/AMODTYPE_BUILD_ENV = $(DOCTOOLS_PATH) \
1242N/A LD_LIBRARY_PATH="$(PROTODIR)$(X11_SERVERLIBS_DIR)"
939N/A
939N/A### Include common rulesets
939N/Ainclude $(TOP)/common/Makefile.inc
939N/A
939N/A
970N/A
970N/A