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