]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.linuxia64ecc
New plots in the macro for ITS RecPoint display (F.Prino)
[u/mrichter/AliRoot.git] / build / Makefile.linuxia64ecc
index 292fd76af1e926474dd17e4d581d802ab395bee4..9cae8069634c44b01bb75f60879daf1476bce93a 100644 (file)
@@ -6,9 +6,9 @@
 XARGS = xargs -r
 
 # The compilers
-CXX           = icc 
-F77          = ifort
-CC           = icc
+CXX           = $(shell root-config --cxx) 
+F77          = $(shell root-config --f77) 
+CC           = $(shell root-config --cc) 
 
 # Global optimisation
 OPT           = -g #-O
@@ -36,7 +36,7 @@ DEPENDFFLAGS  = $(FFLAGS)
 # rootcint flags
 CINTFLAGS     = 
 
-LD            = icpc
+LD            = $(shell root-config --ld)
 LDFLAGS       = $(OPT) 
 
 SHLD         = $(LD)