From 7a9a209aa6d18da4f0dad3a20eda1cba0553d029 Mon Sep 17 00:00:00 2001 From: fca Date: Tue, 27 Jun 2000 08:21:32 +0000 Subject: [PATCH] Re-correct Makefile for RuleChecker --- ITS/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ITS/Makefile b/ITS/Makefile index 28570fc074c..6719f0167da 100644 --- a/ITS/Makefile +++ b/ITS/Makefile @@ -84,6 +84,8 @@ depend: $(SRCS) $(FSRCS) TOCLEAN = $(OBJS) $(FOBJS) *Cint.cxx *Cint.h +CHECKS = $(patsubst %.cxx,check/%.viol,$(SRCS)) + ############################### General Macros ################################ include $(ALICE_ROOT)/conf/GeneralMacros @@ -92,10 +94,3 @@ 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) -- 2.39.3