Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
47acb0a4
Commit
47acb0a4
authored
Feb 17, 2003
by
Till Riedel
Browse files
Make doxygen call filesystem independend
[r801]
parent
e0662f63
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
47acb0a4
...
...
@@ -52,7 +52,7 @@ autodoc: $(AUTODOCDIR) $(AUTODOCINDEXFILE)
.PHONY
:
$(AUTDOCINDEXFILE)
$(AUTODOCINDEXFILE)
:
$(CFILES) $(HFILES)
$(AUTODOC)
$(srcdir)
/
$(AUTODOCFILE)
$(AUTODOC)
$(AUTODOCFILE)
#${srcdir}/configure: configure.in aclocal.m4
...
...
configure
View file @
47acb0a4
This diff is collapsed.
Click to expand it.
configure.in
View file @
47acb0a4
...
...
@@ -14,7 +14,7 @@ dnl if other files should be generated just add them to ac_output_files
ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile \
ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \
ir/ana/Makefile ir/tr/Makefile ir/st/Makefile testprograms/Makefile \
firmjni/Makefile
firmjni/build_firm_jni
firmjni/testprograms/Makefile"
firmjni/Makefile firmjni/testprograms/Makefile
libfirm.doxygen
"
dnl generate the config header file
AC_CONFIG_HEADER(config.h)
...
...
libfirm.doxygen
→
libfirm.doxygen
.in
View file @
47acb0a4
...
...
@@ -301,7 +301,7 @@ WARN_LOGFILE = ./doc/warnings
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT =
..
/ir
INPUT =
@srcdir@
/ir
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
...
...
@@ -835,7 +835,7 @@ GRAPHICAL_HIERARCHY = YES
# generated by dot. Possible values are gif, jpg, and png
# If left blank gif will be used.
DOT_IMAGE_FORMAT =
png
DOT_IMAGE_FORMAT =
gif
# The tag DOT_PATH can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found on the path.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment