]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - MUON/libMUONevaluation.pkg
Do not use TMath::AreEqual which does not exist yet in Root 5.24
[u/mrichter/AliRoot.git] / MUON / libMUONevaluation.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2# $Id$
3
4SRCS:= 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
14HDRS:= $(SRCS:.cxx=.h)
15
16DHDR:= MUONevaluationLinkDef.h
17
18EINCLUDE:= RAW MUON/mapping
19
20ifeq (win32gcc,$(ALICE_TARGET))
21PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
22 -lMUONmapping -lMUONtrigger \
23 -lMUONgeometry -lMUONbase -lMUONsim -lMUONrec -lMUONcore -lMUONcalib \
24 -lSTEER -lCDB -lESD -lSTEERBase \
25 -L$(ROOTLIBDIR) -lEG -lGui
26endif
27