]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant3/Makefile
Adding dummy SetSTRA
[u/mrichter/AliRoot.git] / TGeant3 / Makefile
index 204892162ee1314bb9614dcedb8f0dd3716d7a52..ac28a7124145125dd4dbe42069d8ff400eb64441 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
 
@@ -103,6 +104,8 @@ depend:                     $(GSRCS) $(FSRCS)
 
 TOCLEAN                = $(GOBJS) $(JOBJS) $(DOBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(GSRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -111,14 +114,6 @@ 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,$(GSRCS))
-
-check:          $(CHECKS)
-