33 Makefile for the Directory src

 33.1 Building the Project Library Variants
 33.2 Documentation Generation
 33.3 Code File Generation
 33.4 Interdependencies of the Aldor Source Files

The file src/Makefile.nw contains variables and targets to compile the source files below the directory src (as specified in the variable ASFILES) into the target libraries src/libmyalps.al and src/libmyalps.a.

The name of the library and the names of the files therein are derived from the variables LIBRARYNAME and LIBPREFIX which are defined in Makefile.def.nw.

We build several variants of the libraries as specified through the variable VARIANTSTOBUILD.

458* 21+   457  474b
#------------------------------------------------------------------
#---
#--- ALLPROSE
#--- Copyright (C) Ralf Hemmecke (ralf@hemmecke.de)
#--- http://www.hemmecke.de/aldor
#---
#------------------------------------------------------------------

THISDIR=src
building library variants 459
doc file generation 460
code file generation 462
generate interdependencies of files 466

Uses THISDIR 346.