]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONbase.pkg
fixed sig.segv
[u/mrichter/AliRoot.git] / MUON / libMUONbase.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:=  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
33 HDRS:= $(SRCS:.cxx=.h)
34
35 DHDR:= MUONbaseLinkDef.h
36
37 EINCLUDE:= RAW MUON/mapping
38
39 ifeq (win32gcc,$(ALICE_TARGET))
40 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
41                          -lMUONmapping -lMUONcalib -lMUONtrigger \
42                          -lMUONgeometry -lMUONraw -lMUONcore \
43                          -lSTEER -lCDB -lESD -lSTEERBase \
44                          -lRAWDatasim -lRAWDatabase
45 endif
46