ocamlbuild
ocamlbuild copied to clipboard
Addition of a build specification working together with Autoconf and Automake
The make script which was used so far contained restrictions for storage locations according to the combination of source files and the corresponding generation of further file variants. These software limitations can be lifted by the addition of two build scripts which use functionality from the tools “Autoconf” and “Automake” to some degree.
- Some build settings can be adjusted in the way that make rules are automatically constructed by special function calls.
- The dependency on the tool “GNU Make” can be also expressed then.
I tried to improve some build rule specifications. I suggest to take another look at this development result because of known open issues.