]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.alphacxx6
Coding rules
[u/mrichter/AliRoot.git] / build / Makefile.alphacxx6
index 9c03828da0919da6991b51dde0d2b294d40476bd..b16eba501300323a4d7f4ab3c86acd33b2e2eae0 100644 (file)
@@ -1,8 +1,14 @@
+# -*- mode: makefile -*-
 # Makefile to build AliRoot for Alpha OSF1
 
+# System dependent commands
+
+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
@@ -29,8 +35,8 @@ DEPENDFFLAGS  = $(filter-out -warn noinformational,$(FFLAGS))
 
 # rootcint flags
 CINTFLAGS     = -D__DECCXX
-               
-LD            = cxx
+
+LD            = $(shell root-config --ld) 
 LDFLAGS       = 
 
 SHLD         = ld