]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Re-correct Makefile for RuleChecker
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Jun 2000 08:28:48 +0000 (08:28 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Jun 2000 08:28:48 +0000 (08:28 +0000)
MUON/Makefile

index 996fd6e23825f728377c74ee1f72f783fadfa6d7..c0976527df1e0e4f0e9ac94384fedb086a320a3d 100644 (file)
@@ -84,6 +84,8 @@ depend:                               $(SRCS)
 
 TOCLEAN                = $(OBJS) $(FOBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -91,14 +93,3 @@ 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)
-
-# DO NOT DELETE