]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/misc/Makefile
New version of SPD raw-data reconstruction. The format now correponds to the actual...
[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
86b74d5e 22ifneq ($(ARCH),macosx)
ead9cc3e 23## for macosx put into src as symbolic link
1f1942b8 24SRCS += AliL3DDLDataFileHandler.cxx AliL3DataHandler.cxx
25endif
1a3c8f6e 26
3e87ef69 27include $(ALIHLT_TOPDIR)/Makefile.rules