]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Re-correcting codecheck part
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Jul 2000 05:35:49 +0000 (05:35 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Jul 2000 05:35:49 +0000 (05:35 +0000)
RICH/Makefile

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