]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/Makefile
Shell script to do TPC and ITS tracking V1 all at once
[u/mrichter/AliRoot.git] / TOF / Makefile
index 5fcd970ea4d7324612bcf949a515216163295a6c..610b6790a892f9d21337c439be08c7d2e21ce0e9 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
@@ -65,11 +67,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)