]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant3/Makefile
Another bugfix
[u/mrichter/AliRoot.git] / TGeant3 / Makefile
index 204892162ee1314bb9614dcedb8f0dd3716d7a52..bb414a5a1fa589540fa21d8bab0f0c509271e339 100644 (file)
@@ -13,7 +13,10 @@ FSRCS             = galicef.F
 
 # C++ sources
 
-GSRCS          = TGeant3.cxx TPaveTree.cxx THIGZ.cxx gucode.cxx
+GSRCS          = TGeant3.cxx TPaveTree.cxx THIGZ.cxx AliG3Medium.cxx \
+                 AliGeant3.cxx AliG3Material.cxx AliG3Volume.cxx \
+                AliGUISliders.cxx AliGuiGeomDialog.cxx AliGuiGeomMain.cxx \
+                AliGeant3GeometryGUI.cxx AliNode.cxx AliG3toRoot.cxx
 
 # C++ Headers
 
@@ -103,6 +106,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 +116,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)
-