]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONbase.pkg
- Adding check and flagging for HG present
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
e118b27e 2# $Id$
3
b89d8b89 4SRCS:= AliMUONConstants.cxx \
772a8ded 5 AliMUONMathieson.cxx \
7e4a628d 6 AliMUONDigit.cxx \
d1fc960f 7 AliMUONRealDigit.cxx \
0cbc269b 8 AliMUONVCluster.cxx \
7e4a628d 9 AliMUONRawCluster.cxx \
0cbc269b 10 AliMUONRawClusterV2.cxx \
244e02b6 11 AliMUONDigitMaker.cxx \
890903b1 12 AliMUONRawWriter.cxx \
230fe657 13 AliMUONVDigitStore.cxx \
14 AliMUONDigitStoreV1.cxx \
15 AliMUONDigitStoreV1Iterator.cxx \
d1fc960f 16 AliMUONDigitStoreVImpl.cxx \
17 AliMUONDigitStoreVImplIterator.cxx \
18 AliMUONDigitStoreV2R.cxx \
19 AliMUONDigitStoreV2S.cxx \
230fe657 20 AliMUONTOTCAStoreIterator.cxx \
230fe657 21 AliMUONVDigit.cxx \
f3a2eb6b 22 AliMUONTriggerCircuit.cxx \
230fe657 23 AliMUONVTriggerStore.cxx \
df48c8a4 24 AliMUONTriggerStoreV1.cxx \
6482f70b 25 AliMUONTriggerElectronics.cxx \
26 AliMUONQAChecker.cxx \
27 AliMUONVQAChecker.cxx \
28 AliMUONTrackerQAChecker.cxx \
29 AliMUONTriggerQAChecker.cxx \
30 AliMUONRecoParam.cxx \
31 AliMUONPadStatusMaker.cxx
5bb8775a 32
d1fc960f 33HDRS:= $(SRCS:.cxx=.h)
344cf8e0 34
35DHDR:= MUONbaseLinkDef.h
36
1c14c42e 37EINCLUDE:= RAW MUON/mapping
344cf8e0 38
5bb8775a 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