automake
[Top][All Lists]
Advanced

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

Re: Circular dependency


From: Ralf Wildenhues
Subject: Re: Circular dependency
Date: Mon, 27 Nov 2006 21:40:05 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello,

* Stepan Kasal wrote on Mon, Nov 27, 2006 at 07:56:20PM CET:
>
> * Makefile.in <-- .depend
> This is because automake creates Makefile.in from Makefile.am and all
> included files.  Your Makefile.am includes .depend.

To rephrase this more to the point:
automake style 'include' is different than 'make' time 'include'.
The automake one happens at the time 'automake' is run, the included
file is literally put into Makefile.in.

If you are aiming at adding support for ocaml into the Automake package,
then you should use 'make' time 'include'.  The stuff that in the
Makefile.in file looks like this:
  @AMDEP_TRUE@@am__include@ @address@hidden(DEPDIR)/address@hidden@

Sorry for all the weird quoting,
Ralf




reply via email to

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