]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/TPCLib/Makefile
Added a dummy component into the sample library.
[u/mrichter/AliRoot.git] / HLT / TPCLib / Makefile
1 #$Id$
2 ##########################################
3 # Makefile for AliRoot HLT Sample        #
4 #                                        #
5 # Author: Matthias Richter,              #                     
6 ##########################################
7
8 MODNAME = AliHLTTPC
9
10 ifndef ALIHLT_TOPDIR
11 ALIHLT_TOPDIR = $(shell pwd)/..
12 endif
13
14 USENEWIO=1
15
16 include $(ALIHLT_TOPDIR)/Makefile.conf
17
18 SRCS    = AliHLTTPCDefinitions.cxx \
19           AliHLTTPCRawDataUnpackerComponent.cxx \
20           AliHLTTPCClusterFinderComponent.cxx \
21           AliHLTTPCVertexFinderComponent.cxx \
22           AliHLTTPCSliceTrackerComponent.cxx \
23           AliHLTTPCGlobalMergerComponent.cxx \
24           AliRawReaderMemory.cxx
25
26 SRCS += $(EXTRA_SRCS)
27
28
29 include $(ALIHLT_TOPDIR)/Makefile.rules