Hello!

Regarding my question in

  <[EMAIL PROTECTED]>

about how to include a conditional, e.g.

  ifeq ($(MAKECMDGOALS),help)
    MAKEFLAGS = -k
  endif

the problem was: If I run "automake" on Makefile.am containing the above code, "automake" moves the assignment out of the if-endif clause. My workaround was to have this code in a separate file and import it using the "include" directive.

I'd like to know what is the _standard automake procedure_ to include that conditional so it gets propagated verbatim to Makefile(.in)?


Thanks!

Cheers
Daniel
--
Refactor, don't archive! - SamHasler - 28 Aug 2004 - twiki.org
_______________________________________________
help-gnu-utils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to