Changeset 420:a713f8a69cc3 in lemon-0.x for src/work/marci/makefile
- 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/makefile
r411 r420 32 32 $(CXX3) -Wall -O -L$(LEDAROOT) -o leda_graph_demo leda_graph_demo.o -lG -lL -lm 33 33 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 -lm34 #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 39 39 40 40 max_bipartite_matching_demo.o:
Note: See TracChangeset
for help on using the changeset viewer.