Hi,
I often like to have a dependency-only rule of the form
$(foo_OBJECTS): Makefile
in my Makefile.am so that my *.$(OBJEXT) files will get regenerated if
the Makefile changes due to reconfiguration.
But in doing so, I am using an undocumented variable. Any chance of
blessing this usage
Hi.
I need to compile same source file multiple times with different CFLAGS
When automake option "subdir-objects" becomes default, will it be
possible to put SOME object files to current directory instead of source
directory?
I tried to write my own rule, but I want to reuse automake's recipe for