]> 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 617fedf7b80f241e614ccb70494055811c3290a7..9cae8069634c44b01bb75f60879daf1476bce93a 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: makefile -*-
 # Makefile for AliRoot for Itanium/Linux with Intel icc compiler
 
 # System dependent commands
@@ -5,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
@@ -35,7 +36,7 @@ DEPENDFFLAGS  = $(FFLAGS)
 # rootcint flags
 CINTFLAGS     = 
 
-LD            = icpc
+LD            = $(shell root-config --ld)
 LDFLAGS       = $(OPT) 
 
 SHLD         = $(LD)