]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/misc/Makefile
Merged HLT tag v1-2 with ALIROOT tag v3-09-Release.
[u/mrichter/AliRoot.git] / HLT / misc / Makefile
1 #$Id$
2 ################################
3 # Makefile for HLT Misc code.  #
4 #                              #
5 # Author: Anders Vestbo        #                    
6 #         Constantin Loizides  #
7 ################################
8
9 MODNAME = AliL3Misc
10
11 ifndef ALIHLT_TOPDIR
12 ALIHLT_TOPDIR = $(shell pwd)/..
13 endif
14
15 include $(ALIHLT_TOPDIR)/Makefile.conf
16
17 SRCS    = AliL3TransBit.cxx AliL3AltroMemHandler.cxx AliL3DataHandler.cxx \
18           AliL3VHDLClusterFinder.cxx AliL3TPCMapping.cxx \
19           AliL3FFloat.cxx AliL3Stopwatch.cxx
20
21 include $(ALIHLT_TOPDIR)/Makefile.rules