summaryrefslogtreecommitdiffstats
path: root/dependency-graph.dot
blob: 8403e4d62ed0e51378b0ceec2493347c0a1a5b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# to create a ps file use 'dot -Tps -o dependency-graph.ps dependency-graph.dot' (dot is part of the graphviz package)
digraph "inter-dependency graph for tdepim" {
        "akregator" -> "kaddressbook";
        "akregator" -> "kontact";
        "certmanager" -> "kaddressbook";
        "certmanager" -> "kmail";
        "certmanager" -> "libkpimidentities";
        "kaddressbook" -> "kontact";
        "kaddressbook" -> "kresources";
        "kaddressbook" -> "wizards";
        "kgantt" -> "korganizer";
        "kmail" -> "plugins";
        "kmail" -> "wizards";
        "knotes" -> "kontact";
        "knotes" -> "kresources";
        "kode" -> "kresources";
        "korganizer" -> "kontact";
        "korganizer" -> "wizards";
        "kresources" -> "karm";
        "kresources" -> "wizards";
        "ktnef" -> "libkcal";
        "libemailfunctions" -> "kmail";
        "libemailfunctions" -> "korganizer";
        "libemailfunctions" -> "libkcal";
        "libemailfunctions" -> "libkpimidentities";
        "libkcal" -> "kalarm";
        "libkcal" -> "karm";
        "libkcal" -> "kfile-plugins";
        "libkcal" -> "kitchensync";
        "libkcal" -> "knotes";
        "libkcal" -> "konsolekalendar";
        "libkcal" -> "korganizer";
        "libkcal" -> "kpilot";
        "libkcal" -> "kresources";
        "libkcal" -> "libtdepim";
        "libkcal" -> "libkpimexchange";
        "libkcal" -> "plugins";
        "libtdenetwork" -> "certmanager";
        "libtdenetwork" -> "kmail";
        "libtdenetwork" -> "knode";
        "libtdenetwork" -> "korn";
        "libtdepim" -> "akregator";
        "libtdepim" -> "kaddressbook";
        "libtdepim" -> "kalarm";
        "libtdepim" -> "kandy";
        "libtdepim" -> "karm";
        "libtdepim" -> "kioslaves";
        "libtdepim" -> "kitchensync";
        "libtdepim" -> "kmail";
        "libtdepim" -> "knode";
        "libtdepim" -> "knotes";
        "libtdepim" -> "korganizer";
        "libtdepim" -> "libkpimexchange";
        "libtdepim" -> "libkpimidentities";
        "libtdepim" -> "plugins";
        "libtdepim" -> "wizards";
        "libkholidays" -> "kontact";
        "libkholidays" -> "korganizer";
        "libkmime" -> "kalarm";
        "libkmime" -> "kioslaves";
        "libkmime" -> "kmail";
        "libkmime" -> "knode";
        "libkpgp" -> "certmanager";
        "libkpgp" -> "kmail";
        "libkpgp" -> "knode";
        "libkpimexchange" -> "korganizer";
        "libkpimexchange" -> "kresources";
        "libkpimidentities" -> "kmail";
        "libkpimidentities" -> "korganizer";
        "libksieve" -> "kmail";
        "mimelib" -> "kmail";
        "mimelib" -> "korn";
}