# Copyright 2005 The Trustees of Indiana University. # Use, modification and distribution is subject to the Boost Software # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) # Authors: Douglas Gregor # Andrew Lumsdaine subproject libs/graph/build/python ; SEARCH on python.jam = $(BOOST_BUILD_PATH) ; include python.jam ; extension bgl : ../../src/python/graph.cpp # sources ../../src/python/digraph.cpp ../../src/python/graphviz.cpp ../../src/python/module.cpp ../../src/python/betweenness_centrality.cpp ../../src/python/page_rank.cpp ../../src/python/done.cpp ../../src/python/breadth_first_search.cpp ../../src/python/dijkstra_shortest_paths.cpp ../../../python/build/boost_python # dependencies ;