vovexport
Generates a file in FDL (i.e. Tcl), C-Shell, or Makefile syntax from a subset of the trace.
vovexport: Usage Message
DESCRIPTION:
The utility vovexport generates a file in FDL (i.e. Tcl),
C-Shell, or Makefile syntax from a subset of the trace.
USAGE:
% vovexport [OPTIONS]
OPTIONS:
-h
-v
-set <SETNAME>
-dir <DIRNAME> -- Dump jobs in this directory
and subdirectories.
-type {make|fdl|csh}
-make -- Generate Makefile.vov
-csh -- Generate FlowExport.csh
-fdl -- Generate FlowExport.tcl
-out <OUTFILE>
-comment -- Output additional comments.
EXAMPLES:
% vovexport -type make -out Makefile.vov
% vovexport -make
% vovexport -make -dir .
% vovexport -set All:compile -type fdl -out Flow.export
% vovexport -set All:compile -type csh -out RunAll.csh