Makefile revision 911
5890N/A#
5890N/A# CDDL HEADER START
5890N/A#
5890N/A# The contents of this file are subject to the terms of the
5890N/A# Common Development and Distribution License (the "License").
5890N/A# You may not use this file except in compliance with the License.
5890N/A#
5890N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5890N/A# or http://www.opensolaris.org/os/licensing.
5890N/A# See the License for the specific language governing permissions
5890N/A# and limitations under the License.
5890N/A#
5890N/A# When distributing Covered Code, include this CDDL HEADER in each
5890N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5890N/A# If applicable, add the following below this CDDL HEADER, with the
5890N/A# fields enclosed by brackets "[]" replaced with your own identifying
5890N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5890N/A#
5890N/A# CDDL HEADER END
5890N/A#
5890N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
5890N/A#
5890N/Ainclude ../../make-rules/shared-macros.mk
5890N/A
5890N/ACOMPONENT_NAME= swig
5890N/ACOMPONENT_VERSION= 1.3.35
5890N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5890N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5890N/ACOMPONENT_ARCHIVE_HASH= sha1:f5d61ba31f440846b5e2a4077da26dd5d347fa61
5890N/ACOMPONENT_ARCHIVE_URL= http://iweb.dl.sourceforge.net/project/swig/swig/swig-1.3.35/$(COMPONENT_ARCHIVE)
5890N/A
5890N/Ainclude ../../make-rules/prep.mk
5890N/Ainclude ../../make-rules/configure.mk
6393N/Ainclude ../../make-rules/ips.mk
5890N/A
5890N/A# This is needed because the community provided 'check' target is not viewpath aware
5890N/ACOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
5890N/A
5890N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
5890N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
5890N/A
5890N/A# common targets
5890N/Abuild: $(BUILD_32)
5890N/A
install: $(INSTALL_32)
# Fails due to deprecated OCAML example and boost library problems
test: $(TEST_32)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk