]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.hpuxacc
Implemented correction for trigger efficiency and vertex reconstruction as well as...
[u/mrichter/AliRoot.git] / build / Makefile.hpuxacc
index 5d59e82c55cb7b4c806d224b42f76b5ebe1f6c39..6220345ff6821f501bf514424cd37c72d5db7025 100644 (file)
@@ -1,9 +1,14 @@
+# -*- mode: makefile -*-
 # Makefile to build AliRoot on HP-UX
 
+# System dependent commands
+
+XARGS = xargs
+
 # The compilers
-CXX           = aCC
-F77          = f77
-CC           = cc
+CXX           = $(shell root-config --cxx) 
+F77          = $(shell root-config --f77) 
+CC           = $(shell root-config --cc) 
 
 # Global optimisation
 OPT           = -g -O
@@ -30,7 +35,7 @@ DEPENDFFLAGS  = $(FFLAGS)
 # rootcint flags
 CINTFLAGS     = 
 
-LD            = aCC
+LD            = $(shell root-config --ld) 
 LDFLAGS       = $(OPT) -z -Wl,+s -Wl,-E
 
 SHLD         = $(LD)