GNU Make Standard Library: a library of functions written for GNU Make using GNU Make's built in functions.
License
BSD LicenseFollow GNU Make Standard Library
You Might Also Like
BidJS enables online timed and webcast bidding on your own website.
Bidlogix provide auction software to auction houses around the globe.
We offer timed auction software, webcast auction software along with an optional invoicing management system.
Our software is embedded on your site with fully customisable styling.
Based in Brighton, UK Bidlogix started providing auction software in 2013. Our 2 in-house development teams are constantly evolving the product with in excess of 10 auctions per day being run using our software.
Our software can cater for the largest of auctions, all in real-time and can support multiple languages.
Rate This Project
Login To Rate This Project
User Reviews
-
A powerful addition to bare make for sure
-
A very nice extension to Make.
-
This library is fantastic. It enables a rich set of constructs in my build framework.
-
A great way to abstract build operations from shell dependent scripts and executables specific to an operating system, while avoiding the speed cost of launching executable after executable for equivalent operations. Every project should use this as an enhancement to the make script.
-
This package has many very useful features to enhance the capabilities of gmake. I recommend this to anyone with a complex build system targeting many environments -- the associative arrays are absolutely fabulous. As a previous commenter stated, "I wish had discovered this earlier."