Makefile revision 425
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# CDDL HEADER START
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# The contents of this file are subject to the terms of the
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# Common Development and Distribution License (the "License").
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# You may not use this file except in compliance with the License.
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# See the License for the specific language governing permissions
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# and limitations under the License.
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# CDDL HEADER END
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
65a1c01472ebf88b9f5bbd6636827902936d5497Timo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
65a1c01472ebf88b9f5bbd6636827902936d5497Timo SirainenCOMPONENT_ARCHIVE_HASH= sha1:f5d61ba31f440846b5e2a4077da26dd5d347fa61
65a1c01472ebf88b9f5bbd6636827902936d5497Timo SirainenCOMPONENT_ARCHIVE_URL= http://iweb.dl.sourceforge.net/project/swig/swig/swig-1.3.35/$(COMPONENT_ARCHIVE)
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# This is needed because the community provided 'check' target is not viewpath aware
65a1c01472ebf88b9f5bbd6636827902936d5497Timo SirainenCOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# common targets
65a1c01472ebf88b9f5bbd6636827902936d5497Timo Sirainen# Fails due to deprecated OCAML example and boost library problems