]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDsim.pkg
CSP registers depend of FEE firmware, not RCU firmware
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
index 14db01d3d679a2144f795923dcf7ebc4cd092f15..629d5030753b4e100b97be34fe088b55c7973c7f 100644 (file)
@@ -5,16 +5,28 @@
 SRCS           =  AliFMD.cxx                           \
                   AliFMDv0.cxx                         \
                   AliFMDv1.cxx                         \
-                  AliFMDGeometryBuilder.cxx            \
                   AliFMDHit.cxx                        \
+                  AliFMDBaseDigitizer.cxx              \
                   AliFMDDigitizer.cxx                  \
+                  AliFMDHitDigitizer.cxx               \
                   AliFMDEdepMap.cxx                    \
                   AliFMDRawWriter.cxx                  \
+                  AliFMDQADataMakerSim.cxx             
 
-HDRS           =  $(SRCS:.cxx=.h) 
+#                 AliFMDSDigitizer.cxx                 \
+#                 AliFMDSSDigitizer.cxx                
+
+HDRS           =  $(SRCS:.cxx=.h) AliFMDEdepHitPair.h
 DHDR           := FMDsimLinkDef.h
 EINCLUDE       := RAW
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lFMDbase -lSTEER -lCDB -lESD -lSTEERBase \
+                         -lRAWDatasim -lRAWDatarec -lRAWDatabase \
+                         -L$(shell root-config --libdir) -lVMC -lEG -lGeom
+endif
+
 #
 # EOF
 #