]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CASTOR/Makefile
MevSim interfaced through AliGenerator, first commit (Sylwester Radomski et al.)
[u/mrichter/AliRoot.git] / CASTOR / Makefile
index e6a38a8af8ed0fd165aaa9d6cb849d3143a05af6..c4fd5e7df2920c9833d8aa77f15bec35a82c368b 100644 (file)
@@ -58,6 +58,8 @@ depend:                                       $(SRCS)
 
 TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -66,14 +68,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)
-