|
Next: Note on philosophy of Up: MaintGuideStable Previous: Release procedure Contents IntroductionThe make system has several design criteria:
The first criterion is achieved by standarising to the use of the freely available GNU make programme, which is available on all platforms, and the use of Autoconf to detect the specific features of the particular machine the user is compiling on. The next three criteria are achieved by the introduction of configurations which contain all the information and object files associated with a particular combination of machine, compilation options and thorns. The final criteria are achieved by allowing the thorn-writer to specify their files and options in configuration files readable by the GNU make program, or by specifying their own make file.
Subsections Next: Note on philosophy of Up: MaintGuideStable Previous: Release procedure Contents |