]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/doc/xml/images/confdeps.dot
run_doxygen: Allow doxygen 1.7.1 again.
[thirdparty/gcc.git] / libstdc++-v3 / doc / xml / images / confdeps.dot
CommitLineData
8a165db0
BK
1# Blatantly ripped out of the graphviz examples and modified. -pme
2digraph v3conf {
3 size="6,6";
4 node [color=lightblue2, style=filled];
5 "aclocal.m4" -> "acinclude.m4";
6 "configure" -> "aclocal.m4";
7 "configure" -> "configure.ac";
8 "configure" -> "crossconfig.m4";
9 "configure" -> "linkage.m4";
b25e6b79 10 "[*/]Makefile" -> "[*/]Makefile.in";
8a165db0
BK
11 "[*/]Makefile.in" -> "Makefile.am";
12 "[*/]Makefile.in" -> "configure.ac";
b25e6b79 13 "config.h" -> "config.h.in"
8a165db0
BK
14 "config.h.in" -> "acconfig.h";
15 "config.h.in" -> "configure.ac";
16}