]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/hlt.conf
Adding flexibility to submission macros
[u/mrichter/AliRoot.git] / HLT / hlt.conf
index 74536b5d3dc61c25faea43585a12026417a1f6da..ddd4178f8eb7366a227442c9ad448b1bd95377cd 100644 (file)
@@ -17,14 +17,14 @@ HLTSOFLAGS  += $(LIBRARY_DEP)
 endif
 
 ifdef ALIDEBUG
-HLTDEFS += -DDEBUG
+HLTDEFS += -DDEBUG -D__DEBUG
 else
 HLTDEFS += -DNDEBUG
 endif
 
 ifdef ALIHLT_MLUCDIR
 HLTDEFS         += -Duse_logging
-EINCLUDE := $(ALIHLT_MLUCDIR)/include
-ELIBS    := MLUC
-ELIBSDIR :=$(ALIHLT_MLUCDIR)/lib/tgt_$(ALICE_TARGET)
+EINCLUDE += $(ALIHLT_MLUCDIR)/include
+ELIBS    += MLUC
+ELIBSDIR +=$(ALIHLT_MLUCDIR)/lib/tgt_$(ALICE_TARGET)
 endif