From 7065831badd72bcee8b9a4334c2cdda6423d510b Mon Sep 17 00:00:00 2001 From: fca Date: Tue, 27 Jun 2000 08:28:48 +0000 Subject: [PATCH] Re-correct Makefile for RuleChecker --- MUON/Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/MUON/Makefile b/MUON/Makefile index 996fd6e2382..c0976527df1 100644 --- a/MUON/Makefile +++ b/MUON/Makefile @@ -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 -- 2.43.0