]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/libTRDsim.pkg
updates requested by HLT
[u/mrichter/AliRoot.git] / TRD / libTRDsim.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= AliTRDsimTR.cxx \
4       AliTRD.cxx \
5       AliTRDv1.cxx \
6       AliTRDdigitizer.cxx \
7       AliTRDTrigger.cxx \
8       AliTRDTriggerL0.cxx \
9       AliTRDTriggerL1.cxx \
10       AliTRDQADataMakerSim.cxx
11
12 HDRS= $(SRCS:.cxx=.h)                
13
14 DHDR= TRDsimLinkDef.h
15
16 EINCLUDE= RAW
17
18 ifeq (win32gcc,$(ALICE_TARGET))
19 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
20                          -lTRDbase -lSTEER -lSTEERBase \
21                          -L$(ROOTLIBDIR) -lGeom -lVMC
22 endif