Next: Autoconf stuff
Up: Make files
Previous: lib/make/make.subdir
Contents
lib/make/make.pre and lib/make/make.post
These are auxiliary files used to construct the full list of source
files for a particular thorn.
make.pre resets the SRCS variable to an empty value.
make.post adds the name of the subdirectory onto all filenames
in the SRCS variable and adds the resulting list to the
CCTK_SRCS make variable.
|