bsd.*.mk: allow the setting of separate compile flags for files
authorSimon Schubert <corecode@dragonflybsd.org>
Sun, 2 Aug 2009 17:13:08 +0000 (19:13 +0200)
committerSimon Schubert <corecode@dragonflybsd.org>
Sun, 2 Aug 2009 17:13:10 +0000 (19:13 +0200)
commit6d68f83fef807ce255df27c2482db0d58ff71744
tree1bc8d9c0a14d915728c5a62cdad61e77e1747a82
parent1ce5d5aacced3c16ae0ebbfa96aea58cb64562ef
bsd.*.mk: allow the setting of separate compile flags for files

Our makefile infrastructure assumed that all compile flags for all files
are the same.  Now you can specify compile flags for file groups, much
like for FILES and INCS.

This does not support files with pathname components yet.  For this to
work, we'd need support in make to retrieve the full seached path of a
file.
share/mk/bsd.dep.mk
share/mk/bsd.files.mk
share/mk/bsd.hostlib.mk
share/mk/bsd.lib.mk
share/mk/sys.mk