https://github.com/compeydev/makegen
Makegen is a dynamic Makefile configurator, inspired by the likes of GNU AutoConf.
https://github.com/compeydev/makegen
autoconfiguration gnu makefile makefile-generation makefile-template rust
Last synced: 10 months ago
JSON representation
Makegen is a dynamic Makefile configurator, inspired by the likes of GNU AutoConf.
- Host: GitHub
- URL: https://github.com/compeydev/makegen
- Owner: CompeyDev
- Created: 2023-04-08T12:26:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T13:07:11.000Z (about 3 years ago)
- Last Synced: 2024-12-27T20:41:13.895Z (over 1 year ago)
- Topics: autoconfiguration, gnu, makefile, makefile-generation, makefile-template, rust
- Language: Rust
- Homepage:
- Size: 383 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Makegen is a dynamic Makefile configurator, inspired by the likes of GNU AutoConf.
It makes use of a `makegen.toml` configuration file located in the current working directory where the binary is executed from. Based on
the instructions provided in file, makegen generates a platform-specific makefile, which can then be used in combination with
GNU Make.
Furthermore, makegen follows a standardized makefile syntax, including various utilities such as a logger, variable checkers & more to come.