2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 07:52:10 +00:00
Files
graph/build/python/Jamfile
Douglas Gregor 7c446ad0d4 Copyrightify and licensify
[SVN r27552]
2005-03-04 14:53:56 +00:00

27 lines
851 B
Plaintext

# 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
<dll>../../../python/build/boost_python # dependencies
;