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