Skip to content

fl4shk/makefile_generation_stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makefile Generation Stuff

This is just a script (build\_makefiles.py) to build some (compatible with GNU Make only) makefiles and some non-generated ones.

At some point I should probably clean up the build\_makefiles.py script.

These are mostly intended for my own personal use, but feel free to pick them up if that's of interest to you.

Admittedly, I don't actually use all the makefiles that can be generated with this setup, but some of them only exist for consistency anyway.

History

Originally the generation of makefiles was done with GPP, the Generic PreProcessor.

After a while (over a year), it was deemed to be unmaintainable, and it was decided to switch to GNU m4 for this mini project.

Then, after another while, the use of GNU m4 was also was deemed to be unmaintainable, and it was decided to switch to Python3 for this mini project.

About

Stuff for generating my GNU Makefiles using GNU m4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published