Add support for dependencies Makefile
Jean-Sébastien Pédron
jean-sebastien.pedron@REDACTED
Mon Dec 14 22:00:56 CET 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I committed my previous proposal for adding dependencies Makefile
support to erlc(1) and compile(3) to github.
To sum up what this is about, dependencies Makefiles may be used (eg.
included in a main Makefile) to automate dependency tracking. Here is an
example of a produced Makefile rule:
module.beam: module.erl header.hrl \
~ /usr/local/lib/erlang/lib/eunit-2.1.4/include/eunit.hrl
You may find more informations regarding background, new options and
examples on github's wiki:
http://wiki.github.com/dumbbell/otp/dependencies-makefile
The GIT branch may be fetched using the following command:
git fetch git://github.com/dumbbell/otp.git dependencies_makefile
The branch is named "dependencies_makefile".
This branch also provides documentation and test suite updates.
- --
Jean-Sébastien Pédron
http://www.dumbbell.fr/
PGP Key: http://www.dumbbell.fr/pgp/pubkey.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAksmp4gACgkQa+xGJsFYOlMkRgCfQFzNdgaN/XRoanFm4fkw6353
QCsAnR9fVuETqdeDEDUTmXNQwkguTaHj
=wGkT
-----END PGP SIGNATURE-----
More information about the erlang-patches
mailing list