Makefile revision 3883
61N/A# The contents of this file are subject to the terms of the 61N/A# Common Development and Distribution License (the "License"). 61N/A# You may not use this file except in compliance with the License. 61N/A# See the License for the specific language governing permissions 61N/A# and limitations under the License. 61N/A# When distributing Covered Code, include this CDDL HEADER in each 61N/A# If applicable, add the following below this CDDL HEADER, with the 61N/A# fields enclosed by brackets "[]" replaced with your own identifying 61N/A# information: Portions Copyright [yyyy] [name of copyright owner] 75N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 618N/A# Download the manual so that we don't have to keep updating it in the gate. 61N/A# Necessary to find CC during build 151N/A# Missing files in build dir for configure without this. 61N/A# Need to override default options since configure doesn't 61N/A# understand CC, CXX, etc. 286N/ACONFIGURE_OPTIONS += --
enable-
langs am,
ar,
br,
ca,
cn,
cz,
de,
dk,
en,
eo,
es,
fa,
fi,
fr,
gr,
hr,
hu,
id,
it,
je,
jp,
ke,
kr,
lt,
lv,
mk,
nl,
no,
pl,
pt,
ro,
ru,
sc,
si,
sk,
sr,
sv,
tr,
tw,
ua,
vi,
za 286N/A# Tests not available from the top-level Makefile, nor via a standard target. 286N/A# We need to add /usr/gnu/bin to the front of the PATH environment variable 286N/A# for "diff -u" and we need to use our latest doxygen binary, not the one 286N/A# installed on the system. 286N/A# Test 12 is a known failure (we don't have bibtex in Solaris). 61N/A# The additional doxygen specific set of transforms to be applied to the 61N/A# test results to try to normalize them. 181N/A '-e "s|\(error opening bib\).*|\1|" ' \