Makefile revision 5641
2247N/A# The contents of this file are subject to the terms of the 2247N/A# Common Development and Distribution License (the "License"). 2247N/A# You may not use this file except in compliance with the License. 2247N/A# See the License for the specific language governing permissions 2247N/A# and limitations under the License. 2247N/A# When distributing Covered Code, include this CDDL HEADER in each 2247N/A# If applicable, add the following below this CDDL HEADER, with the 2247N/A# fields enclosed by brackets "[]" replaced with your own identifying 2247N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5306N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 2247N/A# Download the manual so that we don't have to keep updating it in the gate. 3817N/A# Omit directory options that break doxygen's configure script. 5528N/A# Necessary to find the right gcc during build 3930N/A# Missing files in build dir for configure without this. 3142N/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 3142N/A# Tests not available from the top-level Makefile, nor via a standard target. 3142N/A# We need to add /usr/gnu/bin to the front of the PATH environment variable 3142N/A# for "diff -u" and we need to use our latest doxygen binary, not the one 4742N/A# Test 12 is a known failure (we don't have bibtex in Solaris). 2247N/A# The additional doxygen specific set of transforms to be applied to the 2247N/A# test results to try to normalize them. 2247N/A '-e "s|\(error opening bib\).*|\1|" ' \
3431N/A '-e "s|^\$$(@D)/|\.\.\./|g" ' \
5161N/A '-e "s|^\$$(SOURCE_DIR)/|\.\.\./|g" ' \
5161N/A '-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
5161N/A '-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
3431N/A '-e "s|^make\[1\].*$$|XXX_CC_XXX|g" ' \