Makefile revision 132
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync#
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# CDDL HEADER START
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync#
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# The contents of this file are subject to the terms of the
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# Common Development and Distribution License (the "License").
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# You may not use this file except in compliance with the License.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync#
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# or http://www.opensolaris.org/os/licensing.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# See the License for the specific language governing permissions
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# and limitations under the License.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync#
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# When distributing Covered Code, include this CDDL HEADER in each
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# If applicable, add the following below this CDDL HEADER, with the
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync#
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# CDDL HEADER END
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync#
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync#
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync#
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncinclude ../../make-rules/shared-macros.mk
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncCOMPONENT_NAME= autoconf
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncCOMPONENT_VERSION= 2.63
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncCOMPONENT_ARCHIVE_HASH= sha1:d42eebd3d342925116c3cb942e9320d5803fcb1a
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/autoconf/$(COMPONENT_ARCHIVE)
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncinclude $(WS_TOP)/make-rules/prep.mk
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncinclude $(WS_TOP)/make-rules/configure.mk
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncinclude $(WS_TOP)/make-rules/ips.mk
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncCONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncCONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncCONFIGURE_OPTIONS += PERL="$(PERL)"
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncinclude $(WS_TOP)/make-rules/shared-targets.mk
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync# common targets
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncbuild: $(BUILD_32)
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncinstall: $(INSTALL_32)
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsynctest: build
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync @cd $(BUILD_DIR_32); $(MAKE) check
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsyncinclude $(WS_TOP)/make-rules/depend.mk
16a8d09569a2ebd598cef72fa605be6fb4563607vboxsync