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