diff options
Diffstat (limited to 'dependency-graph.dot')
-rw-r--r-- | dependency-graph.dot | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/dependency-graph.dot b/dependency-graph.dot new file mode 100644 index 00000000..787125fe --- /dev/null +++ b/dependency-graph.dot @@ -0,0 +1,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"; +} + |