]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/Makefile
cuts on Q out, side, long added
[u/mrichter/AliRoot.git] / PMD / Makefile
index c48d308b0c9e482a657a48d68b2728dbc17c1930..579cd2125e8c710c83429a3dd60974b2da1dfbce 100644 (file)
@@ -9,11 +9,13 @@ PACKAGE = PMD
 
 # C++ sources
 
 
 # C++ sources
 
-SRCS          = AliPMD.cxx AliPMDv0.cxx AliPMDv1.cxx AliPMDv2.cxx
+SRCS          = AliPMD.cxx AliPMDv0.cxx AliPMDv1.cxx AliPMDRecPoint.cxx
 
 # C++ Headers
 
 
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.h) PMDLinkDef.h
+HDRS    = $(SRCS:.cxx=.h) \
+       $(ROOTSYS)/include/TClonesArray.h \
+       PMDLinkDef.h
 
 # Library dictionary
 
 
 # Library dictionary
 
@@ -58,10 +60,19 @@ depend:                             $(SRCS)
 
 TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h
 
 
 TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################ Dependencies #####################################
 
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################ Dependencies #####################################
 
--include Make-depend 
+-include tgt_$(ALICE_TARGET)/Make-depend 
+
+
+
+
+
+
+