Re: library of make fragments

2025-04-08 Thread Joshua DeWeese
Thanks for the feedback. At first glance a merge would make sense to me. I'll play with it some, and contact the author. -Josh On Sun, Apr 6, 2025 at 12:06 AM carl hansen wrote: > > FYI > > https://gmsl.jgc.org/ > GNU Make Standard Library > "The GNU Make Standard Library (GMSL) is a collection o

Re: library of make fragments

2025-04-07 Thread David A. Wheeler
> On Apr 5, 2025, at 11:43 AM, Joshua DeWeese wrote: > > Hi, > I was wondering about the possibility of adding, as a feature to make, > the addition of a standard makefile fragments library. On a related note, I released a library called "make-booster": https://github.com/david-a-wheeler/make-

Re: library of make fragments

2025-04-06 Thread carl hansen
also of interest: https://github.com/Trepan-Debuggers/remake

Re: library of make fragments

2025-04-06 Thread Britton Kerin
On Sun, Apr 6, 2025 at 8:28 AM Bahman Movaqar wrote: > > Hey all 👋️ > > Very interesting topic! > > I thought I'd share my own attempt at having a collection of useful utilities > for my Makefiles 😅️ Slightly more on the datastucture side there's the very nice-looking GNU Make Standard Library h

Re: library of make fragments

2025-04-06 Thread Bahman Movaqar
Hey all 👋️ Very interesting topic! I thought I'd share my own attempt at having a collection of useful utilities for my Makefiles 😅️ https://github.com/bahmanm/bmakelib _The minimalist Make standard library you'd always wished for!_ It's fully tested via the CI pipeline¹ and available as a Dock

Re: library of make fragments

2025-04-05 Thread carl hansen
FYI https://gmsl.jgc.org/ GNU Make Standard Library "The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks, and debugging facilities. The GMSL is r

Re: library of make fragments

2025-04-05 Thread Henrik Carlqvist
> I was wondering about the possibility of adding, as a feature to make, > the addition of a standard makefile fragments library. I have started > such a library. > https://gitlab.com/enoch247/fracture That is a nice initiative! Regardless if such a work should be included in distributions of GNU

library of make fragments

2025-04-05 Thread Joshua DeWeese
Hi, I was wondering about the possibility of adding, as a feature to make, the addition of a standard makefile fragments library. I have started such a library. It started out as a collection of boilerplate snippets that I kept privately and copy-pasted into project makefiles. Then I started break