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 checked out version of Cactus and that in the CVS repositories.

gmake cvsstatus
shows status of 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 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.

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

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

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

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


next up previous contents
Next: Testing Up: Compilation Previous: gmake options for building   Contents