diff -r 825647d4eca7 -r 0beed7a49063 src/work/marci/makefile --- a/src/work/marci/makefile Wed Apr 21 19:52:09 2004 +0000 +++ b/src/work/marci/makefile Wed Apr 21 20:48:00 2004 +0000 @@ -1,10 +1,7 @@ -#CXX3 = g++-3.0 CXX2 = g++-2.95 -#CXX3.3 = g++ CXX3 := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++) CXX=$(CXX3) CC=$(CXX) -#CXXFLAGS = -W -Wall -ansi -pedantic -I. -I.. -I../alpar #LEDAROOT ?= /ledasrc/LEDA-4.1 BOOSTROOT ?= /home/marci/boost INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT) @@ -12,7 +9,7 @@ CXXFLAGS = -g -O -W -Wall $(INCLUDEDIRS) -ansi -pedantic -ftemplate-depth-30 LEDABINARIES = leda_graph_demo leda_bfs_dfs max_bipartite_matching_demo -BINARIES = edmonds_karp_demo iterator_bfs_demo macro_test lg_vs_sg bfsit_vs_byhand +BINARIES = edmonds_karp_demo iterator_bfs_demo macro_test lg_vs_sg bfsit_vs_byhand bipartite_graph_wrapper_test #gw_vs_not preflow_demo_boost edmonds_karp_demo_boost preflow_demo_jacint preflow_demo_athos edmonds_karp_demo_alpar preflow_demo_leda all: $(BINARIES)