On Tue, 4 Mar 2008, Dan Nicholson - [EMAIL PROTECTED] wrote:
Do you know if there's any way for automake to ignore the "include"
keyword? I.e., I really want the "include" to be processed by make,
not automake. The only ugly way I could think of was to include a
dummy file that had the real includes.

Something like the following works:
DELAYDIR=.
include $(DELAYDIR)/file.mk
or
DELAYINC=file.mk
include $(DELAYINC)

The trick being that automake stops at the variable substitution.

- Daniel


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to