]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONshuttle.pkg
New check for bad SDD modules (F. Prino)
[u/mrichter/AliRoot.git] / MUON / libMUONshuttle.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:= \
5 AliMUONPreprocessor.cxx \
6 AliMUONVSubprocessor.cxx \
7 AliMUONPedestalSubprocessor.cxx \
8 AliMUONGMSSubprocessor.cxx \
9 AliMUONHVSubprocessor.cxx \
10 AliMUONGainSubprocessor.cxx \
11 AliMUONTrackerPreprocessor.cxx \
12 AliMUONTriggerSubprocessor.cxx \
13 AliMUONTriggerPreprocessor.cxx
14
15 HDRS:= $(SRCS:.cxx=.h)
16
17 DHDR:= MUONshuttleLinkDef.h
18
19 EINCLUDE := MUON/mapping
20
21 ifeq (win32gcc,$(ALICE_TARGET))
22 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23                          -lMUONmapping -lMUONgeometry -lMUONcalib \
24                          -lMUONbase -lMUONcore -lCDB -lSTEERBase
25 endif
26
27