subproject libs/python ; # bring in the rules for python SEARCH on python.jam = $(BOOST_BUILD_PATH) ; include python.jam ; PYTHON_PROPERTIES += <*>"-inline deferred" <*>$(BOOST_ROOT)/boost/compatibility/cpp_c_headers BOOST_PYTHON_DYNAMIC_LIB BOOST_PYTHON_V2 ; dll bpl : src/converter/body.cpp src/converter/handle.cpp src/converter/registry.cpp src/converter/wrapper.cpp src/converter/unwrap.cpp src/converter/unwrapper.cpp src/converter/type_id.cpp src/object/class.cpp src/object/function.cpp # src/object/inheritance.cpp src/errors.cpp src/module.cpp src/objects.cpp : $(PYTHON_PROPERTIES) BOOST_PYTHON_SOURCE ; extension m1 : test/m1.cpp bpl # BOOST_PYTHON_TRACE : : debug-python ; extension m2 : test/m2.cpp bpl # BOOST_PYTHON_TRACE : : debug-python ; boost-python-runtest try : test/newtest.py m1 m2 : : debug-python ;