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