]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONevaluation.pkg
New classes to get a much improved performance in the computation of
[u/mrichter/AliRoot.git] / MUON / libMUONevaluation.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:= AliMUONPairLight.cxx \
5        AliMUONTrackLight.cxx \
6        AliMUONCheck.cxx \
7        AliMUONRecoCheck.cxx \
8        AliMUONDataInterface.cxx \
9        AliMUONTriggerGUI.cxx \
10        AliMUONTriggerGUIbdmap.cxx \
11        AliMUONTriggerGUIdimap.cxx \
12        AliMUONTriggerGUIboard.cxx \
13        AliMUONClusterInfo.cxx \
14        AliMUONPadInfo.cxx \
15        AliMUONContourMakerTest.cxx
16
17 HDRS:= $(SRCS:.cxx=.h)
18
19 DHDR:= MUONevaluationLinkDef.h
20
21 EINCLUDE:= RAW MUON/mapping
22
23 ifeq (win32gcc,$(ALICE_TARGET))
24 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
25                          -lMUONmapping -lMUONtrigger \
26                          -lMUONgeometry -lMUONbase -lMUONsim -lMUONrec -lMUONcore -lMUONcalib \
27                          -lSTEER -lCDB -lESD -lSTEERBase \
28                          -L$(shell root-config --libdir) -lEG -lGui
29 endif
30