X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PMD%2FMakefile;h=4aa818a15c14ba9b3c4791b76e0b56c7f48687cc;hb=6e7b5431a3521ca73d3eccd2b9fe46e01e95d2d0;hp=c48d308b0c9e482a657a48d68b2728dbc17c1930;hpb=4adb943aeebb14864a84809dd71f52c41f77f4a5;p=u%2Fmrichter%2FAliRoot.git diff --git a/PMD/Makefile b/PMD/Makefile index c48d308b0c9..4aa818a15c1 100644 --- a/PMD/Makefile +++ b/PMD/Makefile @@ -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 + + + + + + +