]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added the entry for the IRST code checking utility
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Jul 1999 15:28:34 +0000 (15:28 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Jul 1999 15:28:34 +0000 (15:28 +0000)
18 files changed:
ALIROOT/Makefile
CASTOR/Makefile
EVGEN/Makefile
FMD/Makefile
ITS/Makefile
MUON/Makefile
Makefile
PHOS/Makefile
PMD/Makefile
RALICE/Makefile
RICH/Makefile
STEER/Makefile
STRUCT/Makefile
TGeant3/Makefile
TOF/Makefile
TPC/Makefile
TRD/Makefile
ZDC/Makefile

index 88e3bfacaabaf08fc1f9d6677726445eedaa5438..ef9bd72f04435799727197ecc40ce90da15026e0 100644 (file)
@@ -81,3 +81,32 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index 371315a2c3f3159a64787ff8d66c68b0eb583d1b..e6a38a8af8ed0fd165aaa9d6cb849d3143a05af6 100644 (file)
@@ -65,3 +65,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index dc5599f2a19da590cb2e7c95df8f45542b360b36..da81197b86e451eb0395bd0e55b3a065a0d7f94c 100644 (file)
@@ -69,3 +69,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index ac637fb4fcf2799d50917dde611a952aef7139d8..2c323e7806c99a0dc449db595dde35089c91d9b0 100644 (file)
@@ -65,3 +65,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index 493028e15ab19f3469011fbcffb72e5968841b04..223cd36cc22f30d2f225429d6e289e9def34322e 100644 (file)
@@ -71,3 +71,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index 6b50e4ad04edb20cca0080b0d71aa55e7c3ed5a1..eadf6f015468c47accb53e8cd9452c615815f971 100644 (file)
@@ -75,3 +75,12 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
  
 
 -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)
+
index 7faf000eca9894116b45200ce53ae4296f44cb0d..e7a6bd459bc33b1b25d616c7b8adb09a64229fe6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -143,3 +143,19 @@ libclean:  FORCE
                 done
 
 allclean: libclean clean
                 done
 
 allclean: libclean clean
+
+# IRST coding rule check
+CHECK_DIRS = $(ALIROOT_DIRS) ALIROOT
+check:     
+               @for i in $(CHECK_DIRS) ; do \
+                    echo "Checking $$i" ; \
+                    ${MAKE} -C $$i check ; \
+               done
+
+
+
+
+
+
+
+
index a1096bfeed5793b03b413dcdc2dfea670cf8d245..79ed10d879b540b8ecd12fdfb567991e70c93293 100644 (file)
@@ -89,3 +89,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index c0360b384d2f77608f1d82bde9edb7fc659713e9..7abb978e3c7aa977642a40a44c8760a661a3c565 100644 (file)
@@ -65,3 +65,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index fef19cd0eae1586ba516f1010d6708766c3b809b..3c939f6b1e687efeb41ab4e99e0c2bc6cbf64b1e 100644 (file)
@@ -68,3 +68,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index c763196b5952d7f5d5ee7b70dda68ae0d6983814..2c020427232dd8168ec6ccf6f1043368f04d8b58 100644 (file)
@@ -68,3 +68,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index f4825c38add18e1f28fffcc4e09c909a1e600ed3..8d1a7567d245194abb848dc4f066ee38c9a427f9 100644 (file)
@@ -71,3 +71,25 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index 115726f5fa7826e0a1943b9918a3f0d6d19c36ab..0f3a99ffa365aca7003177dd386006f7098dd98d 100644 (file)
@@ -70,3 +70,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index b10c6dcd54a1eb6f6ad09b183d64c8d2c05c6a3f..204892162ee1314bb9614dcedb8f0dd3716d7a52 100644 (file)
@@ -110,3 +110,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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,$(GSRCS))
+
+check:          $(CHECKS)
+
+
+
+
+
+
+
index 9017eca916810b168aa8286bf3f4866313ad4462..0425811f2a7b9221d01383c5b2dd826a26a5a6de 100644 (file)
@@ -65,3 +65,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index 1fbb0573bbeed15edb0391a0dd6f2e6ad62ebce4..02ae0a064fbdf78bb10117e65d06cfbf5d5ac84a 100644 (file)
@@ -66,3 +66,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index 200103b100f61ed5932e6ddd6c5011a4e6e5fb1d..7d86e70f21024346cfd5da53216f9179bba379b8 100644 (file)
@@ -67,3 +67,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 ############################ 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)
+
+
+
+
+
+
+
index 8da209ab01547a7efd07f1bfb62624a0bd5cc53d..164ea882f08608d11f4ee57e3c3683a598601aa8 100644 (file)
@@ -80,3 +80,18 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 
 
 -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)
+
+
+
+
+
+
+