Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-25 | Expand the loadable object support. | Paul Smith | 1 | -1/+1 | |
Provide a simple API for loaded objects to interact with GNU make. I still won't guarantee that this API won't change but it's much closer to something that's supported and provides easy-to-use interfaces with a public header file. | |||||
2013-01-20 | Rename struct floc to typedef gmk_floc as an externally scoped symbol. | Paul Smith | 1 | -3/+3 | |
2013-01-20 | Rename the make.h file to makeint.h for internal use only. | Paul Smith | 1 | -1/+1 | |
2013-01-20 | Allow dynamically loaded objects to be rebuilt by make. | Paul Smith | 1 | -15/+28 | |
2012-10-29 | Implement new "load" directive. | Paul Smith | 1 | -0/+157 | |
Provides support for dynamically loadable objects in GNU make, as a "technology preview". |