]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/Makefile.conf
Added support for NEWIO, merged cern-hlt tree, updated to latest track candidate...
[u/mrichter/AliRoot.git] / HLT / Makefile.conf
index 2f7b031ba2c8046b81a6e2538960eba0d2514834..3c2426415f380dc345d917b84f9df658d817b7c2 100644 (file)
@@ -45,6 +45,22 @@ ifeq ($(ALIHLT_ALIDETECT),true)
 USECVS = 1
 endif
 
+#switch on NEWIO if aliroot version needs it
+ifndef ALIHLT_USENEWIO
+ALIHLT_USENEWIO = false
+ifeq ($(ALICE_LEVEL),ali-head)
+ALIHLT_USENEWIO = true
+endif
+ifeq ($(ALICE_LEVEL),ali-v4-01-00)
+ALIHLT_USENEWIO = true
+endif
+endif
+
+ifeq ($(ALIHLT_USENEWIO),true)
+USENEWIO = 1
+endif
+
+
 #----------------------------------------------------
 #Some compiler flags or defines: You can use your
 #own setting by defining them outside (make -e)