Changeset 19:3151a1026db9 in lemon-0.x for src/work/marci_makefile
- Timestamp:
- 01/20/04 18:39:13 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci_makefile
r9 r19 1 C CFLAGS = -Wall -ansi2 C C = /opt/experimental/bin/g++1 CXXFLAGS = -Wall -ansi -I. 2 CXX = g++-3.0 3 3 4 marci_graph_demo: marci_graph_demo.cc marci_ graph_traits.hh marci_list_graph.hh marci_property_vector.hh marci_bfs.hh marci_max_flow.hh5 $(C C) $(CCFLAGS) -I.marci_graph_demo.cc -o marci_graph_demo4 marci_graph_demo: marci_graph_demo.cc marci_list_graph.hh marci_property_vector.hh marci_bfs.hh marci_max_flow.hh 5 $(CXX) $(CXXFLAGS) marci_graph_demo.cc -o marci_graph_demo
Note: See TracChangeset
for help on using the changeset viewer.