Changeset 420:a713f8a69cc3 in lemon-0.x for src/work/marci/leda
- Timestamp:
- 04/26/04 18:21:36 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@560
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/leda/makefile
r419 r420 6 6 #LEDAROOT ?= /ledasrc/LEDA-4.1 7 7 BOOSTROOT ?= /home/marci/boost 8 INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} -I$(BOOSTROOT) 8 INCLUDEDIRS ?= -I../../../include -I../.. -I../../{marci,jacint,alpar,klao,akos,athos} -I$(LEDAROOT)/incl -I. 9 LDFLAGS = -L$(LEDAROOT) -lG -lL -lm 9 10 #LEDAINCLUDE ?= -I$(LEDAROOT)/incl 10 11 #CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic -ftemplate-depth-30 11 12 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 13 BINARIES = 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 14 16 #gw_vs_not preflow_demo_boost edmonds_karp_demo_boost preflow_demo_jacint preflow_demo_athos edmonds_karp_demo_alpar preflow_demo_leda 15 17 16 include ../ makefile18 include ../../makefile 17 19 #all: $(BINARIES) 18 20 … … 32 34 $(CXX3) -Wall -O -L$(LEDAROOT) -o leda_graph_demo leda_graph_demo.o -lG -lL -lm 33 35 34 bipartite_matching_leda.o:35 $(CXX3) $(CXXFLAGS) -I$(LEDAROOT)/incl -c bipartite_matching_leda.cc36 37 bipartite_matching_leda: bipartite_matching_leda.o38 $(CXX3) $(CXXFLAGS) -L$(LEDAROOT) -o bipartite_matching_leda bipartite_matching_leda.o -lG -lL -lm36 #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 39 41 40 42 max_bipartite_matching_demo.o:
Note: See TracChangeset
for help on using the changeset viewer.