]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/Makefile
Added the entry for the IRST code checking utility
[u/mrichter/AliRoot.git] / PHOS / Makefile
index a1096bfeed5793b03b413dcdc2dfea670cf8d245..79ed10d879b540b8ecd12fdfb567991e70c93293 100644 (file)
@@ -89,3 +89,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)
+
+
+
+
+
+
+