bug-make
[Top][All Lists]
Advanced

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

Re: problems with $(eval include...)


From: Peter A. Kerzum
Subject: Re: problems with $(eval include...)
Date: Mon, 30 Jun 2003 15:22:09 +0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02

Yeah, Fabio's way seem quite clean and pretty. I agree that eval should support include.

Sure.  You specify that the other prerequisites also depend on exe-deps:

  foo: exe-deps foo.o bar.o baz.o
  foo.o bar.o baz.o: exe-deps


But as far as I understand make this will cause troubles if exe-deps will include rule for any (all) of foo.o bar.o baz.o -- is it ?

I dont like recursive makes too -- there's a long time I am looking for a good solution to avoid it. May be you can point me to a some discussion regarding complex GNU make-based build systems (I've read paulandlesley =) or may be we should discuss this elsewhere ?

--
Best regards,
Peter A. Kerzum





reply via email to

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