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