]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/Makefile.conf
New classes and macros for raw data compression and ADC (D.Favretto)
[u/mrichter/AliRoot.git] / HLT / Makefile.conf
index d0e2952e46c289fb4b7b0c6c0baf4396edd47a08..08ceed3b89674bbe3787160cb4c09cdab51df950 100644 (file)
@@ -17,12 +17,17 @@ endif
 ifndef TOPDIR
 TOPDIR = $(HOME)/workcode/level3code
 endif
+
+#Define directory to contain additional L3 code, such as logging classes.
+ifndef LEVEL3
+LEVEL3 = /prog/alice/level3
+endif
 ifndef LIBDIR
 LIBDIR = $(LEVEL3)/lib_$(USERNAME)
 endif
 
 #Switch on/off HLT logging classes
-NOLOGGING = 1
+#NOLOGGING = 1
 
 #Switch on/off saving MC data through the chain.
 #This will only have an effect if you are running with aliroot.
@@ -32,6 +37,9 @@ NOLOGGING = 1
 #This will only have an effect if you are running with aliroot.
 ASVVERSION = 1
 
+#If you are compiling on the alpha, use this flag:
+#EXTRACXXFLAGS += -mcpu=ev6
+
 CXX          = g++
 LD           = g++
 GCCVERSION   = $(shell $(CXX) --version | head -n 1 | cut -d" " -f 3 | cut -d. -f 1)