converting an autotools build recipe
Oh yes!
to a bare makefile
Oh no!
This is a most excellent place for technology news and articles.
converting an autotools build recipe
Oh yes!
to a bare makefile
Oh no!
Honestly, if the makefile is well written, I will take that any day. Good makefiles are 😙👌.
They are extremely rare, tho...
I guess the solution would be a declarative language that compiles to makefiles. So that people don't have to know the nitty gritty of writing good makefiles, and can just maintain a file of their dependencies and settings...
I've always conjectured that good Makefiles existed but never seen one (or only for tiny projects). The core semantic of Makefiles is clear and straight to the point, I think the issue is in all the magic that was added to that to spare a few lines.
Perl? I had fun compiling perl from source back in the day.
IMHO the issue is two folds:
Why compile to a Makefile? You'd end up with automake gunk all over again. Just use cmake or so, where the declarative language replaces the Makefile entirely
cmake compiles to makefiles as well (it just also supports some other backends). I'm not sure why that matters though. In both cases the makefile is generated.
It does? I guess I never looked inside that build directory.
I prefer justfile
s these days.
Hey Torquemada, whaddya say?
I just got back from the auto-de-fe
Auto-de-fe? What's an auto-de-fe?
It's what you oughtn't to do but you do anyway....