path-constant TOP : . ; include $(TOP)/../boost-version.jam ; include ../fost-base/fost.jam ; use-project fost-base : ../fost-base/ ; use-project fost-py : ../fost-py/ ; fost-project animray : ../metachatr/Cpp/include ; alias animray : Cpp/animray-py Cpp/animray-test Cpp/ar-view Python ; alias docs : Docs ; explicit docs ; alias examples : Examples/landmaker Examples/mandelbrot ; explicit examples ; alias fost : ../fost-base//fost ../fost-py//fost ; explicit fost ; alias tests : ../fost-base//tests ../fost-py//fost ; explicit tests ; alias all : animray docs examples fost tests ; explicit all ;