Makefile revision 6135
84N/A#
84N/A# CDDL HEADER START
84N/A#
84N/A# The contents of this file are subject to the terms of the
84N/A# Common Development and Distribution License (the "License").
84N/A# You may not use this file except in compliance with the License.
84N/A#
84N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
84N/A# or http://www.opensolaris.org/os/licensing.
84N/A# See the License for the specific language governing permissions
84N/A# and limitations under the License.
84N/A#
84N/A# When distributing Covered Code, include this CDDL HEADER in each
84N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
84N/A# If applicable, add the following below this CDDL HEADER, with the
84N/A# fields enclosed by brackets "[]" replaced with your own identifying
84N/A# information: Portions Copyright [yyyy] [name of copyright owner]
84N/A#
84N/A# CDDL HEADER END
873N/A#
84N/A
84N/A#
84N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
84N/A#
84N/A
873N/ABUILD_BITS = 32_and_64
84N/A# All components using gobject-introspection must be built with gcc as
84N/A# gobject-introspection does not produce correct results when using Studio.
2650N/ACOMPILER=gcc
2650N/Ainclude ../../../make-rules/shared-macros.mk
2650N/A
2650N/ACOMPONENT_NAME= libgsf
2650N/ACOMPONENT_VERSION= 1.14.34
2650N/ACOMPONENT_ARCHIVE_HASH= \
2650N/A sha256:f0fea447e0374a73df45b498fd1701393f8e6acb39746119f8a292fb4a0cb528
2650N/ACOMPONENT_BUGDB= gnome/libraries
2650N/A
2650N/A# Needs gobject-introspection, not available on S11.
2650N/Aifeq ($(BUILD_TYPE), evaluation)
2650N/ABUILD_32_and_64=
2650N/AINSTALL_32_and_64=
2650N/APUBLISH_STAMP=
2650N/Aendif
2650N/A
84N/ATPNO= 24756
2650N/A
84N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
1194N/A
84N/A# Assumes GNU xgettext in PATH
2650N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
2650N/A
2650N/ACONFIGURE_OPTIONS += --disable-static
84N/A# Required for other components.
2650N/ACONFIGURE_OPTIONS += --enable-introspection
623N/ACONFIGURE_OPTIONS += --enable-shared
2650N/ACONFIGURE_OPTIONS += --with-bz2
2650N/ACONFIGURE_OPTIONS += --with-pic
2650N/ACONFIGURE_OPTIONS += --with-zlib
2650N/A
2650N/A# for the tests
2650N/Aunexport SHELLOPTS
2650N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
2650N/ACOMPONENT_TEST_ARGS = -k -i
2650N/ACOMPONENT_TEST_TRANSFORMS += \
2650N/A '-n ' \
2650N/A '-e "/TOTAL:/p" ' \
2650N/A '-e "/SKIP:/p" ' \
2650N/A '-e "/PASS:/p" ' \
2650N/A '-e "/FAIL:/p" ' \
623N/A '-e "/ERROR:/p" '
2650N/A
2650N/AREQUIRED_PACKAGES += compress/bzip2
623N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
84N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
84N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
2650N/AREQUIRED_PACKAGES += library/glib2
2650N/AREQUIRED_PACKAGES += library/libxml2
84N/AREQUIRED_PACKAGES += library/zlib
84N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
84N/A