OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libstdc++-v3/] [docs/] [html/] [17_intro/] [confdeps.dot] - Blame information for rev 20

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 20 jlechner
# Blatantly ripped out of the graphviz examples and modified.  -pme
2
digraph 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";
10
    "[*/]Makefile.in" -> "Makefile.am";
11
    "[*/]Makefile.in" -> "configure.ac";
12
    "config.h.in" -> "acconfig.h";
13
    "config.h.in" -> "configure.ac";
14
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.