mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
cbfdf1ed97
The Java (libjafs) component has been marked as obsolete. Other than a minor update in 2007 (java-admin-interface-updates-20071214f72145f79
) there have been no substantial changes since 2003 (java-jafs-update-20030619af1a0ea03
). Changes since then have been mostly related to source cleanups and a commit in 2012 (Make libjafs buildable again967d7201ee
). By default the Java component isn't built and an attempt to build fails with an error in the src/JAVA/libjafs/Makefile: make[1]: Entering directory '.../src/JAVA/libjafs' Makefile:34: *** Recursive variable 'CC' references itself (eventually). Stop. Clean out the source and references for the obsolete JAVA component (src/JAVA). Change-Id: Idc241e08f62a1b9384a5ce4d0f2fdb13e2f96904 Reviewed-on: https://gerrit.openafs.org/14839 Reviewed-by: Andrew Deason <adeason@sinenomine.net> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com>
58 lines
1.5 KiB
Plaintext
58 lines
1.5 KiB
Plaintext
#
|
|
# This file describes the settings to be used by the documentation system
|
|
# doxygen (www.doxygen.org) for OpenAFS.
|
|
#
|
|
|
|
PROJECT_NAME = "OpenAFS"
|
|
PROJECT_BRIEF = "OpenAFS distributed network file system"
|
|
PROJECT_LOGO = src/WINNT/afsd/OpenAFS.ico
|
|
OUTPUT_DIRECTORY = doc/doxygen/output
|
|
|
|
ABBREVIATE_BRIEF = "The $name class" "The $name widget" "The $name file" \
|
|
is provides specifies contains represents a an the
|
|
QT_AUTOBRIEF = YES
|
|
OPTIMIZE_OUTPUT_FOR_C = YES
|
|
SYMBOL_CACHE_SIZE = 7
|
|
LOOKUP_CACHE_SIZE = 2
|
|
CASE_SENSE_NAMES = NO
|
|
HIDE_SCOPE_NAMES = YES
|
|
|
|
GENERATE_DOCSET = YES
|
|
GENERATE_TREEVIEW = YES
|
|
GENERATE_LATEX = NO
|
|
|
|
DOCSET_BUNDLE_ID = org.openafs.Project
|
|
DOCSET_PUBLISHER_ID = org.openafs.Publisher
|
|
QHP_NAMESPACE = org.openafs.Project
|
|
ECLIPSE_DOC_ID = org.openafs.Project
|
|
|
|
HAVE_DOT = @HAVE_DOT@
|
|
DOT_PATH = @DOT_PATH@
|
|
CALL_GRAPH = YES
|
|
CALLER_GRAPH = YES
|
|
|
|
EXTRACT_ALL = YES
|
|
INPUT = doc/doxygen/input src
|
|
RECURSIVE = YES
|
|
EXCLUDE = \
|
|
src/cf \
|
|
src/config \
|
|
src/dviced \
|
|
src/dvolser \
|
|
src/external \
|
|
src/finale \
|
|
src/kauth \
|
|
src/libafs \
|
|
src/NTObjdir \
|
|
src/packaging \
|
|
src/tbudb \
|
|
src/tbutc \
|
|
src/tests \
|
|
src/tools \
|
|
src/tptserver \
|
|
src/tsalvaged \
|
|
src/tubik \
|
|
src/tvlserver \
|
|
src/tvolser \
|
|
|