]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Makefile
Set Getters to be const and general fixed up and added some extra setters
[u/mrichter/AliRoot.git] / Makefile
index 531374396705a67dd68e1452fbe5215ab98fa81f..db75599759c56275c7669f84a521f06083cd8bc8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,21 @@ LDFLAGS += -pg
 endif
 ##################################################################
 
+##################################################################
+# 
+#               Check if HLT code is there
+
+ifeq ($(ALIHLT_USEPACKAGE),ALIROOT)
+DEFSTR = -Duse_aliroot -Duse_root
+ifeq ($(ALIHLT_DOMC),true)
+DEFSTR += -Ddo_mc
+endif
+CXXFLAGS += -DALI_HLT $(DEFSTR) -I$(ALIHLT_TOPDIR)/src
+CINTFLAGS += -DALI_HLT $(DEFSTR) -I$(ALIHLT_TOPDIR)/src
+DEPINC += -DALI_HLT $(DEFSTR) -I$(ALIHLT_TOPDIR)/src
+endif
+##################################################################
+
 ##################################################################
 #
 #                   Modules to build