diff -r d9691d0102bd -r 6e6db1c49bc1 src/work/marci/makefile --- a/src/work/marci/makefile Thu Apr 08 13:11:58 2004 +0000 +++ b/src/work/marci/makefile Tue Apr 13 20:35:47 2004 +0000 @@ -9,7 +9,7 @@ BOOSTROOT ?= /home/marci/boost INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT) LEDAINCLUDE ?= -I$(LEDAROOT)/incl -CXXFLAGS = -g -O -W -Wall $(INCLUDEDIRS) #-ansi -pedantic +CXXFLAGS = -g -O -W -Wall $(INCLUDEDIRS) -ansi -pedantic -ftemplate-depth-30 LEDABINARIES = lg_vs_sg leda_graph_demo leda_bfs_dfs max_bipartite_matching_demo BINARIES = edmonds_karp_demo iterator_bfs_demo