help-make
[Top][All Lists]
Advanced

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

Re: Looking for nastiest makefile that uses function calls to > make the


From: Kenneth Adam Miller
Subject: Re: Looking for nastiest makefile that uses function calls to > make the makefile in memory...
Date: Sat, 18 Mar 2017 14:49:06 -0400

The makefile use that is present in the ocaml project ctypes is pretty
nasty, maybe it has what you're looking for. Definitely there are an bunch
of macros and variable re-evaluations.

On Sat, Mar 18, 2017 at 1:05 PM, Pierre LINDENBAUM <
address@hidden> wrote:

> A divide+conquer makefile: http://plindenbaum.blogspot.fr
> /2014/12/divide-and-conquer-in-makefile.html
>
> P.
>
>
> 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:
>>         <OF14B7A291.5AE3A132-ON852580E6.005ACAF8-852580E6.005C0765@
>> notes.na.collabserv.com>
>>
>> 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...
>>
>>
>>
> _______________________________________________
> Help-make mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-make
>


reply via email to

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