examples: Use one top level makefile
Using one Makefile per example subdirectory essentially serializes 'make' calls. Convert to one example/Makefile that builds and distributes all the subdir files. This reduces example/ rebuild time from about 5.8 seconds to 1.5 seconds on my machine. One slight difference is that we no longer ship Makefile.am with the examples in the rpm. This was virtually useless anyways since the Makefile was very specific to libvirt infrastructure, so wasn't generically reusable anyways. Tested with 'make distcheck' and 'make rpm'
Showing
examples/apparmor/Makefile.am
已删除
100644 → 0
examples/dominfo/Makefile.am
已删除
100644 → 0
examples/domtop/Makefile.am
已删除
100644 → 0
examples/openauth/Makefile.am
已删除
100644 → 0
examples/polkit/Makefile.am
已删除
100644 → 0
examples/rename/Makefile.am
已删除
100644 → 0
想要评论请 注册 或 登录