]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONshuttle.pkg
(hopefully) Last tweaks to have the embedding straight : the charge of sdigits is...
[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 \
7eafe398 14AliMUONTriggerPreprocessor.cxx \
15AliMUONOccupancySubprocessor.cxx
ea199e33 16
17HDRS:= $(SRCS:.cxx=.h)
18
19DHDR:= MUONshuttleLinkDef.h
20
21EINCLUDE := MUON/mapping
22
5bb8775a 23ifeq (win32gcc,$(ALICE_TARGET))
24PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
25 -lMUONmapping -lMUONgeometry -lMUONcalib \
26 -lMUONbase -lMUONcore -lCDB -lSTEERBase
27endif
28
ea199e33 29