]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/Makefile
Added the entry for the IRST code checking utility
[u/mrichter/AliRoot.git] / TPC / Makefile
index 1fbb0573bbeed15edb0391a0dd6f2e6ad62ebce4..02ae0a064fbdf78bb10117e65d06cfbf5d5ac84a 100644 (file)
@@ -66,3 +66,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)
+
+
+
+
+
+
+