1# Copyright 2009 Vladimir Prus. 2# 3# Distributed under the Boost Software License, Version 1.0. 4# (See accompanying file LICENSE_1_0.txt or copy at 5# http://www.boost.org/LICENSE_1_0.txt) 6 7 8project : requirements <library>../build//boost_graph_parallel 9 <library>../../system/build//boost_system 10 <library>../../mpi/build//boost_mpi 11 ; 12 13exe breadth_first_search : breadth_first_search.cpp ; 14exe dijkstra_shortest_paths : dijkstra_shortest_paths.cpp ; 15