]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDsim.pkg
Removal of effc++ warnings
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
index 07b39d1a2b88921af40abf0373bd90f954594287..8b62d8c44000089806df0cfaf32e29022e45db05 100644 (file)
@@ -2,23 +2,22 @@
 #
 # $Id$
 
-SRCS           =  AliFMD.cxx                   \
-                  AliFMDv0.cxx                 \
-                  AliFMDv1.cxx                 \
-                  AliFMDSimulator.cxx          \
-                  AliFMDGeoSimulator.cxx       \
-                  AliFMDGeoOldSimulator.cxx    \
-                  AliFMDG3Simulator.cxx        \
-                  AliFMDG3OldSimulator.cxx     \
-                  AliFMDHit.cxx                \
-                  AliFMDDigitizer.cxx          \
-                  AliFMDEdepMap.cxx            \
-                  AliFMDRawWriter.cxx          \
-                  AliFMDAlla.cxx               
-HDRS           =  $(SRCS:.cxx=.h) 
+SRCS           =  AliFMD.cxx                           \
+                  AliFMDv0.cxx                         \
+                  AliFMDv1.cxx                         \
+                  AliFMDGeometryBuilder.cxx            \
+                  AliFMDPoints.cxx                     \
+                  AliFMDHit.cxx                        \
+                  AliFMDBaseDigitizer.cxx              \
+                  AliFMDDigitizer.cxx                  \
+                  AliFMDSDigitizer.cxx                 \
+                  AliFMDEdepMap.cxx                    \
+                  AliFMDRawWriter.cxx                  \
+
+HDRS           =  $(SRCS:.cxx=.h) AliFMDEdepHitPair.h
 DHDR           := FMDsimLinkDef.h
-EINCLUDE       := $(ALICE)/RAW
+EINCLUDE       := RAW
 
 #
 # EOF
-#
\ No newline at end of file
+#