]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONevaluation.pkg
New class for AOD<->MC association
[u/mrichter/AliRoot.git] / MUON / libMUONevaluation.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
865eb498 2# $Id$
3
18c60a9b 4SRCS:= AliMUONPairLight.cxx \
5 AliMUONTrackLight.cxx \
890903b1 6 AliMUONCheck.cxx \
7 AliMUONRecoCheck.cxx \
890903b1 8 AliMUONDataInterface.cxx \
07f2614d 9 AliMUONTriggerGUI.cxx \
10 AliMUONTriggerGUIbdmap.cxx \
11 AliMUONTriggerGUIdimap.cxx \
faa8d921 12 AliMUONTriggerGUIboard.cxx \
13 AliMUONClusterInfo.cxx \
14 AliMUONPadInfo.cxx
5bb8775a 15
865eb498 16HDRS:= $(SRCS:.cxx=.h)
17
929be614 18DHDR:= MUONevaluationLinkDef.h
865eb498 19
20EINCLUDE:= RAW MUON/mapping
21
5bb8775a 22ifeq (win32gcc,$(ALICE_TARGET))
23PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
24 -lMUONmapping -lMUONtrigger \
ad6f450c 25 -lMUONgeometry -lMUONbase -lMUONsim -lMUONrec -lMUONcore -lMUONcalib \
5bb8775a 26 -lSTEER -lCDB -lESD -lSTEERBase \
27 -L$(shell root-config --libdir) -lEG -lGui
28endif
29