tools/build/v2/test/project-test3/lib2/Jamfile
project lib2 ; use-project /lib2/helper : helper ; make c.obj : c.cpp : yfc-compile ; make d.obj : d.cpp : yfc-compile ; make l.exe : c.obj ..//a.obj : yfc-link ;
Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
project lib2 ; use-project /lib2/helper : helper ; make c.obj : c.cpp : yfc-compile ; make d.obj : d.cpp : yfc-compile ; make l.exe : c.obj ..//a.obj : yfc-link ;