Makefile revision 7207
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A
0N/A#
0N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/A
0N/ABUILD_BITS= 64
0N/ACOMPILER= gcc
0N/Ainclude ../../../make-rules/shared-macros.mk
0N/A
0N/ACOMPONENT_NAME= gnome-terminal
0N/ACOMPONENT_VERSION= 3.18.2
0N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Terminal
0N/ACOMPONENT_ARCHIVE_HASH= \
0N/A sha256:5e35c0fa1395258bab83952cfabe4c1828b8655bcd761f8faed70b452bd89efa
0N/ACOMPONENT_BUGDB= gnome/terminal
0N/A
0N/ATPNO= 25405
0N/A
0N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
0N/A
0N/A# Need to regenerate configure after stack-protector.patch edits configure.ac
0N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
0N/A
0N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
0N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
0N/A
0N/ACONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
0N/A
0N/A# Force use of gnutls-3 pkgconfig during 2.x->3.x transition
0N/APKG_CONFIG_PATHS.32 += /usr/lib/pkgconfig/gnutls-3
0N/APKG_CONFIG_PATHS.64 += /usr/lib/$(MACH64)/pkgconfig/gnutls-3
0N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
0N/ALD_OPTIONS.32 += -L /usr/lib/gnutls-3 -R /usr/lib/gnutls-3
0N/ALD_OPTIONS.64 += -L /usr/lib/$(MACH64)/gnutls-3 -R /usr/lib/$(MACH64)/gnutls-3
0N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
0N/A
0N/A# uuid detection fails due to Solaris bug 15586738, use local uuid.pc to avoid
0N/APKG_CONFIG_PATHS += $(COMPONENT_DIR)
0N/A
0N/ACONFIGURE_OPTIONS += --disable-static
0N/ACONFIGURE_OPTIONS += --enable-introspection
0N/ACONFIGURE_OPTIONS += --enable-shared
0N/ACONFIGURE_OPTIONS += --disable-migration
0N/ACONFIGURE_OPTIONS += --enable-nautilus-extension
0N/A
0N/Aunexport SHELLOPTS
0N/A
0N/AREQUIRED_PACKAGES += gnome/file-manager/nautilus
0N/AREQUIRED_PACKAGES += gnome/gnome-shell
0N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
0N/AREQUIRED_PACKAGES += library/desktop/atk
0N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
0N/AREQUIRED_PACKAGES += library/desktop/gtk3
0N/AREQUIRED_PACKAGES += library/desktop/pango
0N/AREQUIRED_PACKAGES += library/glib2
0N/AREQUIRED_PACKAGES += library/gnome/dconf
0N/AREQUIRED_PACKAGES += library/gnome/vte3
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
REQUIRED_PACKAGES += system/library/math
REQUIRED_PACKAGES += x11/library/libx11