STAR_MONOLITHS
Declare that we will be creating
monoliths. This is
conceptually similar to the various
AC_PROG_FC
declarations, and does
whatever configuration is necessary to handle these.
Note that the declarations done in the
Makefile.am
, declaring the name of the
monolith and the names and source files of the tasks, are
slightly redundant inasmuch as some of that information
could be implied. However, this is required to be
explicit for clarity and consistency, and so accomodate
the (currently unexploited) possibility that the tasks and
.ifl
files longer have the one-task-per-file
relationship they have now.
See Section 3.4 for discussion.