| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-27 | Fixed pattern used to find OCaml source filesmaster | Grégoire Duchêne | |
| 2014-09-27 | Fixed some spacing | Grégoire Duchêne | |
| 2014-09-27 | Split the dependency file | Grégoire Duchêne | |
| Each .ml file will have a dependency file instead of having a giant one. Thus, we only generate dependencies for files that have changed. The current pattern is that for every .ml file, like foo.ml, its associated dependency file will be .foo.d. This may change or become configurable later. | |||
| 2014-09-24 | Improved some patsubst calls | Grégoire Duchêne | |
| 2014-09-24 | Added subdirectory support | Grégoire Duchêne | |
| By default, ostumake will look for OCaml code into every subdirectory available. It is possible to exclude files and/or directories by adding them to the EXCL variable. The previous behavior is also available by setting the NOSUBDIR variable. Most of the code has been moved to the gnu.ocaml.obj.mk file. This allows the user to choose between building a whole binary or just the object files. This commit closes #3. | |||
