make has an include statement, so you can do the separate-file-based configuration. Additionally, the
file that is included is considered as a target, so
you could write a rule that generates the included
file; e.g., you could generate a nested
include statement that picks up all the files in
a given directory.
make has an include statement, so you can do the separate-file-based configuration. Additionally, the file that is included is considered as a target, so you could write a rule that generates the included file; e.g., you could generate a nested include statement that picks up all the files in a given directory.