29 Common Targets for All Makefiles

 29.1 External Variables
 29.2 List of Needed Programs
 29.3 Recursive Execution of Make
 29.4 Source Code Extraction
 29.5 Documentation Extraction
 29.6 Undocumented Files
 29.7 Building the Libraries
 29.8 Building Executables

This file contains targets that are included in the top-level Makefile.nw as well as in each Makefile of any subdirectory.

The basic structure of the complete Makefile.inc.nw is as follows

422* 21+   346  453a
#------------------------------------------------------------------
#---
#--- ALLPROSE
#--- Copyright (C) Ralf Hemmecke (ralf@hemmecke.de)
#--- http://www.hemmecke.de/aldor
#---
#------------------------------------------------------------------

external variables 423a
necessary programs 348
submake 431
source code extraction 432
documentation extraction 434
undocumented files 435
building the libraries 438
building the executables 446