Makefile revision 6115
1b9744b72f26e9a0e935f9c08d49feb1fcce72f9jwoolley# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# You may not use this file except in compliance with the License.
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
571760de5e60c0b459cb11be45507b923cd023eejwoolley# See the License for the specific language governing permissions
9180a5933673ffb1af633c255ceee029340f3b1erbb# and limitations under the License.
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# When distributing Covered Code, include this CDDL HEADER in each
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# If applicable, add the following below this CDDL HEADER, with the
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# fields enclosed by brackets "[]" replaced with your own identifying
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# information: Portions Copyright [yyyy] [name of copyright owner]
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gstein# CDDL HEADER END
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawick# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# All components using gobject-introspection must be built with gcc as
af4c982a7cf4515f124935f99a329744035fc699slive# gobject-introspection does not produce correct results when using Studio.
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj sha256:f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528
b987f4ce325978badc75b633660911bd6a2855eatrawick# Assumes GNU xgettext in PATH
bf9acc131271d18db51d30ace549d3c3b6a2b9fbrbb# Required for other components.
79d5106a9b65b956d646f5daae4b94bc79e315b8trawick# for the tests
79d5106a9b65b956d646f5daae4b94bc79e315b8trawickCOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein '-e "/TOTAL:/p" ' \
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein '-e "/SKIP:/p" ' \
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein '-e "/PASS:/p" ' \
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein '-e "/FAIL:/p" ' \
ec75f189410513ab8f6e1173a9d9d277ebec9ce7gstein '-e "/ERROR:/p" '
dc96a5e6f9af3c514df4c61ab9468fcf97f9846fwroweREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc