Makefile revision 6406
98N/A# The contents of this file are subject to the terms of the 935N/A# Common Development and Distribution License (the "License"). 98N/A# You may not use this file except in compliance with the License. 919N/A# See the License for the specific language governing permissions 919N/A# and limitations under the License. 919N/A# When distributing Covered Code, include this CDDL HEADER in each 919N/A# If applicable, add the following below this CDDL HEADER, with the 919N/A# fields enclosed by brackets "[]" replaced with your own identifying 919N/A# information: Portions Copyright [yyyy] [name of copyright owner] 919N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. 916N/A# This version of poppler only works with the new version of evince. 970N/A# For now, all things built for C++11 require gcc. 970N/A# (Poppler provides a C++ wrapper.) 970N/A# Uses strcpy_s, etc. c11 functions. 970N/A# Reduce build time dependencies since we don't ship this and can't run as an 98N/A# --enable-zlib not recommended by developers? 98N/A# Required for other components. 1003N/A#CONFIGURE_OPTIONS += --with-testdatadir= 98N/A# Install the poppler data files. 591N/A# Always show the build and link lines for easier debugging.