On 10/16/07, Bob Friesenhahn <[EMAIL PROTECTED]> wrote: > On Tue, 16 Oct 2007, NightStrike wrote: > > > Where is $(COMPILE) documented? When should it be used? What does it > > actually get set to? > > Read a generated Makefile and all secrets will be revealed. Normally > you should not care about $(COMPILE) since Automake takes care of it.
When writing my own rules, I want to make use of things like $(COMPILE) and $(LINK) to keep my custom rules as much in the "automake" domain as I can.