git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1363
270642c3-0616-0410-b53a-bc976706d245
EXTERNAL_GROUPS = NO
HAVE_DOT = YES
+CLASS_GRAPH = YES
COLLABORATION_GRAPH = NO
GROUP_GRAPHS = NO
GRAPHICAL_HIERARCHY = NO
DOT_MULTI_TARGETS = YES
DOT_CLEANUP = NO
-SEARCHENGINE = YES
+SEARCHENGINE = NO
###########################################################################
# The following options are MANDATORY to integrate with the build system
#!/bin/sh
-topdir="`dirname "$0"`"; topdir="`cd "$topdir/.."; pwd`"
+base="`dirname "$0"`"; base="`cd "$base"; pwd`"
if head -4 "$1" | grep -q nomunge; then
dot "$@"
exit $?
fi
sed -i -e 's/rankdir=LR/rankdir=TB/' "$1"
-"$topdir/doclib/dot-munge.pl" "$1"
+"$base/dot-munge.pl" "$1"
unflatten -l2 -c2 -f -o "$1".unflat "$1"
mv "$1".unflat "$1"
LOGLEVELS_ = BuildTypeOptions('LOGLEVELS'),
)
- rev = 'unknown'
- if os.path.isdir('.svn'):
- rev = 'r'+os.popen('svnversion').read().strip().lower()
- elif os.path.isdir('.git'):
- rev = 'r'+os.popen('gitsvnversion').read().strip().lower()
env.SetDefault(
CXXFLAGS_final = [],
CXXFLAGS_normal = [],
DOCLINKS = [],
PROJECTEMAIL = "nobody@nowhere.org",
COPYRIGHT = "nobody",
- REVISION = rev,
)
# Interpret command line options