• C
    examples: Use one top level makefile · da176bf6
    Cole Robinson 提交于
    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'
    da176bf6
libvirt.spec.in 97.6 KB