]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/Makefile
Shell script to do TPC and ITS tracking V1 all at once
[u/mrichter/AliRoot.git] / TOF / Makefile
index ba45772a3a3c09bc2e012af7c9b0ddb3ac78c8eb..610b6790a892f9d21337c439be08c7d2e21ce0e9 100644 (file)
@@ -9,7 +9,7 @@ PACKAGE = TOF
 
 # C++ sources
 
-SRCS  = AliTOF.cxx     AliTOFv0.cxx      AliTOFv1.cxx    AliTOFv2.cxx AliTOFv3.cxx 
+SRCS  = AliTOF.cxx  AliTOFv0.cxx  AliTOFv1.cxx  AliTOFv2.cxx AliTOFv3.cxx AliTOFv4.cxx AliTOFD.cxx
 
 # C++ Headers
 
@@ -58,10 +58,12 @@ depend:                             $(SRCS)
 
 TOCLEAN                        = $(OBJS) *Cint.cxx *Cint.h
 
+CHECKS                 = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################ Dependencies #####################################
 
--include Make-depend 
+-include tgt_$(ALICE_TARGET)/Make-depend