]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/libAliHLTEve.pkg
Modifications required for handling dots in HLT trigger names.
[u/mrichter/AliRoot.git] / HLT / libAliHLTEve.pkg
index e9bd849eca9092dcdc9fa18f92e0fbb504277a72..b2174e7944b399097962d9c04b7ce3bcf4e1a1b0 100644 (file)
@@ -23,15 +23,10 @@ CLASS_HDRS:=        AliHLTEveBase.h \
                AliHLTEveAny.h
 
 
-# library sources, generated from the class headers
-MODULE_SRCS=   $(CLASS_HDRS:.h=.cxx)
-
-# library headers
-# in most cases you might have already added all the header files to
-# the CLASS_HDRS variable. So we just use the content of this. You
-# can simply add more header files which don't contain classes with
-# ROOT dictionary support
-MODULE_HDRS:=  $(CLASS_HDRS)
+# library sources and headers are set in hlteve.conf according to
+# availability of ROOT opengl
+MODULE_SRCS:=
+MODULE_HDRS:=
 
 # The LinkDef file required by the ROOT dictionary generation can be
 # generated automatically. For the all header files specified in
@@ -43,20 +38,21 @@ MODULE_HDRS:=       $(CLASS_HDRS)
 # enable automatic generation. 
 MODULE_DHDR:=
 
-EINCLUDE := HLT/BASE HLT/shuttle HLT/EVE EVE/EveHLT EVE/EveBase \
+EINCLUDE := HLT/BASE HLT/shuttle HLT/EVE EVE/EveHLT EVE/EveBase EVE/EveDet \
            HLT/BASE/util HLT/BASE/HOMER  HLT/TPCLib \
            ITS PHOS TRIGGER VZERO EMCAL \
            STEER TRD HLT/TRD  \
-           HLT/MUON MUON 
+           HLT/MUON MUON \
+            HLT/rec
 
 
-LIBRARY_DEP := -lHLTbase -lCDB -lSTEERBase -AliHLTTPC -lMUONbase -lAliHLTMUON
+LIBRARY_DEP := -lHLTbase -lCDB -lSTEERBase -AliHLTTPC -lMUONbase -lAliHLTMUON -lEveDet
 
 ###############################################################################
 #
 # do not change anything below this line
 #
-include $(MODDIR)/hlt.conf
+include $(MODDIR)/hlteve.conf
 
 SRCS:=$(patsubst %,EVE/%,$(MODULE_SRCS))
 CINTHDRS:=$(patsubst %,EVE/%,$(CLASS_HDRS))