Makefile revision 618
407N/A#
407N/A# CDDL HEADER START
407N/A#
407N/A# The contents of this file are subject to the terms of the
407N/A# Common Development and Distribution License (the "License").
407N/A# You may not use this file except in compliance with the License.
407N/A#
407N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
407N/A# or http://www.opensolaris.org/os/licensing.
407N/A# See the License for the specific language governing permissions
407N/A# and limitations under the License.
407N/A#
407N/A# When distributing Covered Code, include this CDDL HEADER in each
407N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
407N/A# If applicable, add the following below this CDDL HEADER, with the
407N/A# fields enclosed by brackets "[]" replaced with your own identifying
407N/A# information: Portions Copyright [yyyy] [name of copyright owner]
407N/A#
407N/A# CDDL HEADER END
407N/A#
407N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
407N/A#
3817N/Ainclude ../../make-rules/shared-macros.mk
407N/A
407N/ACOMPONENT_NAME= texinfo
407N/ACOMPONENT_VERSION= 4.7
407N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/texinfo/
407N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
451N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
407N/ACOMPONENT_ARCHIVE_HASH= sha1:c0e7d2d40b4fa12278fd1da4fd57159289799504
407N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/texinfo/$(COMPONENT_ARCHIVE)
407N/A
844N/Ainclude ../../make-rules/prep.mk
844N/Ainclude ../../make-rules/configure.mk
407N/Ainclude ../../make-rules/ips.mk
1289N/A
407N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
2899N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
2899N/A
3817N/A# common targets
3817N/Abuild: $(BUILD_32)
3817N/A
407N/Ainstall: $(INSTALL_32)
407N/A
407N/Atest: $(NO_TESTS)
407N/A
407N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
407N/A
407N/Ainclude ../../make-rules/depend.mk
407N/A