]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONshuttle.pkg
mixing example
[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 \
13AliMUONTriggerPreprocessor.cxx
ea199e33 14
15HDRS:= $(SRCS:.cxx=.h)
16
17DHDR:= MUONshuttleLinkDef.h
18
19EINCLUDE := MUON/mapping
20
5bb8775a 21ifeq (win32gcc,$(ALICE_TARGET))
22PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23 -lMUONmapping -lMUONgeometry -lMUONcalib \
24 -lMUONbase -lMUONcore -lCDB -lSTEERBase
25endif
26
ea199e33 27