COIN-OR::LEMON - Graph Library

Changeset 420:a713f8a69cc3 in lemon-0.x for src/work/marci/makefile


Ignore:
Timestamp:
04/26/04 18:21:36 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@560
Message:

leda comparison files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/makefile

    r411 r420  
    3232        $(CXX3) -Wall -O -L$(LEDAROOT) -o leda_graph_demo leda_graph_demo.o -lG -lL -lm
    3333
    34 bipartite_matching_leda.o:
    35         $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc
    36 
    37 bipartite_matching_leda: bipartite_matching_leda.o
    38         $(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm
     34#bipartite_matching_leda.o:
     35#       $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc
     36#
     37#bipartite_matching_leda: bipartite_matching_leda.o
     38#       $(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm
    3939
    4040max_bipartite_matching_demo.o:
Note: See TracChangeset for help on using the changeset viewer.