33.1 Building the Project Library Variants

The library for ordinary release is src/libmyalps.al and src/libmyalps.a. The exact name is specified by the variable LIBRARYNAME.

The target libraryvariants builds, in fact, several variants of the libraries and takes the dependencies given in src/Makefile.dep into account.

459building library variants 459  (458 539)  540
all:
        $(MAKE) SUBLIBRARYNAME=$(LIBRARYNAME) \
                SUBLIBPREFIX=$(LIBPREFIX) libraryvariants

Uses all 346, LIBPREFIX 124, LIBRARYNAME 124, and libraryvariants 441a.