Makefile revision 7102
44N/A# The contents of this file are subject to the terms of the 44N/A# Common Development and Distribution License (the "License"). 44N/A# You may not use this file except in compliance with the License. 44N/A# See the License for the specific language governing permissions 44N/A# and limitations under the License. 44N/A# When distributing Covered Code, include this CDDL HEADER in each 44N/A# If applicable, add the following below this CDDL HEADER, with the 44N/A# fields enclosed by brackets "[]" replaced with your own identifying 44N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5636N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 6895N/A# parfait is a bit unhappy (24796572) 491N/A# For now, all things built for C++11 require gcc; the cmake files for this 844N/A# project already specify the required -std. 44N/A# Use project's own optimization flags instead. 44N/A# Requires newer version of cairo, available in S12 but not 11.3, 44N/A# so do not publish. 5795N/A# Force use of gnutls-3 pkgconfig during 2.x->3.x transition # Required to ensure expected defines are set; also, ensures project's # optimisation level set appropriately. Would prefer RelWithDebInfo, but that # target is curently broken. # Need to figure out a way to use BUILD_STYLE = cmake and remove # these duplicate entries here - 24375155 # This component uses cmake to generate Makefiles and so has no configure # Must start install paths with a leading '/' or files will be installed into # Tell g-ir-scanner not to cache results in homedir of user running the build # Expects GNU versions of utilities to be found in PATH (e.g. xgettext). # Ensure cmake finds the matching 32/64-bit version of dependencies.