X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TGeant3%2FMakefile;h=bb414a5a1fa589540fa21d8bab0f0c509271e339;hb=430c83b4a28dd4d443124119da65d12e496dffb7;hp=204892162ee1314bb9614dcedb8f0dd3716d7a52;hpb=41f6cf69ca344f6038e8faae9b3e4a9f8d74f7ab;p=u%2Fmrichter%2FAliRoot.git diff --git a/TGeant3/Makefile b/TGeant3/Makefile index 204892162ee..bb414a5a1fa 100644 --- a/TGeant3/Makefile +++ b/TGeant3/Makefile @@ -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) -