libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Validity of "fake" convenience library (libtool: to exclusive)


From: Daniel Herring
Subject: Re: Validity of "fake" convenience library (libtool: to exclusive)
Date: Tue, 4 Mar 2008 13:50:47 -0500 (EST)
User-agent: Alpine 1.00 (LNX 882 2007-12-20)

On Tue, 4 Mar 2008, Dan Nicholson - address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]