summaryrefslogtreecommitdiff
path: root/misc/root
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-05-27 12:38:27 +0000
committerdrochner <drochner@pkgsrc.org>2006-05-27 12:38:27 +0000
commit0b6b95f0c9327319d3319cb35762824c3fa476c8 (patch)
tree517faa72cdf959e3776224d6cba9ad3ab18c409c /misc/root
parent3e962788a06690098546e6712d8ca6826b132a42 (diff)
downloadpkgsrc-0b6b95f0c9327319d3319cb35762824c3fa476c8.tar.gz
update to 5.10
There were 3 major revisions inbetween, so I honestly can't tell what changed. (would be good to libtoolize this one day, but for now I've done only minimal changes to the freebsd5 configuration)
Diffstat (limited to 'misc/root')
-rw-r--r--misc/root/Makefile58
-rw-r--r--misc/root/PLIST3107
-rw-r--r--misc/root/distinfo35
-rw-r--r--misc/root/files/Makefile.netbsd56
-rwxr-xr-xmisc/root/files/root.sh8
-rw-r--r--misc/root/patches/patch-aa97
-rw-r--r--misc/root/patches/patch-ab28
-rw-r--r--misc/root/patches/patch-ac25
-rw-r--r--misc/root/patches/patch-ad33
-rw-r--r--misc/root/patches/patch-ae41
-rw-r--r--misc/root/patches/patch-af26
-rw-r--r--misc/root/patches/patch-ag25
-rw-r--r--misc/root/patches/patch-ah65
-rw-r--r--misc/root/patches/patch-ai21
-rw-r--r--misc/root/patches/patch-aj50
-rw-r--r--misc/root/patches/patch-ak18
-rw-r--r--misc/root/patches/patch-al28
-rw-r--r--misc/root/patches/patch-am68
-rw-r--r--misc/root/patches/patch-an15
19 files changed, 2777 insertions, 1027 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile
index ae97067ed60..700e8a8e58e 100644
--- a/misc/root/Makefile
+++ b/misc/root/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2006/05/18 20:30:00 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2006/05/27 12:38:27 drochner Exp $
-DISTNAME= root_v2.23.08.source
-PKGNAME= root-2.23
-PKGREVISION= 1
+DISTNAME= root_v5.10.00.source
+PKGNAME= root-5.10
CATEGORIES= misc
MASTER_SITES= ftp://root.cern.ch/root/
@@ -10,16 +9,12 @@ MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://root.cern.ch/
COMMENT= OO framework for data analysis and visualisation
-BROKEN_IN= pkgsrc-2005Q4 pkgsrc-2006Q1
-
-BUILD_DEPENDS+= cint-5.14.40:../../lang/cint
-
-WRKSRC= ${WRKDIR}
-BUILDLINK_PASSTHRU_DIRS=${PREFIX}/root/lib
+WRKSRC= ${WRKDIR}/root
USE_TOOLS+= gmake
+USE_LANGUAGES+= c++
+#USE_LANGUAGES+= fortran
-BUILD_TARGET= netbsd
-MAKE_ENV+= LD_LIBRARY_PATH=${WRKDIR:Q}/lib ROOTSYS=${WRKDIR:Q}
+BUILD_TARGET=
.if (${MACHINE_ARCH} == "arm")
BROKEN= Compilation stops due to internal compiler error
@@ -27,20 +22,31 @@ BROKEN= Compilation stops due to internal compiler error
INSTALLATION_DIRS= bin
-do-configure:
- ${CP} ${FILESDIR}/Makefile.netbsd ${WRKDIR}/src
- ${MKDIR} ${WRKDIR}/bin
- ${MKDIR} ${WRKDIR}/lib
- ${CP} ${PREFIX}/cint/MAKEINFO ${WRKDIR}/cint
- ${CP} ${PREFIX}/cint/include/iosenum.h ${WRKDIR}/cint/include
-
-do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/root
- ${INSTALL_DATA_DIR} ${PREFIX}/root/include
- (cd ${WRKDIR}/src; ${CP} *.h MAIN_rmain.cxx ${PREFIX}/root/include)
- (cd ${WRKDIR}; tar cf - lib bin cint)|(cd ${PREFIX}/root;tar xf -)
- ${SED} "s;XXXPREFIXXXX;${PREFIX};g" <${FILESDIR}/root.sh >${PREFIX}/bin/root
- ${CHMOD} +x ${PREFIX}/bin/root
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= ${LOWER_OPSYS}
+CONFIGURE_ARGS+= --prefix=${PREFIX} --mandir=${PREFIX}/man/man1
+CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
+CONFIGURE_ARGS+= --enable-soversion
+CONFIGURE_ARGS+= --disable-builtin-pcre
+CONFIGURE_ARGS+= --disable-builtin-freetype
+
+# option, requires libxml2
+CONFIGURE_ARGS+= --disable-xml
+#.include "../../textproc/libxml2/buildlink3.mk"
+
+# might be optional
+#CONFIGURE_ARGS+= --disable-asimage
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/libungif/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+
+post-extract:
+ ${CP} ${FILESDIR}/Makefile.netbsd ${WRKSRC}/config
.include "../../graphics/xpm/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/root/PLIST b/misc/root/PLIST
index a92cf1f4c2c..58072f6fb70 100644
--- a/misc/root/PLIST
+++ b/misc/root/PLIST
@@ -1,725 +1,2384 @@
-@comment $NetBSD: PLIST,v 1.2 2005/05/23 08:24:07 rillig Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/05/27 12:38:27 drochner Exp $
+bin/cint
+bin/hadd
+bin/makecint
+bin/memprobe
+bin/proofd
+bin/proofserv
+bin/rmkdepend
bin/root
-root/bin/cint
-root/bin/proofd
-root/bin/proofserv
-root/bin/root
-root/bin/root.exe
-root/bin/rootcint
-root/bin/rootd
-root/cint/MAKEINFO
-root/cint/include/Common.h
-root/cint/include/ReadF.h
-root/cint/include/RegE.h
-root/cint/include/api.h
-root/cint/include/array.h
-root/cint/include/arrayiostream.h
-root/cint/include/assert.h
-root/cint/include/bool.h
-root/cint/include/boolean.h
-root/cint/include/carray.h
-root/cint/include/cassert
-root/cint/include/cctype
-root/cint/include/cerrno
-root/cint/include/cfloat
-root/cint/include/climits
-root/cint/include/clocale
-root/cint/include/cmath
-root/cint/include/complex
-root/cint/include/complex.h
-root/cint/include/constants.h
-root/cint/include/csetjmp
-root/cint/include/csignal
-root/cint/include/cstdarg
-root/cint/include/cstddef
-root/cint/include/cstdio
-root/cint/include/cstdlib
-root/cint/include/cstring
-root/cint/include/ctime
-root/cint/include/ctype.h
-root/cint/include/cwchar
-root/cint/include/cwctype
-root/cint/include/darray.h
-root/cint/include/errno.h
-root/cint/include/ertti.h
-root/cint/include/exception.h
-root/cint/include/fcntl.h
-root/cint/include/fft.h
-root/cint/include/float.h
-root/cint/include/fstream.h
-root/cint/include/graphbuf.h
-root/cint/include/hp54503.h
-root/cint/include/hpib.h
-root/cint/include/iomanip.h
-root/cint/include/iosenum.h
-root/cint/include/iosfwd
-root/cint/include/iosfwd.h
-root/cint/include/iostream
-root/cint/include/iostream.h
-root/cint/include/limits.h
-root/cint/include/locale.h
-root/cint/include/lsm.h
-root/cint/include/math.h
-root/cint/include/new.h
-root/cint/include/ostream
-root/cint/include/platform.h
-root/cint/include/pthread.h
-root/cint/include/readfile.h
-root/cint/include/regex.h
-root/cint/include/regexp.h
-root/cint/include/setjmp.h
-root/cint/include/signal.h
-root/cint/include/socket.h
-root/cint/include/sstream
-root/cint/include/statistics.h
-root/cint/include/stdarg.h
-root/cint/include/stddef.h
-root/cint/include/stdio.h
-root/cint/include/stdlib.h
-root/cint/include/stream.h
-root/cint/include/string.h
-root/cint/include/striostream.h
-root/cint/include/strstream.h
-root/cint/include/systypes.h
-root/cint/include/time.h
-root/cint/include/typeinfo.h
-root/cint/include/unistd.h
-root/cint/include/windows.h
-root/cint/include/winsock.h
-root/cint/include/xygraphbuf.h
-root/cint/lib/prec_stl/algorithm
-root/cint/lib/prec_stl/bitset
-root/cint/lib/prec_stl/deque
-root/cint/lib/prec_stl/functional
-root/cint/lib/prec_stl/iterator
-root/cint/lib/prec_stl/limits
-root/cint/lib/prec_stl/list
-root/cint/lib/prec_stl/map
-root/cint/lib/prec_stl/memory
-root/cint/lib/prec_stl/multimap
-root/cint/lib/prec_stl/multiset
-root/cint/lib/prec_stl/numeric
-root/cint/lib/prec_stl/queue
-root/cint/lib/prec_stl/set
-root/cint/lib/prec_stl/stack
-root/cint/lib/prec_stl/string
-root/cint/lib/prec_stl/utility
-root/cint/lib/prec_stl/valarray
-root/cint/lib/prec_stl/vector
-root/cint/stl/_deque.h
-root/cint/stl/_iterator.h
-root/cint/stl/_list.h
-root/cint/stl/_map.h
-root/cint/stl/_multimap.h
-root/cint/stl/_multiset.h
-root/cint/stl/_pair.h
-root/cint/stl/_set.h
-root/cint/stl/_stack.h
-root/cint/stl/_utility.h
-root/cint/stl/_vector.h
-root/cint/stl/algo.h
-root/cint/stl/algobase.h
-root/cint/stl/algorithm
-root/cint/stl/bitset
-root/cint/stl/bool
-root/cint/stl/bool.h
-root/cint/stl/bstring.h
-root/cint/stl/bvector.h
-root/cint/stl/defalloc.h
-root/cint/stl/deque
-root/cint/stl/deque.h
-root/cint/stl/faralloc.h
-root/cint/stl/fdeque.h
-root/cint/stl/flist.h
-root/cint/stl/fmap.h
-root/cint/stl/fmultmap.h
-root/cint/stl/fmultset.h
-root/cint/stl/fset.h
-root/cint/stl/function.h
-root/cint/stl/functional
-root/cint/stl/hdeque.h
-root/cint/stl/heap.h
-root/cint/stl/hlist.h
-root/cint/stl/hmap.h
-root/cint/stl/hmultmap.h
-root/cint/stl/hmultset.h
-root/cint/stl/hset.h
-root/cint/stl/hugalloc.h
-root/cint/stl/hvector.h
-root/cint/stl/iterator
-root/cint/stl/iterator.h
-root/cint/stl/lbvector.h
-root/cint/stl/ldeque.h
-root/cint/stl/limits
-root/cint/stl/list
-root/cint/stl/list.h
-root/cint/stl/llist.h
-root/cint/stl/lmap.h
-root/cint/stl/lmultmap.h
-root/cint/stl/lmultset.h
-root/cint/stl/lngalloc.h
-root/cint/stl/lset.h
-root/cint/stl/map
-root/cint/stl/map.h
-root/cint/stl/memory
-root/cint/stl/multimap
-root/cint/stl/multimap.h
-root/cint/stl/multiset
-root/cint/stl/multiset.h
-root/cint/stl/neralloc.h
-root/cint/stl/nmap.h
-root/cint/stl/nmultmap.h
-root/cint/stl/nmultset.h
-root/cint/stl/nset.h
-root/cint/stl/numeric
-root/cint/stl/pair
-root/cint/stl/pair.h
-root/cint/stl/projectn.h
-root/cint/stl/queue
-root/cint/stl/set
-root/cint/stl/set.h
-root/cint/stl/stack
-root/cint/stl/stack.h
-root/cint/stl/string
-root/cint/stl/tempbuf.h
-root/cint/stl/tree.h
-root/cint/stl/utility
-root/cint/stl/valarray
-root/cint/stl/vector
-root/cint/stl/vector.h
-root/include/Api.h
-root/include/Apiif.h
-root/include/BASE1_LinkDef.h
-root/include/BASE2_LinkDef.h
-root/include/BASE_G__Base1.h
-root/include/BASE_G__Base2.h
-root/include/BaseCls.h
-root/include/Buttons.h
-root/include/Bytes.h
-root/include/CONT_G__Cont.h
-root/include/CONT_LinkDef.h
-root/include/CallFunc.h
-root/include/Class.h
-root/include/DataMbr.h
-root/include/Demangle.h
-root/include/DllImport.h
-root/include/EG_G__EG.h
-root/include/EG_LinkDef.h
-root/include/Foption.h
-root/include/G1_LinkDef.h
-root/include/G2_LinkDef.h
-root/include/G3D_G__G3D.h
-root/include/G3D_LinkDef.h
-root/include/GLConstants.h
-root/include/GPAD_G__GPad.h
-root/include/GPAD_LinkDef.h
-root/include/GUI1_LinkDef.h
-root/include/GUI2_LinkDef.h
-root/include/GUI3_LinkDef.h
-root/include/GUI_G__Gui1.h
-root/include/GUI_G__Gui2.h
-root/include/GUI_G__Gui3.h
-root/include/G_G__Graf1.h
-root/include/G_G__Graf2.h
-root/include/G__TypeInfo.h
-root/include/G__ci.h
-root/include/Getline.h
-root/include/Gtypes.h
-root/include/GuiTypes.h
-root/include/HISTPAINTER_G__HistPainter.h
-root/include/HISTPAINTER_LinkDef.h
-root/include/HTML_G__Html.h
-root/include/HTML_LinkDef.h
-root/include/H_G__Hist.h
-root/include/H_LinkDef.h
-root/include/HelpText.h
-root/include/Hepevt.h
-root/include/Hoption.h
-root/include/Hparam.h
-root/include/Htypes.h
-root/include/KeySymbols.h
-root/include/MAIN_rmain.cxx
-root/include/MATRIX_G__Matrix.h
-root/include/MATRIX_LinkDef.h
-root/include/META_G__Meta.h
-root/include/META_LinkDef.h
-root/include/MINUIT_G__Minuit.h
-root/include/MINUIT_LinkDef.h
-root/include/Match.h
-root/include/MessageTypes.h
-root/include/Method.h
-root/include/MethodAr.h
-root/include/NET_G__Net.h
-root/include/NET_LinkDef.h
-root/include/OptimizeOff.h
-root/include/PHYSICS_G__Physics.h
-root/include/PHYSICS_LinkDef.h
-root/include/POSTSCRIPT_G__PostScript.h
-root/include/POSTSCRIPT_LinkDef.h
-root/include/PROOF_G__Proof.h
-root/include/PROOF_LinkDef.h
-root/include/PYTHIA6_G__Pythia6.h
-root/include/PYTHIA6_LinkDef.h
-root/include/PYTHIA_G__Pythia.h
-root/include/PYTHIA_LinkDef.h
-root/include/Pcommon.h
-root/include/PosixThreadInc.h
-root/include/Property.h
-root/include/RConfig.h
-root/include/RFIO_LinkDef.h
-root/include/RINT_G__Rint.h
-root/include/RINT_LinkDef.h
-root/include/RVersion.h
-root/include/R__pthread.h
-root/include/Rtypes.h
-root/include/Strlen.h
-root/include/TApplication.h
-root/include/TApplicationImp.h
-root/include/TArc.h
-root/include/TArray.h
-root/include/TArrayC.h
-root/include/TArrayD.h
-root/include/TArrayF.h
-root/include/TArrayI.h
-root/include/TArrayL.h
-root/include/TArrayS.h
-root/include/TArrow.h
-root/include/TAtt3D.h
-root/include/TAttAxis.h
-root/include/TAttCanvas.h
-root/include/TAttFill.h
-root/include/TAttFillCanvas.h
-root/include/TAttLine.h
-root/include/TAttLineCanvas.h
-root/include/TAttMarker.h
-root/include/TAttMarkerCanvas.h
-root/include/TAttPad.h
-root/include/TAttParticle.h
-root/include/TAttText.h
-root/include/TAttTextCanvas.h
-root/include/TAxis.h
-root/include/TBRIK.h
-root/include/TBaseClass.h
-root/include/TBasket.h
-root/include/TBenchmark.h
-root/include/TBox.h
-root/include/TBranch.h
-root/include/TBranchClones.h
-root/include/TBranchObject.h
-root/include/TBrowser.h
-root/include/TBrowserImp.h
-root/include/TBtree.h
-root/include/TBuffer.h
-root/include/TButton.h
-root/include/TCONE.h
-root/include/TCONS.h
-root/include/TCTUB.h
-root/include/TCanvas.h
-root/include/TCanvasImp.h
-root/include/TChain.h
-root/include/TChainElement.h
-root/include/TCint.h
-root/include/TClass.h
-root/include/TClassTable.h
-root/include/TClassTree.h
-root/include/TClonesArray.h
-root/include/TCollection.h
-root/include/TColor.h
-root/include/TCondition.h
-root/include/TConditionImp.h
-root/include/TContextMenu.h
-root/include/TContextMenuImp.h
-root/include/TContextMenuItem.h
-root/include/TControlBar.h
-root/include/TControlBarButton.h
-root/include/TControlBarImp.h
-root/include/TCritSection.h
-root/include/TCut.h
-root/include/TCutG.h
-root/include/TDataMember.h
-root/include/TDataType.h
-root/include/TDatabasePDG.h
-root/include/TDatime.h
-root/include/TDialogCanvas.h
-root/include/TDiamond.h
-root/include/TDictionary.h
-root/include/TDirectory.h
-root/include/TDrawPanelHist.h
-root/include/TELTU.h
-root/include/TEllipse.h
-root/include/TEnv.h
-root/include/TError.h
-root/include/TEventList.h
-root/include/TExMap.h
-root/include/TException.h
-root/include/TF1.h
-root/include/TF2.h
-root/include/TF3.h
-root/include/TFile.h
-root/include/TFitPanel.h
-root/include/TFitPanelGraph.h
-root/include/TFitter.h
-root/include/TFormula.h
-root/include/TFrame.h
-root/include/TFree.h
-root/include/TFunction.h
-root/include/TGButton.h
-root/include/TGCanvas.h
-root/include/TGClient.h
-root/include/TGComboBox.h
-root/include/TGDimension.h
-root/include/TGDoubleSlider.h
-root/include/TGFSComboBox.h
-root/include/TGFSContainer.h
-root/include/TGFileDialog.h
-root/include/TGFrame.h
-root/include/TGIcon.h
-root/include/TGLKernel.h
-root/include/TGLViewerImp.h
-root/include/TGLabel.h
-root/include/TGLayout.h
-root/include/TGListBox.h
-root/include/TGListTree.h
-root/include/TGListView.h
-root/include/TGMenu.h
-root/include/TGMimeTypes.h
-root/include/TGMsgBox.h
-root/include/TGObject.h
-root/include/TGPicture.h
-root/include/TGScrollBar.h
-root/include/TGSlider.h
-root/include/TGStatusBar.h
-root/include/TGString.h
-root/include/TGTRA.h
-root/include/TGTab.h
-root/include/TGText.h
-root/include/TGTextBuffer.h
-root/include/TGTextEntry.h
-root/include/TGTextView.h
-root/include/TGToolBar.h
-root/include/TGToolTip.h
-root/include/TGWidget.h
-root/include/TGWin32.h
-root/include/TGWin32Brush.h
-root/include/TGWin32Command.h
-root/include/TGWin32Marker.h
-root/include/TGWin32Object.h
-root/include/TGWin32Pen.h
-root/include/TGWin32PixmapObject.h
-root/include/TGWin32StatusBar.h
-root/include/TGWin32WindowsObject.h
-root/include/TGWindow.h
-root/include/TGX11.h
-root/include/TGX11TTF.h
-root/include/TGaxis.h
-root/include/TGenerator.h
-root/include/TGeometry.h
-root/include/TGlobal.h
-root/include/TGraph.h
-root/include/TGraphAsymmErrors.h
-root/include/TGraphErrors.h
-root/include/TGroupButton.h
-root/include/TGuiFactory.h
-root/include/TH1.h
-root/include/TH2.h
-root/include/TH3.h
-root/include/THREAD_LinkDef.h
-root/include/THYPE.h
-root/include/THashList.h
-root/include/THashTable.h
-root/include/THelix.h
-root/include/THistPainter.h
-root/include/THtml.h
-root/include/TInetAddress.h
-root/include/TInterpreter.h
-root/include/TIterator.h
-root/include/TKey.h
-root/include/TKeyMapFile.h
-root/include/TLatex.h
-root/include/TLeaf.h
-root/include/TLeafB.h
-root/include/TLeafC.h
-root/include/TLeafD.h
-root/include/TLeafF.h
-root/include/TLeafI.h
-root/include/TLeafObject.h
-root/include/TLeafS.h
-root/include/TLegend.h
-root/include/TLegendEntry.h
-root/include/TLego.h
-root/include/TLine.h
-root/include/TLink.h
-root/include/TList.h
-root/include/TLorentzRotation.h
-root/include/TLorentzVector.h
-root/include/TMCParticle.h
-root/include/TMacSystem.h
-root/include/TMap.h
-root/include/TMapFile.h
-root/include/TMarker.h
-root/include/TMarker3DBox.h
-root/include/TMaterial.h
-root/include/TMath.h
-root/include/TMatrix.h
-root/include/TMatrixUtils.h
-root/include/TMemberInspector.h
-root/include/TMessage.h
-root/include/TMethod.h
-root/include/TMethodArg.h
-root/include/TMethodCall.h
-root/include/TMinuit.h
-root/include/TMixture.h
-root/include/TMonitor.h
-root/include/TMutex.h
-root/include/TMutexImp.h
-root/include/TNamed.h
-root/include/TNetFile.h
-root/include/TNode.h
-root/include/TNodeDiv.h
-root/include/TNtuple.h
-root/include/TObjArray.h
-root/include/TObjPtr.h
-root/include/TObjString.h
-root/include/TObject.h
-root/include/TObjectTable.h
-root/include/TOrdCollection.h
-root/include/TPARA.h
-root/include/TPCON.h
-root/include/TPGON.h
-root/include/TPacketGenerator.h
-root/include/TPad.h
-root/include/TPadOpenGLView.h
-root/include/TPadView3D.h
-root/include/TParticle.h
-root/include/TParticlePDG.h
-root/include/TPave.h
-root/include/TPaveClass.h
-root/include/TPaveLabel.h
-root/include/TPaveStats.h
-root/include/TPaveText.h
-root/include/TPaveVar.h
-root/include/TPavesText.h
-root/include/TPoint.h
-root/include/TPoints.h
-root/include/TPoints3DABC.h
-root/include/TPolyLine.h
-root/include/TPolyLine3D.h
-root/include/TPolyMarker.h
-root/include/TPolyMarker3D.h
-root/include/TPosixCondition.h
-root/include/TPosixMutex.h
-root/include/TPosixThread.h
-root/include/TPosixThreadFactory.h
-root/include/TPostScript.h
-root/include/TPrimary.h
-root/include/TProfile.h
-root/include/TProof.h
-root/include/TProofServ.h
-root/include/TPythia.h
-root/include/TPythia6.h
-root/include/TPythia6Calls.h
-root/include/TREEPLAYER_G__TreePlayer.h
-root/include/TREEPLAYER_LinkDef.h
-root/include/TREEVIEWER_G__TreeViewer.h
-root/include/TREEVIEWER_LinkDef.h
-root/include/TREE_G__Tree.h
-root/include/TREE_LinkDef.h
-root/include/TRFIOFile.h
-root/include/TROOT.h
-root/include/TRandom.h
-root/include/TRandom2.h
-root/include/TRandom3.h
-root/include/TRealData.h
-root/include/TRefCnt.h
-root/include/TRegexp.h
-root/include/TRint.h
-root/include/TRootApplication.h
-root/include/TRootBrowser.h
-root/include/TRootCanvas.h
-root/include/TRootContextMenu.h
-root/include/TRootControlBar.h
-root/include/TRootDialog.h
-root/include/TRootEmbeddedCanvas.h
-root/include/TRootGLKernel.h
-root/include/TRootGLU.h
-root/include/TRootGLViewer.h
-root/include/TRootGLX.h
-root/include/TRootGuiFactory.h
-root/include/TRootHelpDialog.h
-root/include/TRootWGL.h
-root/include/TRotMatrix.h
-root/include/TRotation.h
-root/include/TSPHE.h
-root/include/TSelector.h
-root/include/TSemaphore.h
-root/include/TSeqCollection.h
-root/include/TServerSocket.h
-root/include/TShape.h
-root/include/TSlave.h
-root/include/TSlider.h
-root/include/TSliderBox.h
-root/include/TSocket.h
-root/include/TSortedList.h
-root/include/TSpectrum.h
-root/include/TStopwatch.h
-root/include/TStorage.h
-root/include/TString.h
-root/include/TStringLong.h
-root/include/TStyle.h
-root/include/TSysEvtHandler.h
-root/include/TSystem.h
-root/include/TSystemDirectory.h
-root/include/TSystemFile.h
-root/include/TTRAP.h
-root/include/TTRD1.h
-root/include/TTRD2.h
-root/include/TTUBE.h
-root/include/TTUBS.h
-root/include/TTabCom.h
-root/include/TText.h
-root/include/TThread.h
-root/include/TThreadFactory.h
-root/include/TThreadImp.h
-root/include/TTime.h
-root/include/TTimer.h
-root/include/TToggle.h
-root/include/TToggleGroup.h
-root/include/TTree.h
-root/include/TTreeFormula.h
-root/include/TTreePlayer.h
-root/include/TTreeViewer.h
-root/include/TUnixSystem.h
-root/include/TUrl.h
-root/include/TVector.h
-root/include/TVector2.h
-root/include/TVector3.h
-root/include/TVenus.h
-root/include/TView.h
-root/include/TViewerX3D.h
-root/include/TVirtualFitter.h
-root/include/TVirtualGL.h
-root/include/TVirtualHistPainter.h
-root/include/TVirtualMenuItem.h
-root/include/TVirtualPS.h
-root/include/TVirtualPad.h
-root/include/TVirtualTreePlayer.h
-root/include/TVirtualX.h
-root/include/TVmsSystem.h
-root/include/TWIN32GLVIEWERIMP.h
-root/include/TWbox.h
-root/include/TWebFile.h
-root/include/TWin32Application.h
-root/include/TWin32BrowserImp.h
-root/include/TWin32CallBackList.h
-root/include/TWin32Canvas.h
-root/include/TWin32CommCtrl.h
-root/include/TWin32Command.h
-root/include/TWin32ContextMenuImp.h
-root/include/TWin32ControlBarImp.h
-root/include/TWin32CustomMenuItem.h
-root/include/TWin32Dialog.h
-root/include/TWin32GLKernel.h
-root/include/TWin32GuiFactory.h
-root/include/TWin32HookViaThread.h
-root/include/TWin32InspectImp.h
-root/include/TWin32ListViewCtrl.h
-root/include/TWin32Menu.h
-root/include/TWin32MenuItem.h
-root/include/TWin32Semaphore.h
-root/include/TWin32SimpleEditCtrl.h
-root/include/TWin32Timer.h
-root/include/TWin32TreeViewCtrl.h
-root/include/TWin32WindowABC.h
-root/include/TWinNTInput.h
-root/include/TWinNTSystem.h
-root/include/Tailor.h
-root/include/Token.h
-root/include/Type.h
-root/include/Typedf.h
-root/include/UNIX_G__Unix.h
-root/include/UNIX_LinkDef.h
-root/include/VENUS_G__Venus.h
-root/include/VENUS_LinkDef.h
-root/include/Varargs.h
-root/include/Vcommon.h
-root/include/WIN32_LinkDef.h
-root/include/WINNT_LinkDef.h
-root/include/WidgetMessageTypes.h
-root/include/Win32Constants.h
-root/include/Windows4Root.h
-root/include/X11TTF_LinkDef.h
-root/include/X11_G__X11.h
-root/include/X11_LinkDef.h
-root/include/X3DBuffer.h
-root/include/X3DDefs.h
-root/include/X3D_G__X3D.h
-root/include/X3D_LinkDef.h
-root/include/Xpm.h
-root/include/ZIP.h
-root/include/aixdlfcn.h
-root/include/bcstrm.h
-root/include/cbstrm.h
-root/include/cfortran.h
-root/include/common.h
-root/include/compiledata.h
-root/include/dllrev.h
-root/include/fproto.h
-root/include/fstrm.h
-root/include/global.h
-root/include/header.h
-root/include/iostrm.h
-root/include/kccstrm.h
-root/include/libstrm.h
-root/include/memtest.h
-root/include/mmalloc.h
-root/include/mmconfig.h
-root/include/mmprivate.h
-root/include/newsos.h
-root/include/root_prefix_mac.h
-root/include/rootd.h
-root/include/rootdp.h
-root/include/rootlogo_xbm.h
-root/include/rootlogo_xpm.h
-root/include/security.h
-root/include/stdiostr.h
-root/include/stdstr.h
-root/include/stdstrct.h
-root/include/strm.h
-root/include/strstrm.h
-root/include/sunos.h
-root/include/vcstrm.h
-root/include/x3d.h
-root/lib/libCint.so
-root/lib/libCore.so
-root/lib/libEG.so
-root/lib/libEGPythia.so
-root/lib/libEGPythia6.so
-root/lib/libEGVenus.so
-root/lib/libGX11.so
-root/lib/libGpad.so
-root/lib/libGraf.so
-root/lib/libGraf3d.so
-root/lib/libGui.so
-root/lib/libHist.so
-root/lib/libHistPainter.so
-root/lib/libHtml.so
-root/lib/libMatrix.so
-root/lib/libMinuit.so
-root/lib/libNew.so
-root/lib/libPhysics.so
-root/lib/libPostscript.so
-root/lib/libProof.so
-root/lib/libRint.so
-root/lib/libTree.so
-root/lib/libTreePlayer.so
-root/lib/libTreeViewer.so
-root/lib/libX3d.so
-@dirrm root/bin
-@dirrm root/cint/include
-@dirrm root/cint/lib/prec_stl
-@dirrm root/cint/lib
-@dirrm root/cint/stl
-@dirrm root/cint
-@dirrm root/include
-@dirrm root/lib
-@dirrm root
+bin/root-config
+bin/root.exe
+bin/rootcint
+bin/rootd
+bin/rootn.exe
+bin/ssh2rpd
+include/root/Api.h
+include/root/Apiif.h
+include/root/Apiifold.h
+include/root/AuthConst.h
+include/root/BaseCls.h
+include/root/Bits.h
+include/root/Bswapcpy.h
+include/root/Buttons.h
+include/root/Bytes.h
+include/root/Byteswap.h
+include/root/CallFunc.h
+include/root/Class.h
+include/root/CsgOps.h
+include/root/DaemonUtils.h
+include/root/DataMbr.h
+include/root/Demangle.h
+include/root/DllImport.h
+include/root/Foption.h
+include/root/GLConstants.h
+include/root/G__ci.h
+include/root/Getline.h
+include/root/Gtypes.h
+include/root/GuiTypes.h
+include/root/HelpSMText.h
+include/root/HelpText.h
+include/root/HelpTextTV.h
+include/root/Hepevt.h
+include/root/Hoption.h
+include/root/Hparam.h
+include/root/Htypes.h
+include/root/KeySymbols.h
+include/root/Match.h
+include/root/Math/BinaryOpPolicy.h
+include/root/Math/BinaryOperators.h
+include/root/Math/CramerInversion.icc
+include/root/Math/CramerInversionSym.icc
+include/root/Math/Dfact.h
+include/root/Math/Dfactir.h
+include/root/Math/Dfinv.h
+include/root/Math/Dinv.h
+include/root/Math/Dsfact.h
+include/root/Math/Dsinv.h
+include/root/Math/Expression.h
+include/root/Math/Functions.h
+include/root/Math/HelperOps.h
+include/root/Math/MConfig.h
+include/root/Math/MatrixFunctions.h
+include/root/Math/MatrixRepresentationsStatic.h
+include/root/Math/SMatrix.h
+include/root/Math/SMatrix.icc
+include/root/Math/SVector.h
+include/root/Math/SVector.icc
+include/root/Math/StaticCheck.h
+include/root/Math/UnaryOperators.h
+include/root/MemCheck.h
+include/root/MessageTypes.h
+include/root/Method.h
+include/root/MethodAr.h
+include/root/NetErrors.h
+include/root/PosixThreadInc.h
+include/root/Property.h
+include/root/RConfig.h
+include/root/RQ_OBJECT.h
+include/root/RStipples.h
+include/root/RVersion.h
+include/root/Riosfwd.h
+include/root/Riostream.h
+include/root/Rpair.h
+include/root/Rstrstream.h
+include/root/Rtypeinfo.h
+include/root/Rtypes.h
+include/root/RtypesCint.h
+include/root/RtypesImp.h
+include/root/Strlen.h
+include/root/TASImage.h
+include/root/TASImagePlugin.h
+include/root/TASPaletteEditor.h
+include/root/TASPluginGS.h
+include/root/TApplication.h
+include/root/TApplicationImp.h
+include/root/TArc.h
+include/root/TArcBall.h
+include/root/TArchiveFile.h
+include/root/TArray.h
+include/root/TArrayC.h
+include/root/TArrayD.h
+include/root/TArrayF.h
+include/root/TArrayI.h
+include/root/TArrayL.h
+include/root/TArrayS.h
+include/root/TArrow.h
+include/root/TArrowEditor.h
+include/root/TAtt3D.h
+include/root/TAttAxis.h
+include/root/TAttCanvas.h
+include/root/TAttFill.h
+include/root/TAttFillCanvas.h
+include/root/TAttFillEditor.h
+include/root/TAttImage.h
+include/root/TAttLine.h
+include/root/TAttLineCanvas.h
+include/root/TAttLineEditor.h
+include/root/TAttMarker.h
+include/root/TAttMarkerCanvas.h
+include/root/TAttMarkerEditor.h
+include/root/TAttPad.h
+include/root/TAttParticle.h
+include/root/TAttText.h
+include/root/TAttTextCanvas.h
+include/root/TAttTextEditor.h
+include/root/TAuthenticate.h
+include/root/TAxis.h
+include/root/TAxis3D.h
+include/root/TAxisEditor.h
+include/root/TBRIK.h
+include/root/TBaseClass.h
+include/root/TBasket.h
+include/root/TBasketSQL.h
+include/root/TBenchmark.h
+include/root/TBits.h
+include/root/TBox.h
+include/root/TBranch.h
+include/root/TBranchBrowsable.h
+include/root/TBranchClones.h
+include/root/TBranchElement.h
+include/root/TBranchObject.h
+include/root/TBranchProxy.h
+include/root/TBranchProxyClassDescriptor.h
+include/root/TBranchProxyDescriptor.h
+include/root/TBranchProxyDirector.h
+include/root/TBranchProxyTemplate.h
+include/root/TBranchRef.h
+include/root/TBrowser.h
+include/root/TBrowserImp.h
+include/root/TBtree.h
+include/root/TBuffer.h
+include/root/TBuffer3D.h
+include/root/TBuffer3DTypes.h
+include/root/TBufferSQL.h
+include/root/TBufferSQL2.h
+include/root/TBufferXML.h
+include/root/TButton.h
+include/root/TCONE.h
+include/root/TCONS.h
+include/root/TCTUB.h
+include/root/TCache.h
+include/root/TCanvas.h
+include/root/TCanvasImp.h
+include/root/TChain.h
+include/root/TChainElement.h
+include/root/TChainIndex.h
+include/root/TChainProof.h
+include/root/TCint.h
+include/root/TClass.h
+include/root/TClassEdit.h
+include/root/TClassGenerator.h
+include/root/TClassMenuItem.h
+include/root/TClassRef.h
+include/root/TClassStreamer.h
+include/root/TClassTable.h
+include/root/TClassTree.h
+include/root/TClonesArray.h
+include/root/TCollection.h
+include/root/TCollectionProxy.h
+include/root/TColor.h
+include/root/TComplex.h
+include/root/TCondition.h
+include/root/TConditionImp.h
+include/root/TCondor.h
+include/root/TConfidenceLevel.h
+include/root/TContainerConverters.h
+include/root/TContextMenu.h
+include/root/TContextMenuImp.h
+include/root/TControlBar.h
+include/root/TControlBarButton.h
+include/root/TControlBarImp.h
+include/root/TCreatePrimitives.h
+include/root/TCrown.h
+include/root/TCurlyArc.h
+include/root/TCurlyArcEditor.h
+include/root/TCurlyLine.h
+include/root/TCurlyLineEditor.h
+include/root/TCut.h
+include/root/TCutG.h
+include/root/TDSet.h
+include/root/TDSetProxy.h
+include/root/TDataMember.h
+include/root/TDataType.h
+include/root/TDatabasePDG.h
+include/root/TDatime.h
+include/root/TDecayChannel.h
+include/root/TDecompBK.h
+include/root/TDecompBase.h
+include/root/TDecompChol.h
+include/root/TDecompLU.h
+include/root/TDecompQRH.h
+include/root/TDecompSVD.h
+include/root/TDecompSparse.h
+include/root/TDialogCanvas.h
+include/root/TDiamond.h
+include/root/TDictionary.h
+include/root/TDirectory.h
+include/root/TDrawFeedback.h
+include/root/TDrawPanelHist.h
+include/root/TELTU.h
+include/root/TEllipse.h
+include/root/TEmulatedCollectionProxy.h
+include/root/TEmulatedMapProxy.h
+include/root/TEnv.h
+include/root/TError.h
+include/root/TEventIter.h
+include/root/TEventList.h
+include/root/TExMap.h
+include/root/TException.h
+include/root/TExec.h
+include/root/TF1.h
+include/root/TF12.h
+include/root/TF2.h
+include/root/TF3.h
+include/root/TFTP.h
+include/root/TFeldmanCousins.h
+include/root/TFile.h
+include/root/TFileDrawMap.h
+include/root/TFileInfo.h
+include/root/TFileMerger.h
+include/root/TFitPanel.h
+include/root/TFitPanelGraph.h
+include/root/TFitter.h
+include/root/TFoam.h
+include/root/TFoamCell.h
+include/root/TFoamIntegrand.h
+include/root/TFoamMaxwt.h
+include/root/TFoamVect.h
+include/root/TFolder.h
+include/root/TFormLeafInfo.h
+include/root/TFormula.h
+include/root/TFormulaPrimitive.h
+include/root/TFractionFitter.h
+include/root/TFrame.h
+include/root/TFrameEditor.h
+include/root/TFree.h
+include/root/TFriendElement.h
+include/root/TFriendProxy.h
+include/root/TFriendProxyDescriptor.h
+include/root/TFumili.h
+include/root/TFunction.h
+include/root/TG3DLine.h
+include/root/TGApplication.h
+include/root/TGButton.h
+include/root/TGButtonGroup.h
+include/root/TGCanvas.h
+include/root/TGClient.h
+include/root/TGColorDialog.h
+include/root/TGColorSelect.h
+include/root/TGComboBox.h
+include/root/TGDimension.h
+include/root/TGDockableFrame.h
+include/root/TGDoubleSlider.h
+include/root/TGFSComboBox.h
+include/root/TGFSContainer.h
+include/root/TGFileDialog.h
+include/root/TGFont.h
+include/root/TGFontDialog.h
+include/root/TGFrame.h
+include/root/TGGC.h
+include/root/TGIcon.h
+include/root/TGIdleHandler.h
+include/root/TGImageMap.h
+include/root/TGLBoundingBox.h
+include/root/TGLCamera.h
+include/root/TGLClip.h
+include/root/TGLCylinder.h
+include/root/TGLDisplayListCache.h
+include/root/TGLDrawFlags.h
+include/root/TGLDrawable.h
+include/root/TGLEditor.h
+include/root/TGLFaceSet.h
+include/root/TGLHistPainter.h
+include/root/TGLIncludes.h
+include/root/TGLKernel.h
+include/root/TGLLogicalShape.h
+include/root/TGLManip.h
+include/root/TGLOrthoCamera.h
+include/root/TGLOutput.h
+include/root/TGLPerspectiveCamera.h
+include/root/TGLPhysicalShape.h
+include/root/TGLPixmap.h
+include/root/TGLPolyLine.h
+include/root/TGLPolyMarker.h
+include/root/TGLQuadric.h
+include/root/TGLRenderArea.h
+include/root/TGLRotateManip.h
+include/root/TGLSAFrame.h
+include/root/TGLSAViewer.h
+include/root/TGLScaleManip.h
+include/root/TGLScene.h
+include/root/TGLSphere.h
+include/root/TGLStopwatch.h
+include/root/TGLTransManip.h
+include/root/TGLUtil.h
+include/root/TGLViewer.h
+include/root/TGLabel.h
+include/root/TGLayout.h
+include/root/TGListBox.h
+include/root/TGListTree.h
+include/root/TGListView.h
+include/root/TGMdi.h
+include/root/TGMdiDecorFrame.h
+include/root/TGMdiFrame.h
+include/root/TGMdiMainFrame.h
+include/root/TGMdiMenu.h
+include/root/TGMenu.h
+include/root/TGMimeTypes.h
+include/root/TGMsgBox.h
+include/root/TGNumberEntry.h
+include/root/TGObject.h
+include/root/TGPasswdDialog.h
+include/root/TGPicture.h
+include/root/TGProgressBar.h
+include/root/TGRedirectOutputGuard.h
+include/root/TGResourcePool.h
+include/root/TGScrollBar.h
+include/root/TGShutter.h
+include/root/TGSlider.h
+include/root/TGSplitter.h
+include/root/TGStatusBar.h
+include/root/TGString.h
+include/root/TGTRA.h
+include/root/TGTab.h
+include/root/TGTableLayout.h
+include/root/TGText.h
+include/root/TGTextBuffer.h
+include/root/TGTextEdit.h
+include/root/TGTextEditDialogs.h
+include/root/TGTextEntry.h
+include/root/TGTextView.h
+include/root/TGToolBar.h
+include/root/TGToolTip.h
+include/root/TGTripleSlider.h
+include/root/TGView.h
+include/root/TGWidget.h
+include/root/TGWindow.h
+include/root/TGX11.h
+include/root/TGX11TTF.h
+include/root/TGXYLayout.h
+include/root/TGaxis.h
+include/root/TGedEditor.h
+include/root/TGedFrame.h
+include/root/TGedMarkerSelect.h
+include/root/TGedPatternSelect.h
+include/root/TGedToolBox.h
+include/root/TGenCollectionProxy.h
+include/root/TGenCollectionStreamer.h
+include/root/TGenPhaseSpace.h
+include/root/TGenerator.h
+include/root/TGenericClassInfo.h
+include/root/TGeoArb8.h
+include/root/TGeoAtt.h
+include/root/TGeoBBox.h
+include/root/TGeoBoolNode.h
+include/root/TGeoCache.h
+include/root/TGeoChecker.h
+include/root/TGeoCompositeShape.h
+include/root/TGeoCone.h
+include/root/TGeoElement.h
+include/root/TGeoEltu.h
+include/root/TGeoHalfSpace.h
+include/root/TGeoHelix.h
+include/root/TGeoHype.h
+include/root/TGeoMCGeometry.h
+include/root/TGeoManager.h
+include/root/TGeoMaterial.h
+include/root/TGeoMatrix.h
+include/root/TGeoMedium.h
+include/root/TGeoNode.h
+include/root/TGeoOverlap.h
+include/root/TGeoPainter.h
+include/root/TGeoPara.h
+include/root/TGeoParaboloid.h
+include/root/TGeoPatternFinder.h
+include/root/TGeoPcon.h
+include/root/TGeoPgon.h
+include/root/TGeoPhysicalNode.h
+include/root/TGeoPolygon.h
+include/root/TGeoScaledShape.h
+include/root/TGeoShape.h
+include/root/TGeoShapeAssembly.h
+include/root/TGeoSphere.h
+include/root/TGeoTorus.h
+include/root/TGeoTrack.h
+include/root/TGeoTrd1.h
+include/root/TGeoTrd2.h
+include/root/TGeoTube.h
+include/root/TGeoVolume.h
+include/root/TGeoVoxelFinder.h
+include/root/TGeoXtru.h
+include/root/TGeometry.h
+include/root/TGlobal.h
+include/root/TGondzioSolver.h
+include/root/TGraph.h
+include/root/TGraph2D.h
+include/root/TGraph2DErrors.h
+include/root/TGraphAsymmErrors.h
+include/root/TGraphBentErrors.h
+include/root/TGraphDelaunay.h
+include/root/TGraphEditor.h
+include/root/TGraphErrors.h
+include/root/TGraphPainter.h
+include/root/TGraphQQ.h
+include/root/TGraphSmooth.h
+include/root/TGrid.h
+include/root/TGridCollection.h
+include/root/TGridJDL.h
+include/root/TGridJob.h
+include/root/TGridJobStatus.h
+include/root/TGridResult.h
+include/root/TGroupButton.h
+include/root/TGuiBldDragManager.h
+include/root/TGuiBldEditor.h
+include/root/TGuiBldHintsButton.h
+include/root/TGuiBldHintsEditor.h
+include/root/TGuiBldQuickHandler.h
+include/root/TGuiBuilder.h
+include/root/TGuiFactory.h
+include/root/TH1.h
+include/root/TH1C.h
+include/root/TH1D.h
+include/root/TH1Editor.h
+include/root/TH1F.h
+include/root/TH1I.h
+include/root/TH1K.h
+include/root/TH1S.h
+include/root/TH2.h
+include/root/TH2C.h
+include/root/TH2D.h
+include/root/TH2Editor.h
+include/root/TH2F.h
+include/root/TH2I.h
+include/root/TH2S.h
+include/root/TH3.h
+include/root/TH3C.h
+include/root/TH3D.h
+include/root/TH3F.h
+include/root/TH3I.h
+include/root/TH3S.h
+include/root/THLimitsFinder.h
+include/root/THStack.h
+include/root/THYPE.h
+include/root/THashList.h
+include/root/THashTable.h
+include/root/THelix.h
+include/root/THistPainter.h
+include/root/THostAuth.h
+include/root/THtml.h
+include/root/TImage.h
+include/root/TImageDump.h
+include/root/TImagePlugin.h
+include/root/TInetAddress.h
+include/root/TInspectCanvas.h
+include/root/TInspectorImp.h
+include/root/TInterpreter.h
+include/root/TIsAProxy.h
+include/root/TIterator.h
+include/root/TKey.h
+include/root/TKeyMapFile.h
+include/root/TKeySQL.h
+include/root/TKeyXML.h
+include/root/TLatex.h
+include/root/TLeaf.h
+include/root/TLeafB.h
+include/root/TLeafC.h
+include/root/TLeafD.h
+include/root/TLeafElement.h
+include/root/TLeafF.h
+include/root/TLeafI.h
+include/root/TLeafL.h
+include/root/TLeafO.h
+include/root/TLeafObject.h
+include/root/TLeafS.h
+include/root/TLegend.h
+include/root/TLegendEntry.h
+include/root/TLego.h
+include/root/TLimit.h
+include/root/TLimitDataSource.h
+include/root/TLine.h
+include/root/TLinearFitter.h
+include/root/TLink.h
+include/root/TList.h
+include/root/TLorentzRotation.h
+include/root/TLorentzVector.h
+include/root/TMCOptical.h
+include/root/TMCParticleType.h
+include/root/TMCProcess.h
+include/root/TMCVerbose.h
+include/root/TMD5.h
+include/root/TMLPAnalyzer.h
+include/root/TMacro.h
+include/root/TMap.h
+include/root/TMapFile.h
+include/root/TMarker.h
+include/root/TMarker3DBox.h
+include/root/TMaterial.h
+include/root/TMath.h
+include/root/TMatrix.h
+include/root/TMatrixD.h
+include/root/TMatrixDBase.h
+include/root/TMatrixDBasefwd.h
+include/root/TMatrixDEigen.h
+include/root/TMatrixDLazy.h
+include/root/TMatrixDSparse.h
+include/root/TMatrixDSparsefwd.h
+include/root/TMatrixDSym.h
+include/root/TMatrixDSymEigen.h
+include/root/TMatrixDSymfwd.h
+include/root/TMatrixDUtils.h
+include/root/TMatrixDUtilsfwd.h
+include/root/TMatrixDfwd.h
+include/root/TMatrixF.h
+include/root/TMatrixFBase.h
+include/root/TMatrixFBasefwd.h
+include/root/TMatrixFLazy.h
+include/root/TMatrixFSparse.h
+include/root/TMatrixFSparsefwd.h
+include/root/TMatrixFSym.h
+include/root/TMatrixFSymfwd.h
+include/root/TMatrixFUtils.h
+include/root/TMatrixFUtilsfwd.h
+include/root/TMatrixFfwd.h
+include/root/TMatrixT.h
+include/root/TMatrixTBase.h
+include/root/TMatrixTCramerInv.h
+include/root/TMatrixTLazy.h
+include/root/TMatrixTSparse.h
+include/root/TMatrixTSym.h
+include/root/TMatrixTSymCramerInv.h
+include/root/TMatrixTUtils.h
+include/root/TMehrotraSolver.h
+include/root/TMemberInspector.h
+include/root/TMemberStreamer.h
+include/root/TMessage.h
+include/root/TMessageHandler.h
+include/root/TMethod.h
+include/root/TMethodArg.h
+include/root/TMethodCall.h
+include/root/TMinuit.h
+include/root/TMixture.h
+include/root/TMonitor.h
+include/root/TMultiDimFit.h
+include/root/TMultiGraph.h
+include/root/TMultiLayerPerceptron.h
+include/root/TMutex.h
+include/root/TMutexImp.h
+include/root/TNamed.h
+include/root/TNetFile.h
+include/root/TNeuron.h
+include/root/TNode.h
+include/root/TNodeDiv.h
+include/root/TNtuple.h
+include/root/TNtupleD.h
+include/root/TObjArray.h
+include/root/TObjString.h
+include/root/TObject.h
+include/root/TObjectTable.h
+include/root/TOrdCollection.h
+include/root/TPARA.h
+include/root/TPCON.h
+include/root/TPDF.h
+include/root/TPDGCode.h
+include/root/TPGON.h
+include/root/TPRegexp.h
+include/root/TPServerSocket.h
+include/root/TPSocket.h
+include/root/TPacketizer.h
+include/root/TPacketizer2.h
+include/root/TPacketizerProgressive.h
+include/root/TPad.h
+include/root/TPadEditor.h
+include/root/TPadEditorOld.h
+include/root/TPadView3D.h
+include/root/TPainter3dAlgorithms.h
+include/root/TPaletteAxis.h
+include/root/TParameter.h
+include/root/TParticle.h
+include/root/TParticleClassPDG.h
+include/root/TParticlePDG.h
+include/root/TPave.h
+include/root/TPaveClass.h
+include/root/TPaveLabel.h
+include/root/TPaveStats.h
+include/root/TPaveStatsEditor.h
+include/root/TPaveText.h
+include/root/TPavesText.h
+include/root/TPerfStats.h
+include/root/TPluginManager.h
+include/root/TPoint.h
+include/root/TPoints.h
+include/root/TPoints3DABC.h
+include/root/TPolyLine.h
+include/root/TPolyLine3D.h
+include/root/TPolyMarker.h
+include/root/TPolyMarker3D.h
+include/root/TPosixCondition.h
+include/root/TPosixMutex.h
+include/root/TPosixThread.h
+include/root/TPosixThreadFactory.h
+include/root/TPostScript.h
+include/root/TPrimary.h
+include/root/TPrincipal.h
+include/root/TProcessID.h
+include/root/TProcessUUID.h
+include/root/TProfile.h
+include/root/TProfile2D.h
+include/root/TProof.h
+include/root/TProofCondor.h
+include/root/TProofDebug.h
+include/root/TProofDraw.h
+include/root/TProofLimitsFinder.h
+include/root/TProofMgr.h
+include/root/TProofNodeInfo.h
+include/root/TProofPlayer.h
+include/root/TProofProgressDialog.h
+include/root/TProofProgressLog.h
+include/root/TProofQueryResult.h
+include/root/TProofResources.h
+include/root/TProofResourcesStatic.h
+include/root/TProofServ.h
+include/root/TProofSuperMaster.h
+include/root/TQCommand.h
+include/root/TQConnection.h
+include/root/TQObject.h
+include/root/TQpDataBase.h
+include/root/TQpDataDens.h
+include/root/TQpDataSparse.h
+include/root/TQpLinSolverBase.h
+include/root/TQpLinSolverDens.h
+include/root/TQpLinSolverSparse.h
+include/root/TQpProbBase.h
+include/root/TQpProbDens.h
+include/root/TQpProbSparse.h
+include/root/TQpResidual.h
+include/root/TQpSolverBase.h
+include/root/TQpVar.h
+include/root/TQuaternion.h
+include/root/TQueryResult.h
+include/root/TROOT.h
+include/root/TRWLock.h
+include/root/TRandom.h
+include/root/TRandom2.h
+include/root/TRandom3.h
+include/root/TRealData.h
+include/root/TRedirectOutputGuard.h
+include/root/TRef.h
+include/root/TRefArray.h
+include/root/TRefCnt.h
+include/root/TRefTable.h
+include/root/TRegexp.h
+include/root/TRint.h
+include/root/TRobustEstimator.h
+include/root/TRolke.h
+include/root/TRootApplication.h
+include/root/TRootAuth.h
+include/root/TRootBrowser.h
+include/root/TRootCanvas.h
+include/root/TRootContextMenu.h
+include/root/TRootControlBar.h
+include/root/TRootDialog.h
+include/root/TRootEmbeddedCanvas.h
+include/root/TRootGLU.h
+include/root/TRootGLX.h
+include/root/TRootGuiBuilder.h
+include/root/TRootGuiFactory.h
+include/root/TRootHelpDialog.h
+include/root/TRootIOCtor.h
+include/root/TRootSecContext.h
+include/root/TRotMatrix.h
+include/root/TRotation.h
+include/root/TSPHE.h
+include/root/TSPlot.h
+include/root/TSQLClassInfo.h
+include/root/TSQLFile.h
+include/root/TSQLObjectData.h
+include/root/TSQLResult.h
+include/root/TSQLRow.h
+include/root/TSQLServer.h
+include/root/TSQLStructure.h
+include/root/TSVG.h
+include/root/TSecContext.h
+include/root/TSelector.h
+include/root/TSelectorCint.h
+include/root/TSelectorDraw.h
+include/root/TSelectorList.h
+include/root/TSelectorScalar.h
+include/root/TSemaphore.h
+include/root/TSeqCollection.h
+include/root/TServerSocket.h
+include/root/TSessionDialogs.h
+include/root/TSessionLogView.h
+include/root/TSessionViewer.h
+include/root/TShape.h
+include/root/TSlave.h
+include/root/TSlider.h
+include/root/TSliderBox.h
+include/root/TSocket.h
+include/root/TSortedList.h
+include/root/TSpectrum.h
+include/root/TSpectrum2.h
+include/root/TSpline.h
+include/root/TStatus.h
+include/root/TStopwatch.h
+include/root/TStorage.h
+include/root/TStreamer.h
+include/root/TStreamerElement.h
+include/root/TStreamerInfo.h
+include/root/TString.h
+include/root/TStringLong.h
+include/root/TStyle.h
+include/root/TStyleDialog.h
+include/root/TStyleManager.h
+include/root/TStylePreview.h
+include/root/TSynapse.h
+include/root/TSysEvtHandler.h
+include/root/TSystem.h
+include/root/TSystemDirectory.h
+include/root/TSystemFile.h
+include/root/TTF.h
+include/root/TTRAP.h
+include/root/TTRD1.h
+include/root/TTRD2.h
+include/root/TTUBE.h
+include/root/TTUBS.h
+include/root/TTVLVContainer.h
+include/root/TTVSession.h
+include/root/TTabCom.h
+include/root/TTask.h
+include/root/TText.h
+include/root/TThread.h
+include/root/TThreadFactory.h
+include/root/TThreadImp.h
+include/root/TTime.h
+include/root/TTimeStamp.h
+include/root/TTimer.h
+include/root/TToggle.h
+include/root/TToggleGroup.h
+include/root/TTree.h
+include/root/TTreeCloner.h
+include/root/TTreeDrawArgsParser.h
+include/root/TTreeFormula.h
+include/root/TTreeFormulaManager.h
+include/root/TTreeIndex.h
+include/root/TTreePlayer.h
+include/root/TTreeProxyGenerator.h
+include/root/TTreeResult.h
+include/root/TTreeRow.h
+include/root/TTreeSQL.h
+include/root/TTreeViewer.h
+include/root/TUUID.h
+include/root/TUnixSystem.h
+include/root/TUrl.h
+include/root/TUtil3D.h
+include/root/TUtilHist.h
+include/root/TUtilPad.h
+include/root/TVector.h
+include/root/TVector2.h
+include/root/TVector3.h
+include/root/TVectorD.h
+include/root/TVectorDfwd.h
+include/root/TVectorF.h
+include/root/TVectorFfwd.h
+include/root/TVectorT.h
+include/root/TVectorfwd.h
+include/root/TView.h
+include/root/TViewer3DPad.h
+include/root/TViewerX3D.h
+include/root/TVirtualAuth.h
+include/root/TVirtualCollectionProxy.h
+include/root/TVirtualDragManager.h
+include/root/TVirtualFitter.h
+include/root/TVirtualGL.h
+include/root/TVirtualGeoPainter.h
+include/root/TVirtualGeoTrack.h
+include/root/TVirtualHistPainter.h
+include/root/TVirtualIndex.h
+include/root/TVirtualIsAProxy.h
+include/root/TVirtualMC.h
+include/root/TVirtualMCApplication.h
+include/root/TVirtualMCDecayer.h
+include/root/TVirtualMCGeometry.h
+include/root/TVirtualMCStack.h
+include/root/TVirtualMutex.h
+include/root/TVirtualPS.h
+include/root/TVirtualPacketizer.h
+include/root/TVirtualPad.h
+include/root/TVirtualPadEditor.h
+include/root/TVirtualPerfStats.h
+include/root/TVirtualProof.h
+include/root/TVirtualProofMgr.h
+include/root/TVirtualTreePlayer.h
+include/root/TVirtualUtil3D.h
+include/root/TVirtualUtilHist.h
+include/root/TVirtualUtilPad.h
+include/root/TVirtualViewer3D.h
+include/root/TVirtualX.h
+include/root/TWbox.h
+include/root/TWebFile.h
+include/root/TX11GL.h
+include/root/TX3DFrame.h
+include/root/TXMLEngine.h
+include/root/TXMLFile.h
+include/root/TXMLPlayer.h
+include/root/TXMLSetup.h
+include/root/TXTRU.h
+include/root/TZIPFile.h
+include/root/Tailor.h
+include/root/Token.h
+include/root/Type.h
+include/root/Typedf.h
+include/root/Varargs.h
+include/root/WidgetMessageTypes.h
+include/root/Windows4Root.h
+include/root/X3DBuffer.h
+include/root/X3DDefs.h
+include/root/Xpm.h
+include/root/ZDeflate.h
+include/root/ZIP.h
+include/root/ZTrees.h
+include/root/accstrm.h
+include/root/aixdlfcn.h
+include/root/bc_assign.h
+include/root/bc_autoobj.h
+include/root/bc_cfunc.h
+include/root/bc_debug.h
+include/root/bc_eh.h
+include/root/bc_exec.h
+include/root/bc_exec_asm.h
+include/root/bc_inst.h
+include/root/bc_item.h
+include/root/bc_linkdef.h
+include/root/bc_parse.h
+include/root/bc_reader.h
+include/root/bc_type.h
+include/root/bc_vtbl.h
+include/root/bcstrm.h
+include/root/cbstrm.h
+include/root/cfortran.h
+include/root/common.h
+include/root/compiledata.h
+include/root/config.h
+include/root/crc32.h
+include/root/deflate.h
+include/root/dllrev.h
+include/root/fproto.h
+include/root/gcc3strm.h
+include/root/gl2ps.h
+include/root/global.h
+include/root/header.h
+include/root/iccstrm.h
+include/root/inffast.h
+include/root/inffixed.h
+include/root/inflate.h
+include/root/inftrees.h
+include/root/kccstrm.h
+include/root/libstrm.h
+include/root/longif.h
+include/root/longif3.h
+include/root/memtest.h
+include/root/mmalloc.h
+include/root/mmconfig.h
+include/root/mmprivate.h
+include/root/newsos.h
+include/root/proofdp.h
+include/root/rflx_gendict.h
+include/root/rflx_gensrc.h
+include/root/rflx_tools.h
+include/root/rmain.cxx
+include/root/rootdp.h
+include/root/rpddefs.h
+include/root/rpderr.h
+include/root/rpdp.h
+include/root/rsaaux.h
+include/root/rsadef.h
+include/root/rsafun.h
+include/root/rsalib.h
+include/root/security.h
+include/root/snprintf.h
+include/root/stdstrct.h
+include/root/sunos.h
+include/root/sunstrm.h
+include/root/trees.h
+include/root/typesym.h
+include/root/vc7strm.h
+include/root/vcstrm.h
+include/root/vcstrmold.h
+include/root/x3d.h
+include/root/zconf.h
+include/root/zlib.h
+include/root/zutil.h
+lib/root/cint/MAKEINFO
+lib/root/cint/include/.cvsignore
+lib/root/cint/include/Common.h
+lib/root/cint/include/GL/gl.h
+lib/root/cint/include/GL/glu.h
+lib/root/cint/include/GL/glut.h
+lib/root/cint/include/GL/xmesa.h
+lib/root/cint/include/README.txt
+lib/root/cint/include/ReadF.C
+lib/root/cint/include/ReadF.cxx
+lib/root/cint/include/ReadF.h
+lib/root/cint/include/RegE.C
+lib/root/cint/include/RegE.cxx
+lib/root/cint/include/RegE.h
+lib/root/cint/include/X11/Xlib.h
+lib/root/cint/include/X11/Xutil.h
+lib/root/cint/include/X11/keysym.h
+lib/root/cint/include/X11/xos.h
+lib/root/cint/include/_complex
+lib/root/cint/include/_complex.h
+lib/root/cint/include/_exception
+lib/root/cint/include/_exception.h
+lib/root/cint/include/_iostream
+lib/root/cint/include/_stdexcept
+lib/root/cint/include/_stdexcept.h
+lib/root/cint/include/api.h
+lib/root/cint/include/array.c
+lib/root/cint/include/array.h
+lib/root/cint/include/arrayiostream.h
+lib/root/cint/include/assert.h
+lib/root/cint/include/bool
+lib/root/cint/include/bool.h
+lib/root/cint/include/boolean.h
+lib/root/cint/include/carray.c
+lib/root/cint/include/carray.h
+lib/root/cint/include/cassert
+lib/root/cint/include/cctype
+lib/root/cint/include/cerrno
+lib/root/cint/include/cfloat
+lib/root/cint/include/ciso646
+lib/root/cint/include/climits
+lib/root/cint/include/clocale
+lib/root/cint/include/cmath
+lib/root/cint/include/complex
+lib/root/cint/include/complex.h
+lib/root/cint/include/constants.h
+lib/root/cint/include/csetjmp
+lib/root/cint/include/csignal
+lib/root/cint/include/cstdarg
+lib/root/cint/include/cstddef
+lib/root/cint/include/cstdio
+lib/root/cint/include/cstdlib
+lib/root/cint/include/cstring
+lib/root/cint/include/ctime
+lib/root/cint/include/ctype.h
+lib/root/cint/include/cwchar
+lib/root/cint/include/cwctype
+lib/root/cint/include/darray.cxx
+lib/root/cint/include/darray.h
+lib/root/cint/include/errno.h
+lib/root/cint/include/ertti.h
+lib/root/cint/include/exception
+lib/root/cint/include/exception.h
+lib/root/cint/include/fcntl.h
+lib/root/cint/include/fft.c
+lib/root/cint/include/fft.h
+lib/root/cint/include/float.h
+lib/root/cint/include/fstream
+lib/root/cint/include/fstream.h
+lib/root/cint/include/graphbuf.h
+lib/root/cint/include/iomanip
+lib/root/cint/include/iomanip.h
+lib/root/cint/include/iosenum.h
+lib/root/cint/include/iosfwd
+lib/root/cint/include/iosfwd.h
+lib/root/cint/include/iostream
+lib/root/cint/include/iostream.h
+lib/root/cint/include/istream
+lib/root/cint/include/limits
+lib/root/cint/include/limits.h
+lib/root/cint/include/locale
+lib/root/cint/include/locale.h
+lib/root/cint/include/lsm.c
+lib/root/cint/include/lsm.h
+lib/root/cint/include/make.arc
+lib/root/cint/include/makearc
+lib/root/cint/include/makearcg
+lib/root/cint/include/makearcsun
+lib/root/cint/include/makefile
+lib/root/cint/include/makehpib
+lib/root/cint/include/makeit.bat
+lib/root/cint/include/makeit.c
+lib/root/cint/include/makemat
+lib/root/cint/include/math.h
+lib/root/cint/include/matrix.cxx
+lib/root/cint/include/matrix.h
+lib/root/cint/include/matrixstream.h
+lib/root/cint/include/matrixstream.hi
+lib/root/cint/include/mkincld.c
+lib/root/cint/include/new
+lib/root/cint/include/new.h
+lib/root/cint/include/ostream
+lib/root/cint/include/platform.h
+lib/root/cint/include/pthread.h
+lib/root/cint/include/readfile.h
+lib/root/cint/include/regex.h
+lib/root/cint/include/regexp.h
+lib/root/cint/include/setjmp.h
+lib/root/cint/include/signal.h
+lib/root/cint/include/socket.h
+lib/root/cint/include/spice.h
+lib/root/cint/include/sstream
+lib/root/cint/include/statistics.c
+lib/root/cint/include/statistics.h
+lib/root/cint/include/stdarg.h
+lib/root/cint/include/stddef.h
+lib/root/cint/include/stdexcept
+lib/root/cint/include/stdio.h
+lib/root/cint/include/stdiostream.h
+lib/root/cint/include/stdlib.h
+lib/root/cint/include/stream.h
+lib/root/cint/include/streambuf
+lib/root/cint/include/string.h
+lib/root/cint/include/striostream.h
+lib/root/cint/include/strstream
+lib/root/cint/include/strstream.h
+lib/root/cint/include/sys/.cvsignore
+lib/root/cint/include/sys/cdefs.h
+lib/root/cint/include/sys/file.h
+lib/root/cint/include/sys/ipc.h
+lib/root/cint/include/sys/msg.h
+lib/root/cint/include/sys/sem.h
+lib/root/cint/include/sys/shm.h
+lib/root/cint/include/sys/stat.h
+lib/root/cint/include/termios.h
+lib/root/cint/include/time.h
+lib/root/cint/include/timespec.h
+lib/root/cint/include/typeinfo
+lib/root/cint/include/typeinfo.h
+lib/root/cint/include/unistd.h
+lib/root/cint/include/windows.h
+lib/root/cint/include/winsock.h
+lib/root/cint/include/xgraph.c
+lib/root/cint/include/xygraphbuf.h
+lib/root/cint/lib/Makefile
+lib/root/cint/lib/README.txt
+lib/root/cint/lib/accstrm/Makefile
+lib/root/cint/lib/accstrm/README.txt
+lib/root/cint/lib/accstrm/fstrm.h
+lib/root/cint/lib/accstrm/iostrm.h
+lib/root/cint/lib/accstrm/linkdef.h
+lib/root/cint/lib/accstrm/sstrm.h
+lib/root/cint/lib/bcstream/Makefile
+lib/root/cint/lib/bcstream/README
+lib/root/cint/lib/bcstream/fstrm.h
+lib/root/cint/lib/bcstream/iostrm.h
+lib/root/cint/lib/bcstream/stdiostr.h
+lib/root/cint/lib/bcstream/strm.h
+lib/root/cint/lib/bcstream/strstrm.h
+lib/root/cint/lib/cbstream/Makefile
+lib/root/cint/lib/cbstream/fstrm.h
+lib/root/cint/lib/cbstream/iostrm.h
+lib/root/cint/lib/cbstream/linkdef.h
+lib/root/cint/lib/cbstream/readme.txt
+lib/root/cint/lib/cbstream/strstrm.h
+lib/root/cint/lib/dll_stl/README.txt
+lib/root/cint/lib/dll_stl/cinteh.h
+lib/root/cint/lib/dll_stl/clim.h
+lib/root/cint/lib/dll_stl/cmplx.h
+lib/root/cint/lib/dll_stl/dqu.h
+lib/root/cint/lib/dll_stl/iter.h
+lib/root/cint/lib/dll_stl/lst.h
+lib/root/cint/lib/dll_stl/mp.h
+lib/root/cint/lib/dll_stl/multmp.h
+lib/root/cint/lib/dll_stl/multst.h
+lib/root/cint/lib/dll_stl/pr.h
+lib/root/cint/lib/dll_stl/que.h
+lib/root/cint/lib/dll_stl/se.h
+lib/root/cint/lib/dll_stl/setup
+lib/root/cint/lib/dll_stl/setup.bat
+lib/root/cint/lib/dll_stl/setupbc.bat
+lib/root/cint/lib/dll_stl/st.h
+lib/root/cint/lib/dll_stl/stk.h
+lib/root/cint/lib/dll_stl/str.h
+lib/root/cint/lib/dll_stl/suncc5_deque.h
+lib/root/cint/lib/dll_stl/suncc5_string.h
+lib/root/cint/lib/dll_stl/vary.h
+lib/root/cint/lib/dll_stl/vec.h
+lib/root/cint/lib/dll_stl/vecbool.h
+lib/root/cint/lib/gcc3strm/Makefile
+lib/root/cint/lib/gcc3strm/README.txt
+lib/root/cint/lib/gcc3strm/fstrm.h
+lib/root/cint/lib/gcc3strm/iostrm.h
+lib/root/cint/lib/gcc3strm/linkdef.h
+lib/root/cint/lib/gcc3strm/sstrm.h
+lib/root/cint/lib/gl/GL.h
+lib/root/cint/lib/gl/README.txt
+lib/root/cint/lib/gl/TOP.h
+lib/root/cint/lib/gl/cintGL.h
+lib/root/cint/lib/gl/setup
+lib/root/cint/lib/gl/setup.bat
+lib/root/cint/lib/iccstrm/Makefile
+lib/root/cint/lib/iccstrm/README.txt
+lib/root/cint/lib/iccstrm/fstrm.h
+lib/root/cint/lib/iccstrm/iostrm.h
+lib/root/cint/lib/iccstrm/linkdef.h
+lib/root/cint/lib/iccstrm/sstrm.h
+lib/root/cint/lib/ipc/README.txt
+lib/root/cint/lib/ipc/ipcif.h
+lib/root/cint/lib/ipc/ipcif.h.old
+lib/root/cint/lib/ipc/setup
+lib/root/cint/lib/longlong/README.txt
+lib/root/cint/lib/longlong/longdbl.h
+lib/root/cint/lib/longlong/longlong.h
+lib/root/cint/lib/longlong/make.bat
+lib/root/cint/lib/longlong/makelongif
+lib/root/cint/lib/longlong/makelongif3
+lib/root/cint/lib/longlong/setup
+lib/root/cint/lib/longlong/setup.bat
+lib/root/cint/lib/longlong/setupbc.bat
+lib/root/cint/lib/longlong/setuphp
+lib/root/cint/lib/posix/README.txt
+lib/root/cint/lib/posix/exten.c
+lib/root/cint/lib/posix/exten.h
+lib/root/cint/lib/posix/mktypes.c
+lib/root/cint/lib/posix/posix.h
+lib/root/cint/lib/posix/setup
+lib/root/cint/lib/posix/setup.bat
+lib/root/cint/lib/posix/setupbc.bat
+lib/root/cint/lib/posix/setupsc.bat
+lib/root/cint/lib/posix/winposix.c
+lib/root/cint/lib/posix/winposix.h
+lib/root/cint/lib/prec_stl/README.txt
+lib/root/cint/lib/prec_stl/algorithm
+lib/root/cint/lib/prec_stl/bitset
+lib/root/cint/lib/prec_stl/climits
+lib/root/cint/lib/prec_stl/complex
+lib/root/cint/lib/prec_stl/deque
+lib/root/cint/lib/prec_stl/exception
+lib/root/cint/lib/prec_stl/functional
+lib/root/cint/lib/prec_stl/iterator
+lib/root/cint/lib/prec_stl/limits
+lib/root/cint/lib/prec_stl/list
+lib/root/cint/lib/prec_stl/map
+lib/root/cint/lib/prec_stl/memory
+lib/root/cint/lib/prec_stl/multimap
+lib/root/cint/lib/prec_stl/multiset
+lib/root/cint/lib/prec_stl/numeric
+lib/root/cint/lib/prec_stl/queue
+lib/root/cint/lib/prec_stl/set
+lib/root/cint/lib/prec_stl/stack
+lib/root/cint/lib/prec_stl/stdexcept
+lib/root/cint/lib/prec_stl/string
+lib/root/cint/lib/prec_stl/utility
+lib/root/cint/lib/prec_stl/valarray
+lib/root/cint/lib/prec_stl/vector
+lib/root/cint/lib/pthread/Makefile
+lib/root/cint/lib/pthread/README.txt
+lib/root/cint/lib/pthread/pthd.h
+lib/root/cint/lib/pthread/setup
+lib/root/cint/lib/pthread/setuphp
+lib/root/cint/lib/pthread/thread.h
+lib/root/cint/lib/qt/Makefile
+lib/root/cint/lib/qt/README.txt
+lib/root/cint/lib/qt/qcompactstyle.h
+lib/root/cint/lib/qt/qconfig.h
+lib/root/cint/lib/qt/qmodules.h
+lib/root/cint/lib/qt/qplatformdefs.h
+lib/root/cint/lib/qt/qtcint.h
+lib/root/cint/lib/qt/qtclasses.h
+lib/root/cint/lib/qt/qtdummy.h
+lib/root/cint/lib/qt/qtfunctions.h
+lib/root/cint/lib/qt/qtglobals.h
+lib/root/cint/lib/qt/qtstatic.cxx
+lib/root/cint/lib/qt/setup
+lib/root/cint/lib/qt/setup.bat
+lib/root/cint/lib/setup
+lib/root/cint/lib/snstream/Makefile
+lib/root/cint/lib/snstream/fstrm.h
+lib/root/cint/lib/snstream/iostrm.h
+lib/root/cint/lib/snstream/length.cxx
+lib/root/cint/lib/snstream/linkdef.h
+lib/root/cint/lib/snstream/readme.txt
+lib/root/cint/lib/snstream/sstrm.h
+lib/root/cint/lib/socket/README.txt
+lib/root/cint/lib/socket/cintsock.c
+lib/root/cint/lib/socket/cintsock.h
+lib/root/cint/lib/socket/mksockh.c
+lib/root/cint/lib/socket/setup
+lib/root/cint/lib/socket/setup.bat
+lib/root/cint/lib/socket/setupbc.bat
+lib/root/cint/lib/stdstrct/Makefile
+lib/root/cint/lib/stdstrct/setup
+lib/root/cint/lib/stdstrct/setup.bat
+lib/root/cint/lib/stdstrct/setupbc.bat
+lib/root/cint/lib/stdstrct/stdcxxfunc.h
+lib/root/cint/lib/stdstrct/stdfunc.h
+lib/root/cint/lib/stdstrct/stdstr.h
+lib/root/cint/lib/stream/Makefile
+lib/root/cint/lib/stream/README
+lib/root/cint/lib/stream/fstrm.h
+lib/root/cint/lib/stream/iostrm.h
+lib/root/cint/lib/stream/stdiostr.h
+lib/root/cint/lib/stream/strm.h
+lib/root/cint/lib/stream/strstrm.h
+lib/root/cint/lib/vc7strm/Makefile
+lib/root/cint/lib/vc7strm/README.txt
+lib/root/cint/lib/vc7strm/fstrm.h
+lib/root/cint/lib/vc7strm/iostrm.h
+lib/root/cint/lib/vc7strm/linkdef.h
+lib/root/cint/lib/vc7strm/sstrm.h
+lib/root/cint/lib/vcstream/Makefile
+lib/root/cint/lib/vcstream/Makefileold
+lib/root/cint/lib/vcstream/README
+lib/root/cint/lib/vcstream/fstrm.h
+lib/root/cint/lib/vcstream/iostrm.h
+lib/root/cint/lib/vcstream/stdiostr.h
+lib/root/cint/lib/vcstream/strm.h
+lib/root/cint/lib/vcstream/strstrm.h
+lib/root/cint/lib/win32api/cintwin.h
+lib/root/cint/lib/win32api/make.bat
+lib/root/cint/lib/win32api/readme.txt
+lib/root/cint/lib/win32api/setup.bat
+lib/root/cint/lib/win32api/setupbc.bat
+lib/root/cint/lib/win32api/setupsc.bat
+lib/root/cint/lib/win32api/winfunc.h
+lib/root/cint/lib/xlib/README.txt
+lib/root/cint/lib/xlib/TOP.h
+lib/root/cint/lib/xlib/XLIB.h
+lib/root/cint/lib/xlib/setup
+lib/root/cint/lib/xlib/x11const.h
+lib/root/cint/lib/xlib/x11mfunc.h
+lib/root/cint/stl/.cvsignore
+lib/root/cint/stl/G__postprocess.h
+lib/root/cint/stl/README.txt
+lib/root/cint/stl/_algorithm
+lib/root/cint/stl/_autocontainer
+lib/root/cint/stl/_bitset
+lib/root/cint/stl/_climits
+lib/root/cint/stl/_climits.h
+lib/root/cint/stl/_deque
+lib/root/cint/stl/_deque.h
+lib/root/cint/stl/_functional
+lib/root/cint/stl/_iterator
+lib/root/cint/stl/_iterator.h
+lib/root/cint/stl/_list
+lib/root/cint/stl/_list.h
+lib/root/cint/stl/_map
+lib/root/cint/stl/_map.h
+lib/root/cint/stl/_memory
+lib/root/cint/stl/_memory.h
+lib/root/cint/stl/_multimap
+lib/root/cint/stl/_multimap.h
+lib/root/cint/stl/_multiset
+lib/root/cint/stl/_multiset.h
+lib/root/cint/stl/_pair.h
+lib/root/cint/stl/_set
+lib/root/cint/stl/_set.h
+lib/root/cint/stl/_stack
+lib/root/cint/stl/_stack.h
+lib/root/cint/stl/_string
+lib/root/cint/stl/_utility
+lib/root/cint/stl/_utility.h
+lib/root/cint/stl/_vector
+lib/root/cint/stl/_vector.h
+lib/root/cint/stl/algo.h
+lib/root/cint/stl/algobase.h
+lib/root/cint/stl/algorithm
+lib/root/cint/stl/bitset
+lib/root/cint/stl/bool
+lib/root/cint/stl/bstring.h
+lib/root/cint/stl/bvector.h
+lib/root/cint/stl/defalloc.h
+lib/root/cint/stl/deque
+lib/root/cint/stl/deque.h
+lib/root/cint/stl/faralloc.h
+lib/root/cint/stl/fdeque.h
+lib/root/cint/stl/flist.h
+lib/root/cint/stl/fmap.h
+lib/root/cint/stl/fmultmap.h
+lib/root/cint/stl/fmultset.h
+lib/root/cint/stl/fset.h
+lib/root/cint/stl/function.h
+lib/root/cint/stl/functional
+lib/root/cint/stl/hdeque.h
+lib/root/cint/stl/heap.h
+lib/root/cint/stl/hlist.h
+lib/root/cint/stl/hmap.h
+lib/root/cint/stl/hmultmap.h
+lib/root/cint/stl/hmultset.h
+lib/root/cint/stl/hset.h
+lib/root/cint/stl/hugalloc.h
+lib/root/cint/stl/hvector.h
+lib/root/cint/stl/iterator
+lib/root/cint/stl/iterator.h
+lib/root/cint/stl/lbvector.h
+lib/root/cint/stl/ldeque.h
+lib/root/cint/stl/limits
+lib/root/cint/stl/list
+lib/root/cint/stl/list.h
+lib/root/cint/stl/llist.h
+lib/root/cint/stl/lmap.h
+lib/root/cint/stl/lmultmap.h
+lib/root/cint/stl/lmultset.h
+lib/root/cint/stl/lngalloc.h
+lib/root/cint/stl/lset.h
+lib/root/cint/stl/map
+lib/root/cint/stl/map.h
+lib/root/cint/stl/memory
+lib/root/cint/stl/multimap
+lib/root/cint/stl/multimap.h
+lib/root/cint/stl/multiset
+lib/root/cint/stl/multiset.h
+lib/root/cint/stl/neralloc.h
+lib/root/cint/stl/nmap.h
+lib/root/cint/stl/nmultmap.h
+lib/root/cint/stl/nmultset.h
+lib/root/cint/stl/nset.h
+lib/root/cint/stl/numeric
+lib/root/cint/stl/pair
+lib/root/cint/stl/pair.h
+lib/root/cint/stl/projectn.h
+lib/root/cint/stl/queue
+lib/root/cint/stl/random.cpp
+lib/root/cint/stl/set
+lib/root/cint/stl/set.h
+lib/root/cint/stl/stack
+lib/root/cint/stl/stack.h
+lib/root/cint/stl/string
+lib/root/cint/stl/tempbuf.cpp
+lib/root/cint/stl/tempbuf.h
+lib/root/cint/stl/teststl
+lib/root/cint/stl/teststl.c
+lib/root/cint/stl/tree.h
+lib/root/cint/stl/utility
+lib/root/cint/stl/utility.h
+lib/root/cint/stl/valarray
+lib/root/cint/stl/vector
+lib/root/cint/stl/vector.h
+lib/root/libASImage.so
+lib/root/libASImage.so.5
+lib/root/libASImage.so.${PKGVERSION}
+lib/root/libASImageGui.so
+lib/root/libASImageGui.so.5
+lib/root/libASImageGui.so.${PKGVERSION}
+lib/root/libASPluginGS.so
+lib/root/libASPluginGS.so.5
+lib/root/libASPluginGS.so.${PKGVERSION}
+lib/root/libAfterImage.a
+lib/root/libCint.so
+lib/root/libCint.so.5
+lib/root/libCint.so.${PKGVERSION}
+lib/root/libCore.so
+lib/root/libCore.so.5
+lib/root/libCore.so.${PKGVERSION}
+lib/root/libEG.so
+lib/root/libEG.so.5
+lib/root/libEG.so.${PKGVERSION}
+lib/root/libFoam.so
+lib/root/libFoam.so.5
+lib/root/libFoam.so.${PKGVERSION}
+lib/root/libFumili.so
+lib/root/libFumili.so.5
+lib/root/libFumili.so.${PKGVERSION}
+lib/root/libGX11.so
+lib/root/libGX11.so.5
+lib/root/libGX11.so.${PKGVERSION}
+lib/root/libGX11TTF.so
+lib/root/libGX11TTF.so.5
+lib/root/libGX11TTF.so.${PKGVERSION}
+lib/root/libGed.so
+lib/root/libGed.so.5
+lib/root/libGed.so.${PKGVERSION}
+lib/root/libGedOld.so
+lib/root/libGedOld.so.5
+lib/root/libGedOld.so.${PKGVERSION}
+lib/root/libGeom.so
+lib/root/libGeom.so.5
+lib/root/libGeom.so.${PKGVERSION}
+lib/root/libGeomPainter.so
+lib/root/libGeomPainter.so.5
+lib/root/libGeomPainter.so.${PKGVERSION}
+lib/root/libGpad.so
+lib/root/libGpad.so.5
+lib/root/libGpad.so.${PKGVERSION}
+lib/root/libGraf.so
+lib/root/libGraf.so.5
+lib/root/libGraf.so.${PKGVERSION}
+lib/root/libGraf3d.so
+lib/root/libGraf3d.so.5
+lib/root/libGraf3d.so.${PKGVERSION}
+lib/root/libGui.so
+lib/root/libGui.so.5
+lib/root/libGui.so.${PKGVERSION}
+lib/root/libGuiBld.so
+lib/root/libGuiBld.so.5
+lib/root/libGuiBld.so.${PKGVERSION}
+lib/root/libHist.so
+lib/root/libHist.so.5
+lib/root/libHist.so.${PKGVERSION}
+lib/root/libHistPainter.so
+lib/root/libHistPainter.so.5
+lib/root/libHistPainter.so.${PKGVERSION}
+lib/root/libHtml.so
+lib/root/libHtml.so.5
+lib/root/libHtml.so.${PKGVERSION}
+lib/root/libMLP.so
+lib/root/libMLP.so.5
+lib/root/libMLP.so.${PKGVERSION}
+lib/root/libMatrix.so
+lib/root/libMatrix.so.5
+lib/root/libMatrix.so.${PKGVERSION}
+lib/root/libMinuit.so
+lib/root/libMinuit.so.5
+lib/root/libMinuit.so.${PKGVERSION}
+lib/root/libNew.so
+lib/root/libNew.so.5
+lib/root/libNew.so.${PKGVERSION}
+lib/root/libPhysics.so
+lib/root/libPhysics.so.5
+lib/root/libPhysics.so.${PKGVERSION}
+lib/root/libPostscript.so
+lib/root/libPostscript.so.5
+lib/root/libPostscript.so.${PKGVERSION}
+lib/root/libProof.so
+lib/root/libProof.so.5
+lib/root/libProof.so.${PKGVERSION}
+lib/root/libProofGui.so
+lib/root/libProofGui.so.5
+lib/root/libProofGui.so.${PKGVERSION}
+lib/root/libQuadp.so
+lib/root/libQuadp.so.5
+lib/root/libQuadp.so.${PKGVERSION}
+lib/root/libRGL.so
+lib/root/libRGL.so.5
+lib/root/libRGL.so.${PKGVERSION}
+lib/root/libRint.so
+lib/root/libRint.so.5
+lib/root/libRint.so.${PKGVERSION}
+lib/root/libRootAuth.so
+lib/root/libRootAuth.so.5
+lib/root/libRootAuth.so.${PKGVERSION}
+lib/root/libSPlot.so
+lib/root/libSPlot.so.5
+lib/root/libSPlot.so.${PKGVERSION}
+lib/root/libSQL.so
+lib/root/libSQL.so.5
+lib/root/libSQL.so.${PKGVERSION}
+lib/root/libSmatrix.so
+lib/root/libSmatrix.so.5
+lib/root/libSmatrix.so.${PKGVERSION}
+lib/root/libSrvAuth.so
+lib/root/libSrvAuth.so.5
+lib/root/libSrvAuth.so.${PKGVERSION}
+lib/root/libThread.so
+lib/root/libThread.so.5
+lib/root/libThread.so.${PKGVERSION}
+lib/root/libTree.so
+lib/root/libTree.so.5
+lib/root/libTree.so.${PKGVERSION}
+lib/root/libTreePlayer.so
+lib/root/libTreePlayer.so.5
+lib/root/libTreePlayer.so.${PKGVERSION}
+lib/root/libTreeViewer.so
+lib/root/libTreeViewer.so.5
+lib/root/libTreeViewer.so.${PKGVERSION}
+lib/root/libVMC.so
+lib/root/libVMC.so.5
+lib/root/libVMC.so.${PKGVERSION}
+lib/root/libX3d.so
+lib/root/libX3d.so.5
+lib/root/libX3d.so.${PKGVERSION}
+lib/root/libXMLIO.so
+lib/root/libXMLIO.so.5
+lib/root/libXMLIO.so.${PKGVERSION}
+man/man1/cint.1
+man/man1/g2root.1
+man/man1/g2rootold.1
+man/man1/h2root.1
+man/man1/hadd.1
+man/man1/makecint.1
+man/man1/memprobe.1
+man/man1/olbd.1
+man/man1/proofd.1
+man/man1/proofserv.1
+man/man1/rlibmap.1
+man/man1/rmkdepend.1
+man/man1/root-config.1
+man/man1/root.1
+man/man1/root.exe.1
+man/man1/rootcint.1
+man/man1/rootd.1
+man/man1/rootn.exe.1
+man/man1/ssh2rpd.1
+man/man1/system.rootdaemonrc.1
+man/man1/xproofd.1
+man/man1/xrdcp.1
+man/man1/xrdgsiproxy.1
+man/man1/xrdpwdadmin.1
+man/man1/xrootd.1
+share/doc/root/BUILDSYSTEM
+share/doc/root/CREDITS
+share/doc/root/ChangeLog-2-24
+share/doc/root/INSTALL
+share/doc/root/LICENSE
+share/doc/root/README
+share/doc/root/README.ALIEN
+share/doc/root/README.AUTH
+share/doc/root/README.GLOBUS
+share/doc/root/README.PROOF
+share/doc/root/README.SELECTOR
+share/doc/root/test/Aclock.cxx
+share/doc/root/test/Aclock.h
+share/doc/root/test/DrawTest.sh
+share/doc/root/test/Event.cxx
+share/doc/root/test/Event.h
+share/doc/root/test/EventLinkDef.h
+share/doc/root/test/GetWebHistogram.C
+share/doc/root/test/Hello.cxx
+share/doc/root/test/Hello.h
+share/doc/root/test/MainEvent.cxx
+share/doc/root/test/Makefile
+share/doc/root/test/Makefile.arch
+share/doc/root/test/Makefile.win32
+share/doc/root/test/ProofBench/.cvsignore
+share/doc/root/test/ProofBench/Draw_PerfProfiles.C
+share/doc/root/test/ProofBench/Draw_Slave_Access.C
+share/doc/root/test/ProofBench/Draw_Time_Hists.C
+share/doc/root/test/ProofBench/EventTree_NoProc.C
+share/doc/root/test/ProofBench/EventTree_NoProc.h
+share/doc/root/test/ProofBench/EventTree_Proc.C
+share/doc/root/test/ProofBench/EventTree_Proc.h
+share/doc/root/test/ProofBench/EventTree_ProcOpt.C
+share/doc/root/test/ProofBench/EventTree_ProcOpt.h
+share/doc/root/test/ProofBench/README
+share/doc/root/test/ProofBench/Run_Node_Tests.C
+share/doc/root/test/ProofBench/Run_Simple_Test.C
+share/doc/root/test/ProofBench/SavePerfInfo.C
+share/doc/root/test/ProofBench/make_event_par.sh
+share/doc/root/test/ProofBench/make_event_trees.C
+share/doc/root/test/ProofBench/make_tdset.C
+share/doc/root/test/QpRandomDriver.cxx
+share/doc/root/test/README
+share/doc/root/test/RootShower/.cvsignore
+share/doc/root/test/RootShower/.rootshowerrc
+share/doc/root/test/RootShower/GButtonFrame.cxx
+share/doc/root/test/RootShower/GButtonFrame.h
+share/doc/root/test/RootShower/GTitleFrame.cxx
+share/doc/root/test/RootShower/GTitleFrame.h
+share/doc/root/test/RootShower/Makefile
+share/doc/root/test/RootShower/MyDetector.cxx
+share/doc/root/test/RootShower/MyDetector.h
+share/doc/root/test/RootShower/MyEvent.cxx
+share/doc/root/test/RootShower/MyEvent.h
+share/doc/root/test/RootShower/MyParticle.cxx
+share/doc/root/test/RootShower/MyParticle.h
+share/doc/root/test/RootShower/ParticlesDef.h
+share/doc/root/test/RootShower/Physics.cnt
+share/doc/root/test/RootShower/Physics.hlp
+share/doc/root/test/RootShower/RSAbout.cxx
+share/doc/root/test/RootShower/RSAbout.h
+share/doc/root/test/RootShower/RSHelpText.cxx
+share/doc/root/test/RootShower/RSHelpText.h
+share/doc/root/test/RootShower/RSLinkDef.h
+share/doc/root/test/RootShower/RSMsgBox.cxx
+share/doc/root/test/RootShower/RSMsgBox.h
+share/doc/root/test/RootShower/RSVersion.h
+share/doc/root/test/RootShower/RootShower.cxx
+share/doc/root/test/RootShower/RootShower.h
+share/doc/root/test/RootShower/RootShower.ico
+share/doc/root/test/RootShower/RootShower.png
+share/doc/root/test/RootShower/RootShower.rc
+share/doc/root/test/RootShower/SettingsDlg.cxx
+share/doc/root/test/RootShower/SettingsDlg.h
+share/doc/root/test/RootShower/anim/anim01.xpm
+share/doc/root/test/RootShower/anim/anim02.xpm
+share/doc/root/test/RootShower/anim/anim03.xpm
+share/doc/root/test/RootShower/anim/anim04.xpm
+share/doc/root/test/RootShower/anim/anim05.xpm
+share/doc/root/test/RootShower/anim/anim06.xpm
+share/doc/root/test/RootShower/anim/anim07.xpm
+share/doc/root/test/RootShower/anim/anim08.xpm
+share/doc/root/test/RootShower/anim/anim09.xpm
+share/doc/root/test/RootShower/anim/anim10.xpm
+share/doc/root/test/RootShower/anim/anim11.xpm
+share/doc/root/test/RootShower/anim/anim12.xpm
+share/doc/root/test/RootShower/anim/anim13.xpm
+share/doc/root/test/RootShower/anim/anim14.xpm
+share/doc/root/test/RootShower/anim/anim15.xpm
+share/doc/root/test/RootShower/anim/anim16.xpm
+share/doc/root/test/RootShower/anim/anim17.xpm
+share/doc/root/test/RootShower/anim/anim18.xpm
+share/doc/root/test/RootShower/anim/anim19.xpm
+share/doc/root/test/RootShower/anim/anim20.xpm
+share/doc/root/test/RootShower/anim/anim21.xpm
+share/doc/root/test/RootShower/anim/anim22.xpm
+share/doc/root/test/RootShower/anim/anim23.xpm
+share/doc/root/test/RootShower/anim/anim24.xpm
+share/doc/root/test/RootShower/constants.h
+share/doc/root/test/RootShower/icons/about.xpm
+share/doc/root/test/RootShower/icons/browser.xpm
+share/doc/root/test/RootShower/icons/help.xpm
+share/doc/root/test/RootShower/icons/infos.xpm
+share/doc/root/test/RootShower/icons/left.xpm
+share/doc/root/test/RootShower/icons/license.xpm
+share/doc/root/test/RootShower/icons/manual.xpm
+share/doc/root/test/RootShower/icons/mclogo01.xpm
+share/doc/root/test/RootShower/icons/open.xpm
+share/doc/root/test/RootShower/icons/quit.xpm
+share/doc/root/test/RootShower/icons/save.xpm
+share/doc/root/test/RootShower/icons/settings.xpm
+share/doc/root/test/RootShower/icons/view3d.xpm
+share/doc/root/test/TBench.cxx
+share/doc/root/test/TBench.h
+share/doc/root/test/TestVectors.cxx
+share/doc/root/test/Tetris.cxx
+share/doc/root/test/Tetris.h
+share/doc/root/test/bench.cxx
+share/doc/root/test/benchLinkDef.h
+share/doc/root/test/ctorture.cxx
+share/doc/root/test/dt_DrawTest.C
+share/doc/root/test/dt_MakeFiles.sh
+share/doc/root/test/dt_MakeRef.C
+share/doc/root/test/dt_Makefile
+share/doc/root/test/dt_RunDrawTest.C
+share/doc/root/test/dt_RunDrawTest.sh
+share/doc/root/test/dt_build.C
+share/doc/root/test/dt_wrap.C
+share/doc/root/test/eventa.cxx
+share/doc/root/test/eventb.cxx
+share/doc/root/test/eventload.cxx
+share/doc/root/test/guitest.cxx
+share/doc/root/test/guiviewer.cxx
+share/doc/root/test/guiviewer.h
+share/doc/root/test/guiviewerLinkDef.h
+share/doc/root/test/hsimple.cxx
+share/doc/root/test/hworld.cxx
+share/doc/root/test/hworld2.cxx
+share/doc/root/test/linearIO.root
+share/doc/root/test/minexam.cxx
+share/doc/root/test/stress.cxx
+share/doc/root/test/stressLinear.cxx
+share/doc/root/test/stressSpectrum.cxx
+share/doc/root/test/stressVector.cxx
+share/doc/root/test/stressgeom.cxx
+share/doc/root/test/tcollbm.cxx
+share/doc/root/test/tcollex.cxx
+share/doc/root/test/test2html.cxx
+share/doc/root/test/testbits.cxx
+share/doc/root/test/threads.cxx
+share/doc/root/test/tstring.cxx
+share/doc/root/test/vlazy.cxx
+share/doc/root/test/vmatrix.cxx
+share/doc/root/test/vvector.cxx
+share/doc/root/tutorials/ConfidenceIntervals.C
+share/doc/root/tutorials/ContourList.C
+share/doc/root/tutorials/DOMParsePerson.C
+share/doc/root/tutorials/DOMRecursive.C
+share/doc/root/tutorials/DynamicSlice.C
+share/doc/root/tutorials/DynamicSlice.py
+share/doc/root/tutorials/EditorBar.C
+share/doc/root/tutorials/FeldmanCousins.C
+share/doc/root/tutorials/FirstContour.C
+share/doc/root/tutorials/FittingDemo.C
+share/doc/root/tutorials/Ifit.C
+share/doc/root/tutorials/JetEvent.cxx
+share/doc/root/tutorials/JetEvent.h
+share/doc/root/tutorials/LDAPExample.C
+share/doc/root/tutorials/MyTasks.cxx
+share/doc/root/tutorials/PhaseSpace.C
+share/doc/root/tutorials/Quad.cxx
+share/doc/root/tutorials/Quad.h
+share/doc/root/tutorials/Rolke.C
+share/doc/root/tutorials/RoofitDemo.C
+share/doc/root/tutorials/SAXHandler.C
+share/doc/root/tutorials/Slider3Demo.C
+share/doc/root/tutorials/TestAuth.C
+share/doc/root/tutorials/TestSPlot.C
+share/doc/root/tutorials/WorldMap.C
+share/doc/root/tutorials/alien.C
+share/doc/root/tutorials/analyze.C
+share/doc/root/tutorials/anim.C
+share/doc/root/tutorials/approx.C
+share/doc/root/tutorials/archi.C
+share/doc/root/tutorials/arrow.C
+share/doc/root/tutorials/assembly.C
+share/doc/root/tutorials/authclient.C
+share/doc/root/tutorials/authserv.C
+share/doc/root/tutorials/basic.C
+share/doc/root/tutorials/basic.dat
+share/doc/root/tutorials/basic2.C
+share/doc/root/tutorials/basic3d.C
+share/doc/root/tutorials/benchmarks.C
+share/doc/root/tutorials/benchmarks.py
+share/doc/root/tutorials/bent.C
+share/doc/root/tutorials/bill.C
+share/doc/root/tutorials/binomial.C
+share/doc/root/tutorials/canvas.C
+share/doc/root/tutorials/canvas.rb
+share/doc/root/tutorials/cernbuild.C
+share/doc/root/tutorials/cernstaff.C
+share/doc/root/tutorials/cernstaff.dat
+share/doc/root/tutorials/classcat.C
+share/doc/root/tutorials/cleanup.C
+share/doc/root/tutorials/clonesA_Event.C
+share/doc/root/tutorials/clonesA_Event.cxx
+share/doc/root/tutorials/clonesA_Event.h
+share/doc/root/tutorials/compile.C
+share/doc/root/tutorials/copyFiles.C
+share/doc/root/tutorials/copytree.C
+share/doc/root/tutorials/copytree2.C
+share/doc/root/tutorials/copytree3.C
+share/doc/root/tutorials/csgdemo.C
+share/doc/root/tutorials/customContextMenu.C
+share/doc/root/tutorials/customTH1Fmenu.C
+share/doc/root/tutorials/demo.py
+share/doc/root/tutorials/demo.rb
+share/doc/root/tutorials/demos.C
+share/doc/root/tutorials/demoshelp.C
+share/doc/root/tutorials/demoshelp.py
+share/doc/root/tutorials/demoshelp.rb
+share/doc/root/tutorials/dirs.C
+share/doc/root/tutorials/double32.C
+share/doc/root/tutorials/draw2dopt.C
+share/doc/root/tutorials/earth.C
+share/doc/root/tutorials/earth.dat
+share/doc/root/tutorials/ellipse.C
+share/doc/root/tutorials/eval.C
+share/doc/root/tutorials/event.C
+share/doc/root/tutorials/exec1.C
+share/doc/root/tutorials/exec2.C
+share/doc/root/tutorials/exec3.C
+share/doc/root/tutorials/feynman.C
+share/doc/root/tutorials/fildir.C
+share/doc/root/tutorials/fildir.py
+share/doc/root/tutorials/file.C
+share/doc/root/tutorials/file.py
+share/doc/root/tutorials/fillrandom.C
+share/doc/root/tutorials/fillrandom.py
+share/doc/root/tutorials/fillrandom.rb
+share/doc/root/tutorials/first.C
+share/doc/root/tutorials/first.py
+share/doc/root/tutorials/fit1.C
+share/doc/root/tutorials/fit1.py
+share/doc/root/tutorials/fit1_C.C
+share/doc/root/tutorials/fit2.C
+share/doc/root/tutorials/fit2a.C
+share/doc/root/tutorials/fit2d.C
+share/doc/root/tutorials/fit2dHist.C
+share/doc/root/tutorials/fitExclude.C
+share/doc/root/tutorials/fitLinear.C
+share/doc/root/tutorials/fitLinear2.C
+share/doc/root/tutorials/fitLinearRobust.C
+share/doc/root/tutorials/fitMultiGraph.C
+share/doc/root/tutorials/fitcont.C
+share/doc/root/tutorials/fithist.C
+share/doc/root/tutorials/fitslicesy.C
+share/doc/root/tutorials/foam_README
+share/doc/root/tutorials/foam_demo.C
+share/doc/root/tutorials/foam_demopers.C
+share/doc/root/tutorials/foam_kanwa.C
+share/doc/root/tutorials/fore.xpm
+share/doc/root/tutorials/formula1.C
+share/doc/root/tutorials/formula1.py
+share/doc/root/tutorials/framework.C
+share/doc/root/tutorials/framework.py
+share/doc/root/tutorials/framework.rb
+share/doc/root/tutorials/galaxy.root
+share/doc/root/tutorials/galaxy_image.C
+share/doc/root/tutorials/gallery.root
+share/doc/root/tutorials/games.C
+share/doc/root/tutorials/gaxis.C
+share/doc/root/tutorials/geant3tasks.C
+share/doc/root/tutorials/geodemo.C
+share/doc/root/tutorials/geometry.C
+share/doc/root/tutorials/geometry.py
+share/doc/root/tutorials/gerrors.C
+share/doc/root/tutorials/gerrors.py
+share/doc/root/tutorials/gerrors2.C
+share/doc/root/tutorials/glViewerExercise.C
+share/doc/root/tutorials/glViewerLOD.C
+share/doc/root/tutorials/glsurfaces.C
+share/doc/root/tutorials/gltf3.C
+share/doc/root/tutorials/graph.C
+share/doc/root/tutorials/graph.py
+share/doc/root/tutorials/graph2derrorsfit.C
+share/doc/root/tutorials/graph2dfit.C
+share/doc/root/tutorials/graphApply.C
+share/doc/root/tutorials/greyscale.C
+share/doc/root/tutorials/gtime.C
+share/doc/root/tutorials/guitest.C
+share/doc/root/tutorials/h1analysis.C
+share/doc/root/tutorials/h1analysis.h
+share/doc/root/tutorials/h1analysisProxy.C
+share/doc/root/tutorials/h1analysisProxy.h
+share/doc/root/tutorials/h1analysisProxyCut.C
+share/doc/root/tutorials/h1chain.C
+share/doc/root/tutorials/h1draw.C
+share/doc/root/tutorials/h1draw.py
+share/doc/root/tutorials/hadd.C
+share/doc/root/tutorials/hadd_old.C
+share/doc/root/tutorials/hbars.C
+share/doc/root/tutorials/hclient.C
+share/doc/root/tutorials/hcons.C
+share/doc/root/tutorials/hist2image.C
+share/doc/root/tutorials/hksimple.C
+share/doc/root/tutorials/hksimple.rb
+share/doc/root/tutorials/hlabels1.C
+share/doc/root/tutorials/hlabels2.C
+share/doc/root/tutorials/hprod.C
+share/doc/root/tutorials/hserv.C
+share/doc/root/tutorials/hserv2.C
+share/doc/root/tutorials/hsimple.C
+share/doc/root/tutorials/hsimple.py
+share/doc/root/tutorials/hsimple.rb
+share/doc/root/tutorials/hsimpleProxy.C
+share/doc/root/tutorials/hstack.C
+share/doc/root/tutorials/hstack.rb
+share/doc/root/tutorials/hsum.C
+share/doc/root/tutorials/hsum.py
+share/doc/root/tutorials/hsum.rb
+share/doc/root/tutorials/hsumTimer.C
+share/doc/root/tutorials/hsumanim.C
+share/doc/root/tutorials/htest.C
+share/doc/root/tutorials/htmlex.C
+share/doc/root/tutorials/img2pad.C
+share/doc/root/tutorials/imgconv.C
+share/doc/root/tutorials/importCode.C
+share/doc/root/tutorials/invertMatrix.C
+share/doc/root/tutorials/io.C
+share/doc/root/tutorials/jets.C
+share/doc/root/tutorials/labels1.C
+share/doc/root/tutorials/labels2.C
+share/doc/root/tutorials/langaus.C
+share/doc/root/tutorials/latex.C
+share/doc/root/tutorials/latex.rb
+share/doc/root/tutorials/latex2.C
+share/doc/root/tutorials/latex3.C
+share/doc/root/tutorials/latex4.C
+share/doc/root/tutorials/latex5.C
+share/doc/root/tutorials/limit.C
+share/doc/root/tutorials/logscales.C
+share/doc/root/tutorials/loopdir.C
+share/doc/root/tutorials/manyaxis.C
+share/doc/root/tutorials/markerwarning.C
+share/doc/root/tutorials/mathBeta.C
+share/doc/root/tutorials/mathGammaNormal.C
+share/doc/root/tutorials/mathLaplace.C
+share/doc/root/tutorials/mathStudent.C
+share/doc/root/tutorials/mathcoreCDF.C
+share/doc/root/tutorials/mathcoreGenVector.C
+share/doc/root/tutorials/mathcoreSpecFunc.C
+share/doc/root/tutorials/mathcoreStatFunc.C
+share/doc/root/tutorials/mathcoreVectorCollection.C
+share/doc/root/tutorials/mathcoreVectorIO.C
+share/doc/root/tutorials/mditest.C
+share/doc/root/tutorials/mditestbg.xpm
+share/doc/root/tutorials/minuit2FitBench.C
+share/doc/root/tutorials/minuit2FitBench2D.C
+share/doc/root/tutorials/minuit2GausFit.C
+share/doc/root/tutorials/mlpHiggs.C
+share/doc/root/tutorials/mlpHiggs.root
+share/doc/root/tutorials/mlpRegression.C
+share/doc/root/tutorials/motorcycle.C
+share/doc/root/tutorials/motorcycle.dat
+share/doc/root/tutorials/mrt.py
+share/doc/root/tutorials/multicolor.C
+share/doc/root/tutorials/multidimfit.C
+share/doc/root/tutorials/multifit.C
+share/doc/root/tutorials/multifit.py
+share/doc/root/tutorials/multigraph.C
+share/doc/root/tutorials/multigraph.rb
+share/doc/root/tutorials/myfit.C
+share/doc/root/tutorials/na49.C
+share/doc/root/tutorials/na49geomfile.C
+share/doc/root/tutorials/na49geomfile.py
+share/doc/root/tutorials/na49view.C
+share/doc/root/tutorials/na49view.py
+share/doc/root/tutorials/na49visible.C
+share/doc/root/tutorials/na49visible.py
+share/doc/root/tutorials/ntuple1.C
+share/doc/root/tutorials/ntuple1.py
+share/doc/root/tutorials/ntuple1.rb
+share/doc/root/tutorials/nucleus.C
+share/doc/root/tutorials/oldbenchmarks.C
+share/doc/root/tutorials/pad2png.C
+share/doc/root/tutorials/pclient.C
+share/doc/root/tutorials/peaks.C
+share/doc/root/tutorials/peaks2.C
+share/doc/root/tutorials/permute.C
+share/doc/root/tutorials/person.dtd
+share/doc/root/tutorials/person.xml
+share/doc/root/tutorials/portfolio.C
+share/doc/root/tutorials/principal.C
+share/doc/root/tutorials/pserv.C
+share/doc/root/tutorials/psexam.C
+share/doc/root/tutorials/pstable.C
+share/doc/root/tutorials/psview.C
+share/doc/root/tutorials/pythiaExample.C
+share/doc/root/tutorials/quantiles.C
+share/doc/root/tutorials/quarks.C
+share/doc/root/tutorials/readCode.C
+share/doc/root/tutorials/regexp.C
+share/doc/root/tutorials/rootalias.C
+share/doc/root/tutorials/rootenv.C
+share/doc/root/tutorials/rootgeom.C
+share/doc/root/tutorials/rootlogoff.C
+share/doc/root/tutorials/rootlogon.C
+share/doc/root/tutorials/rootmarks.C
+share/doc/root/tutorials/rootmarks.py
+share/doc/root/tutorials/rose512.jpg
+share/doc/root/tutorials/rose_image.C
+share/doc/root/tutorials/runcatalog.sql
+share/doc/root/tutorials/runzdemo.C
+share/doc/root/tutorials/saxexample.xml
+share/doc/root/tutorials/second.C
+share/doc/root/tutorials/seism.C
+share/doc/root/tutorials/shapes.C
+share/doc/root/tutorials/shapes.py
+share/doc/root/tutorials/shapesAnim.C
+share/doc/root/tutorials/shared.C
+share/doc/root/tutorials/solveLinear.C
+share/doc/root/tutorials/spheres.C
+share/doc/root/tutorials/splines.C
+share/doc/root/tutorials/spy.C
+share/doc/root/tutorials/spyserv.C
+share/doc/root/tutorials/sqlcanvas.C
+share/doc/root/tutorials/sqlcreatedb.C
+share/doc/root/tutorials/sqlfilldb.C
+share/doc/root/tutorials/sqlselect.C
+share/doc/root/tutorials/sqltables.C
+share/doc/root/tutorials/staff.C
+share/doc/root/tutorials/staff.py
+share/doc/root/tutorials/stock.root
+share/doc/root/tutorials/surfaces.C
+share/doc/root/tutorials/surfaces.py
+share/doc/root/tutorials/surfaces.rb
+share/doc/root/tutorials/tasks.C
+share/doc/root/tutorials/tcl.C
+share/doc/root/tutorials/testrandom.C
+share/doc/root/tutorials/threads.C
+share/doc/root/tutorials/threadsh1.C
+share/doc/root/tutorials/thumbnail.C
+share/doc/root/tutorials/timeonaxis.C
+share/doc/root/tutorials/timeonaxis2.C
+share/doc/root/tutorials/tornado.C
+share/doc/root/tutorials/tornado.py
+share/doc/root/tutorials/transpad.C
+share/doc/root/tutorials/tree.C
+share/doc/root/tutorials/tree.py
+share/doc/root/tutorials/tree0.C
+share/doc/root/tutorials/tree1.C
+share/doc/root/tutorials/tree2.C
+share/doc/root/tutorials/tree2a.C
+share/doc/root/tutorials/tree3.C
+share/doc/root/tutorials/tree4.C
+share/doc/root/tutorials/treefriend.C
+share/doc/root/tutorials/triangles.C
+share/doc/root/tutorials/tv3.C
+share/doc/root/tutorials/tvdemo.C
+share/doc/root/tutorials/two.C
+share/doc/root/tutorials/twoscales.C
+share/doc/root/tutorials/vavilov.C
+share/doc/root/tutorials/waves.C
+share/doc/root/tutorials/work.C
+share/doc/root/tutorials/worldmap.jpg
+share/doc/root/tutorials/xtruDraw.C
+share/doc/root/tutorials/xtruSamples.C
+share/doc/root/tutorials/xyslider.C
+share/doc/root/tutorials/xysliderAction.C
+share/doc/root/tutorials/zdemo.C
+share/doc/root/tutorials/zdemo.py
+share/doc/root/tutorials/zones.C
+share/emacs/site-lisp/root-help.el
+share/root/fonts/BlackChancery.ttf
+share/root/fonts/LICENSE
+share/root/fonts/arial.ttf
+share/root/fonts/arialbd.ttf
+share/root/fonts/arialbi.ttf
+share/root/fonts/ariali.ttf
+share/root/fonts/ariblk.ttf
+share/root/fonts/comic.ttf
+share/root/fonts/comicbd.ttf
+share/root/fonts/cour.ttf
+share/root/fonts/courbd.ttf
+share/root/fonts/courbi.ttf
+share/root/fonts/couri.ttf
+share/root/fonts/georgia.ttf
+share/root/fonts/georgiab.ttf
+share/root/fonts/georgiai.ttf
+share/root/fonts/georgiaz.ttf
+share/root/fonts/impact.ttf
+share/root/fonts/monotype.ttf
+share/root/fonts/symbol.ttf
+share/root/fonts/times.ttf
+share/root/fonts/timesbd.ttf
+share/root/fonts/timesbi.ttf
+share/root/fonts/timesi.ttf
+share/root/fonts/trebuc.ttf
+share/root/fonts/trebucbd.ttf
+share/root/fonts/trebucbi.ttf
+share/root/fonts/trebucit.ttf
+share/root/fonts/verdana.ttf
+share/root/fonts/verdanab.ttf
+share/root/fonts/verdanai.ttf
+share/root/fonts/verdanaz.ttf
+share/root/fonts/webdings.ttf
+share/root/fonts/wingding.ttf
+share/root/icons/Splash.xpm
+share/root/icons/about.xpm
+share/root/icons/app_s.xpm
+share/root/icons/app_t.xpm
+share/root/icons/arc.xpm
+share/root/icons/arrow.xpm
+share/root/icons/arrow_down.xpm
+share/root/icons/arrow_left.xpm
+share/root/icons/arrow_right.xpm
+share/root/icons/arrow_right2.xpm
+share/root/icons/arrow_up.xpm
+share/root/icons/bld_AlignBtm.xpm
+share/root/icons/bld_AlignBtm_d.xpm
+share/root/icons/bld_AlignLeft.xpm
+share/root/icons/bld_AlignLeft_d.xpm
+share/root/icons/bld_AlignRight.xpm
+share/root/icons/bld_AlignRight_d.xpm
+share/root/icons/bld_AlignTop.xpm
+share/root/icons/bld_AlignTop_d.xpm
+share/root/icons/bld_bg.xpm
+share/root/icons/bld_bgd.xpm
+share/root/icons/bld_break.xpm
+share/root/icons/bld_break_d.xpm
+share/root/icons/bld_checkbutton.xpm
+share/root/icons/bld_copy.xpm
+share/root/icons/bld_copy_d.xpm
+share/root/icons/bld_crop.xpm
+share/root/icons/bld_crop_d.xpm
+share/root/icons/bld_cut.xpm
+share/root/icons/bld_cut_d.xpm
+share/root/icons/bld_delete.xpm
+share/root/icons/bld_delete_d.xpm
+share/root/icons/bld_embedcanvas.xpm
+share/root/icons/bld_entry.xpm
+share/root/icons/bld_grab.xpm
+share/root/icons/bld_grab_d.xpm
+share/root/icons/bld_grid.xpm
+share/root/icons/bld_grid_d.xpm
+share/root/icons/bld_groupframe.xpm
+share/root/icons/bld_hbox.xpm
+share/root/icons/bld_hbox_d.xpm
+share/root/icons/bld_hpaned.xpm
+share/root/icons/bld_hprogressbar.xpm
+share/root/icons/bld_hseparator.xpm
+share/root/icons/bld_hslider.xpm
+share/root/icons/bld_image.xpm
+share/root/icons/bld_label.xpm
+share/root/icons/bld_layout.xpm
+share/root/icons/bld_layout_d.xpm
+share/root/icons/bld_mainframe.xpm
+share/root/icons/bld_new.xpm
+share/root/icons/bld_numberentry.xpm
+share/root/icons/bld_open.xpm
+share/root/icons/bld_paste.xpm
+share/root/icons/bld_paste_d.xpm
+share/root/icons/bld_pointer.xpm
+share/root/icons/bld_radiobutton.xpm
+share/root/icons/bld_redo.xpm
+share/root/icons/bld_redo_d.xpm
+share/root/icons/bld_replace.xpm
+share/root/icons/bld_replace_d.xpm
+share/root/icons/bld_rgb.xpm
+share/root/icons/bld_save.xpm
+share/root/icons/bld_save_d.xpm
+share/root/icons/bld_statusbar.xpm
+share/root/icons/bld_textbutton.xpm
+share/root/icons/bld_undo.xpm
+share/root/icons/bld_undo_d.xpm
+share/root/icons/bld_vbox.xpm
+share/root/icons/bld_vbox_d.xpm
+share/root/icons/bld_vpaned.xpm
+share/root/icons/bld_vseparator.xpm
+share/root/icons/bld_vslider.xpm
+share/root/icons/branch-cl_t.xpm
+share/root/icons/branch-ob_t.xpm
+share/root/icons/branch_folder_s.xpm
+share/root/icons/branch_folder_t.xpm
+share/root/icons/branch_t.xpm
+share/root/icons/browser.xpm
+share/root/icons/button.xpm
+share/root/icons/c_src_s.xpm
+share/root/icons/c_src_t.xpm
+share/root/icons/cdrom_t.xpm
+share/root/icons/chain_s.xpm
+share/root/icons/chain_t.xpm
+share/root/icons/checked_dis_t.xpm
+share/root/icons/checked_t.xpm
+share/root/icons/checkmark_t.xpm
+share/root/icons/connect.xpm
+share/root/icons/cpp_src_s.xpm
+share/root/icons/cpp_src_t.xpm
+share/root/icons/curlyarc.xpm
+share/root/icons/curlyline.xpm
+share/root/icons/cut-disable_t.xpm
+share/root/icons/cut.xpm
+share/root/icons/cut_t.xpm
+share/root/icons/deb_s.xpm
+share/root/icons/deb_t.xpm
+share/root/icons/diamond.xpm
+share/root/icons/disconnect.xpm
+share/root/icons/doc_s.xpm
+share/root/icons/doc_t.xpm
+share/root/icons/draw_t.xpm
+share/root/icons/ellipse.xpm
+share/root/icons/expression_t.xpm
+share/root/icons/f1_s.xpm
+share/root/icons/f1_t.xpm
+share/root/icons/f2_s.xpm
+share/root/icons/f2_t.xpm
+share/root/icons/fdisk_t.xpm
+share/root/icons/fileopen.xpm
+share/root/icons/filesaveas.xpm
+share/root/icons/first_t.xpm
+share/root/icons/folder_s.xpm
+share/root/icons/folder_t.xpm
+share/root/icons/geoarb8_s.xpm
+share/root/icons/geoarb8_t.xpm
+share/root/icons/geobbox_s.xpm
+share/root/icons/geobbox_t.xpm
+share/root/icons/geocone_s.xpm
+share/root/icons/geocone_t.xpm
+share/root/icons/geoconeseg_s.xpm
+share/root/icons/geoconeseg_t.xpm
+share/root/icons/geoctub_s.xpm
+share/root/icons/geoctub_t.xpm
+share/root/icons/geoeltu_s.xpm
+share/root/icons/geoeltu_t.xpm
+share/root/icons/geogtra_s.xpm
+share/root/icons/geogtra_t.xpm
+share/root/icons/geohype_s.xpm
+share/root/icons/geohype_t.xpm
+share/root/icons/geopara_s.xpm
+share/root/icons/geopara_t.xpm
+share/root/icons/geoparab_s.xpm
+share/root/icons/geoparab_t.xpm
+share/root/icons/geopcon_s.xpm
+share/root/icons/geopcon_t.xpm
+share/root/icons/geopgon_s.xpm
+share/root/icons/geopgon_t.xpm
+share/root/icons/geosphere_s.xpm
+share/root/icons/geosphere_t.xpm
+share/root/icons/geotorus_s.xpm
+share/root/icons/geotorus_t.xpm
+share/root/icons/geotrap_s.xpm
+share/root/icons/geotrap_t.xpm
+share/root/icons/geotrd1_s.xpm
+share/root/icons/geotrd1_t.xpm
+share/root/icons/geotrd2_s.xpm
+share/root/icons/geotrd2_t.xpm
+share/root/icons/geotube_s.xpm
+share/root/icons/geotube_t.xpm
+share/root/icons/geotubeseg_s.xpm
+share/root/icons/geotubeseg_t.xpm
+share/root/icons/graph.xpm
+share/root/icons/h1_s.xpm
+share/root/icons/h1_t.xpm
+share/root/icons/h2_s.xpm
+share/root/icons/h2_t.xpm
+share/root/icons/h3_s.xpm
+share/root/icons/h3_t.xpm
+share/root/icons/h_src_s.xpm
+share/root/icons/h_src_t.xpm
+share/root/icons/hdisk_t.xpm
+share/root/icons/home_t.xpm
+share/root/icons/hpp_src_s.xpm
+share/root/icons/hpp_src_t.xpm
+share/root/icons/inspect.xpm
+share/root/icons/interrupt.xpm
+share/root/icons/last_t.xpm
+share/root/icons/latex.xpm
+share/root/icons/leaf_method_s.xpm
+share/root/icons/leaf_method_t.xpm
+share/root/icons/leaf_s.xpm
+share/root/icons/leaf_t.xpm
+share/root/icons/line.xpm
+share/root/icons/listview.xpm
+share/root/icons/local_session.xpm
+share/root/icons/macro_s.xpm
+share/root/icons/macro_t.xpm
+share/root/icons/marker.xpm
+share/root/icons/marker1.xpm
+share/root/icons/marker16.xpm
+share/root/icons/marker18.xpm
+share/root/icons/marker2.xpm
+share/root/icons/marker20.xpm
+share/root/icons/marker21.xpm
+share/root/icons/marker22.xpm
+share/root/icons/marker23.xpm
+share/root/icons/marker24.xpm
+share/root/icons/marker25.xpm
+share/root/icons/marker26.xpm
+share/root/icons/marker27.xpm
+share/root/icons/marker28.xpm
+share/root/icons/marker29.xpm
+share/root/icons/marker3.xpm
+share/root/icons/marker30.xpm
+share/root/icons/marker4.xpm
+share/root/icons/marker5.xpm
+share/root/icons/marker6.xpm
+share/root/icons/marker7.xpm
+share/root/icons/marker8.xpm
+share/root/icons/mb_asterisk_s.xpm
+share/root/icons/mb_exclamation_s.xpm
+share/root/icons/mb_question_s.xpm
+share/root/icons/mb_stop_s.xpm
+share/root/icons/mdi_close.xpm
+share/root/icons/mdi_default.xpm
+share/root/icons/mdi_help.xpm
+share/root/icons/mdi_maximize.xpm
+share/root/icons/mdi_minimize.xpm
+share/root/icons/mdi_restore.xpm
+share/root/icons/modify.xpm
+share/root/icons/monitor01.xpm
+share/root/icons/monitor02.xpm
+share/root/icons/monitor03.xpm
+share/root/icons/monitor04.xpm
+share/root/icons/newcanvas.xpm
+share/root/icons/next_t.xpm
+share/root/icons/ntuple_s.xpm
+share/root/icons/ntuple_t.xpm
+share/root/icons/object_folder_s.xpm
+share/root/icons/object_folder_t.xpm
+share/root/icons/ofolder_t.xpm
+share/root/icons/open.xpm
+share/root/icons/pack-empty_t.xpm
+share/root/icons/pack_t.xpm
+share/root/icons/package.xpm
+share/root/icons/package_add.xpm
+share/root/icons/package_delete.xpm
+share/root/icons/pad.xpm
+share/root/icons/pave.xpm
+share/root/icons/pavelabel.xpm
+share/root/icons/pavestext.xpm
+share/root/icons/pavetext.xpm
+share/root/icons/pdf.xpm
+share/root/icons/pointer.xpm
+share/root/icons/previous_t.xpm
+share/root/icons/printer.xpm
+share/root/icons/printer_s.xpm
+share/root/icons/profile_s.xpm
+share/root/icons/profile_t.xpm
+share/root/icons/proof_base.xpm
+share/root/icons/proof_connected.xpm
+share/root/icons/proof_disconnected.xpm
+share/root/icons/properties.xpm
+share/root/icons/ps_s.xpm
+share/root/icons/ps_t.xpm
+share/root/icons/psp_s.xpm
+share/root/icons/psp_t.xpm
+share/root/icons/query_connected.xpm
+share/root/icons/query_disconnected.xpm
+share/root/icons/query_new.xpm
+share/root/icons/query_submit.xpm
+share/root/icons/quit.xpm
+share/root/icons/rbutton_off.xpm
+share/root/icons/rbutton_on.xpm
+share/root/icons/record_t.xpm
+share/root/icons/refresh.xpm
+share/root/icons/refresh1.xpm
+share/root/icons/refresh2.xpm
+share/root/icons/return_object_s.xpm
+share/root/icons/return_object_t.xpm
+share/root/icons/root_s.xpm
+share/root/icons/root_t.xpm
+share/root/icons/rootdb_s.xpm
+share/root/icons/rootdb_t.xpm
+share/root/icons/rpm_s.xpm
+share/root/icons/rpm_t.xpm
+share/root/icons/save.xpm
+share/root/icons/selection_t.xpm
+share/root/icons/slider1h.xpm
+share/root/icons/slider1v.xpm
+share/root/icons/slider2h.xpm
+share/root/icons/slider2v.xpm
+share/root/icons/slink_s.xpm
+share/root/icons/slink_t.xpm
+share/root/icons/sm_delete.xpm
+share/root/icons/sm_export.xpm
+share/root/icons/sm_help.xpm
+share/root/icons/sm_import_canvas.xpm
+share/root/icons/sm_import_macro.xpm
+share/root/icons/sm_new.xpm
+share/root/icons/stop_t.xpm
+share/root/icons/tb_back.xpm
+share/root/icons/tb_bigicons.xpm
+share/root/icons/tb_details.xpm
+share/root/icons/tb_find.xpm
+share/root/icons/tb_forw.xpm
+share/root/icons/tb_list.xpm
+share/root/icons/tb_newfolder.xpm
+share/root/icons/tb_refresh.xpm
+share/root/icons/tb_smicons.xpm
+share/root/icons/tb_uplevel.xpm
+share/root/icons/tmacro_s.xpm
+share/root/icons/tmacro_t.xpm
+share/root/icons/tree_s.xpm
+share/root/icons/tree_t.xpm
+share/root/icons/unchecked_dis_t.xpm
+share/root/icons/unchecked_t.xpm
+share/root/icons/x_pic.xpm
+share/root/icons/y_pic.xpm
+share/root/icons/z_pic.xpm
+share/root/macros/Dialogs.C
+share/root/macros/html.C
+share/root/proof/etc/.cvsignore
+share/root/proof/etc/cluster.conf.sample
+share/root/proof/etc/motd.sample
+share/root/proof/etc/noproof.sample
+share/root/proof/etc/proof.conf.sample
+share/root/proof/etc/rootnetrc.sample
+share/root/proof/utils/crypt
+share/root/proof/utils/pcmd
+share/root/proof/utils/pload
+share/root/proof/utils/pps
+share/root/proof/utils/proof-facility
+share/root/proof/utils/push
+@dirrm share/root/proof/utils
+@dirrm share/root/proof/etc
+@dirrm share/root/proof
+@dirrm share/root/macros
+@dirrm share/root/icons
+@dirrm share/root/fonts
+@dirrm share/root
+@dirrm share/doc/root/tutorials
+@dirrm share/doc/root/test/RootShower/icons
+@dirrm share/doc/root/test/RootShower/anim
+@dirrm share/doc/root/test/RootShower
+@dirrm share/doc/root/test/ProofBench
+@dirrm share/doc/root/test
+@dirrm share/doc/root
+@dirrm lib/root/cint/stl
+@dirrm lib/root/cint/lib/xlib
+@dirrm lib/root/cint/lib/win32api
+@dirrm lib/root/cint/lib/vcstream
+@dirrm lib/root/cint/lib/vc7strm
+@dirrm lib/root/cint/lib/stream
+@dirrm lib/root/cint/lib/stdstrct
+@dirrm lib/root/cint/lib/socket
+@dirrm lib/root/cint/lib/snstream
+@dirrm lib/root/cint/lib/qt
+@dirrm lib/root/cint/lib/pthread
+@dirrm lib/root/cint/lib/prec_stl
+@dirrm lib/root/cint/lib/posix
+@dirrm lib/root/cint/lib/longlong
+@dirrm lib/root/cint/lib/ipc
+@dirrm lib/root/cint/lib/iccstrm
+@dirrm lib/root/cint/lib/gl
+@exec ${MKDIR} %D/lib/root/cint/lib/gcc3strm/sys
+@dirrm lib/root/cint/lib/gcc3strm/sys
+@exec ${MKDIR} %D/lib/root/cint/lib/gcc3strm/bits
+@dirrm lib/root/cint/lib/gcc3strm/bits
+@dirrm lib/root/cint/lib/gcc3strm
+@dirrm lib/root/cint/lib/dll_stl
+@dirrm lib/root/cint/lib/cbstream
+@dirrm lib/root/cint/lib/bcstream
+@dirrm lib/root/cint/lib/accstrm
+@dirrm lib/root/cint/lib
+@dirrm lib/root/cint/include/sys
+@dirrm lib/root/cint/include/X11
+@dirrm lib/root/cint/include/GL
+@dirrm lib/root/cint/include
+@dirrm lib/root/cint
+@dirrm lib/root
+@dirrm include/root/Math
+@dirrm include/root
diff --git a/misc/root/distinfo b/misc/root/distinfo
index 6ecf10d05bc..6825c38e167 100644
--- a/misc/root/distinfo
+++ b/misc/root/distinfo
@@ -1,18 +1,19 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 11:02:57 agc Exp $
+$NetBSD: distinfo,v 1.5 2006/05/27 12:38:27 drochner Exp $
-SHA1 (root_v2.23.08.source.tar.gz) = 659cc90f1da9baa5565903d0b547be9c273d4369
-RMD160 (root_v2.23.08.source.tar.gz) = d94c73c12f68195dd8c03c99ddc1ad210e6f11c9
-Size (root_v2.23.08.source.tar.gz) = 3333232 bytes
-SHA1 (patch-aa) = cf59bba1a0aa6eeb7b5fca782813e8636a62adef
-SHA1 (patch-ab) = 09f6353904a0de726f3b7bf1fd53571e619a416e
-SHA1 (patch-ac) = 8fb8ee9084125be6c96099843b5eeb679495d543
-SHA1 (patch-ad) = c95c2581dcc914a3bb2721a413a7a39a81f12505
-SHA1 (patch-ae) = 2c887688a75437e3f821d8ed708a1691dd7e69a4
-SHA1 (patch-af) = c7ce53fa69de374cd3de2e470b5a34a1be283edb
-SHA1 (patch-ag) = ce272d17d6aa35605a309166c683c1c1e04b9ed1
-SHA1 (patch-ah) = 403f44a83647dbab9455184b9fa9f1a89f1a4c1d
-SHA1 (patch-ai) = 4b677a3513fdcd2e158d2f2883aa72d8fd2cc7c7
-SHA1 (patch-aj) = 6e2d1c6cfba47088703a4fc402cbe6dcd18d9114
-SHA1 (patch-ak) = 84fa09056ec2cdd13f596849bc010bd282a57208
-SHA1 (patch-al) = 5b5302dc265805fd28fc49af7b1ddd955a462b05
-SHA1 (patch-am) = 606a6d533a4b43a0b1af6ea2ae7c54accdb9f125
+SHA1 (root_v5.10.00.source.tar.gz) = 574cb0ecafe1340c8df425a8e05e9bb4cd2264c5
+RMD160 (root_v5.10.00.source.tar.gz) = 975cc1941cd38428a3afa3ce9cad35106381de64
+Size (root_v5.10.00.source.tar.gz) = 17768704 bytes
+SHA1 (patch-aa) = 27d7fba1e26f99d48beef7d55466f6e220ffbb18
+SHA1 (patch-ab) = eae6865bc149bce750722be0512aa496f784d585
+SHA1 (patch-ac) = 0017dc075969920250db956f9cfa4c40a7b52676
+SHA1 (patch-ad) = 0f3efcb8bfa5c0727f63046b54649506e0a389e0
+SHA1 (patch-ae) = 00ed9f66759dea288e98f6fcd68f97667a9386c4
+SHA1 (patch-af) = 770f3fe34eb4354004d7fa4cecb99d8ecf5c0392
+SHA1 (patch-ag) = ae6b4be0fbe9c4bbe2087456abc58f896ec908ad
+SHA1 (patch-ah) = b9009780ae779a0fde25a461beb4dafa62a9cec1
+SHA1 (patch-ai) = 5c93c20de571c624975d9e55d738fe14ad8a9004
+SHA1 (patch-aj) = f52c4bc7805af6f654a4d57e8a1c42e6a38c50b9
+SHA1 (patch-ak) = 10aa0633340f47a01acf7704ca37506876e4e908
+SHA1 (patch-al) = 9f6ba7bceb504f4f3dd47609f73b1467c622be0d
+SHA1 (patch-am) = 9614180ce0e0dba97204e8596c51fbde7db4bd76
+SHA1 (patch-an) = 94be1e1cba4e5de2510da412f03011068c7562f5
diff --git a/misc/root/files/Makefile.netbsd b/misc/root/files/Makefile.netbsd
index f988bbacd41..9c04cfbc725 100644
--- a/misc/root/files/Makefile.netbsd
+++ b/misc/root/files/Makefile.netbsd
@@ -1,37 +1,49 @@
-# Makefile of ROOT for NetBSD
+# -*- mode: makefile -*-
+#
+# Makefile of ROOT for NetBSD (derived from freebsd5)
-# XXX
PLATFORM = fbsd
+DEBUGFLAGS = -g
+OPTFLAGS = -O
+ifeq (debug,$(findstring debug,$(ROOTBUILD)))
+OPT = $(DEBUGFLAGS)
+NOOPT =
+else
+OPT = $(OPTFLAGS)
+NOOPT =
+endif
+
+# Compiler:
CXX = g++
CC = gcc
-CXXFLAGS = -g -pipe -W -Wall -fPIC -I/usr/X11R6/include
-CFLAGS = -g -pipe -W -Wall -fPIC -I/usr/X11R6/include
-CINTCXXFLAGS = -g -pipe -W -Wall -fPIC -DG__REGEXP \
+CXXFLAGS = -pipe -W -Wall -fPIC -I${X11BASE}/include $(EXTRA_CXXFLAGS)
+CFLAGS = -pipe -W -Wall -fPIC -I${X11BASE}/include $(EXTRA_CFLAGS)
+CINTCXXFLAGS = -pipe -W -Wall -fPIC -DG__REGEXP $(EXTRA_CXXFLAGS) \
-DG__UNIX -DG__SHAREDLIB -DG__ROOT -DG__REDIRECTIO -DG__OSFDLL
-CINTCFLAGS = -g -pipe -W -Wall -fPIC -DG__REGEXP -DG__UNIX -DG__SHAREDLIB \
- -DG__ROOT -DG__REDIRECTIO -DG__OSFDLL
-OPT = -O
-NOOPT =
+CINTCFLAGS = -pipe -W -Wall -fPIC -DG__REGEXP -DG__UNIX -DG__SHAREDLIB \
+ -DG__ROOT -DG__REDIRECTIO -DG__OSFDLL $(EXTRA_CFLAGS)
+COMPILER = gnu
+
+# Linker:
LD = g++
-LDFLAGS = $(OPT) -g -Wl,-R$(PREFIX)/root/lib
-SOFLAGS = -shared -Wl,-x
+LDFLAGS = $(OPT) $(EXTRA_LDFLAGS) -Wl,-R$(DESTDIR)$(LIBDIR)
+SOFLAGS = -shared -Wl,-x -Wl,-soname,
SOEXT = so
-SYSLIBS = -lstdc++ -lm
-XLIBS = -L/usr/X11R6/lib -Wl,-R/usr/X11R6/lib -lXpm -lX11 -lstdc++
+
+# System libraries:
+SYSLIBS = -lstdc++ -lm $(OSTHREADLIBDIR) $(OSTHREADLIB)
+XLIBS = $(XPMLIBDIR) $(XPMLIB) $(X11LIBDIR) -lX11 -lstdc++ -Wl,-R$(X11BASE)/lib
CILIBS = -lm -ltermcap -lstdc++
CRYPTLIBS = -lcrypt
+
+# Fortran:
F77 = f77
F77FLAGS = $(OPT)
F77LIBS = -lg2c
+# Extras
-##### MACROS and TARGETS #####
-
-include Make-macros
-
-
-##### DEPENDENCIES #####
-
-include Make-depend
-
+# Override default in Makefile.config
+INSTALL := cp -pR
+INSTALLDATA := cp -pR
diff --git a/misc/root/files/root.sh b/misc/root/files/root.sh
deleted file mode 100755
index e2294781943..00000000000
--- a/misc/root/files/root.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# $NetBSD: root.sh,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
-
-ROOTSYS=XXXPREFIXXXX/root
-export ROOTSYS
-PATH=XXXPREFIXXXX/root/bin:${PATH}
-exec XXXPREFIXXXX/root/bin/`basename $0` $*
diff --git a/misc/root/patches/patch-aa b/misc/root/patches/patch-aa
index 1b9822fdd51..4d32176dd93 100644
--- a/misc/root/patches/patch-aa
+++ b/misc/root/patches/patch-aa
@@ -1,20 +1,81 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
---- Makefile.orig Sat Nov 6 21:18:31 1999
-+++ Makefile Sat Nov 6 21:20:12 1999
-@@ -14,6 +14,7 @@
- @echo " make mklinux for MkLinux gcc and glibc"
- @echo " make freebsd for FreeBSD"
- @echo " make freebsd4 for FreeBSD 4.x"
-+ @echo " make NetBSD for NetBSD"
- @echo " make hpux for HP-UX 10.20 CC"
- @echo " make hpuxacc for HP-UX 10.20 aCC"
- @echo " make hpuxegcs for HP-UX 10.20 egcs 1.1.x"
-@@ -29,7 +30,7 @@
+$NetBSD: patch-aa,v 1.2 2006/05/27 12:38:27 drochner Exp $
+
+--- unix/src/TUnixSystem.cxx.orig 2006-05-26 16:51:20.000000000 +0200
++++ unix/src/TUnixSystem.cxx
+@@ -62,7 +62,7 @@
+ #if defined(R__AIX) || defined(R__LINUX) || defined(R__ALPHA) || \
+ defined(R__SGI) || defined(R__HIUX) || defined(R__FBSD) || \
+ defined(R__OBSD) || defined(R__LYNXOS) || defined(R__MACOSX) || \
+- defined(R__HURD)
++ defined(R__HURD) || defined(__NetBSD__)
+ # include <sys/ioctl.h>
+ #endif
+ #if defined(R__AIX) || defined(R__SOLARIS)
+@@ -87,8 +87,12 @@
+ # include <sys/param.h>
+ # include <sys/mount.h>
+ #else
++#ifdef __NetBSD__
++#include <sys/statvfs.h>
++#else
+ # include <sys/statfs.h>
+ #endif
++#endif
+ #include <utime.h>
+ #include <syslog.h>
+@@ -174,7 +178,7 @@
+ #elif defined(R__GLIBC) || (defined(R__FBSD) && defined(R__ALPHA)) || \
+ (defined(R__SUNGCC3) && defined(__arch64__)) || \
+ defined(MAC_OS_X_VERSION_10_4) || \
+- (defined(R__AIX) && defined(_AIX43))
++ (defined(R__AIX) && defined(_AIX43) || defined(__NetBSD__))
+ # define USE_SOCKLEN_T
+ #endif
- linux linuxegcs linuxrh42 linuxdeb linuxdeb2 linuxkcc linuxsuse6 \
--linuxpgcc linuxppcegcs mklinux freebsd freebsd4 hpux hpuxacc \
-+linuxpgcc linuxppcegcs mklinux freebsd freebsd4 netbsd hpux hpuxacc \
- hpuxegcs alphacxx6 alphaegcs solaris solarisCC5.0 solarisegcs sgikcc sgiegcs \
- sgi64egcs aixegcs:
- @(inode1=`ls -id $$ROOTSYS | awk '{ print $$1 }'`; \
+@@ -411,6 +415,7 @@ void TUnixSystem::SetProgname(const char
+ //______________________________________________________________________________
+ void TUnixSystem::SetDisplay()
+ {
++#if 0
+ // Set DISPLAY environment variable based on utmp entry. Only for UNIX.
+
+ if (!Getenv("DISPLAY")) {
+@@ -451,6 +456,7 @@ void TUnixSystem::SetDisplay()
+ free(gUtmpContents);
+ }
+ }
++#endif
+ }
+
+ //______________________________________________________________________________
+@@ -3446,7 +3452,11 @@ int TUnixSystem::UnixFSstat(const char *
+ // The function returns 0 in case of success and 1 if the file system could
+ // not be stat'ed.
+
++#ifdef __NetBSD__
++ struct statvfs statfsbuf;
++#else
+ struct statfs statfsbuf;
++#endif
+ #if defined(R__SGI) || (defined(R__SOLARIS) && !defined(R__LINUX))
+ if (statfs(path, &statfsbuf, sizeof(struct statfs), 0) == 0) {
+ *id = statfsbuf.f_fstyp;
+@@ -3454,6 +3464,9 @@ int TUnixSystem::UnixFSstat(const char *
+ *blocks = statfsbuf.f_blocks;
+ *bfree = statfsbuf.f_bfree;
+ #else
++#ifdef __NetBSD__
++ if (statvfs((char*)path, &statfsbuf) == 0) {
++#else
+ if (statfs((char*)path, &statfsbuf) == 0) {
+ #ifdef R__OBSD
+ // Convert BSD filesystem names to Linux filesystem type numbers
+@@ -3480,6 +3493,7 @@ int TUnixSystem::UnixFSstat(const char *
+ #else
+ *id = statfsbuf.f_type;
+ #endif
++#endif
+ *bsize = statfsbuf.f_bsize;
+ *blocks = statfsbuf.f_blocks;
+ *bfree = statfsbuf.f_bavail;
diff --git a/misc/root/patches/patch-ab b/misc/root/patches/patch-ab
index a165c3a147f..ee295325384 100644
--- a/misc/root/patches/patch-ab
+++ b/misc/root/patches/patch-ab
@@ -1,17 +1,13 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
---- src/RConfig.h.orig Sat Nov 6 21:37:18 1999
-+++ src/RConfig.h Sat Nov 6 21:38:11 1999
-@@ -106,6 +106,13 @@
- # define R__NOSTATS /* problem using stats with FreeBSD malloc/free */
+$NetBSD: patch-ab,v 1.2 2006/05/27 12:38:27 drochner Exp $
+
+--- auth/src/TAuthenticate.cxx.orig 2006-05-26 17:05:03.000000000 +0200
++++ auth/src/TAuthenticate.cxx
+@@ -47,7 +47,7 @@
+ #include <sys/types.h>
+ #include <time.h>
+ #if !defined(R__WIN32) && !defined(R__MACOSX) && !defined(R__FBSD) && \
+- !defined(R__OBSD)
++ !defined(R__OBSD) && !defined(__NetBSD__)
+ #include <crypt.h>
#endif
-
-+#if defined(__NetBSD__)
-+# define R__FBSD /* XXX */
-+# define R__UNIX
-+# define R__BYTESWAP
-+# define R__NOSTATS /* problem using stats with FreeBSD malloc/free */
-+#endif
-+
- #ifdef _HIUX_SOURCE
- # define R__HIUX
- # define R__UNIX
+ #ifdef WIN32
diff --git a/misc/root/patches/patch-ac b/misc/root/patches/patch-ac
index 2537d0597ce..e9e964d35ef 100644
--- a/misc/root/patches/patch-ac
+++ b/misc/root/patches/patch-ac
@@ -1,12 +1,13 @@
-$NetBSD: patch-ac,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
---- src/cfortran.h.orig Sat Nov 6 22:17:00 1999
-+++ src/cfortran.h Sat Nov 6 22:17:45 1999
-@@ -80,7 +80,7 @@
- #if !(defined(mipsFortran)||defined(DECFortran)||defined(vmsFortran)||defined(CONVEXFortran)||defined(PowerStationFortran))
- /* If no Fortran compiler is given, we choose one for the machines we know. */
- #if defined(lynx) || defined(VAXUltrix) || defined(linux) || defined(_HIUX_SOURCE) || \
-- defined(__FreeBSD__)
-+ defined(__FreeBSD__) || defined(__NetBSD__)
- #define f2cFortran /* Lynx: Only support f2c at the moment.
- VAXUltrix: f77 behaves like f2c.
- Support f2c or f77 with gcc, vcc with f2c.
+$NetBSD: patch-ac,v 1.2 2006/05/27 12:38:27 drochner Exp $
+
+--- base/inc/RConfig.h.orig 2006-05-26 17:38:48.000000000 +0200
++++ base/inc/RConfig.h
+@@ -272,7 +272,7 @@
+ # define NEED_SNPRINTF
+ #endif
+
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined (__NetBSD__)
+ # define R__FBSD
+ # define R__UNIX
+ # define R__BYTESWAP
diff --git a/misc/root/patches/patch-ad b/misc/root/patches/patch-ad
index 9d2d3103bee..629cf924b19 100644
--- a/misc/root/patches/patch-ad
+++ b/misc/root/patches/patch-ad
@@ -1,12 +1,23 @@
-$NetBSD: patch-ad,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
---- src/ROOTX_rootx.cxx.orig Sat Nov 6 22:39:37 1999
-+++ src/ROOTX_rootx.cxx Sat Nov 6 22:40:18 1999
-@@ -34,7 +34,7 @@
- #define HAVE_UTMPX_H
- #define UTMP_NO_ADDR
- #endif
--#if defined(__alpha) || defined(_AIX) || defined(__FreeBSD__)
-+#if defined(__alpha) || defined(_AIX) || defined(__FreeBSD__) || defined(__NetBSD__)
- #define UTMP_NO_ADDR
- #endif
+$NetBSD: patch-ad,v 1.2 2006/05/27 12:38:27 drochner Exp $
+
+--- base/src/TMapFile.cxx.orig 2006-05-26 17:50:02.000000000 +0200
++++ base/src/TMapFile.cxx
+@@ -104,7 +104,7 @@
+ #include <sys/sem.h>
+ #if defined(R__HPUX) || (defined (R__ALPHA) && !defined(R__FBSD)) || \
+ defined (R__SOLARIS) || defined(R__AIX) || defined(R__HIUX) || \
+- __GLIBC_MINOR__ > 0
++ __GLIBC_MINOR__ > 0 || defined(__NetBSD__)
+ union semun {
+ int val; // value for SETVAL
+ struct semid_ds *buf; // buffer for IPC_STAT & IPC_SET
+@@ -760,8 +760,7 @@ void TMapFile::CreateSemaphore(int pid)
+ #ifdef HAVE_SEMOP
+ #ifndef WIN32
+ // create semaphore to synchronize access (should use read/write lock)
+- fSemaphore = semget(IPC_PRIVATE, 1, SEM_R|SEM_A|(SEM_R>>3)|(SEM_A>>3)|
+- (SEM_R>>6)|(SEM_A>>6));
++ fSemaphore = semget(IPC_PRIVATE, 1, 0);
+ // set semaphore to 1
+ if (fSemaphore != -1) {
diff --git a/misc/root/patches/patch-ae b/misc/root/patches/patch-ae
index b98048d4514..56f334ba364 100644
--- a/misc/root/patches/patch-ae
+++ b/misc/root/patches/patch-ae
@@ -1,28 +1,13 @@
-$NetBSD: patch-ae,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
---- src/ROOTD_daemon.cxx.orig Sat Nov 6 22:42:10 1999
-+++ src/ROOTD_daemon.cxx Sat Nov 6 22:44:40 1999
-@@ -41,13 +41,13 @@
- #define USE_SIGCHLD
- #endif
-
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
- #define USE_SIGCHLD
- #define SIGCLD SIGCHLD
- #endif
-
- #if defined(__linux) || defined(__hpux) || defined(__sun) || defined(__sgi) || \
-- defined(_AIX) || defined(__FreeBSD__)
-+ defined(_AIX) || defined(__FreeBSD__) || defined(__NetBSD__)
- #define USE_SETSID
- #endif
-
-@@ -61,7 +61,7 @@
- static void SigChild(int)
- {
- int pid;
--#if defined(__hpux) || defined(__FreeBSD__)
-+#if defined(__hpux) || defined(__FreeBSD__) || defined(__NetBSD__)
- int status;
- #else
- union wait status;
+$NetBSD: patch-ae,v 1.2 2006/05/27 12:38:27 drochner Exp $
+
+--- eg/inc/cfortran.h.orig 2006-05-26 18:20:11.000000000 +0200
++++ eg/inc/cfortran.h
+@@ -89,7 +89,7 @@ only C calling FORTRAN subroutines will
+ #if !(defined(mipsFortran)||defined(DECFortran)||defined(vmsFortran)||defined(CONVEXFortran)||defined(PowerStationFortran)||defined(AbsoftUNIXFortran)||defined(AbsoftProFortran)||defined(SXFortran))
+ /* If no Fortran compiler is given, we choose one for the machines we know. */
+ #if defined(lynx) || defined(VAXUltrix) || defined(linux) || defined(_HIUX_SOURCE) || \
+- defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
++ defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__NetBSD__)
+ #define f2cFortran /* Lynx: Only support f2c at the moment.
+ VAXUltrix: f77 behaves like f2c.
+ Support f2c or f77 with gcc, vcc with f2c.
diff --git a/misc/root/patches/patch-af b/misc/root/patches/patch-af
index b5b247e06a5..6a1c6103709 100644
--- a/misc/root/patches/patch-af
+++ b/misc/root/patches/patch-af
@@ -1,13 +1,13 @@
-$NetBSD: patch-af,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
---- src/CINT_init.c.orig Sat Nov 6 22:55:57 1999
-+++ src/CINT_init.c Sat Nov 6 22:56:26 1999
-@@ -1876,6 +1876,9 @@
- #ifdef __FreeBSD__
- sprintf(temp,"G__FBSD=%ld",(long)__FreeBSD__); G__getexpr(temp);
- #endif
-+#ifdef __NetBSD__
-+ sprintf(temp,"G__FBSD=%ld",(long)__NetBSD__); G__getexpr(temp);
-+#endif
- #ifdef __GNUC__
- sprintf(temp,"G__GNUC=%ld",(long)__GNUC__); G__getexpr(temp);
- #endif
+$NetBSD: patch-af,v 1.2 2006/05/27 12:38:27 drochner Exp $
+
+--- rpdutils/src/rpdutils.cxx.orig 2006-05-26 19:20:46.000000000 +0200
++++ rpdutils/src/rpdutils.cxx
+@@ -70,7 +70,7 @@ extern "C" int ruserok(const char *, int
+ extern "C" int fstatfs(int file_descriptor, struct statfs *buffer);
+ #elif defined(linux) || defined(__hpux)
+ #include <sys/vfs.h>
+-#elif defined(__FreeBSD__) || defined(__OpenBSD__)
++#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
+ #include <sys/param.h>
+ #include <sys/mount.h>
+ #else
diff --git a/misc/root/patches/patch-ag b/misc/root/patches/patch-ag
index 423fdb5ac47..2f1d2fd2f9c 100644
--- a/misc/root/patches/patch-ag
+++ b/misc/root/patches/patch-ag
@@ -1,12 +1,13 @@
-$NetBSD: patch-ag,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
---- src/Makelib.orig Sun Nov 7 00:23:42 1999
-+++ src/Makelib Sun Nov 7 00:24:49 1999
-@@ -30,7 +30,7 @@
- $LD $SOFLAGS $LDFLAGS -o $LIB $OBJS $EXTRA
- elif [ $PLATFORM = fbsd ]; then
- echo $LD $SOFLAGS $LDFLAGS -o $LIB $OBJS $EXTRA
-- $LD $SOFLAGS $LDFLAGS -o $LIB `lorder $OBJS | tsort -q` $EXTRA
-+ $LD $SOFLAGS $LDFLAGS -o $LIB $OBJS $EXTRA
- # for elf: echo $PLATFORM: $LD $SOFLAGS$SONAME $LDFLAGS -o $LIB $OBJS
- # for elf: $LD $SOFLAGS$SONAME $LDFLAGS -o $LIB `lorder $OBJS | tsort -q`
- elif [ $LD = KCC ]; then
+$NetBSD: patch-ag,v 1.2 2006/05/27 12:38:27 drochner Exp $
+
+--- rootx/src/rootx.cxx.orig 2006-05-26 19:21:52.000000000 +0200
++++ rootx/src/rootx.cxx
+@@ -37,7 +37,7 @@
+ #endif
+ #if (defined(__alpha) && !defined(__linux)) || defined(_AIX) || \
+ defined(__FreeBSD__) || defined(__Lynx__) || defined(__APPLE__) || \
+- defined(__OpenBSD__)
++ defined(__OpenBSD__) || defined(__NetBSD__)
+ #define UTMP_NO_ADDR
+ #endif
+
diff --git a/misc/root/patches/patch-ah b/misc/root/patches/patch-ah
index 9f1176e9bff..d468440f389 100644
--- a/misc/root/patches/patch-ah
+++ b/misc/root/patches/patch-ah
@@ -1,20 +1,47 @@
-$NetBSD: patch-ah,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
---- src/BASE_MapFile.cxx.orig Sun Nov 7 01:08:03 1999
-+++ src/BASE_MapFile.cxx Sun Nov 7 01:08:18 1999
-@@ -140,14 +140,14 @@
- #include <sys/sem.h>
- #if defined(R__HPUX) || defined (R__ALPHA) || defined (R__SOLARIS) || \
- defined(R__AIX) || defined(R__HIUX) || defined (R__MKLINUX) || \
-- __GLIBC_MINOR__ > 0
-+ __GLIBC_MINOR__ > 0 || defined (R__FBSD) /* XXX */
- union semun {
- int val; // value for SETVAL
- struct semid_ds *buf; // buffer for IPC_STAT & IPC_SET
- ushort *array; // array for GETALL & SETALL
- };
- #endif
--#ifdef R__LINUX
-+#ifndef SEM_A
- # define SEM_A 0200 // alter permission
- # define SEM_R 0400 // read permission
+$NetBSD: patch-ah,v 1.2 2006/05/27 12:38:27 drochner Exp $
+
+--- rootd/src/rootd.cxx.orig 2006-05-26 19:22:55.000000000 +0200
++++ rootd/src/rootd.cxx
+@@ -242,7 +242,7 @@ extern "C" int fstatfs(int file_descript
+ extern "C" int fstatfs(int file_descriptor, struct statfs *buffer);
+ #elif defined(linux) || defined(__hpux) || defined(cygwingcc)
+ #include <sys/vfs.h>
+-#elif defined(__FreeBSD__) || defined(__OpenBSD__)
++#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
+ #include <sys/param.h>
+ #include <sys/mount.h>
+ #else
+@@ -251,7 +251,7 @@ extern "C" int fstatfs(int file_descript
+
+ #if defined(linux) || defined(__hpux) || defined(_AIX) || defined(__alpha) || \
+ defined(__sun) || defined(__sgi) || defined(__FreeBSD__) || \
+- defined(__APPLE__) || defined(cygwingcc) || defined(__OpenBSD__)
++ defined(__APPLE__) || defined(cygwingcc) || defined(__OpenBSD__) || defined(__NetBSD__)
+ #define HAVE_MMAP
#endif
+
+@@ -293,7 +293,7 @@ static int fcntl_lockf(int fd, int op, o
+
+ #if defined(linux) || defined(__sun) || defined(__sgi) || \
+ defined(_AIX) || defined(__FreeBSD__) || defined(__APPLE__) || \
+- defined(__MACH__) || defined(cygwingcc) || defined(__OpenBSD__)
++ defined(__MACH__) || defined(cygwingcc) || defined(__OpenBSD__) || defined(__NetBSD__)
+ #include <grp.h>
+ #include <sys/types.h>
+ #include <signal.h>
+@@ -1369,6 +1369,7 @@ void RootdPutFile(const char *msg)
+ }
+ }
+
++#if 0
+ // check file system space
+ if (strcmp(gFile, "/dev/null")) {
+ struct statfs statfsbuf;
+@@ -1386,6 +1387,7 @@ void RootdPutFile(const char *msg)
+ }
+ }
+ }
++#endif
+
+ // seek to restartat position
+ if (restartat) {
diff --git a/misc/root/patches/patch-ai b/misc/root/patches/patch-ai
index 0afb695645d..7eba8c55613 100644
--- a/misc/root/patches/patch-ai
+++ b/misc/root/patches/patch-ai
@@ -1,12 +1,13 @@
-$NetBSD: patch-ai,v 1.1.1.1 1999/11/17 16:17:03 drochner Exp $
---- src/C_Getline.c.orig Sun Nov 7 01:48:21 1999
-+++ src/C_Getline.c Sun Nov 7 01:49:21 1999
-@@ -342,7 +342,7 @@
- #define unix
+$NetBSD: patch-ai,v 1.2 2006/05/27 12:38:27 drochner Exp $
+
+--- rpdutils/src/daemon.cxx.orig 2006-05-26 19:23:53.000000000 +0200
++++ rpdutils/src/daemon.cxx
+@@ -212,7 +212,7 @@ out:
+ #elif defined(__sun)
+ sigignore(SIGCHLD);
+ #else
+- signal(SIGCLD, SIG_IGN);
++ signal(SIGCHLD, SIG_IGN);
#endif
-
--#if defined(__hpux) || defined(__osf__) /* W.Karig@gsi.de */
-+#if defined(__hpux) || defined(__osf__) || defined(__NetBSD__) /* W.Karig@gsi.de */
- #ifndef unix
- #define unix
#endif
+ }
diff --git a/misc/root/patches/patch-aj b/misc/root/patches/patch-aj
index 475135432e1..6f7552197f9 100644
--- a/misc/root/patches/patch-aj
+++ b/misc/root/patches/patch-aj
@@ -1,40 +1,12 @@
-$NetBSD: patch-aj,v 1.1 2000/12/28 02:16:27 wiz Exp $
+$NetBSD: patch-aj,v 1.2 2006/05/27 12:38:27 drochner Exp $
---- src/UNIX_UnixSystem.cxx.orig Tue Nov 2 11:38:04 1999
-+++ src/UNIX_UnixSystem.cxx
-@@ -1353,9 +1353,9 @@
- // Get Internet Protocol (IP) address of host and port #.
-
- struct sockaddr_in addr;
--#if defined(R__AIX) || defined(R__FBSD)
-+#if defined(R__AIX)
- size_t len = sizeof(addr);
--#elif defined(R__GLIBC)
-+#elif defined(R__GLIBC) || defined(R__FBSD)
- socklen_t len = sizeof(addr);
- #else
- int len = sizeof(addr);
-@@ -1391,9 +1391,9 @@
- // Get Internet Protocol (IP) address of remote host and port #.
-
- struct sockaddr_in addr;
--#if defined(R__AIX) || defined(R__FBSD)
-+#if defined(R__AIX)
- size_t len = sizeof(addr);
--#elif defined(R__GLIBC)
-+#elif defined(R__GLIBC) || defined(R__FBSD)
- socklen_t len = sizeof(addr);
- #else
- int len = sizeof(addr);
-@@ -1718,10 +1718,8 @@
-
- if (sock < 0) return -1;
-
--#if defined(R__GLIBC) || defined(_AIX43)
-+#if defined(R__GLIBC) || defined(_AIX43) || defined(R__FBSD)
- socklen_t optlen = sizeof(*val);
--#elif defined(R__FBSD)
-- size_t optlen = sizeof(*val);
- #else
- int optlen = sizeof(*val);
- #endif
+--- config/ARCHS.orig 2006-05-26 19:54:56.000000000 +0200
++++ config/ARCHS
+@@ -35,6 +35,7 @@ macosxicc for MacOS X with In
+ macosx64 for MacOS X with gcc 4.0 64 bit mode
+ macosxxlc for MacOS X with IBM xl compilers
+ mklinux for MkLinux gcc and glibc
++netbsd for NetBSD
+ openbsd for OpenBSD >= 3.7
+ sgicc for SGI IRIX 6.x CC
+ sgicc64 for SGI IRIX 6.x CC 64 bits
diff --git a/misc/root/patches/patch-ak b/misc/root/patches/patch-ak
index 1c9d0700c6d..863942d439b 100644
--- a/misc/root/patches/patch-ak
+++ b/misc/root/patches/patch-ak
@@ -1,13 +1,13 @@
-$NetBSD: patch-ak,v 1.1 2000/12/28 02:16:27 wiz Exp $
+$NetBSD: patch-ak,v 1.2 2006/05/27 12:38:27 drochner Exp $
---- src/ROOTD_rootd.cxx.orig Tue Nov 2 11:45:18 1999
-+++ src/ROOTD_rootd.cxx
-@@ -128,7 +128,7 @@
- extern "C" char *crypt(const char *, const char *);
- #endif
+--- clib/src/Getline.c.orig 2006-05-26 22:33:35.000000000 +0200
++++ clib/src/Getline.c
+@@ -331,7 +331,7 @@ static void search_forw(int s);
+ #endif /* WIN32 */
--#ifdef __alpha
-+#if defined(__alpha) && !defined(__NetBSD__)
- extern "C" int initgroups(char *name, int basegid);
+ #if defined(_AIX) || defined(__Lynx__) || defined(__APPLE__) || \
+- defined(__OpenBSD__)
++ defined(__OpenBSD__) || defined(__NetBSD__)
+ #define unix
#endif
diff --git a/misc/root/patches/patch-al b/misc/root/patches/patch-al
index 97d9eb13338..be6203c0f40 100644
--- a/misc/root/patches/patch-al
+++ b/misc/root/patches/patch-al
@@ -1,13 +1,17 @@
-$NetBSD: patch-al,v 1.1 2000/12/28 02:16:27 wiz Exp $
+$NetBSD: patch-al,v 1.2 2006/05/27 12:38:27 drochner Exp $
---- src/PROOFD_proofd.cxx.orig Tue Nov 2 11:45:22 1999
-+++ src/PROOFD_proofd.cxx
-@@ -57,7 +57,7 @@
- extern "C" char *crypt(const char *, const char *);
- #endif
-
--#ifdef __alpha
-+#if defined(__alpha) && !defined(__NetBSD__)
- extern "C" int initgroups(char *name, int basegid);
- #endif
-
+--- config/root-config.in.orig 2006-05-26 22:50:42.000000000 +0200
++++ config/root-config.in
+@@ -276,6 +276,12 @@ freebsd5)
+ auxcflags=
+ auxlibs="-lm -lstdc++"
+ ;;
++netbsd)
++ # NetBSD with libc
++ auxcflags=
++ auxlibs="-lm -lstdc++"
++ rootlibs="${rootlibs} -Wl,-R${libdir}"
++ ;;
+ openbsd)
+ # OpenBSD with libc
+ auxcflags=
diff --git a/misc/root/patches/patch-am b/misc/root/patches/patch-am
index 18bdec2278f..797544412b9 100644
--- a/misc/root/patches/patch-am
+++ b/misc/root/patches/patch-am
@@ -1,33 +1,39 @@
-$NetBSD: patch-am,v 1.1 2002/03/08 05:18:12 jmc Exp $
+$NetBSD: patch-am,v 1.2 2006/05/27 12:38:27 drochner Exp $
---- src/ROOTD_net.cxx.orig Fri Mar 8 04:26:20 2002
-+++ src/ROOTD_net.cxx Fri Mar 8 04:28:52 2002
-@@ -33,6 +33,10 @@
- #include <netdb.h>
- #include <errno.h>
+--- configure.orig 2006-05-26 23:29:18.000000000 +0200
++++ configure
+@@ -1982,21 +1982,20 @@ if test ! "x$enable_asimage" = "xno" ; t
+ # for a system library, then see if we have various headers needed.
+ if test "x$enable_builtin_afterimage" = "xyes" ; then
+ check_header "jpeglib.h" "" $ASIMAGE $ASIMAGE/include \
+- /usr/local/include /usr/include /opt/include
++ ${LOCALBASE}/include
+ asjpegincdir=$found_dir
+ check_header "png.h" "" $ASIMAGE $ASIMAGE/include \
+- /usr/local/include /usr/include /usr/local/include/libpng \
+- /opt/include
++ ${LOCALBASE}/include
+ aspngincdir=$found_dir
+ if test ! "x$enable_astiff" = "xno" ; then
+ check_header "tiffio.h" "" $ASIMAGE $ASIMAGE/include \
+- /usr/local/include /usr/include /opt/include
++ ${LOCALBASE}/include
+ astiffincdir=$found_dir
+ else
+ astiffincdir="--with-tiff=no"
+ fi
+ check_header "gif_lib.h" "" $ASIMAGE $ASIMAGE/include \
+- /usr/local/include /usr/include /opt/include
++ ${LOCALBASE}/include
+ asgifincdir=$found_dir
-+#ifdef __NetBSD__
-+#include <sys/param.h>
-+#endif
-+
- //*KEEP,rootdp,T=C++.
- #include "rootdp.h"
- //*KEND.
-@@ -176,7 +180,7 @@
- if (gDebug > 0) {
- #ifdef _AIX
- size_t clilen = sizeof(tcp_cli_addr);
--#elif defined(R__GLIBC)
-+#elif defined(R__GLIBC) || (defined(__NetBSD__) && __NetBSD_Version__ >= 103100000)
- socklen_t clilen = sizeof(tcp_cli_addr);
- #else
- int clilen = sizeof(tcp_cli_addr);
-@@ -206,7 +210,7 @@
- again:
- #ifdef _AIX
- size_t clilen = sizeof(tcp_cli_addr);
--#elif defined(R__GLIBC)
-+#elif defined(R__GLIBC) || (defined(__NetBSD__) && __NetBSD_Version__ >= 103100000)
- socklen_t clilen = sizeof(tcp_cli_addr);
- #else
- int clilen = sizeof(tcp_cli_addr);
+ asextralib=""
+@@ -2014,7 +2013,7 @@ if test ! "x$enable_asimage" = "xno" ; t
+ fi
+ for k in $aslibs ; do
+ check_library $k "$enable_shared" "" \
+- $ASIMAGE $ASIMAGE/lib /usr/local/lib /usr/lib /opt/lib
++ $ASIMAGE $ASIMAGE/lib ${LOCALBASE}/lib /usr/lib
+ if test "x$k" = "xlibz" ; then
+ found_libz=$found_lib
+ found_dirz=$found_dir
diff --git a/misc/root/patches/patch-an b/misc/root/patches/patch-an
new file mode 100644
index 00000000000..d24af016689
--- /dev/null
+++ b/misc/root/patches/patch-an
@@ -0,0 +1,15 @@
+$NetBSD: patch-an,v 1.1 2006/05/27 12:38:27 drochner Exp $
+
+--- gl/Module.mk.orig 2006-05-27 01:05:13.000000000 +0200
++++ gl/Module.mk
+@@ -35,8 +35,8 @@ GLH1 := $(MODDIRI)/gl2ps.h $(MOD
+ GLH2 := $(filter-out $(GLH1), $(GLH))
+
+ ifneq ($(OPENGLLIB),)
+-GLLIBS := $(OPENGLLIBDIR) $(OPENGLULIB) $(OPENGLLIB) \
+- $(X11LIBDIR) -lX11 -lXext -lXmu -lXi -lm
++GLLIBS := $(OPENGLLIBDIR) $(OPENGLULIB) $(OPENGLLIB) -Wl,-R${LOCALBASE}/lib \
++ $(X11LIBDIR) -lX11 -lXext -lXmu -lXi -lm -Wl,-R${X11BASE}/lib
+ endif
+ ifeq ($(ARCH),win32)
+ GLLIBS := opengl32.lib glu32.lib $(LPATH)/libGraf.lib $(LPATH)/libHist.lib