]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant3/Makefile
This commit was generated by cvs2svn to compensate for changes in r1018,
[u/mrichter/AliRoot.git] / TGeant3 / Makefile
index 5e747c9e0cb047000ab3552c593847c7c9aaa817..01a52bf2d8e81da3a8eda28b0bd0d3c235def858 100644 (file)
@@ -13,7 +13,8 @@ FSRCS      = galicef.F
 
 # C++ sources
 
-GSRCS          = TGeant3.cxx TPaveTree.cxx THIGZ.cxx gucode.cxx
+GSRCS          = TGeant3.cxx TPaveTree.cxx THIGZ.cxx \
+                 TGeant3GUI.cxx AliGeant3.cxx
 
 # C++ Headers
 
@@ -109,4 +110,19 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################ Dependencies #####################################
 
--include 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,$(GSRCS))
+
+check:          $(CHECKS)
+
+
+
+
+
+
+