Makefile revision 5941
1383N/A#
1383N/A# CDDL HEADER START
1393N/A#
1393N/A# The contents of this file are subject to the terms of the
1393N/A# Common Development and Distribution License (the "License").
1383N/A# You may not use this file except in compliance with the License.
1383N/A#
1393N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1383N/A# or http://www.opensolaris.org/os/licensing.
1383N/A# See the License for the specific language governing permissions
1383N/A# and limitations under the License.
1383N/A#
1383N/A# When distributing Covered Code, include this CDDL HEADER in each
1383N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1383N/A# If applicable, add the following below this CDDL HEADER, with the
1383N/A# fields enclosed by brackets "[]" replaced with your own identifying
1383N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1383N/A#
1383N/A# CDDL HEADER END
1383N/A#
1383N/A
1383N/A#
1383N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
1383N/A#
1383N/A
1383N/A# All components using gobject-introspection must be built with gcc as
1383N/A# gobject-introspection does not produce correct results when using Studio.
1383N/ACOMPILER = gcc
1383N/ABUILD_BITS = 64_and_32
1383N/Ainclude ../../../make-rules/shared-macros.mk
1393N/A
1393N/ACOMPONENT_NAME= pango
1393N/ACOMPONENT_VERSION= 1.38.0
1393N/ACOMPONENT_PROJECT_URL= http://www.pango.org/
1383N/ACOMPONENT_ARCHIVE_HASH= \
1383N/A sha256:1d4e75974bad853ee9ac5fc5caee5e7ab235abbd945d51d01f3806e04e7c226c
1383N/ACOMPONENT_BUGDB= gnome/pango
1393N/A
1383N/ATPNO= 24871
1383N/A
1383N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
1383N/A
1383N/ACONFIGURE_OPTIONS += --enable-gtk-doc
1383N/A# Required for other components.
1383N/ACONFIGURE_OPTIONS += --enable-introspection
1383N/A
1393N/A# Workaround for build failures due to pango Makefiles not passing CFLAGS or
1383N/A# LDFLAGS, especially the -m32/64 flag, to g-ir-scanner
1383N/ACOMPONENT_BUILD_ENV += CFLAGS="$(strip $(CFLAGS))"
1383N/ACOMPONENT_BUILD_ENV += LDFLAGS="$(strip $(LDFLAGS))"
1383N/A
1383N/A# Needed for "gmake test" to work successfully.
1393N/Aunexport SHELLOPTS
1383N/ACOMPONENT_TEST_ARGS += -k
1383N/A
1393N/A# Standard automake test framework results transform
1393N/ACOMPONENT_TEST_TRANSFORMS += \
1393N/A '-n ' \
1393N/A '-e "/TOTAL/p" ' \
1393N/A '-e "/SKIP/p" ' \
1393N/A '-e "/PASS/p" ' \
1393N/A '-e "/FAIL/p" ' \
1393N/A '-e "/ERROR/p" '
1393N/A
1393N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
1393N/A
1393N/AREQUIRED_PACKAGES += library/desktop/cairo
1393N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
1393N/AREQUIRED_PACKAGES += library/desktop/harfbuzz
1393N/AREQUIRED_PACKAGES += library/glib2
1393N/A# Needs fontconfig version >= 2.10.91
1393N/AREQUIRED_PACKAGES += system/library/fontconfig
1393N/AREQUIRED_PACKAGES += system/library/freetype-2
1393N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
1393N/AREQUIRED_PACKAGES += system/library/math
1393N/AREQUIRED_PACKAGES += x11/library/libxft
1393N/AREQUIRED_PACKAGES += x11/library/libx11
1393N/AREQUIRED_PACKAGES += x11/library/libxrender
1393N/AREQUIRED_PACKAGES += x11/server/xorg
1393N/A