]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CASTOR/Makefile
Added the entry for the IRST code checking utility
[u/mrichter/AliRoot.git] / CASTOR / Makefile
index 371315a2c3f3159a64787ff8d66c68b0eb583d1b..e6a38a8af8ed0fd165aaa9d6cb849d3143a05af6 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)
+
+
+
+
+
+
+