]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/Makefile
Improved algoritms, coding convensions applied.
[u/mrichter/AliRoot.git] / PMD / Makefile
index c48d308b0c9e482a657a48d68b2728dbc17c1930..4aa818a15c14ba9b3c4791b76e0b56c7f48687cc 100644 (file)
@@ -58,10 +58,19 @@ depend:                             $(SRCS)
 
 TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################ Dependencies #####################################
 
--include Make-depend 
+-include tgt_$(ALICE_TARGET)/Make-depend 
+
+
+
+
+
+
+