[Lemon-commits] [lemon_svn] jacint: r37 - hugo/trunk/src/work

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:36:57 CET 2006


Author: jacint
Date: Tue Jan 20 22:28:29 2004
New Revision: 37

Added:
   hugo/trunk/src/work/jacint_makefile

Log:
makefile for the flow algorithms by jacint


Added: hugo/trunk/src/work/jacint_makefile
==============================================================================
--- (empty file)
+++ hugo/trunk/src/work/jacint_makefile	Tue Jan 20 22:28:29 2004
@@ -0,0 +1,10 @@
+CCFLAGS = -Wall -ansi
+CXXFLAGS = -Wall -ansi -I. -g
+CC = g++-3.0
+
+proba: proba.cc marci_list_graph.hh reverse_bfs.hh preflow_push_hl.hh marci_graph_traits.hh marci_property_vector.hh preflow_push_max_flow.hh
+
+	$(CXX) $(CXXFLAGS) -o proba proba.cc
+
+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.hh
+	$(CC) $(CCFLAGS) -I. marci_graph_demo.cc -o marci_graph_demo 



More information about the Lemon-commits mailing list