Recreate the Makefile.
The Docygen configuration file.
A word and line count for the Mapper source-code.
This is the default build target.
This builds the production variant of the mapper program, compiling and linking where necessary.
The production variant of the Mapper program. This variant is optimised.
The debugging variant of the Mapper program. This variant has symbolic debugging information, and is compiled without optimisation, to simplify its use with a symbolic debugger. It also has all assertion checking switched on, and is instrumented for measuring test coverage.
This builds the test-driver programs.
This is a rule for creating basic-block information for one C++ file, for use in measuring testing coverage.
This is a rule for creating basic-block-graph information for one C++ file, for use in measuring testing coverage.
Do all static analysis checks. That is, all checks that do not require execution of programs.
This is a rule for determining the hypertext anchors provided by an HTML document. That is, the relative URLs
This is a rule for determining the hypertext anchors required by an HTML document. That is, the URLs it links to.
A list of the URLs provided by the documentation itself These are relative URLs, measured relative to the top-level directory.
A list of the URLs used by the HTML documentation. Relative URLs are measured relative to the top-level directory.
This is a rule for doing a static analysis check of one C++ source-code file, using the compiler.
A list of the URLs provided by the Doxygen documentation. These are relative URLs, measured relative to the top-level directory.
A list of the URLs used by the HTML documentation, but not provided by the documentation itself or any known external documents. These are probably dangling links. Relative URLs are measured relative to the top-level directory.
Remove all build products.
Used for recreating the Makefile.
The program used to configure the Makefile while building mapper.
This builds the debugging variants of programs. These variants have symbolic debugging information, and are compiled without optimisation, to simplify their use with a symbolic debugger. They also have all assertion checking switched on, and are instrumented for measuring test coverage.
Create the dependency inforamtion, by preprocessing the source code.
This is a rule for determining the compilation dependencies for one C++ source-code file.
A single file holding all the build dependency information generated by preprocessing the source-code.
Create a distribution tar archive.
Create all docuemntation.
A report on the test coverage
The Makefile converted to HTML.
Documentation of build targets in the Makefile.
Information about downloading Mapper.
Use Docygen to generate detailed design and source-code documentation.
The Maper man page converted to HTML.
This is a rule for compiling the debugging variant of one C++ source-code file.
This is a rule for compiling the production variant of one C++ source-code file.
This runs all the tests. The test coverage is also measured.
This is a rule for creating a report of the test coverage for one C++ source-code file.
Log output of the automatic tests.