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