1.1 --- a/src/work/marci/makefile Wed Apr 21 19:52:09 2004 +0000
1.2 +++ b/src/work/marci/makefile Wed Apr 21 20:48:00 2004 +0000
1.3 @@ -1,10 +1,7 @@
1.4 -#CXX3 = g++-3.0
1.5 CXX2 = g++-2.95
1.6 -#CXX3.3 = g++
1.7 CXX3 := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
1.8 CXX=$(CXX3)
1.9 CC=$(CXX)
1.10 -#CXXFLAGS = -W -Wall -ansi -pedantic -I. -I.. -I../alpar
1.11 #LEDAROOT ?= /ledasrc/LEDA-4.1
1.12 BOOSTROOT ?= /home/marci/boost
1.13 INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT)
1.14 @@ -12,7 +9,7 @@
1.15 CXXFLAGS = -g -O -W -Wall $(INCLUDEDIRS) -ansi -pedantic -ftemplate-depth-30
1.16
1.17 LEDABINARIES = leda_graph_demo leda_bfs_dfs max_bipartite_matching_demo
1.18 -BINARIES = edmonds_karp_demo iterator_bfs_demo macro_test lg_vs_sg bfsit_vs_byhand
1.19 +BINARIES = edmonds_karp_demo iterator_bfs_demo macro_test lg_vs_sg bfsit_vs_byhand bipartite_graph_wrapper_test
1.20 #gw_vs_not preflow_demo_boost edmonds_karp_demo_boost preflow_demo_jacint preflow_demo_athos edmonds_karp_demo_alpar preflow_demo_leda
1.21
1.22 all: $(BINARIES)