]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/libTRDsim.pkg
fix info in debug stream
[u/mrichter/AliRoot.git] / TRD / libTRDsim.pkg
CommitLineData
74d2e0c7 1#-*- Mode: Makefile -*-
2
c761492b 3SRCS= AliTRDsimTR.cxx \
bdbb05bb 4 AliTRD.cxx \
bdbb05bb 5 AliTRDv1.cxx \
04236e67 6 AliTRDdigitizer.cxx \
7 AliTRDQADataMakerSim.cxx
bdbb05bb 8
9HDRS= $(SRCS:.cxx=.h)
10
11DHDR= TRDsimLinkDef.h
b864d801 12
13EINCLUDE= RAW
74d2e0c7 14
15ifeq (win32gcc,$(ALICE_TARGET))
16PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
17 -lTRDbase -lSTEER -lSTEERBase \
18 -L$(shell root-config --libdir) -lGeom -lVMC
19endif