src/work/marci/oldies/marci_makefile
author alpar
Fri, 23 Jul 2004 17:13:23 +0000
changeset 737 2d867176d10e
permissions -rw-r--r--
Several changes in Kruskal alg.
- Input object interface was changed to an STL compatible one.
- template parameters of class KruskalPairVec has been simplified.
- (the most of) the names meet the naming conventions.
- a lot of (but still not enough) documentation has been added.
- class KruskalMapVec has been commented out.
marci@280
     1
CXXFLAGS = -Wall -ansi -I.
marci@280
     2
CXX = g++-3.0
marci@280
     3
marci@280
     4
marci_graph_demo: marci_graph_demo.cc marci_list_graph.hh marci_property_vector.hh marci_bfs.hh marci_max_flow.hh
marci@280
     5
	$(CXX) $(CXXFLAGS) marci_graph_demo.cc -o marci_graph_demo