src/test/makefile
changeset 445 6fe0d7d70674
parent 384 f27d21767d38
child 460 e4d291344277
equal deleted inserted replaced
0:7d29e587471b 1:d72b5fe2f953
       
     1 #CXX3 := $(shell type -p g++-3.4 || shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
     1 CXX3 := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
     2 CXX3 := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
     2 CXX2 = g++-2.95
     3 CXX2 = g++-2.95
     3 CXX=$(CXX3)
     4 CXX=$(CXX3)
     4 CC=$(CXX)
     5 CC=$(CXX)
     5 INCLUDEDIRS ?= -I../include -I.. -I../work/{marci,jacint,alpar,klao,akos,athos} 
     6 INCLUDEDIRS ?= -I../include -I.. -I../work/{marci,jacint,alpar,klao,akos,athos}