summaryrefslogtreecommitdiffstats
path: root/dependency-graph.dot
blob: 787125feaecb6290eee64b0098e9bef273ecd68e (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 it part of the graphviz package)
digraph "inter-dependency graph for kdepim" {
        "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" -> "libkdepim";
        "libkcal" -> "libkpimexchange";
        "libkcal" -> "plugins";
        "libkdenetwork" -> "certmanager";
        "libkdenetwork" -> "kmail";
        "libkdenetwork" -> "knode";
        "libkdenetwork" -> "korn";
        "libkdepim" -> "akregator";
        "libkdepim" -> "kaddressbook";
        "libkdepim" -> "kalarm";
        "libkdepim" -> "kandy";
        "libkdepim" -> "karm";
        "libkdepim" -> "kioslaves";
        "libkdepim" -> "kitchensync";
        "libkdepim" -> "kmail";
        "libkdepim" -> "knode";
        "libkdepim" -> "knotes";
        "libkdepim" -> "korganizer";
        "libkdepim" -> "libkpimexchange";
        "libkdepim" -> "libkpimidentities";
        "libkdepim" -> "plugins";
        "libkdepim" -> "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";
}