]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.hpuxacc
Updated OCDB entries taken from 2009 RAW OCDB. The Pb-Pb entry is put temporarely...
[u/mrichter/AliRoot.git] / build / Makefile.hpuxacc
index f53fbf95c899acaa9350ab111a51cb03082306d1..eebf3c07d4f4cd85b8bd19f8618047120fa6fd61 100644 (file)
@@ -1,14 +1,10 @@
+# -*- mode: makefile -*-
 # Makefile to build AliRoot on HP-UX
 
 # System dependent commands
 
 XARGS = xargs
 
-# The compilers
-CXX           = aCC
-F77          = f77
-CC           = cc
-
 # Global optimisation
 OPT           = -g -O
 NOOPT         = -g
@@ -34,7 +30,7 @@ DEPENDFFLAGS  = $(FFLAGS)
 # rootcint flags
 CINTFLAGS     = 
 
-LD            = aCC
+LD            = $(shell root-config --ld) 
 LDFLAGS       = $(OPT) -z -Wl,+s -Wl,-E
 
 SHLD         = $(LD)