[Lemon-commits] [lemon_svn] marci: r44 - hugo/trunk/src/work
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:36:59 CET 2006
Author: marci
Date: Thu Jan 22 18:04:38 2004
New Revision: 44
Modified:
hugo/trunk/src/work/jacint_makefile
Log:
c++
Modified: hugo/trunk/src/work/jacint_makefile
==============================================================================
--- hugo/trunk/src/work/jacint_makefile (original)
+++ hugo/trunk/src/work/jacint_makefile Thu Jan 22 18:04:38 2004
@@ -1,10 +1,8 @@
-CCFLAGS = -Wall -ansi
CXXFLAGS = -Wall -ansi -I. -g
-CC = g++-3.0
+CXX = 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
+ $(CXX) $(CXXFLAGS) marci_graph_demo.cc -o marci_graph_demo
More information about the Lemon-commits
mailing list