Some day this file will contain an erasable version of SmartGraph.
1 CXX3 := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
5 INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos}
6 CXXFLAGS = -W -Wall -ansi -pedantic -O3 $(INCLUDEDIRS)
7 LEDAROOT ?= /ledasrc/LEDA-4.1
9 BINARIES = preflow_res_comp
14 -$(CXX) $(INCLUDEDIRS) -M $(BINARIES:=.cc) > .depend #2>/dev/null
20 $(RM) *.o $(BINARIES) .depend
22 .PHONY: all clean dep depend