Portable C "configure" script framework
- C 96.4%
- Makefile 3.6%
| avs_portability | Remove some unused portability and stdc macros, temporarily use stdint | |
| .gitignore | Add missing binary to gitignore | |
| 00_portability.h | Detect MacOS | |
| 01_configtools.h | Detect MacOS | |
| 02_configneed.h | Add default help text, restructure some stuff | |
| 03_stack.h | Add default help text, restructure some stuff | |
| configure.c | Add default help text, restructure some stuff | |
| configure.h | Add modelines to source files missing it | |
| LICENSE | Add license | |
| Makefile | Add default help text, restructure some stuff | |
| README.md | Fix incorrect build instructions in README.md | |
Potential idea for the future, but I'd like to get something working before
investing effort into exploring this:
(削除) The build system is inspired by Justine Tunney's work on
Actually Portable Executable. Similarly, it can
be run on MS-DOS via the MZ format, and Unix via the interpreter line without a
shebang. It's also a valid Makefile, so you can build it with
make -f build.com (削除ここまで)