]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONcore.pkg
New raw-reader class which deals with events taken from shared memory via the DATE...
[u/mrichter/AliRoot.git] / MUON / libMUONcore.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
6181f8f5 2# $Id$
3
4SRCS:= mapping/AliMpIntPair.cxx \
5 mapping/AliMpExMap.cxx \
0145e89a 6 mapping/AliMpArrayI.cxx \
7 mapping/AliMpStringObjMap.cxx \
6181f8f5 8 AliMUONObjectPair.cxx \
0145e89a 9 AliMUONStringIntMap.cxx \
6181f8f5 10 AliMUON2DMap.cxx \
11 AliMUON2DMapIterator.cxx \
12 AliMUON2DMapIteratorByI.cxx \
13 AliMUON1DArray.cxx \
14 AliMUON1DMap.cxx \
15 AliMUON1DMapIterator.cxx \
16 AliMUONCheckItem.cxx \
17 AliMUONCheckItemIterator.cxx \
18 AliMUONVStore.cxx \
19 AliMUONTreeManager.cxx \
5bb8775a 20 AliMUONLogger.cxx
21
6181f8f5 22HDRS:= $(SRCS:.cxx=.h)
23
24DHDR:= MUONcoreLinkDef.h
25
0145e89a 26EINCLUDE:= RAW MUON/mapping
5bb8775a 27
28ifeq (win32gcc,$(ALICE_TARGET))
29PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
30 -lSTEERBase
31endif