Makefile revision 4944
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER START
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# The contents of this file are subject to the terms of the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Common Development and Distribution License (the "License").
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You may not use this file except in compliance with the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# See the License for the specific language governing permissions
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# and limitations under the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# If applicable, add the following below this CDDL HEADER, with the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER END
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane PrazaCOMPONENT_PROJECT_URL= http://openjade.sourceforge.net/
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane PrazaCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza sha256:1d2d7996cc94f9b87d0c51cf0e028070ac177c4123ecbfd7ac1cb8d0b7d322d1
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane PrazaCOMPONENT_ARCHIVE_URL= http://prdownloads.sourceforge.net/openjade/$(COMPONENT_ARCHIVE)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Added to find the header files since they are not installed in build/*
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane PrazaCOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane PrazaCONFIGURE_OPTIONS += --enable-spincludedir=/usr/include/OpenSP
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane PrazaCONFIGURE_OPTIONS.32 += --enable-splibdir=/usr/lib
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane PrazaCONFIGURE_OPTIONS.64 += --enable-splibdir=/usr/lib/$(MACH64)
CONFIGURE_OPTIONS += \
COMPONENT_TEST_ARGS = -k -i
test: $(TEST_32_and_64)