]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MUON/libMUONbase.pkg
TDC added to monitor ZDC timing via DQM
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2# $Id$
3
4SRCS:= AliMUONConstants.cxx \
5 AliMUONMathieson.cxx \
6 AliMUONDigit.cxx \
7 AliMUONRealDigit.cxx \
8 AliMUONVCluster.cxx \
9 AliMUONRawCluster.cxx \
10 AliMUONRawClusterV2.cxx \
11 AliMUONDigitMaker.cxx \
12 AliMUONRawWriter.cxx \
13 AliMUONVDigitStore.cxx \
14 AliMUONDigitStoreV1.cxx \
15 AliMUONDigitStoreV1Iterator.cxx \
16 AliMUONDigitStoreVImpl.cxx \
17 AliMUONDigitStoreVImplIterator.cxx \
18 AliMUONDigitStoreV2R.cxx \
19 AliMUONDigitStoreV2S.cxx \
20 AliMUONTOTCAStoreIterator.cxx \
21 AliMUONVDigit.cxx \
22 AliMUONTriggerCircuit.cxx \
23 AliMUONVTriggerStore.cxx \
24 AliMUONTriggerStoreV1.cxx \
25 AliMUONTriggerElectronics.cxx \
26 AliMUONQAChecker.cxx \
27 AliMUONVQAChecker.cxx \
28 AliMUONTrackerQAChecker.cxx \
29 AliMUONTriggerQAChecker.cxx \
30 AliMUONRecoParam.cxx \
31 AliMUONPadStatusMaker.cxx
32
33HDRS:= $(SRCS:.cxx=.h)
34
35DHDR:= MUONbaseLinkDef.h
36
37EINCLUDE:= RAW MUON/mapping
38
39ifeq (win32gcc,$(ALICE_TARGET))
40PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
41 -lMUONmapping -lMUONcalib -lMUONtrigger \
42 -lMUONgeometry -lMUONraw -lMUONcore \
43 -lSTEER -lCDB -lESD -lSTEERBase \
44 -lRAWDatasim -lRAWDatabase
45endif
46