]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Inserted back the rule ckecker stuff
authordibari <dibari@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Jun 2000 17:52:30 +0000 (17:52 +0000)
committerdibari <dibari@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Jun 2000 17:52:30 +0000 (17:52 +0000)
RICH/Makefile

index 75f98c87e778f9c8c360b2ea96894ad8be9e697d..0c96793af2c0810e23ed255297d611c821ac047c 100644 (file)
@@ -70,8 +70,6 @@ depend:                                       $(SRCS)
 
 TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h
 
-CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
-
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -80,6 +78,13 @@ 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)