]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HMPID/libHMPIDsim.pkg
Faster version of baseline correction by Theodor with additional protection against...
[u/mrichter/AliRoot.git] / HMPID / libHMPIDsim.pkg
1 #-*- Mode: Makefile -*-
2 SRCS:= AliHMPID.cxx AliHMPIDv0.cxx AliHMPIDv1.cxx AliHMPIDv2.cxx AliHMPIDv3.cxx AliHMPIDDigitizer.cxx AliHMPIDQADataMakerSim.cxx
3
4 HDRS:= $(SRCS:.cxx=.h)
5 DHDR:= HMPIDsimLinkDef.h
6
7 ifeq (win32gcc,$(ALICE_TARGET))
8 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
9                          -lHMPIDbase -lSTEER -lSTEERBase \
10                          -lRAWDatasim -lRAWDatarec -lRAWDatabase \
11                          -L$(shell root-config --libdir) -lVMC -lGeom 
12 endif