started the new framework module supporting PubSub and AliRoot
[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
21
22 SRCS += $(EXTRA_SRCS)
23
24
25 include $(ALIHLT_TOPDIR)/Makefile.rules