]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/misc/Makefile
Merged HLT tag v1-2 with ALIROOT tag v3-09-Release.
[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
3e87ef69 17SRCS = AliL3TransBit.cxx AliL3AltroMemHandler.cxx AliL3DataHandler.cxx \
18 AliL3VHDLClusterFinder.cxx AliL3TPCMapping.cxx \
e5bcc7b1 19 AliL3FFloat.cxx AliL3Stopwatch.cxx
1a3c8f6e 20
3e87ef69 21include $(ALIHLT_TOPDIR)/Makefile.rules