equal
  deleted
  inserted
  replaced
  
    
    
    29 	$(CXX3) -Wall -O -I.. -I../alpar -I$(LEDAROOT)/incl -I. -c leda_graph_demo.cc  | 
    29 	$(CXX3) -Wall -O -I.. -I../alpar -I$(LEDAROOT)/incl -I. -c leda_graph_demo.cc  | 
    30   | 
    30   | 
    31 leda_graph_demo: leda_graph_demo.o  | 
    31 leda_graph_demo: leda_graph_demo.o  | 
    32 	$(CXX3) -Wall -O -L$(LEDAROOT) -o leda_graph_demo leda_graph_demo.o -lG -lL -lm  | 
    32 	$(CXX3) -Wall -O -L$(LEDAROOT) -o leda_graph_demo leda_graph_demo.o -lG -lL -lm  | 
    33   | 
    33   | 
    34 bipartite_matching_leda.o:  | 
    34 #bipartite_matching_leda.o:  | 
    35 	$(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc  | 
    35 #	$(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc  | 
    36   | 
    36 #  | 
    37 bipartite_matching_leda: bipartite_matching_leda.o  | 
    37 #bipartite_matching_leda: bipartite_matching_leda.o  | 
    38 	$(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm  | 
    38 #	$(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm  | 
    39   | 
    39   | 
    40 max_bipartite_matching_demo.o:  | 
    40 max_bipartite_matching_demo.o:  | 
    41 	$(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c max_bipartite_matching_demo.cc  | 
    41 	$(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c max_bipartite_matching_demo.cc  | 
    42   | 
    42   | 
    43 max_bipartite_matching_demo: max_bipartite_matching_demo.o  | 
    43 max_bipartite_matching_demo: max_bipartite_matching_demo.o  |