On Tue, Oct 28, 2008 at 12:24 PM, Monty Taylor <[EMAIL PROTECTED]> wrote: > Is there a sensible way to set CFLAGS for a single file? Right now I'm > breaking it out into an LT convenience lib that gets linked in to the > final output... but I just had the thought that perhaps there was a > simple piece of declarative goo I was missing...
The automake manual itself [*] suggests this trick of the one-file convenience library, then setting the specific CFLAGS for just that convenience library. So I think you're doing the best you can with automake and not missing any declarative goo. [*] Under "Per-Object Flags", section 27.8 for automake-1.10.1.