path-constant TOP : . ; include $(TOP)/../boost-version.jam ; include $(TOP)/../fost-base/fost.jam ; use-project fost-aws : ../fost-aws ; use-project fost-base : ../fost-base ; use-project fost-internet : ../fost-internet ; use-project fost-orm : ../fost-orm ; use-project fost-py : ../fost-py ; fost-project fost-meta ; alias fost : ../fost-aws//fost ../fost-base//fost ../fost-internet//fost ../fost-orm//fost ../fost-py//fost ../fost-web//fost ; alias docs : Docs ; explicit docs ; alias examples : ../fost-aws//examples ../fost-base//examples ../fost-internet//examples ../fost-orm//examples ../fost-py//examples ; explicit examples ; alias postgres : ../fost-postgres//fost ../fost-postgres//tests ; explicit postgres ; alias tests : ../fost-base//tests ../fost-internet//tests ../fost-orm//tests ../fost-py//tests ; explicit tests ; alias windows : ../fost-windows ; explicit windows ; alias all : docs examples fost ; explicit all ;