path-constant TOP : . ; include $(TOP)/../boost-version.jam ; include ../fost-base/fost.jam ; use-project fost-base : ../fost-base ; use-project fost-internet : ../fost-internet ; fost-project appservicesdk : ../fost-internet/Cpp/include ; alias appservicesdk : Cpp/appservices ; alias examples : Examples/as-dbdriver/ ; explicit examples ; alias fost : ../fost-base//fost ../fost-internet//fost ../fost-orm//fost ; explicit fost ; alias tests : ../fost-base//tests ../fost-internet//tests ../fost-orm//tests ; explicit tests ; alias all : appservicesdk examples fost tests ; explicit all ;