<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ostumake, branch master</title>
<subtitle>GNU make rules to build OCaml code.</subtitle>
<id>https://git.awhk.org/ostumake/atom?h=master</id>
<link rel='self' href='https://git.awhk.org/ostumake/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/'/>
<updated>2014-09-27T13:28:34Z</updated>
<entry>
<title>Fixed pattern used to find OCaml source files</title>
<updated>2014-09-27T13:28:34Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2014-09-27T13:28:13Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/commit/?id=c773c7c471d3614f0b1ae91a67f6a85f0584331d'/>
<id>urn:sha1:c773c7c471d3614f0b1ae91a67f6a85f0584331d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed some spacing</title>
<updated>2014-09-27T13:16:25Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2014-09-27T13:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/commit/?id=cfe005c536562a1c85bc739ccbc8e22704dcca6a'/>
<id>urn:sha1:cfe005c536562a1c85bc739ccbc8e22704dcca6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split the dependency file</title>
<updated>2014-09-27T13:16:25Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2014-09-27T13:04:03Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/commit/?id=9fcc625416f26b2ff0629684139c766639dddf39'/>
<id>urn:sha1:9fcc625416f26b2ff0629684139c766639dddf39</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>C object files are now outputted properly</title>
<updated>2014-09-25T22:22:51Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2014-09-25T22:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/commit/?id=96479bad0b9a41d0f87a7d5a6392e237bcbfc211'/>
<id>urn:sha1:96479bad0b9a41d0f87a7d5a6392e237bcbfc211</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved some patsubst calls</title>
<updated>2014-09-24T14:06:59Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2014-09-12T11:12:02Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/commit/?id=7229b18da99e2160762e3167283f6895151dd972'/>
<id>urn:sha1:7229b18da99e2160762e3167283f6895151dd972</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added subdirectory support</title>
<updated>2014-09-24T14:06:04Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2014-09-11T15:31:37Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/commit/?id=1ff288efb8ae94291e6ee7deb7cb066d85c1c450'/>
<id>urn:sha1:1ff288efb8ae94291e6ee7deb7cb066d85c1c450</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Added support for .mll and .mly files</title>
<updated>2014-09-24T14:06:04Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2014-09-10T17:56:01Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/commit/?id=fce67653347965627bc3adc3575078635e28f519'/>
<id>urn:sha1:fce67653347965627bc3adc3575078635e28f519</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Automatically generate the dependency file</title>
<updated>2014-09-24T14:05:24Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2014-09-10T16:42:40Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/commit/?id=5186ff832d1a1771aa103d1dcd8b73cb04e0a3b8'/>
<id>urn:sha1:5186ff832d1a1771aa103d1dcd8b73cb04e0a3b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified some conditionals</title>
<updated>2014-09-24T14:05:24Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2014-09-01T16:34:32Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/commit/?id=ed82731e63f8779c12f705ff3ac0f684872b96c9'/>
<id>urn:sha1:ed82731e63f8779c12f705ff3ac0f684872b96c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a dist-clean target</title>
<updated>2014-09-24T14:02:28Z</updated>
<author>
<name>Grégoire Duchêne</name>
<email>gduchene@awhk.org</email>
</author>
<published>2014-09-01T16:01:56Z</published>
<link rel='alternate' type='text/html' href='https://git.awhk.org/ostumake/commit/?id=11e9ea31ea1ab8927335fdfb22ba5509afc4b0b3'/>
<id>urn:sha1:11e9ea31ea1ab8927335fdfb22ba5509afc4b0b3</id>
<content type='text'>
</content>
</entry>
</feed>
