From: fca Date: Tue, 27 Jun 2000 08:21:32 +0000 (+0000) Subject: Re-correct Makefile for RuleChecker X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=7a9a209aa6d18da4f0dad3a20eda1cba0553d029 Re-correct Makefile for RuleChecker --- 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)