]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TRD/libTRDsim.pkg
Remove AliPoint from TRD code
[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       AliTRDQADataMakerSim.cxx
8
9 HDRS= $(SRCS:.cxx=.h)                
10
11 DHDR= TRDsimLinkDef.h
12
13 EINCLUDE= RAW
14
15 ifeq (win32gcc,$(ALICE_TARGET))
16 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
17                          -lTRDbase -lSTEER -lSTEERBase \
18                          -L$(shell root-config --libdir) -lGeom -lVMC
19 endif