next up previous contents
Next: Testing Up: Compilation Previous: gmake Options for Building   Contents

Other gmake Targets

gmake help
lists all make options.

gmake checkout
allows you to easily checkout Cactus arrangements and thorns. For example, it can checkout all the thorns in any thornlist file found in the thornlists subdirectory of the Cactus root directory.

gmake cvsdiff
shows differences between the checked out version of Cactus and that in the CVS repositories.

gmake cvsstatus
shows status of the checked out version of Cactus, reporting which files have been modified or need updating.

gmake cvsupdate
updates flesh and all thorns from CVS repositories.

gmake configinfo
prints configuration options for every configuration found in user's configs subdirectory.

gmake default
creates a new configuration with a default name.

gmake distclean
deletes your configs directory, and hence all your configurations.

gmake downsize
removes non-essential files as documents and test suites to allow for minimal installation size.

gmake newthorn
creates a new thorn, prompting for the necessary information and creating template files.

gmake TAGS
creates an Emacs style TAGS file. See Section E7 for using tags within Cactus.

gmake tags
creates a vi style tags file. See Section E7 for using tags within Cactus.

Targets to generate Cactus documentation:

gmake <arrangement>-ArrangementDoc
builds the documentation for the arrangement.

gmake ArrangementDoc
builds the documentation for all arrangements.

gmake MaintGuide
runs LaTeX to produce a copy of the Maintainers' Guide.

gmake ReferenceManual
runs LaTeX to produce a copy of the Reference Manual.

gmake <thorn>-ThornDoc
builds the documentation for the thorn.

gmake ThornDoc
builds the documentation for all thorns.

gmake ThornGuide
runs LaTeX to produce a copy of the Thorn Guide, for all the thorns in the arrangements directory.

gmake UsersGuide
runs LaTeX to produce a copy of the Users' Guide.

gmake AllDoc
creates all of the above documentations.


next up previous contents
Next: Testing Up: Compilation Previous: gmake Options for Building   Contents