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