foo_OBJECTS

2015-12-28 Thread David Bacon
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

ignore subdir-objects for one file

2015-12-28 Thread Basin Ilya
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