]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/src/Makefile
Removed ASV version in AliL3FileHandler by another effective i/o method using index...
[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
3e87ef69 9MODNAME = AliL3Src
475d367a 10
3e87ef69 11ifndef ALIHLT_TOPDIR
12ALIHLT_TOPDIR = $(shell pwd)/..
05d3c0f8 13endif
152be1b5 14
3e87ef69 15include $(ALIHLT_TOPDIR)/Makefile.conf
05d3c0f8 16
61ec2ed0 17SRCS = AliL3ConfMapper.cxx AliL3ConfMapPoint.cxx \
352eb143 18 AliL3ConfMapTrack.cxx AliL3ConfMapFit.cxx AliL3Track.cxx\
19 AliL3Transform.cxx AliL3TrackMerger.cxx AliL3VertexArray.cxx \
20 AliL3Vertex.cxx AliL3VertexFinder.cxx \
21 AliL3Merger.cxx AliL3GlobalMerger.cxx AliL3ClustFinderNew.cxx \
22 AliL3TrackArray.cxx AliL3InterMerger.cxx AliL3Logger.cxx \
3e87ef69 23 AliL3MemHandler.cxx AliLevel3.cxx AliL3Benchmark.cxx AliL3Fitter.cxx \
24 AliL3RawDataFileHandler.cxx
108615fc 25
3e87ef69 26ifeq ($(ALIHLT_USEPACKAGE),ROOT)
61ec2ed0 27SRCS += AliL3Display.cxx
3e87ef69 28HDRS = $(SRCS:.cxx=.h) $(MODNAME)LinkDef.h
352eb143 29OBJS = $(patsubst %.cxx,$(OBJDIR)/%.o,$(SRCS)) $(DICTO)
95a00d93 30endif
31
3e87ef69 32ifeq ($(ALIHLT_USEPACKAGE),ALIROOT)
33SRCS += AliL3Display.cxx AliL3FileHandler.cxx AliL3Evaluate.cxx
34HDRS = $(SRCS:.cxx=.h) $(MODNAME)LinkDef.h
35OBJS = $(patsubst %.cxx,$(OBJDIR)/%.o,$(SRCS)) $(DICTO)
475d367a 36endif
37
3e87ef69 38include $(ALIHLT_TOPDIR)/Makefile.rules