#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#
# All components using gobject-introspection must be built with gcc as
# gobject-introspection does not produce correct results when using Studio.
# do not publish.
# Requires a reconf due to patch to configure.ac.
# Requires gtk-doc >= 1.20, enable after that's available on build machines
# CONFIGURE_OPTIONS += --enable-gtk-doc
# Required for other components.
# Build gdk-pixbuf-xlib required by xscreensaver & other software
# Workaround for build failures due to gdk-pixbuf Makefiles not passing CFLAGS
# or LDFLAGS, especially the -m32/64 flag, to g-ir-scanner
# Generate and install architecture-specific configuration files that define
# the set of plugins available.
$(PROTOLCACHECONF.32):
$(MKDIR) $(PROTOLCACHEDIR.32); \
$(PROTOLCACHECONF.64):
$(MKDIR) $(PROTOLCACHEDIR.64); \
# Needed for "gmake test" to work successfully.
# pixbuf-randomly-modified tests have a different random suffix each time,
# so strip that out to allow repeatable comparisons
'-e "s%/pixbuf/randomly-modified/.*%/pixbuf/randomly-modified/...%"'
# Standard automake test framework results transform
'-n ' \
'-e "/TOTAL/p" ' \
'-e "/SKIP/p" ' \
'-e "/PASS/p" ' \
'-e "/FAIL/p" ' \
'-e "/ERROR/p" '
# Requires >= 2.69 autoconf