src/work/marci/makefile
changeset 651 a56e043aeab1
parent 643 f8053cb51047
child 654 8fd893331298
equal deleted inserted replaced
39:6da8660e769d 40:e9f8a4982bf5
     2 CXX3=$(CXX)
     2 CXX3=$(CXX)
     3 BOOSTROOT ?= /home/marci/boost
     3 BOOSTROOT ?= /home/marci/boost
     4 INCLUDEDIRS ?= -I../.. -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT)
     4 INCLUDEDIRS ?= -I../.. -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT)
     5 
     5 
     6 LEDABINARIES = leda_graph_demo leda_bfs_dfs max_bipartite_matching_demo
     6 LEDABINARIES = leda_graph_demo leda_bfs_dfs max_bipartite_matching_demo
     7 BINARIES = max_flow_demo iterator_bfs_demo macro_test lg_vs_sg_vs_sg bfsit_vs_byhand bipartite_graph_wrapper_test bipartite_matching_try bipartite_matching_try_3 top_sort_test max_flow_1
     7 BINARIES = proba6 max_flow_demo iterator_bfs_demo macro_test lg_vs_sg_vs_sg bfsit_vs_byhand bipartite_graph_wrapper_test bipartite_matching_try bipartite_matching_try_3 top_sort_test max_flow_1
     8 #gw_vs_not preflow_demo_boost edmonds_karp_demo_boost preflow_demo_jacint preflow_demo_athos edmonds_karp_demo_alpar preflow_demo_leda
     8 #gw_vs_not preflow_demo_boost edmonds_karp_demo_boost preflow_demo_jacint preflow_demo_athos edmonds_karp_demo_alpar preflow_demo_leda
     9 
     9 
    10 include ../makefile
    10 include ../makefile
    11 
    11 
    12 leda_graph_demo.o:
    12 leda_graph_demo.o: