]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONevaluation.pkg
effc++ warnings
[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
14 HDRS:= $(SRCS:.cxx=.h)
15
16 DHDR:= MUONevaluationLinkDef.h
17
18 EINCLUDE:= RAW MUON/mapping
19
20 ifeq (win32gcc,$(ALICE_TARGET))
21 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
22                          -lMUONmapping -lMUONtrigger \
23                          -lMUONgeometry -lMUONbase -lMUONsim -lMUONrec -lMUONcore \
24                          -lSTEER -lCDB -lESD -lSTEERBase \
25                          -L$(shell root-config --libdir) -lEG -lGui
26 endif
27