Rechercher une page de manuel
ocamldot
Langue: en
Version: 112650 (mandriva - 01/05/08)
Section: 1 (Commandes utilisateur)
NAME
ocamldot - generate dependency graphs of ocaml programsSYNOPSIS
ocamldot [options] <dependency-file>DESCRIPTION
This manual page documents briefly the ocamldot command.ocamldot generates program dependency graphs for ocaml programs. The dependency graph output by ocamldot can be rendered by a separate program, dot. Ocamldot is designed to process the output of ocamldep. A typical use would be ocamldep *.ml | ocamldot > dep.dot
or ocamldep *.ml > .depend
ocamldot .depend > dep.dot
OPTIONS
- -fullgraph
- Draw the full graph (default is to draw only the kernel)
- -landscape
- Output in landscape format (default is portrait)
- -lr
- Draw graph from left to right (default is top to bottom)
- -r <r>
- Use <r> as a root in the graph; nodes reachable from <r> will be shown. The transitive kernel of a dag is the smallest subset of the dag whose transitive closure is the same as the transitive closure of the dag. For example, the kernel of A->B, A->C, B->C is just the two edges A->B, B->C.
SEE ALSO
ocamldep(1), dot(1) http://www.research.att.com/~trevor/ocamldot.AUTHOR
Trevor Jim <trevor@research.att.com>
18:38 Pour recompiler un noyau le bzImage est il obligatoire??
18:39 18:39 non, tu copies un tarball des sources dans /boot, et tu
l'installes dans lilo
18:40 18:39 et l'ancien je le vire??
18:41 18:40 je te conseille pas, non
18:42 18:41 OK ,je v essayer
18:39 18:39 non, tu copies un tarball des sources dans /boot, et tu
l'installes dans lilo
18:40 18:39 et l'ancien je le vire??
18:41 18:40 je te conseille pas, non
18:42 18:41 OK ,je v essayer
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre