33 Makefile for the Directory src
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.
462⟨* 21⟩+
≡ ⊲461 478b ⊳
#------------------------------------------------------------------
#---
#--- ALLPROSE
#--- Copyright (C) Ralf Hemmecke (ralf@hemmecke.de)
#--- http://www.hemmecke.de/aldor
#---
#------------------------------------------------------------------
THISDIR=src
⟨building library variants 463⟩
⟨doc file generation 464⟩
⟨code file generation 466⟩
⟨generate interdependencies of files 470⟩
Uses THISDIR 350.