Ralf Wildenhues <[EMAIL PROTECTED]> writes:

> Yes, they don't get per-target preprocessor or compile flags.  That
> doesn't work, because then they would have to be renamed:  $(LIBOBJS)
> may be added to several outputs, each with different per-target flags.

This is why I want LIBOBJS_CPPFLAGS, which would globally specify the
CPPFLAGS used for building those objects.  I don't need to build them
multiple times with different flags.  I only need to build them once, but
possibly with flags different than what are used by the rest of the
project.  I think this would avoid the problems you mention above.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>


Reply via email to