]> granicus.if.org Git - libevent/commit
Switch to non-recursive makefiles
authorNick Mathewson <nickm@torproject.org>
Tue, 28 Aug 2012 19:58:18 +0000 (15:58 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Aug 2012 19:58:18 +0000 (15:58 -0400)
commit7092f3b6774d02bc8dbb1136660c23685cadef6c
treef771c174e3027206cb4c80736d68f475e3cdd2cd
parent7b18e5c633f2a3ad9b70fdb7d463f264f29b067f
Switch to non-recursive makefiles

This approach should let Make work better, let libevent build faster
(especially when using a parallelized build), and basically make the
Makefiles easier to maintain.

See http://miller.emu.id.au/pmiller/books/rmch/ for more info on why
you'd want to do this.

This is due to an idea from Zack Weinberg; the patch is my own.
.gitignore
Makefile.am
configure.in
include/Makefile.am
sample/Makefile.am
test/Makefile.am