]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RICH/Makefile
Streamlining of CodeAnalysis. .ii files are kept for reverse engineering
[u/mrichter/AliRoot.git] / RICH / Makefile
index 77a695fac961ef1a281b6bd900fbd0fc7d893efc..eb7c65beee7ac194ac21bbc4e4bc0452d41f0f4b 100644 (file)
@@ -62,6 +62,8 @@ depend:                                       $(SRCS)
 
 TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -70,14 +72,6 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 
 -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)
-