]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/misc/Makefile
Moved to the latest version of the HLT code in Bergen.
[u/mrichter/AliRoot.git] / HLT / misc / Makefile
CommitLineData
1a3c8f6e 1#$Id$
3e87ef69 2################################
3# Makefile for HLT Misc code. #
4# #
5# Author: Anders Vestbo #
6# Constantin Loizides #
7################################
1a3c8f6e 8
3e87ef69 9MODNAME = AliL3Misc
1a3c8f6e 10
3e87ef69 11ifndef ALIHLT_TOPDIR
12ALIHLT_TOPDIR = $(shell pwd)/..
b419a833 13endif
1a3c8f6e 14
3e87ef69 15include $(ALIHLT_TOPDIR)/Makefile.conf
6fd65d1d 16
1f1942b8 17SRCS = AliL3TransBit.cxx AliL3AltroMemHandler.cxx \
3e87ef69 18 AliL3VHDLClusterFinder.cxx AliL3TPCMapping.cxx \
240d63be 19 AliL3FFloat.cxx AliL3Stopwatch.cxx AliL3DDLRawReader.cxx \
1f1942b8 20 AliL3DDLRawReaderFile.cxx AliL3DDLTPCRawStream.cxx
21
22ifneq ($(ARCH),Darwin)
23SRCS += AliL3DDLDataFileHandler.cxx AliL3DataHandler.cxx
24endif
1a3c8f6e 25
3e87ef69 26include $(ALIHLT_TOPDIR)/Makefile.rules