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