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