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