]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/Makefile
Added the entry for the IRST code checking utility
[u/mrichter/AliRoot.git] / STRUCT / Makefile
index 115726f5fa7826e0a1943b9918a3f0d6d19c36ab..0f3a99ffa365aca7003177dd386006f7098dd98d 100644 (file)
@@ -70,3 +70,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)
+
+
+
+
+
+
+