[Lemon-commits] [lemon_svn] marci: r589 - hugo/trunk/src/work/jacint
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:40:24 CET 2006
Author: marci
Date: Tue Apr 27 13:58:14 2004
New Revision: 589
Modified:
hugo/trunk/src/work/jacint/makefile
Log:
makefile improvement in work/jacint
Modified: hugo/trunk/src/work/jacint/makefile
==============================================================================
--- hugo/trunk/src/work/jacint/makefile (original)
+++ hugo/trunk/src/work/jacint/makefile Tue Apr 27 13:58:14 2004
@@ -1,22 +1,3 @@
-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
-CXX=$(CXX3)
-CC=$(CXX)
-INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos}
-CXXFLAGS = -W -Wall -ansi -pedantic -O3 $(INCLUDEDIRS)
-LEDAROOT ?= /ledasrc/LEDA-4.1
-
BINARIES = preflow_res_comp preflow_excess_test
-
-all: $(BINARIES)
-
-.depend dep depend:
- -$(CXX) $(INCLUDEDIRS) -M $(BINARIES:=.cc) > .depend #2>/dev/null
-
-makefile: .depend
-sinclude .depend
-
-clean:
- $(RM) *.o $(BINARIES) .depend
-
-.PHONY: all clean dep depend
+INCLUDEDIRS= -I../../include -I.. -I../{klao,marci,jacint,alpar,johanna,akos}
+include ../makefile
More information about the Lemon-commits
mailing list