|
Source distribution targets for a paricular version reside $GAMMAVER/make/MakeSrc.
Some of these targets will recurse through GAMMA module subdirectories and this
is performed in MakeSrc by looping through defined module subdirectories and
invoking module source distribution targets. The module source distribution
targets are defined in $GAMMASRC/make/MakeModSrc, each module using the same
targets but with different directory and file definitions.
Any changes to the GAMMA source distribution targets that one will call from the
main Makefile, $GAMMAVER/Makefile, should be performed in MakeSrc. Similarly,
any changes needed that affect module behavior should be done in MakeModSrc. Finally,
any alterations for an individual modules should be down in the definitions file for
the specific module(s), in $GAMMAVER/$SRC/$MODULE/MakeDefs.
|