Makefile revision 2899
351N/A#
351N/A# CDDL HEADER START
351N/A#
351N/A# The contents of this file are subject to the terms of the
351N/A# Common Development and Distribution License (the "License").
351N/A# You may not use this file except in compliance with the License.
351N/A#
351N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
351N/A# or http://www.opensolaris.org/os/licensing.
351N/A# See the License for the specific language governing permissions
351N/A# and limitations under the License.
351N/A#
351N/A# When distributing Covered Code, include this CDDL HEADER in each
351N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
351N/A# If applicable, add the following below this CDDL HEADER, with the
351N/A# fields enclosed by brackets "[]" replaced with your own identifying
351N/A# information: Portions Copyright [yyyy] [name of copyright owner]
351N/A#
351N/A# CDDL HEADER END
351N/A#
351N/A# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
351N/A#
351N/Ainclude ../../make-rules/shared-macros.mk
351N/A
351N/ACOMPONENT_NAME= texinfo
351N/ACOMPONENT_VERSION= 4.13
351N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/texinfo/
351N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
351N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
351N/ACOMPONENT_ARCHIVE_HASH= \
351N/A sha256:1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
351N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/texinfo/$(COMPONENT_ARCHIVE)
565N/ACOMPONENT_BUGDB= utility/texinfo
351N/A
351N/ATPNO_TEXINFO= 7876
351N/ATPNO_TEXI2HTML= 9089
493N/A
351N/Ainclude ../../make-rules/prep.mk
351N/Ainclude ../../make-rules/configure.mk
493N/Ainclude ../../make-rules/ips.mk
351N/A
351N/AINFOPATH := /usr/share/info
565N/AINFOPATH := $(INFOPATH):/usr/sfw/share/info
354N/AINFOPATH := $(INFOPATH):/usr/gnu/share/info
354N/AINFOPATH := $(INFOPATH):/usr/local/share/info
493N/AINFOPATH := $(INFOPATH):.
351N/A
442N/ACPPFLAGS += -DDEFAULT_INFOPATH=\\\"$(INFOPATH)\\\"
493N/A
442N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
351N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
351N/ACONFIGURE_OPTIONS += CPPFLAGS="$(CPPFLAGS)"
351N/A
351N/AASLR_MODE = $(ASLR_ENABLE)
351N/A
351N/A# common targets
493N/Abuild: $(BUILD_64)
351N/A
351N/Ainstall: $(INSTALL_64)
493N/A
351N/Atest: $(NO_TESTS)
351N/A
351N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
351N/A
565N/Ainclude ../../make-rules/depend.mk
565N/A