Created minlengthpaths_test.cc. Compiles with: g++-3.0 -Wall -I. -I../{klao,jacint,marci} -I.. -I../../include minlengthpaths_test.cc -o min | & less
1 CXX3 := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
3 CXXFLAGS = -W -Wall -ansi -pedantic
4 LEDAROOT ?= /ledasrc/LEDA-4.1
11 $(CXX3) $(CXXFLAGS) -O3 -I. -I../../../include -I../../../include/skeleton -I../../jacint -I../.. -I../../marci -I../../alpar -o dijkstra dijkstra.cc
14 $(RM) *.o $(BINARIES) .depend
16 .PHONY: all clean dep depend