]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/BASE/Makefile
adaption to new logging class, added functionality to AliHLTSystem to build a task...
[u/mrichter/AliRoot.git] / HLT / BASE / Makefile
1 #$Id$
2 ##########################################
3 # Makefile for AliRoot HLT framework.    #
4 #                                        #
5 # Author: Matthias Richter,              #                     
6 #         Timm Steinbeck                 #
7 #         Artur Szostack                 #
8 ##########################################
9
10 MODNAME = HLTbase
11
12 ifndef ALIHLT_TOPDIR
13 ALIHLT_TOPDIR = $(shell pwd)/..
14 endif
15
16 include $(ALIHLT_TOPDIR)/Makefile.conf
17
18 SRCS    = AliHLTComponent.cxx AliHLTComponentHandler.cxx \
19           AliHLTSystem.cxx AliHLT_C_Component_WrapperInterface.cxx \
20           AliHLTProcessor.cxx AliHLTConfiguration.cxx \
21           AliHLTLogging.cxx
22
23 SRCS += $(EXTRA_SRCS)
24
25
26 include $(ALIHLT_TOPDIR)/Makefile.rules