]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONbase.pkg
Adding MUONChamberMaterialBudget.C:
[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
27 HDRS:= $(SRCS:.cxx=.h)
28
29 DHDR:= MUONbaseLinkDef.h
30
31 EINCLUDE:= RAW MUON/mapping
32
33 ifeq (win32gcc,$(ALICE_TARGET))
34 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
35                          -lMUONmapping -lMUONcalib -lMUONtrigger \
36                          -lMUONgeometry -lMUONraw -lMUONcore \
37                          -lSTEER -lCDB -lESD -lSTEERBase \
38                          -lRAWDatasim -lRAWDatabase
39 endif
40