]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MUON/libMUONcalib.pkg
Adding reading of alignobjs from a file. In AlignVolumes methods return a flag saying...
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2# $Id$
3
4SRCS:= AliMUONTriggerLut.cxx \
5 AliMUONVCalibParam.cxx \
6 AliMUONCalibParamND.cxx \
7 AliMUONCalibParamNF.cxx \
8 AliMUONCalibParamNI.cxx \
9 AliMUONCalibrationData.cxx \
10 AliMUONTriggerEfficiencyCells.cxx\
11 AliMUON2DStoreValidator.cxx \
12 AliMUONTriggerIO.cxx \
13 AliMUONTrackerIO.cxx \
14 AliMUONRegionalTriggerConfig.cxx \
15 AliMUONTriggerCrateConfig.cxx \
16 AliMUONGlobalCrateConfig.cxx \
17 AliMUONTriggerDisplay.cxx \
18 AliMUONVTrackerData.cxx \
19 AliMUONSparseHisto.cxx \
20 AliMUONTrackerData.cxx
21
22HDRS:= $(SRCS:.cxx=.h)
23
24DHDR:= MUONcalibLinkDef.h
25
26EINCLUDE:= MUON/mapping
27
28ifeq (win32gcc,$(ALICE_TARGET))
29PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
30 -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase
31endif