]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/src/Makefile
o) Performance studies added (mainly in runMultiplicitySelector) that evaluate the...
[u/mrichter/AliRoot.git] / HLT / src / Makefile
CommitLineData
95a00d93 1#$Id$
3e87ef69 2#################################
3# Makefile for HLT Src code. #
4# #
5# Author: Anders Vestbo, #
6# Constantin Loizides #
7#################################
95a00d93 8
4aa41877 9MODNAME = AliHLTSrc
475d367a 10
3e87ef69 11ifndef ALIHLT_TOPDIR
12ALIHLT_TOPDIR = $(shell pwd)/..
05d3c0f8 13endif
152be1b5 14
3e87ef69 15include $(ALIHLT_TOPDIR)/Makefile.conf
05d3c0f8 16
4aa41877 17SRCS = AliHLTConfMapper.cxx AliHLTConfMapPoint.cxx \
18 AliHLTConfMapTrack.cxx AliHLTConfMapFit.cxx AliHLTTrack.cxx\
19 AliHLTTransform.cxx AliHLTTrackMerger.cxx AliHLTVertexArray.cxx \
20 AliHLTVertex.cxx AliHLTVertexFinder.cxx \
21 AliHLTMerger.cxx AliHLTGlobalMerger.cxx AliHLTClustFinderNew.cxx \
22 AliHLTTrackArray.cxx AliHLTInterMerger.cxx AliHLTLogger.cxx \
23 AliHLTMemHandler.cxx AliLevel3.cxx AliHLTBenchmark.cxx \
24 AliHLTFitter.cxx AliHLTRawDataFileHandler.cxx AliHLTLog.cxx \
25 AliHLTTPCBeamTestMemHandler.cxx
1f1942b8 26
86b74d5e 27ifeq ($(ARCH),macosx)
4aa41877 28EXTRA_SRCS = AliHLTHoughTrack.cxx AliHLTModelTrack.cxx \
29 AliHLTDataCompressorHelper.cxx AliHLTDataHandler.cxx \
30 AliHLTTransBit.cxx AliHLTDDLDataFileHandler.cxx
1f1942b8 31endif
32
33SRCS += $(EXTRA_SRCS)
108615fc 34
3e87ef69 35ifeq ($(ALIHLT_USEPACKAGE),ROOT)
4aa41877 36SRCS += AliHLTDisplay.cxx
37HDRS = $(SRCS:.cxx=.h) AliHLTSpacePointData.h $(MODNAME)LinkDef.h
352eb143 38OBJS = $(patsubst %.cxx,$(OBJDIR)/%.o,$(SRCS)) $(DICTO)
95a00d93 39endif
40
3e87ef69 41ifeq ($(ALIHLT_USEPACKAGE),ALIROOT)
4aa41877 42SRCS += AliHLTDisplay.cxx AliHLTFileHandler.cxx AliHLTEvaluate.cxx AliHLTReconstructor.cxx
43HDRS = $(SRCS:.cxx=.h) AliHLTSpacePointData.h $(MODNAME)LinkDef.h
3e87ef69 44OBJS = $(patsubst %.cxx,$(OBJDIR)/%.o,$(SRCS)) $(DICTO)
475d367a 45endif
46
de3c3890 47include $(ALIHLT_TOPDIR)/Makefile.rules