[Lemon-commits] [lemon_svn] alpar: r512 - hugo/trunk/src/work/alpar/dijkstra

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


Author: alpar
Date: Fri Apr 23 15:31:34 2004
New Revision: 512

Modified:
   hugo/trunk/src/work/alpar/dijkstra/makefile

Log:


Modified: hugo/trunk/src/work/alpar/dijkstra/makefile
==============================================================================
--- hugo/trunk/src/work/alpar/dijkstra/makefile	(original)
+++ hugo/trunk/src/work/alpar/dijkstra/makefile	Fri Apr 23 15:31:34 2004
@@ -3,13 +3,10 @@
 CXXFLAGS = -W -Wall -ansi -pedantic
 LEDAROOT ?= /ledasrc/LEDA-4.1
 
-BINARIES = dijkstra prim preflow
+BINARIES = dijkstra
 
 all: $(BINARIES)
 
-makefile: .depend
-sinclude .depend
-
 dijkstra: 
 	$(CXX3) $(CXXFLAGS) -O3 -I. -I../../../include -I../../../include/skeleton -I../../jacint -I../.. -I../../marci -I../../alpar  -o dijkstra dijkstra.cc
 



More information about the Lemon-commits mailing list