]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.alphacxx6
In mapping:
[u/mrichter/AliRoot.git] / build / Makefile.alphacxx6
index 51ab60a5de5b44c1e243e740f6f68924679638bd..b16eba501300323a4d7f4ab3c86acd33b2e2eae0 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: makefile -*-
 # Makefile to build AliRoot for Alpha OSF1
 
 # System dependent commands
@@ -5,8 +6,9 @@
 XARGS = xargs
 
 # The compilers
-CXX           = cxx 
-F77          = f77
+CXX           = $(shell root-config --cxx)  
+F77          = $(shell root-config --f77) 
+CC           = $(shell root-config --cc) 
 
 # Global optimisation
 OPT           = -O
@@ -33,8 +35,8 @@ DEPENDFFLAGS  = $(filter-out -warn noinformational,$(FFLAGS))
 
 # rootcint flags
 CINTFLAGS     = -D__DECCXX
-               
-LD            = cxx
+
+LD            = $(shell root-config --ld) 
 LDFLAGS       = 
 
 SHLD         = ld