From: "Brian Cowan" <address@hidden>
To: "make-help mailing list" <address@hidden>
Subject: Looking for nastiest makefile that uses function calls to
make the makefile in memory...
Message-ID:
<address@hidden>
Content-Type: text/plain; charset="US-ASCII"
I'm chasing down use cases for the $(call and $(eval functions to
effectively build the makefile from macros in the makefile (or included
files). I'm looking to stress-test the make tool I support, which
supports
GNU make syntax, but I'm finding that elementary usecases don't always
suffice. So, if someone knows of a makefile-from-h**l they have fought
with, I'd love to hear about it... If its in an open-source project,
that
would be even better...