# copyright John Maddock 2003 subproject libs/config/test/link ; dll link_test : link_test.cpp : dynamic BOOST_DYN_LINK=1 $(BOOST_ROOT) # make sure the names of the libraries are correctly named: common-variant-tag : debug release ; lib link_test : link_test.cpp : $(BOOST_ROOT) # make sure the names of the libraries are correctly named: common-variant-tag : debug release ; stage stage/lib : link_test link_test : # copy to a path rooted at BOOST_ROOT: $(BOOST_ROOT) # make sure the names of the libraries are correctly named: common-variant-tag # add this target to the "stage" and "all" psuedo-targets: stage all : debug release ;