From: Rusty Russell Date: Wed, 25 Feb 2009 03:53:15 +0000 (+1030) Subject: Major cleanup of makefiles, api tests. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=9d724ba2aa3b69cc56d20e5f578b2c1399e965f6;hp=9d724ba2aa3b69cc56d20e5f578b2c1399e965f6;ds=sidebyside Major cleanup of makefiles, api tests. We no longer use libccan for tests, but explicit object lists. This will catch missing dependencies. API tests *do* get the module object linked in now. In addition, makefiles now correctly rebuild when a dependency changes (gcc's -MD here), and when _info.c changes. ---