]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONcore.pkg
Update of the class ESDMuonFilter. New marcros for creating AOD with muon information...
[u/mrichter/AliRoot.git] / MUON / libMUONcore.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:=  mapping/AliMpIntPair.cxx  \
5         mapping/AliMpExMap.cxx  \
6         mapping/AliMpArrayI.cxx  \
7         mapping/AliMpStringObjMap.cxx  \
8         AliMUONObjectPair.cxx \
9         AliMUONStringIntMap.cxx \
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 \
20         AliMUONLogger.cxx
21
22 HDRS:= $(SRCS:.cxx=.h)
23
24 DHDR:= MUONcoreLinkDef.h
25
26 EINCLUDE:= RAW MUON/mapping
27
28 ifeq (win32gcc,$(ALICE_TARGET))
29 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
30                          -lSTEERBase
31 endif