]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/libFMDsim.pkg
debug is read from option string
[u/mrichter/AliRoot.git] / FMD / libFMDsim.pkg
index 14aeeade19fc4f0e4bd0a0dad8bddab6a3b6e4f1..8b62d8c44000089806df0cfaf32e29022e45db05 100644 (file)
@@ -1,10 +1,23 @@
 #-*- Mode: Makefile -*-
+#
 # $Id$
 
-SRCS= AliFMD.cxx AliFMDv0.cxx AliFMDv1.cxx AliFMDhit.cxx  AliFMDDigitizer.cxx
+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       := RAW
 
-HDRS= $(SRCS:.cxx=.h)
-
-DHDR:=FMDsimLinkDef.h
-
+#
+# EOF
+#