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

427* 21+   350  457a
#------------------------------------------------------------------
#---
#--- ALLPROSE
#--- Copyright (C) Ralf Hemmecke (ralf@hemmecke.de)
#--- http://www.hemmecke.de/aldor
#---
#------------------------------------------------------------------

external variables 428a
necessary programs 352
submake 435
source code extraction 436
documentation extraction 438
undocumented files 439
building the libraries 442
building the executables 450