Makefile revision 2238
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# CDDL HEADER START
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# The contents of this file are subject to the terms of the
df14233e629298598736976c5bfcf4a31873745fab# Common Development and Distribution License (the "License").
df14233e629298598736976c5bfcf4a31873745fab# You may not use this file except in compliance with the License.
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
df14233e629298598736976c5bfcf4a31873745fab# or http://www.opensolaris.org/os/licensing.
df14233e629298598736976c5bfcf4a31873745fab# See the License for the specific language governing permissions
df14233e629298598736976c5bfcf4a31873745fab# and limitations under the License.
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# When distributing Covered Code, include this CDDL HEADER in each
df14233e629298598736976c5bfcf4a31873745fab# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
df14233e629298598736976c5bfcf4a31873745fab# If applicable, add the following below this CDDL HEADER, with the
df14233e629298598736976c5bfcf4a31873745fab# fields enclosed by brackets "[]" replaced with your own identifying
df14233e629298598736976c5bfcf4a31873745fab# information: Portions Copyright [yyyy] [name of copyright owner]
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# CDDL HEADER END
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fab# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
df14233e629298598736976c5bfcf4a31873745fab#
df14233e629298598736976c5bfcf4a31873745fabinclude ../../make-rules/shared-macros.mk
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fabCOMPONENT_NAME= autogen
df14233e629298598736976c5bfcf4a31873745fabCOMPONENT_VERSION= 5.9
df14233e629298598736976c5bfcf4a31873745fabCOMPONENT_PROJECT_URL= http://www.gnu.org/software/autogen/
df14233e629298598736976c5bfcf4a31873745fabCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
df14233e629298598736976c5bfcf4a31873745fabCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
df14233e629298598736976c5bfcf4a31873745fabCOMPONENT_ARCHIVE_HASH= \
df14233e629298598736976c5bfcf4a31873745fab sha256:bc2181f9568897b9ad4d57978bc0a72e2a31b97e837999e6f839bdbbc02c3fc8
df14233e629298598736976c5bfcf4a31873745fabCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/autogen/rel$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
67e3a03ed4a2813074d36330f062ed6e593a4937rieCOMPONENT_BUGDB= utility/autogen
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fabinclude ../../make-rules/prep.mk
df14233e629298598736976c5bfcf4a31873745fabinclude ../../make-rules/configure.mk
df14233e629298598736976c5bfcf4a31873745fabinclude ../../make-rules/ips.mk
df14233e629298598736976c5bfcf4a31873745fab
df14233e629298598736976c5bfcf4a31873745fab# build target is incorrect without this
df14233e629298598736976c5bfcf4a31873745fabCOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
df14233e629298598736976c5bfcf4a31873745fab
# built in SFW with gcc and builds cleanly now only with gcc
COMPILER = gcc3
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
# strip the environment or install target fails
ENV += -i
# common targets
build: $(BUILD_32)
install: $(INSTALL_32)
test: $(TEST_32)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk