Makefile revision 3761
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
6a01f2d5ec2024b68edd1d42056b41a88dc0a935aaron# You may not use this file except in compliance with the License.
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# See the License for the specific language governing permissions
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# and limitations under the License.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# When distributing Covered Code, include this CDDL HEADER in each
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
571760de5e60c0b459cb11be45507b923cd023eejwoolley# If applicable, add the following below this CDDL HEADER, with the
571760de5e60c0b459cb11be45507b923cd023eejwoolley# fields enclosed by brackets "[]" replaced with your own identifying
9180a5933673ffb1af633c255ceee029340f3b1erbb# information: Portions Copyright [yyyy] [name of copyright owner]
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# CDDL HEADER END
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
bd929c73ef04789b7183b840d8db6e01d03a4d86rbb sha256:aeeefa20bbe1c03bacf23f0af9e7d6193e8b807b7585470615b71b1ee0c8ca4f
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanojCOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/project/swig/swig/swig-2.0.8/$(COMPONENT_ARCHIVE)
2f316e524ff96c16278c4f3361bac3f69179005dwrowe# This is needed because the community provided 'check' target is not viewpath aware
2f316e524ff96c16278c4f3361bac3f69179005dwroweCOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
2f316e524ff96c16278c4f3361bac3f69179005dwroweCONFIGURE_OPTIONS += --with-javaincl="$(JAVA_HOME)/include"
2f316e524ff96c16278c4f3361bac3f69179005dwrowe# The additional swig specific set of transforms to be applied to the
2f316e524ff96c16278c4f3361bac3f69179005dwrowe# test results to try to normalize them.
2f316e524ff96c16278c4f3361bac3f69179005dwrowe '-e "s|\(Compiled with $(CXX)\).*|Compiled with \\$$(CXX)|" ' \
2f316e524ff96c16278c4f3361bac3f69179005dwrowe '-e "s|$(CC)|\\$$(CC)|g" '
c00273b9c51c617ede471e9cb95c22420f1227fbbrianp# common targets
7fe18c15b669db9d191859695901dc4fcf3829dawrowe# Fails due to deprecated OCAML example and boost library problems