Makefile revision 6607
225N/A#
225N/A# CDDL HEADER START
225N/A#
225N/A# The contents of this file are subject to the terms of the
225N/A# Common Development and Distribution License (the "License").
225N/A# You may not use this file except in compliance with the License.
225N/A#
225N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
225N/A# or http://www.opensolaris.org/os/licensing.
225N/A# See the License for the specific language governing permissions
225N/A# and limitations under the License.
225N/A#
225N/A# When distributing Covered Code, include this CDDL HEADER in each
225N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
225N/A# If applicable, add the following below this CDDL HEADER, with the
225N/A# fields enclosed by brackets "[]" replaced with your own identifying
225N/A# information: Portions Copyright [yyyy] [name of copyright owner]
225N/A#
225N/A# CDDL HEADER END
225N/A#
225N/A
225N/A#
1989N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
225N/A#
225N/A
225N/ABUILD_BITS = 64_and_32
225N/ACOMPILER=gcc
225N/Ainclude ../../../make-rules/shared-macros.mk
1176N/A
618N/ACOMPONENT_NAME= glib-networking
225N/ACOMPONENT_VERSION= 2.46.0
225N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/GLib
844N/ACOMPONENT_ARCHIVE_HASH= \
1176N/A sha256:3655526d6dbfc697c22cd9b279e14599f8449f5802b12d84485bdc52d96482f0
225N/ACOMPONENT_BUGDB= gnome/glib
1258N/A
225N/ATPNO= 25285
225N/A
225N/A# Needs updated glib2, not available on S11.
225N/Aifeq ($(BUILD_TYPE), evaluation)
225N/ABUILD_32_and_64=
225N/AINSTALL_32_and_64=
225N/APUBLISH_STAMP=
225N/Aendif
225N/A
225N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
225N/A
225N/A# Force use of gnutls-3 pkgconfig during 2.x->3.x transition
225N/APKG_CONFIG_PATHS.32 += /usr/lib/pkgconfig/gnutls-3
225N/APKG_CONFIG_PATHS.64 += /usr/lib/$(MACH64)/pkgconfig/gnutls-3
225N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
225N/ALD_OPTIONS.32 += -L /usr/lib/gnutls-3 -R /usr/lib/gnutls-3
225N/ALD_OPTIONS.64 += -L /usr/lib/$(MACH64)/gnutls-3 -R /usr/lib/$(MACH64)/gnutls-3
225N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
225N/A
225N/A# Assumes GNU xgettext in PATH
225N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
225N/A
225N/ACONFIGURE_OPTIONS += --with-ca-certificates=/etc/certs/ca-certificates.crt
225N/ACONFIGURE_OPTIONS += --with-pkcs11=no
225N/ACONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
225N/A
225N/A# for the tests
1989N/Aunexport SHELLOPTS
1989N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
225N/ACOMPONENT_TEST_ARGS = -k -i
225N/ACOMPONENT_TEST_TRANSFORMS += \
225N/A '-n ' \
225N/A '-e "/TOTAL:/p" ' \
225N/A '-e "/SKIP:/p" ' \
225N/A '-e "/PASS:/p" ' \
225N/A '-e "/FAIL:/p" ' \
225N/A '-e "/ERROR:/p" '
225N/A
225N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
225N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
225N/AREQUIRED_PACKAGES += developer/gnome/gettext
225N/AREQUIRED_PACKAGES += library/glib2
225N/AREQUIRED_PACKAGES += library/gnutls-3
225N/AREQUIRED_PACKAGES += library/libproxy
225N/A