diff -r f6731902c702 -r 0cd33e3e60cb src/work/jacint/makefile --- a/src/work/jacint/makefile Tue Apr 27 23:01:15 2004 +0000 +++ b/src/work/jacint/makefile Wed Apr 28 09:55:11 2004 +0000 @@ -1,23 +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,johanna} -CXXFLAGS = -W -Wall -ansi -pedantic -O3 $(INCLUDEDIRS) -LEDAROOT ?= /ledasrc/LEDA-4.1 - -BINARIES = preflow - - -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 +BINARIES = preflow preflow_res_comp preflow_excess_test +INCLUDEDIRS= -I../../include -I.. -I../{klao,marci,jacint,alpar,johanna,akos} +include ../makefile