# Hello World Example from the tutorial # [Joel de Guzman 10/9/2002] # Specify our location in the boost project hierarchy subproject libs/python/example/tutorial ; # Include definitions needed for Python modules SEARCH on python.jam = $(BOOST_BUILD_PATH) ; include python.jam ; extension hello # Declare a Python extension called hello : hello.cpp # source ../../build/boost_python # dependencies ;