Comment Re:Make? (Score 2, Informative) 625
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.