# Daniel Holth , 2004 # based on David Abraham's example from Boost.Python # # ChangeLog: # 14 Dec 2005: dwh # Add theora module to this, as Python setup.py does not build correctly for # gcc-4.0. # This is the top of our own project tree project-root ; # Include definitions needed for Python modules SEARCH on python.jam = $(BOOST_BUILD_PATH) ; import python ; # Declare a Python extension called oggpy extension oggpy : # sources oggcc.cc oggpy.cpp oggpy_wrappers.cc : # requirements # boost_python # boost_python # boost_python # ogg # ogg # ogg ogg boost_python /usr/lib ; extension vorbispy : # sources oggcc.cc vorbispy.cpp vorbispy_wrappers.cc : # depends ogg vorbis vorbisenc boost_python /usr/lib ; extension theorapy : # sources oggcc.cc theorapy.cpp theoracc.cc theora_wrappers.cc : # depends ogg theora boost_python /usr/lib ; #extension flacpy #: # sources # flacpy.cpp # requirements and dependencies for Boost.Python extensions #