]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDsim.pkg
eff C++ warnings corrected.
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
index a4290232633e83dbb18e7bb557b6ca29c615928d..8b62d8c44000089806df0cfaf32e29022e45db05 100644 (file)
@@ -2,20 +2,22 @@
 #
 # $Id$
 
-SRCS           =  AliFMD.cxx                   \
-                  AliFMDv0.cxx                 \
-                  AliFMDv1.cxx                 \
-                  AliFMDSimulator.cxx          \
-                  AliFMDGeoSimulator.cxx       \
-                  AliFMDG3Simulator.cxx        \
-                  AliFMDHit.cxx                \
-                  AliFMDDigitizer.cxx          \
-                  AliFMDEdepMap.cxx            \
-                  AliFMDRawWriter.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
+#