cvbuild(1)cvbuild(1)


NAME
     cvbuild - Starts the WorkShop Build Analyzer

SYNOPSIS
     cvbuild [-directory directory] [-f makefile]

IMPLEMENTATION
     IRIX systems

DESCRIPTION
     The Build Analyzer opens a window that displays a graph indicating the
     source files and derived files in a build, their dependency
     relationships, and their current status.

     Source files include the following types of input files:

     * Code modules

     * Data files

     * Documentation

     * Other resources

     Derived files include the following types of output files:

     * Compiled code

     * Listings

     When it starts up, the Build Analyzer reads the description file from
     the make(1) utility and displays a graph of the program dependencies
     contained in it.  Source files can be edited by double-clicking on the
     file name.  Double-clicking on the name of a derived file starts the
     build process by using the cvmake(1) command.

     The cvbuild command accepts the following options:

     Option                   Description

     -directory directory     Changes the named directory to the working
                              directory.

     -f makefile              Uses the named makefile as the description
                              file, instead of using the default file.

NOTES
     From within any WorkShop tool, you can start the Build Analyzer by
     clicking the Launch Tool submenu of the Admin menu on the Main View.

FILES
     Makefile

     makefile

SEE ALSO
     cvmake(1), make(1)

     ProDev WorkShop: Debugger User's Guide

     ProDev WorkShop: Performance Analyzer User's Guide

     ProDev WorkShop: Static Analyzer User's Guide