src/work/marci/makefile
changeset 549 5531429143bc
parent 544 347690b1df4e
child 555 995bc1f1a3ce
equal deleted inserted replaced
34:25b6a43c29d3 35:83d5af23c6d3
     2 CXX3=$(CXX)
     2 CXX3=$(CXX)
     3 BOOSTROOT ?= /home/marci/boost
     3 BOOSTROOT ?= /home/marci/boost
     4 INCLUDEDIRS ?= -I../.. -I../../hugo -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT)
     4 INCLUDEDIRS ?= -I../.. -I../../hugo -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 bfsit_vs_byhand bipartite_graph_wrapper_test bipartite_matching_try bipartite_matching_try_2 bipartite_matching_try_3
     7 BINARIES = max_flow_demo iterator_bfs_demo macro_test lg_vs_sg bfsit_vs_byhand bipartite_graph_wrapper_test bipartite_matching_try bipartite_matching_try_2 bipartite_matching_try_3 top_sort_test
     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: