]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDsim.pkg
Removing warnings pointed out by FC. Thanks
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
index bc8cc081a5758d96ff5fce831f5849a58490eccb..629d5030753b4e100b97be34fe088b55c7973c7f 100644 (file)
@@ -5,24 +5,28 @@
 SRCS           =  AliFMD.cxx                           \
                   AliFMDv0.cxx                         \
                   AliFMDv1.cxx                         \
-                  AliFMDGeometryBuilder.cxx            \
-                  AliFMDGeometryBuilderSimple.cxx      \
-                  AliFMDSimulator.cxx                  \
-                  AliFMDGeoSimulator.cxx               \
-                  AliFMDGeoOldSimulator.cxx            \
-                  AliFMDG3Simulator.cxx                \
-                  AliFMDG3OldSimulator.cxx             \
                   AliFMDHit.cxx                        \
+                  AliFMDBaseDigitizer.cxx              \
                   AliFMDDigitizer.cxx                  \
+                  AliFMDHitDigitizer.cxx               \
                   AliFMDEdepMap.cxx                    \
                   AliFMDRawWriter.cxx                  \
-                  AliFMDAlla.cxx               
-HDRS           =  $(SRCS:.cxx=.h) 
+                  AliFMDQADataMakerSim.cxx             
+
+#                 AliFMDSDigitizer.cxx                 \
+#                 AliFMDSSDigitizer.cxx                
+
+HDRS           =  $(SRCS:.cxx=.h) AliFMDEdepHitPair.h
 DHDR           := FMDsimLinkDef.h
-EINCLUDE       := $(ALICE)/RAW
-# Un comment to use old code with seperate simulator task
-# PACKCXXFLAGS := $(CXXFLAGS) -DUSE_PRE_MOVE
+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
-#
\ No newline at end of file
+#