# Jamfile which builds all the tools. project : requirements static static single ; TOOLS = bcp//bcp inspect/build//inspect quickbook//quickbook regression/build//compiler_status regression/build//process_jam_log wave/build//wave ; install dist-bin : $(TOOLS) : EXE ../dist/bin : release ; install dist-lib : $(TOOLS) : LIB ../dist/lib : release ; local patterns = *.dtd *.xml *.xsl LICENSE ; local dirs = boostbook/dtd boostbook/xsl ; install dist-share-boostbook : [ glob $(dirs)/$(patterns) $(dirs)/*/$(patterns) $(dirs)/*/*/$(patterns) ] : ../dist/share . ;