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 '.c.o:' to have dependency tracking. I don't want to resort to copying source files to current directory.