]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/Makefile
Added the entry for the IRST code checking utility
[u/mrichter/AliRoot.git] / TOF / Makefile
index 9017eca916810b168aa8286bf3f4866313ad4462..0425811f2a7b9221d01383c5b2dd826a26a5a6de 100644 (file)
@@ -65,3 +65,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
+
+### Target check creates violation reports (.viol), which depend on
+### stripped files (.ii), which in turn depend on preprocessed
+### files (.i). Dependences are in conf/GeneralDef.
+
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
+check:          $(CHECKS)
+
+
+
+
+
+
+