Makefile revision 3620
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# CDDL HEADER START
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# The contents of this file are subject to the terms of the
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# Common Development and Distribution License (the "License").
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# You may not use this file except in compliance with the License.
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# See the License for the specific language governing permissions
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# and limitations under the License.
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# When distributing Covered Code, include this CDDL HEADER in each
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# If applicable, add the following below this CDDL HEADER, with the
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# fields enclosed by brackets "[]" replaced with your own identifying
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# information: Portions Copyright [yyyy] [name of copyright owner]
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# CDDL HEADER END
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_bCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b sha256:e2d4e193eb3147f0d745e28d37d510edb22697707e329cbe361bb79037bae332
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_bCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# Because the Studio compiler generates thousands of lines of warnings.
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# Configure in links does not understand CC, CXX, etc. Need to generate a
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# new configure for it to configure and build properly.
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799gustav_b# common targets