]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONshuttle.pkg
fix memory leak and funny multiplicity
[u/mrichter/AliRoot.git] / MUON / libMUONshuttle.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
ea199e33 2# $Id$
3
4SRCS:= \
5AliMUONPreprocessor.cxx \
6AliMUONVSubprocessor.cxx \
7AliMUONPedestalSubprocessor.cxx \
163131fe 8AliMUONGMSSubprocessor.cxx \
1192fe28 9AliMUONHVSubprocessor.cxx \
4cd57624 10AliMUONGainSubprocessor.cxx \
2ab3623b 11AliMUONTrackerPreprocessor.cxx \
12AliMUONTriggerSubprocessor.cxx \
49e110ec 13AliMUONTriggerDCSSubprocessor.cxx \
2ab3623b 14AliMUONTriggerPreprocessor.cxx
ea199e33 15
16HDRS:= $(SRCS:.cxx=.h)
17
18DHDR:= MUONshuttleLinkDef.h
19
20EINCLUDE := MUON/mapping
21
5bb8775a 22ifeq (win32gcc,$(ALICE_TARGET))
23PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
24 -lMUONmapping -lMUONgeometry -lMUONcalib \
25 -lMUONbase -lMUONcore -lCDB -lSTEERBase
26endif
27
ea199e33 28