|
|
|
# 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" -> "tderesources";
|
|
|
|
"kaddressbook" -> "wizards";
|
|
|
|
"kgantt" -> "korganizer";
|
|
|
|
"kmail" -> "plugins";
|
|
|
|
"kmail" -> "wizards";
|
|
|
|
"knotes" -> "kontact";
|
|
|
|
"knotes" -> "tderesources";
|
|
|
|
"kode" -> "tderesources";
|
|
|
|
"korganizer" -> "kontact";
|
|
|
|
"korganizer" -> "wizards";
|
|
|
|
"tderesources" -> "karm";
|
|
|
|
"tderesources" -> "wizards";
|
|
|
|
"ktnef" -> "libkcal";
|
|
|
|
"libemailfunctions" -> "kmail";
|
|
|
|
"libemailfunctions" -> "korganizer";
|
|
|
|
"libemailfunctions" -> "libkcal";
|
|
|
|
"libemailfunctions" -> "libkpimidentities";
|
|
|
|
"libkcal" -> "kalarm";
|
|
|
|
"libkcal" -> "karm";
|
|
|
|
"libkcal" -> "tdefile-plugins";
|
|
|
|
"libkcal" -> "kitchensync";
|
|
|
|
"libkcal" -> "knotes";
|
|
|
|
"libkcal" -> "konsolekalendar";
|
|
|
|
"libkcal" -> "korganizer";
|
|
|
|
"libkcal" -> "kpilot";
|
|
|
|
"libkcal" -> "tderesources";
|
|
|
|
"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" -> "tdeioslaves";
|
|
|
|
"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" -> "tdeioslaves";
|
|
|
|
"libkmime" -> "kmail";
|
|
|
|
"libkmime" -> "knode";
|
|
|
|
"libkpgp" -> "certmanager";
|
|
|
|
"libkpgp" -> "kmail";
|
|
|
|
"libkpgp" -> "knode";
|
|
|
|
"libkpimexchange" -> "korganizer";
|
|
|
|
"libkpimexchange" -> "tderesources";
|
|
|
|
"libkpimidentities" -> "kmail";
|
|
|
|
"libkpimidentities" -> "korganizer";
|
|
|
|
"libksieve" -> "kmail";
|
|
|
|
"mimelib" -> "kmail";
|
|
|
|
"mimelib" -> "korn";
|
|
|
|
}
|
|
|
|
|