
make b.obj
    : b.cpp 
    ;

# This is target that should never be built by tests, and is used
# precisely for testing that no extra targets are built.
make x.obj
    : x.cpp
    ;
    