[Lemon-commits] [lemon_svn] marci: r278 - hugo/trunk/src/work/jacint
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:38:30 CET 2006
Author: marci
Date: Thu Mar 18 13:07:37 2004
New Revision: 278
Modified:
hugo/trunk/src/work/jacint/makefile
Log:
.
Modified: hugo/trunk/src/work/jacint/makefile
==============================================================================
--- hugo/trunk/src/work/jacint/makefile (original)
+++ hugo/trunk/src/work/jacint/makefile Thu Mar 18 13:07:37 2004
@@ -1,9 +1,9 @@
-CXX3 = g++-3.0
+CXX3 := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
CXX2 = g++-2.95
CXXFLAGS = -W -Wall -ansi -pedantic
LEDAROOT = /ledasrc/LEDA-4.1
-BINARIES = prim
+BINARIES = preflow dijkstra prim
all: $(BINARIES)
More information about the Lemon-commits
mailing list