1.1 --- a/src/work/marci/makefile Thu Apr 22 15:58:08 2004 +0000
1.2 +++ b/src/work/marci/makefile Thu Apr 22 16:07:17 2004 +0000
1.3 @@ -6,7 +6,7 @@
1.4 BOOSTROOT ?= /home/marci/boost
1.5 INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT)
1.6 LEDAINCLUDE ?= -I$(LEDAROOT)/incl
1.7 -CXXFLAGS = -g -O -W -Wall $(INCLUDEDIRS) -ansi -pedantic -ftemplate-depth-30
1.8 +CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic -ftemplate-depth-30
1.9
1.10 LEDABINARIES = leda_graph_demo leda_bfs_dfs max_bipartite_matching_demo
1.11 BINARIES = edmonds_karp_demo iterator_bfs_demo macro_test lg_vs_sg bfsit_vs_byhand bipartite_graph_wrapper_test
1.12 @@ -41,8 +41,8 @@
1.13 leda_bfs_dfs: leda_bfs_dfs.o
1.14 $(CXX3) -Wall -O -L$(LEDAROOT) -o leda_bfs_dfs leda_bfs_dfs.o -lG -lL -lm
1.15
1.16 -edmonds_karp_demo:
1.17 - $(CXX3) $(CXXFLAGS) -o edmonds_karp_demo edmonds_karp_demo.cc
1.18 +#edmonds_karp_demo:
1.19 +# $(CXX3) $(CXXFLAGS) -o edmonds_karp_demo edmonds_karp_demo.cc
1.20 # $(CXX3) $(CXXFLAGS) -pg -o edmonds_karp_demo_prof edmonds_karp_demo.cc
1.21
1.22 gw_vs_not: