1.1 --- a/src/work/marci/makefile Mon Apr 26 16:08:46 2004 +0000
1.2 +++ b/src/work/marci/makefile Mon Apr 26 16:21:36 2004 +0000
1.3 @@ -31,11 +31,11 @@
1.4 leda_graph_demo: leda_graph_demo.o
1.5 $(CXX3) -Wall -O -L$(LEDAROOT) -o leda_graph_demo leda_graph_demo.o -lG -lL -lm
1.6
1.7 -bipartite_matching_leda.o:
1.8 - $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc
1.9 -
1.10 -bipartite_matching_leda: bipartite_matching_leda.o
1.11 - $(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm
1.12 +#bipartite_matching_leda.o:
1.13 +# $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc
1.14 +#
1.15 +#bipartite_matching_leda: bipartite_matching_leda.o
1.16 +# $(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm
1.17
1.18 max_bipartite_matching_demo.o:
1.19 $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c max_bipartite_matching_demo.cc