COIN-OR::LEMON - Graph Library

Changeset 420:a713f8a69cc3 in lemon-0.x


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

Location:
src/work/marci
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/leda/makefile

    r419 r420  
    66#LEDAROOT ?= /ledasrc/LEDA-4.1
    77BOOSTROOT ?= /home/marci/boost
    8 INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT)
     8INCLUDEDIRS ?= -I../../../include -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I.
     9LDFLAGS = -L$(LEDAROOT) -lG -lL -lm
    910#LEDAINCLUDE ?= -I$(LEDAROOT)/incl
    1011#CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic -ftemplate-depth-30
    1112
    12 LEDABINARIES = leda_graph_demo leda_bfs_dfs max_bipartite_matching_demo
    13 BINARIES = edmonds_karp_demo iterator_bfs_demo macro_test lg_vs_sg bfsit_vs_byhand bipartite_graph_wrapper_test bipartite_matching_try
     13BINARIES = bipartite_matching_leda
     14#LEDABINARIES = leda_graph_demo leda_bfs_dfs max_bipartite_matching_demo
     15#BINARIES = edmonds_karp_demo iterator_bfs_demo macro_test lg_vs_sg bfsit_vs_byhand bipartite_graph_wrapper_test bipartite_matching_try
    1416#gw_vs_not preflow_demo_boost edmonds_karp_demo_boost preflow_demo_jacint preflow_demo_athos edmonds_karp_demo_alpar preflow_demo_leda
    1517
    16 include ../makefile
     18include ../../makefile
    1719#all: $(BINARIES)
    1820
     
    3234        $(CXX3) -Wall -O -L$(LEDAROOT) -o leda_graph_demo leda_graph_demo.o -lG -lL -lm
    3335
    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
     36#bipartite_matching_leda.o:
     37#       $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc
     38#
     39#bipartite_matching_leda: bipartite_matching_leda.o
     40#       $(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm
    3941
    4042max_bipartite_matching_demo.o:
  • 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.