]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.hpuxacc
Added few newline characters in Print method
[u/mrichter/AliRoot.git] / build / Makefile.hpuxacc
index 5d59e82c55cb7b4c806d224b42f76b5ebe1f6c39..eebf3c07d4f4cd85b8bd19f8618047120fa6fd61 100644 (file)
@@ -1,9 +1,9 @@
+# -*- mode: makefile -*-
 # Makefile to build AliRoot on HP-UX
 
-# The compilers
-CXX           = aCC
-F77          = f77
-CC           = cc
+# System dependent commands
+
+XARGS = xargs
 
 # Global optimisation
 OPT           = -g -O
@@ -30,7 +30,7 @@ DEPENDFFLAGS  = $(FFLAGS)
 # rootcint flags
 CINTFLAGS     = 
 
-LD            = aCC
+LD            = $(shell root-config --ld) 
 LDFLAGS       = $(OPT) -z -Wl,+s -Wl,-E
 
 SHLD         = $(LD)