Makefile revision 127
7d32c065c7bb56f281651ae3dd2888f32ce4f1d9Bob Halley# CDDL HEADER START
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# The contents of this file are subject to the terms of the
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# Common Development and Distribution License (the "License").
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# You may not use this file except in compliance with the License.
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# or http://www.opensolaris.org/os/licensing.
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# See the License for the specific language governing permissions
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# and limitations under the License.
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# When distributing Covered Code, include this CDDL HEADER in each
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# If applicable, add the following below this CDDL HEADER, with the
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# CDDL HEADER END
364a82f7c25b62967678027043425201a5e5171aBob Halley# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
1adb2e87a20a480e640385609c9652dac04c7dffAndreas GustafssonCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1adb2e87a20a480e640385609c9652dac04c7dffAndreas GustafssonCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1adb2e87a20a480e640385609c9652dac04c7dffAndreas GustafssonCOMPONENT_ARCHIVE_HASH= sha1:d42eebd3d342925116c3cb942e9320d5803fcb1a
1adb2e87a20a480e640385609c9652dac04c7dffAndreas GustafssonCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/autoconf/$(COMPONENT_ARCHIVE)
1adb2e87a20a480e640385609c9652dac04c7dffAndreas GustafssonCONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
1adb2e87a20a480e640385609c9652dac04c7dffAndreas Gustafssoninclude $(WS_TOP)/make-rules/shared-targets.mk
6017f424ee3c02d7f22132c77576ea38542fa949Andreas Gustafsson# common targets