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.

463building library variants 463  (462 542)  543
all:
        $(MAKE) SUBLIBRARYNAME=$(LIBRARYNAME) \
                SUBLIBPREFIX=$(LIBPREFIX) libraryvariants

Uses all 350, LIBPREFIX 127, LIBRARYNAME 127, and libraryvariants 444b.