Changeset 271:951cd01495e7 in lemon-0.x for src/work/marci/makefile
- Timestamp:
- 03/31/04 18:39:42 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@377
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/makefile
r259 r271 11 11 12 12 LEDABINARIES = lg_vs_sg leda_graph_demo leda_bfs_dfs max_bipartite_matching_demo 13 BINARIES = edmonds_karp_demo 13 BINARIES = edmonds_karp_demo gw_vs_not 14 14 #preflow_demo_boost edmonds_karp_demo_boost preflow_demo_jacint preflow_demo_athos edmonds_karp_demo_alpar preflow_demo_leda 15 15 … … 47 47 # $(CXX3) $(CXXFLAGS) -pg -o edmonds_karp_demo_prof edmonds_karp_demo.cc 48 48 49 gw_vs_not: 50 $(CXX3) $(CXXFLAGS) -o gw_vs_not gw_vs_not.cc 51 49 52 lg_vs_sg: 50 53 $(CXX3) $(CXXFLAGS) -g -I. -I.. -o lg_vs_sg lg_vs_sg.cc
Note: See TracChangeset
for help on using the changeset viewer.