]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/libTPCsim.pkg
Removing obsolete directory - the calibration classes directly in the TPC directory...
[u/mrichter/AliRoot.git] / TPC / libTPCsim.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:=  AliTPC.cxx \
4         AliTPCv0.cxx AliTPCv1.cxx AliTPCv2.cxx AliTPCv3.cxx AliTPCv4.cxx \
5         AliTPCLaser.cxx \
6         AliTPCTrackHitsV2.cxx \
7         AliTPCDigitizer.cxx \
8         AliTPCBuffer.cxx AliTPCDDLRawData.cxx \
9         AliTPCQADataMakerSim.cxx
10
11
12 HDRS:= $(SRCS:.cxx=.h)
13
14 DHDR:= TPCsimLinkDef.h
15
16 EINCLUDE:= RAW
17
18 ifeq (win32gcc,$(ALICE_TARGET))
19 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
20                          -lTPCbase -lSTEER -lCDB -lSTEERBase \
21                          -lRAWDatasim -lRAWDatarec -lRAWDatabase \
22                          -L$(shell root-config --libdir) -lVMC -lGeom
23 endif
24