]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/libHMPIDsim.pkg
In the calculation of the jacobian use the transposed matrix instead of its inverse...
[u/mrichter/AliRoot.git] / HMPID / libHMPIDsim.pkg
index db6e9f48a2d4691abeb3684a42b67d048d2de04c..12b4de077e72cc9523b98f40f13646da51777b94 100644 (file)
@@ -1,4 +1,12 @@
+#-*- Mode: Makefile -*-
 SRCS:= AliHMPID.cxx AliHMPIDv0.cxx AliHMPIDv1.cxx AliHMPIDv2.cxx AliHMPIDv3.cxx AliHMPIDDigitizer.cxx AliHMPIDQADataMakerSim.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 DHDR:= HMPIDsimLinkDef.h
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lHMPIDbase -lSTEER -lSTEERBase \
+                         -lRAWDatasim -lRAWDatarec -lRAWDatabase \
+                         -L$(shell root-config --libdir) -lVMC -lGeom 
+endif