]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/misc/Makefile
Update to the current version in the Bergen CVS. Most important
[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 AliL3DDLRawReader.cxx \
20           AliL3DDLRawReaderFile.cxx AliL3DDLTPCRawStream.cxx AliL3DDLDataFileHandler.cxx
21
22 include $(ALIHLT_TOPDIR)/Makefile.rules