Makefile revision 3996
3d78993c6d415f600f57520d1566627b5535d715Mark Andrews# CDDL HEADER START
8c850a29eda020642c84038e449d60f124c6123bMark Andrews# The contents of this file are subject to the terms of the
8c850a29eda020642c84038e449d60f124c6123bMark Andrews# Common Development and Distribution License (the "License").
8c850a29eda020642c84038e449d60f124c6123bMark Andrews# You may not use this file except in compliance with the License.
da31aff2f2a2163dafeea65c63f16d8f3fca05c5Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da31aff2f2a2163dafeea65c63f16d8f3fca05c5Mark Andrews# See the License for the specific language governing permissions
e8ca2abed76b550fd3baddcfb17f2c9a630d6b71Mark Andrews# and limitations under the License.
e8ca2abed76b550fd3baddcfb17f2c9a630d6b71Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
81d9d7a10e52b421d7f4784c48ae995b13203c59Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
81d9d7a10e52b421d7f4784c48ae995b13203c59Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
81d9d7a10e52b421d7f4784c48ae995b13203c59Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
301f6ffbbeabcbf765f8163f4ffb7f6f0146b926Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
9e4b25fc3eb5777202147634d789345d893b4539Mark Andrews# CDDL HEADER END
9e4b25fc3eb5777202147634d789345d893b4539Mark Andrews# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
a6f7fdcc039de75e9a20da90044caa814f0357a3Michael GraffCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
d7e8610d31d83ff863e8b2dc05c238376c35e949Mark AndrewsCOMPONENT_ARCHIVE_HASH= sha256:f8869a1c25d0dd9ff04468743969ffc9ff89c6f7afa3046f77f91c3982543cc1
d7e8610d31d83ff863e8b2dc05c238376c35e949Mark AndrewsCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)files/download/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
0899d16ebd6a70bb027e7899c53e7f542ebc987bEvan Hunt# This is needed for things to be built correctly.
544d0efa38490d67e458aa9c23a7dac2a9d546bfMark Andrews# common targets
33170a4b2b2765583df543efbb13a01e7b664037Mark AndrewsREQUIRED_PACKAGES += system/library/gcc-3-runtime
2cc262c0932a193b261e6e6a172855bd8f898c6dMark AndrewsREQUIRED_PACKAGES += system/library/gcc-45-runtime