Makefile revision 6043
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# CDDL HEADER START
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License (the "License").
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# You may not use this file except in compliance with the License.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or http://www.opensolaris.org/os/licensing.
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
1aee4aaddde105264c1faf394d88e302c05094ffChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
a53841f6d6e86ac751c12a33dc8aadf53f59d977Klaus Luettich# CDDL HEADER END
3e61f574717499939bd8e0ff538ea9e7b72d4e2dKlaus Luettich# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
3b06e23643a9f65390cb8c1caabe83fa7e87a708Till Mossakowski# For now, all things built for C++11 require gcc.
1aee4aaddde105264c1faf394d88e302c05094ffChristian Maederinclude ../../../make-rules/shared-macros.mk
e7757995211bd395dc79d26fe017d99375f7d2a6Christian MaederCOMPONENT_PROJECT_URL= https://musicbrainz.org/
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder sha256:6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46
ac0bbbcb2774629bb87986e69cf53d3402c5f575Christian MaederCOMPONENT_ARCHIVE_URL= https://github.com/metabrainz/$(COMPONENT_NAME)/releases/download/release-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
8410667510a76409aca9bb24ff0eda0420088274Christian Maeder# Tests do not work on Solaris yet
8ef75f1cc0437656bf622cec5ac9e8ea221da8f2Christian MaederREQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime