Makefile revision 6004
431N/A# The contents of this file are subject to the terms of the 431N/A# Common Development and Distribution License (the "License"). 431N/A# You may not use this file except in compliance with the License. 431N/A# See the License for the specific language governing permissions 431N/A# and limitations under the License. 431N/A# When distributing Covered Code, include this CDDL HEADER in each 431N/A# If applicable, add the following below this CDDL HEADER, with the 431N/A# fields enclosed by brackets "[]" replaced with your own identifying 431N/A# information: Portions Copyright [yyyy] [name of copyright owner] 431N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. 431N/A# All components using gobject-introspection must be built with gcc as 618N/A# gobject-introspection does not produce correct results when using Studio. 431N/A# Requires gtk-doc >= 1.20, enable after that's available on build machines 431N/A# 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. # 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 # Standard automake test framework results transform # Requires >= 2.69 autoconf