Makefile revision 599
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# CDDL HEADER START
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# The contents of this file are subject to the terms of the
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# Common Development and Distribution License (the "License").
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# You may not use this file except in compliance with the License.
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# See the License for the specific language governing permissions
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# and limitations under the License.
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# When distributing Covered Code, include this CDDL HEADER in each
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# If applicable, add the following below this CDDL HEADER, with the
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# fields enclosed by brackets "[]" replaced with your own identifying
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# information: Portions Copyright [yyyy] [name of copyright owner]
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# CDDL HEADER END
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilsonCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilsonCOMPONENT_ARCHIVE_HASH= sha1:00510cd07be7a35591bac7bf1f6f78bf607d193d
2467af48fef0a0e2a62f2ddf6400f91ee3b0f01eneil_a_wilsonCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/autogen/rel$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilson# build target is incorrect without this
3ec8ffa3cd3bf9f3ed0d3f3ddb73b28a99b79f62neil_a_wilsonCOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
ENV += -i
test: $(TEST_32)