]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONcalib.pkg
Moving TrackerData classes up in the lib hierarchy so they can be reused
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
e08460bb 2# $Id$
3
6181f8f5 4SRCS:= AliMUONTriggerLut.cxx \
e08460bb 5 AliMUONVCalibParam.cxx \
230fe657 6 AliMUONCalibParamND.cxx \
e08460bb 7 AliMUONCalibParamNF.cxx \
8 AliMUONCalibParamNI.cxx \
9 AliMUONTriggerEfficiencyCells.cxx\
10 AliMUON2DStoreValidator.cxx \
81028269 11 AliMUONTriggerIO.cxx \
d2064cab 12 AliMUONTrackerIO.cxx \
13 AliMUONVTrackerData.cxx \
14 AliMUONSparseHisto.cxx \
15 AliMUONTrackerData.cxx
16
e08460bb 17HDRS:= $(SRCS:.cxx=.h)
18
19DHDR:= MUONcalibLinkDef.h
20
890903b1 21EINCLUDE:= MUON/mapping
5bb8775a 22
23ifeq (win32gcc,$(ALICE_TARGET))
24PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
25 -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase
26endif