# HG changeset patch # User marci # Date 1082996496 0 # Node ID a713f8a69cc343b223efe8f680bb9bf779999fa9 # Parent 69e961722628682b4b2f00a03431c43d5c353984 leda comparison files diff -r 69e961722628 -r a713f8a69cc3 src/work/marci/leda/makefile --- a/src/work/marci/leda/makefile Mon Apr 26 16:08:46 2004 +0000 +++ b/src/work/marci/leda/makefile Mon Apr 26 16:21:36 2004 +0000 @@ -5,15 +5,17 @@ #CC=$(CXX) #LEDAROOT ?= /ledasrc/LEDA-4.1 BOOSTROOT ?= /home/marci/boost -INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT) +INCLUDEDIRS ?= -I../../../include -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I. +LDFLAGS = -L$(LEDAROOT) -lG -lL -lm #LEDAINCLUDE ?= -I$(LEDAROOT)/incl #CXXFLAGS = -g -O3 -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 bipartite_graph_wrapper_test bipartite_matching_try +BINARIES = bipartite_matching_leda +#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 bipartite_graph_wrapper_test bipartite_matching_try #gw_vs_not preflow_demo_boost edmonds_karp_demo_boost preflow_demo_jacint preflow_demo_athos edmonds_karp_demo_alpar preflow_demo_leda -include ../makefile +include ../../makefile #all: $(BINARIES) #.depend dep depend: @@ -31,11 +33,11 @@ leda_graph_demo: leda_graph_demo.o $(CXX3) -Wall -O -L$(LEDAROOT) -o leda_graph_demo leda_graph_demo.o -lG -lL -lm -bipartite_matching_leda.o: - $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc - -bipartite_matching_leda: bipartite_matching_leda.o - $(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm +#bipartite_matching_leda.o: +# $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc +# +#bipartite_matching_leda: bipartite_matching_leda.o +# $(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm max_bipartite_matching_demo.o: $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c max_bipartite_matching_demo.cc diff -r 69e961722628 -r a713f8a69cc3 src/work/marci/makefile --- a/src/work/marci/makefile Mon Apr 26 16:08:46 2004 +0000 +++ b/src/work/marci/makefile Mon Apr 26 16:21:36 2004 +0000 @@ -31,11 +31,11 @@ leda_graph_demo: leda_graph_demo.o $(CXX3) -Wall -O -L$(LEDAROOT) -o leda_graph_demo leda_graph_demo.o -lG -lL -lm -bipartite_matching_leda.o: - $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc - -bipartite_matching_leda: bipartite_matching_leda.o - $(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm +#bipartite_matching_leda.o: +# $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc +# +#bipartite_matching_leda: bipartite_matching_leda.o +# $(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm max_bipartite_matching_demo.o: $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c max_bipartite_matching_demo.cc