]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CASTOR/Makefile
This commit was generated by cvs2svn to compensate for changes in r1018,
[u/mrichter/AliRoot.git] / CASTOR / Makefile
index f3cc9c7f0a1d3d73b9ca50c63ded877406fda7c8..e6a38a8af8ed0fd165aaa9d6cb849d3143a05af6 100644 (file)
@@ -64,4 +64,19 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################ Dependencies #####################################
 
--include Make-depend 
+-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)
+
+
+
+
+
+
+