summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-09-24 06:34:04 +0000
committerwiz <wiz@pkgsrc.org>2022-09-24 06:34:04 +0000
commit50260233a6410ff52dba71e21fe506306bd1636b (patch)
treed1f2eacd7348977684a32b1ce7f88d78c1bec184
parentec830396fdef0bf1a2f364eaa3d4042adedd8f85 (diff)
downloadpkgsrc-50260233a6410ff52dba71e21fe506306bd1636b.tar.gz
root: remove
Does not build in any bulk build I could find, no users in pkgsrc
-rw-r--r--doc/CHANGES-20223
-rw-r--r--doc/TODO3
-rw-r--r--misc/Makefile3
-rw-r--r--misc/root/DESCR15
-rw-r--r--misc/root/Makefile76
-rw-r--r--misc/root/PLIST4458
-rw-r--r--misc/root/distinfo32
-rw-r--r--misc/root/files/Makefile.netbsd49
-rw-r--r--misc/root/patches/patch-aa81
-rw-r--r--misc/root/patches/patch-ab13
-rw-r--r--misc/root/patches/patch-ac13
-rw-r--r--misc/root/patches/patch-ad23
-rw-r--r--misc/root/patches/patch-ae13
-rw-r--r--misc/root/patches/patch-af13
-rw-r--r--misc/root/patches/patch-ag13
-rw-r--r--misc/root/patches/patch-ah47
-rw-r--r--misc/root/patches/patch-ai13
-rw-r--r--misc/root/patches/patch-aj12
-rw-r--r--misc/root/patches/patch-ak13
-rw-r--r--misc/root/patches/patch-al17
-rw-r--r--misc/root/patches/patch-am85
-rw-r--r--misc/root/patches/patch-an15
-rw-r--r--misc/root/patches/patch-ba12
-rw-r--r--misc/root/patches/patch-bb14
-rw-r--r--misc/root/patches/patch-bc13
-rw-r--r--misc/root/patches/patch-bd14
-rw-r--r--misc/root/patches/patch-be13
-rw-r--r--misc/root/patches/patch-bf13
-rw-r--r--misc/root/patches/patch-bg13
-rw-r--r--misc/root/patches/patch-bh13
-rw-r--r--misc/root/patches/patch-bi13
-rw-r--r--misc/root/patches/patch-bj13
-rw-r--r--misc/root/patches/patch-ca16
-rw-r--r--misc/root/patches/patch-graf2d_asimage_src_libAfterImage_export.c13
-rw-r--r--misc/root/patches/patch-graf2d_asimage_src_libAfterImage_import.c22
35 files changed, 4 insertions, 5188 deletions
diff --git a/doc/CHANGES-2022 b/doc/CHANGES-2022
index 3b18b48575a..894bcf116e0 100644
--- a/doc/CHANGES-2022
+++ b/doc/CHANGES-2022
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.4656 2022/09/24 06:30:54 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.4657 2022/09/24 06:34:04 wiz Exp $
Changes to the packages collection and infrastructure in 2022:
@@ -6850,3 +6850,4 @@ Changes to the packages collection and infrastructure in 2022:
Removed mail/gnus [wiz 2022-09-24]
Removed devel/adacurses [wiz 2022-09-24]
Updated misc/gelemental to 2.0.1 [wiz 2022-09-24]
+ Removed misc/root [wiz 2022-09-24]
diff --git a/doc/TODO b/doc/TODO
index 43f028b7966..d49ca805536 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.22224 2022/09/24 06:30:54 wiz Exp $
+$NetBSD: TODO,v 1.22225 2022/09/24 06:34:04 wiz Exp $
Suggested new packages
======================
@@ -1385,7 +1385,6 @@ For possible Perl packages updates, see http://www.NetBSD.org/~wiz/perl.html
o riemann-client-1.10.4.1
o rio500-0.8.1
o rmtrash-1.14
- o root-6.24
o root-tail-1.2
o ropper-1.13.6
o rosegarden-21.12 [updating wip; audio/rosegarden -> rosegarden-x11]
diff --git a/misc/Makefile b/misc/Makefile
index 8ed6ca21bc8..694f9321210 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.569 2022/09/06 15:56:52 martin Exp $
+# $NetBSD: Makefile,v 1.570 2022/09/24 06:34:04 wiz Exp $
#
COMMENT= Miscellaneous utilities
@@ -304,7 +304,6 @@ SUBDIR+= reed
SUBDIR+= rhash
SUBDIR+= rlwrap
SUBDIR+= rocs
-SUBDIR+= root
SUBDIR+= root-tail
SUBDIR+= routeplanner-cli
SUBDIR+= rox-memo
diff --git a/misc/root/DESCR b/misc/root/DESCR
deleted file mode 100644
index 980aac57f52..00000000000
--- a/misc/root/DESCR
+++ /dev/null
@@ -1,15 +0,0 @@
-The ROOT system provides a set of OO frameworks with all the functionality
-needed to handle and analyse large amounts of data in a very efficient way.
-Having the data defined as a set of objects, specialised storage methods are
-used to get direct access to the separate attributes of the selected objects,
-without having to touch the bulk of the data. Included are histograming methods
-in 1, 2 and 3 dimensions, curve fitting, function evaluation, minimisation,
-graphics and visualization classes to allow the easy setup of an analysis
-system that can query and process the data interactively or in batch mode.
-
-Thanks to the builtin CINT C++ interpreter the command language, the scripting,
-or macro, language and the programming language are all C++. The interpreter
-allows for fast prototyping of the macros since it removes the time consuming
-compile/link cycle. It also provides a good environment to learn C++. If more
-performance is needed the interactively developed macros can be compiled using
-a C++ compiler.
diff --git a/misc/root/Makefile b/misc/root/Makefile
deleted file mode 100644
index 2b740cc2710..00000000000
--- a/misc/root/Makefile
+++ /dev/null
@@ -1,76 +0,0 @@
-# $NetBSD: Makefile,v 1.69 2022/04/24 22:34:12 tnn Exp $
-
-DISTNAME= root_v5.26.00b.source
-PKGNAME= root-5.26
-PKGREVISION= 22
-CATEGORIES= misc
-#MASTER_SITES= ftp://root.cern.ch/root/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://root.cern.ch/
-COMMENT= OO framework for data analysis and visualisation
-
-WRKSRC= ${WRKDIR}/root
-USE_TOOLS+= gmake
-USE_LANGUAGES= c c++ fortran
-NOT_FOR_COMPILER+= f2c #lacks LOC()
-
-CHECK_PORTABILITY_SKIP= build/win/*.sh cint/tool/INSTALLBIN tmva/test/setup.sh
-BUILD_TARGET=
-
-.include "../../mk/bsd.prefs.mk"
-
-.if (${MACHINE_ARCH} == "arm")
-# from 2002. 17 years later, it's time to try it again.
-#BROKEN= "Compilation stops due to internal compiler error"
-.endif
-
-ROOT_OPSYS= ${LOWER_OPSYS}
-.if ${ROOT_OPSYS} == "darwin"
-# MacOS. Use the pkgsrc config ("netbsd") - if this doesn't work,
-# try using "macosx".
-ROOT_OPSYS= netbsd
-.endif
-
-INSTALLATION_DIRS= bin
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= ${ROOT_OPSYS}
-CONFIGURE_ARGS+= --prefix=${PREFIX} --mandir=${PREFIX}/${PKGMANDIR}/man1
-CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
-CONFIGURE_ARGS+= --enable-soversion
-CONFIGURE_ARGS+= --disable-builtin-pcre
-CONFIGURE_ARGS+= --disable-builtin-freetype
-# clarens needs xmlrpc-c, the pkgsrc version is incompatible
-CONFIGURE_ARGS+= --disable-clarens
-
-CONFIGURE_ARGS+= --with-x11-libdir=${BUILDLINK_PREFIX.libX11}/lib
-CONFIGURE_ARGS+= --with-xpm-libdir=${BUILDLINK_PREFIX.libXpm}/lib
-
-# 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 "../../mk/jpeg.buildlink3.mk"
-.include "../../graphics/giflib/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-
-.include "../../math/gsl/buildlink3.mk"
-
-post-extract:
- ${CP} ${FILESDIR}/Makefile.netbsd ${WRKSRC}/config
-
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/glu/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../x11/libXi/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/root/PLIST b/misc/root/PLIST
deleted file mode 100644
index 0d47e777c37..00000000000
--- a/misc/root/PLIST
+++ /dev/null
@@ -1,4458 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2010/02/26 10:56:38 drochner Exp $
-bin/g2root
-bin/genmap
-bin/genreflex
-bin/genreflex-rootcint
-bin/h2root
-bin/hadd
-bin/memprobe
-bin/proofd
-bin/proofserv
-bin/proofserv.exe
-bin/rlibmap
-bin/rmkdepend
-bin/root
-bin/root-config
-bin/root.exe
-bin/rootcint
-bin/rootd
-bin/rootn.exe
-bin/roots
-bin/roots.exe
-bin/ssh2rpd
-bin/thisroot.csh
-bin/thisroot.sh
-include/root/Api.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/CintLDAP.h
-include/root/Cintex/Cintex.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/FTBBox.h
-include/root/FTBitmapGlyph.h
-include/root/FTCharToGlyphIndexMap.h
-include/root/FTCharmap.h
-include/root/FTContour.h
-include/root/FTExtrdGlyph.h
-include/root/FTFace.h
-include/root/FTFont.h
-include/root/FTGL.h
-include/root/FTGLBitmapFont.h
-include/root/FTGLExtrdFont.h
-include/root/FTGLOutlineFont.h
-include/root/FTGLPixmapFont.h
-include/root/FTGLPolygonFont.h
-include/root/FTGLTextureFont.h
-include/root/FTGlyph.h
-include/root/FTGlyphContainer.h
-include/root/FTLibrary.h
-include/root/FTList.h
-include/root/FTOutlineGlyph.h
-include/root/FTPixmapGlyph.h
-include/root/FTPoint.h
-include/root/FTPolyGlyph.h
-include/root/FTSize.h
-include/root/FTTextureGlyph.h
-include/root/FTVector.h
-include/root/FTVectoriser.h
-include/root/FastAllocString.h
-include/root/Fit/BinData.h
-include/root/Fit/BinPoint.h
-include/root/Fit/Chi2FCN.h
-include/root/Fit/DataOptions.h
-include/root/Fit/DataRange.h
-include/root/Fit/DataVector.h
-include/root/Fit/DataVectorfwd.h
-include/root/Fit/FcnAdapter.h
-include/root/Fit/FitConfig.h
-include/root/Fit/FitResult.h
-include/root/Fit/FitUtil.h
-include/root/Fit/FitUtilParallel.h
-include/root/Fit/Fitter.h
-include/root/Fit/LogLikelihoodFCN.h
-include/root/Fit/ParameterSettings.h
-include/root/Fit/PoissonLikelihoodFCN.h
-include/root/Fit/SparseData.h
-include/root/Fit/UnBinData.h
-include/root/Foption.h
-include/root/GL/glew.h
-include/root/GL/glxew.h
-include/root/GL/wglew.h
-include/root/GLConstants.h
-include/root/G__ci.h
-include/root/Getline.h
-include/root/Getline_el.h
-include/root/Gtypes.h
-include/root/GuiTypes.h
-include/root/HFitInterface.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/AdaptiveIntegratorMultiDim.h
-include/root/Math/AllIntegrationTypes.h
-include/root/Math/AxisAngle.h
-include/root/Math/BinaryOpPolicy.h
-include/root/Math/BinaryOperators.h
-include/root/Math/Boost.h
-include/root/Math/BoostX.h
-include/root/Math/BoostY.h
-include/root/Math/BoostZ.h
-include/root/Math/BrentMethods.h
-include/root/Math/BrentMinimizer1D.h
-include/root/Math/BrentRootFinder.h
-include/root/Math/Cartesian2D.h
-include/root/Math/Cartesian3D.h
-include/root/Math/Chebyshev.h
-include/root/Math/CholeskyDecomp.h
-include/root/Math/CramerInversion.icc
-include/root/Math/CramerInversionSym.icc
-include/root/Math/Cylindrical3D.h
-include/root/Math/CylindricalEta3D.h
-include/root/Math/Derivator.h
-include/root/Math/Dfact.h
-include/root/Math/Dfactir.h
-include/root/Math/Dfinv.h
-include/root/Math/Dinv.h
-include/root/Math/DisplacementVector2D.h
-include/root/Math/DisplacementVector3D.h
-include/root/Math/DistFunc.h
-include/root/Math/DistFuncMathCore.h
-include/root/Math/DistFuncMathMore.h
-include/root/Math/Dsfact.h
-include/root/Math/Dsinv.h
-include/root/Math/Error.h
-include/root/Math/EulerAngles.h
-include/root/Math/Expression.h
-include/root/Math/Factory.h
-include/root/Math/FitMethodFunction.h
-include/root/Math/Functions.h
-include/root/Math/Functor.h
-include/root/Math/GSLFunctionAdapter.h
-include/root/Math/GSLIntegrator.h
-include/root/Math/GSLMCIntegrator.h
-include/root/Math/GSLMinimizer.h
-include/root/Math/GSLMinimizer1D.h
-include/root/Math/GSLNLSMinimizer.h
-include/root/Math/GSLRndmEngines.h
-include/root/Math/GSLRootFinder.h
-include/root/Math/GSLRootFinderDeriv.h
-include/root/Math/GSLRootHelper.h
-include/root/Math/GSLSimAnMinimizer.h
-include/root/Math/GSLSimAnnealing.h
-include/root/Math/GaussIntegrator.h
-include/root/Math/GaussLegendreIntegrator.h
-include/root/Math/GenVector/3DConversions.h
-include/root/Math/GenVector/3DDistances.h
-include/root/Math/GenVector/AxisAngle.h
-include/root/Math/GenVector/AxisAnglefwd.h
-include/root/Math/GenVector/BitReproducible.h
-include/root/Math/GenVector/Boost.h
-include/root/Math/GenVector/BoostX.h
-include/root/Math/GenVector/BoostXfwd.h
-include/root/Math/GenVector/BoostY.h
-include/root/Math/GenVector/BoostYfwd.h
-include/root/Math/GenVector/BoostZ.h
-include/root/Math/GenVector/BoostZfwd.h
-include/root/Math/GenVector/Boostfwd.h
-include/root/Math/GenVector/Cartesian2D.h
-include/root/Math/GenVector/Cartesian2Dfwd.h
-include/root/Math/GenVector/Cartesian3D.h
-include/root/Math/GenVector/Cartesian3Dfwd.h
-include/root/Math/GenVector/CoordinateSystemTags.h
-include/root/Math/GenVector/Cylindrical3D.h
-include/root/Math/GenVector/Cylindrical3Dfwd.h
-include/root/Math/GenVector/CylindricalEta3D.h
-include/root/Math/GenVector/CylindricalEta3Dfwd.h
-include/root/Math/GenVector/DisplacementVector2D.h
-include/root/Math/GenVector/DisplacementVector2Dfwd.h
-include/root/Math/GenVector/DisplacementVector3D.h
-include/root/Math/GenVector/DisplacementVector3Dfwd.h
-include/root/Math/GenVector/EulerAngles.h
-include/root/Math/GenVector/EulerAnglesfwd.h
-include/root/Math/GenVector/GenVectorIO.h
-include/root/Math/GenVector/GenVector_exception.h
-include/root/Math/GenVector/LorentzRotation.h
-include/root/Math/GenVector/LorentzRotationfwd.h
-include/root/Math/GenVector/LorentzVector.h
-include/root/Math/GenVector/LorentzVectorfwd.h
-include/root/Math/GenVector/Plane3D.h
-include/root/Math/GenVector/Polar2D.h
-include/root/Math/GenVector/Polar2Dfwd.h
-include/root/Math/GenVector/Polar3D.h
-include/root/Math/GenVector/Polar3Dfwd.h
-include/root/Math/GenVector/PositionVector2D.h
-include/root/Math/GenVector/PositionVector2Dfwd.h
-include/root/Math/GenVector/PositionVector3D.h
-include/root/Math/GenVector/PositionVector3Dfwd.h
-include/root/Math/GenVector/PtEtaPhiE4D.h
-include/root/Math/GenVector/PtEtaPhiE4Dfwd.h
-include/root/Math/GenVector/PtEtaPhiM4D.h
-include/root/Math/GenVector/PtEtaPhiM4Dfwd.h
-include/root/Math/GenVector/PxPyPzE4D.h
-include/root/Math/GenVector/PxPyPzE4Dfwd.h
-include/root/Math/GenVector/PxPyPzM4D.h
-include/root/Math/GenVector/PxPyPzM4Dfwd.h
-include/root/Math/GenVector/Quaternion.h
-include/root/Math/GenVector/Quaternionfwd.h
-include/root/Math/GenVector/Rotation3D.h
-include/root/Math/GenVector/Rotation3Dfwd.h
-include/root/Math/GenVector/RotationX.h
-include/root/Math/GenVector/RotationXfwd.h
-include/root/Math/GenVector/RotationY.h
-include/root/Math/GenVector/RotationYfwd.h
-include/root/Math/GenVector/RotationZ.h
-include/root/Math/GenVector/RotationZYX.h
-include/root/Math/GenVector/RotationZYXfwd.h
-include/root/Math/GenVector/RotationZfwd.h
-include/root/Math/GenVector/Transform3D.h
-include/root/Math/GenVector/Translation3D.h
-include/root/Math/GenVector/VectorUtil.h
-include/root/Math/GenVector/eta.h
-include/root/Math/GenVector/etaMax.h
-include/root/Math/HelperOps.h
-include/root/Math/IFunction.h
-include/root/Math/IFunctionfwd.h
-include/root/Math/IMinimizer1D.h
-include/root/Math/IParamFunction.h
-include/root/Math/IParamFunctionfwd.h
-include/root/Math/IRootFinderMethod.h
-include/root/Math/IntegrationTypes.h
-include/root/Math/Integrator.h
-include/root/Math/IntegratorMultiDim.h
-include/root/Math/InterpolationTypes.h
-include/root/Math/Interpolator.h
-include/root/Math/KelvinFunctions.h
-include/root/Math/LorentzRotation.h
-include/root/Math/LorentzVector.h
-include/root/Math/MCIntegrationTypes.h
-include/root/Math/MCParameters.h
-include/root/Math/MConfig.h
-include/root/Math/Math.h
-include/root/Math/MatrixFunctions.h
-include/root/Math/MatrixInversion.icc
-include/root/Math/MatrixRepresentationsStatic.h
-include/root/Math/MinimTransformFunction.h
-include/root/Math/Minimizer.h
-include/root/Math/MinimizerOptions.h
-include/root/Math/MinimizerVariable.h
-include/root/Math/MinimizerVariableTransformation.h
-include/root/Math/MultiDimParamFunctionAdapter.h
-include/root/Math/MultiNumGradFunction.h
-include/root/Math/OneDimFunctionAdapter.h
-include/root/Math/ParamFunction.h
-include/root/Math/ParamFunctor.h
-include/root/Math/PdfFunc.h
-include/root/Math/PdfFuncMathCore.h
-include/root/Math/Plane3D.h
-include/root/Math/Point2D.h
-include/root/Math/Point2Dfwd.h
-include/root/Math/Point3D.h
-include/root/Math/Point3Dfwd.h
-include/root/Math/Polar2D.h
-include/root/Math/Polar3D.h
-include/root/Math/Polynomial.h
-include/root/Math/PositionVector2D.h
-include/root/Math/PositionVector3D.h
-include/root/Math/ProbFunc.h
-include/root/Math/ProbFuncMathCore.h
-include/root/Math/PtEtaPhiE4D.h
-include/root/Math/PtEtaPhiM4D.h
-include/root/Math/PxPyPzE4D.h
-include/root/Math/PxPyPzM4D.h
-include/root/Math/QuantFunc.h
-include/root/Math/QuantFuncMathCore.h
-include/root/Math/QuantFuncMathMore.h
-include/root/Math/Quaternion.h
-include/root/Math/Random.h
-include/root/Math/RichardsonDerivator.h
-include/root/Math/RootFinder.h
-include/root/Math/RootFinderAlgorithms.h
-include/root/Math/Rotation3D.h
-include/root/Math/RotationX.h
-include/root/Math/RotationY.h
-include/root/Math/RotationZ.h
-include/root/Math/RotationZYX.h
-include/root/Math/SMatrix.h
-include/root/Math/SMatrix.icc
-include/root/Math/SMatrixDfwd.h
-include/root/Math/SMatrixFfwd.h
-include/root/Math/SVector.h
-include/root/Math/SVector.icc
-include/root/Math/SpecFunc.h
-include/root/Math/SpecFuncMathCore.h
-include/root/Math/SpecFuncMathMore.h
-include/root/Math/StaticCheck.h
-include/root/Math/Transform3D.h
-include/root/Math/Translation3D.h
-include/root/Math/UnaryOperators.h
-include/root/Math/Util.h
-include/root/Math/Vector2D.h
-include/root/Math/Vector2Dfwd.h
-include/root/Math/Vector3D.h
-include/root/Math/Vector3Dfwd.h
-include/root/Math/Vector4D.h
-include/root/Math/Vector4Dfwd.h
-include/root/Math/VectorUtil.h
-include/root/Math/VectorUtil_Cint.h
-include/root/Math/VirtualIntegrator.h
-include/root/Math/WrappedFunction.h
-include/root/Math/WrappedMultiTF1.h
-include/root/Math/WrappedParamFunction.h
-include/root/Math/WrappedTF1.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/RConfigOptions.h
-include/root/RConfigure.h
-include/root/RConversionRuleParser.h
-include/root/RQ_OBJECT.h
-include/root/RRemoteProtocol.h
-include/root/RStipples.h
-include/root/RVersion.h
-include/root/Reflex/Any.h
-include/root/Reflex/Base.h
-include/root/Reflex/Builder/ClassBuilder.h
-include/root/Reflex/Builder/CollectionProxy.h
-include/root/Reflex/Builder/DictSelection.h
-include/root/Reflex/Builder/EnumBuilder.h
-include/root/Reflex/Builder/FunctionBuilder.h
-include/root/Reflex/Builder/GenreflexMemberBuilder.h
-include/root/Reflex/Builder/NamespaceBuilder.h
-include/root/Reflex/Builder/NewDelFunctions.h
-include/root/Reflex/Builder/OnDemandBuilder.h
-include/root/Reflex/Builder/OnDemandBuilderForScope.h
-include/root/Reflex/Builder/ReflexBuilder.h
-include/root/Reflex/Builder/TypeBuilder.h
-include/root/Reflex/Builder/TypedefBuilder.h
-include/root/Reflex/Builder/UnionBuilder.h
-include/root/Reflex/Builder/VariableBuilder.h
-include/root/Reflex/Callback.h
-include/root/Reflex/DictionaryGenerator.h
-include/root/Reflex/Kernel.h
-include/root/Reflex/Member.h
-include/root/Reflex/MemberTemplate.h
-include/root/Reflex/Object.h
-include/root/Reflex/PluginService.h
-include/root/Reflex/PropertyList.h
-include/root/Reflex/Reflex.h
-include/root/Reflex/Scope.h
-include/root/Reflex/SharedLibrary.h
-include/root/Reflex/Tools.h
-include/root/Reflex/Type.h
-include/root/Reflex/TypeTemplate.h
-include/root/Reflex/ValueObject.h
-include/root/Reflex/internal/BuilderContainer.h
-include/root/Reflex/internal/InternalTools.h
-include/root/Reflex/internal/MemberBase.h
-include/root/Reflex/internal/MemberTemplateImpl.h
-include/root/Reflex/internal/MemberTemplateName.h
-include/root/Reflex/internal/OwnedMember.h
-include/root/Reflex/internal/OwnedMemberTemplate.h
-include/root/Reflex/internal/OwnedPropertyList.h
-include/root/Reflex/internal/PropertyListImpl.h
-include/root/Reflex/internal/ScopeBase.h
-include/root/Reflex/internal/ScopeName.h
-include/root/Reflex/internal/TypeBase.h
-include/root/Reflex/internal/TypeName.h
-include/root/Reflex/internal/TypeTemplateImpl.h
-include/root/Reflex/internal/TypeTemplateName.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/Shadow.h
-include/root/Strlen.h
-include/root/TASImage.h
-include/root/TASImagePlugin.h
-include/root/TASPaletteEditor.h
-include/root/TASPluginGS.h
-include/root/TAdvancedGraphicsDialog.h
-include/root/TApplication.h
-include/root/TApplicationImp.h
-include/root/TApplicationRemote.h
-include/root/TApplicationServer.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/TArrayL64.h
-include/root/TArrayS.h
-include/root/TArrow.h
-include/root/TArrowEditor.h
-include/root/TAtomicCount.h
-include/root/TAtomicCountGcc.h
-include/root/TAtomicCountPthread.h
-include/root/TAtt3D.h
-include/root/TAttAxis.h
-include/root/TAttBBox.h
-include/root/TAttCanvas.h
-include/root/TAttFill.h
-include/root/TAttFillEditor.h
-include/root/TAttImage.h
-include/root/TAttLine.h
-include/root/TAttLineEditor.h
-include/root/TAttMarker.h
-include/root/TAttMarkerEditor.h
-include/root/TAttPad.h
-include/root/TAttParticle.h
-include/root/TAttText.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/TBackCompFitter.h
-include/root/TBase64.h
-include/root/TBaseClass.h
-include/root/TBasket.h
-include/root/TBasketSQL.h
-include/root/TBenchmark.h
-include/root/TBinomialEfficiencyFitter.h
-include/root/TBits.h
-include/root/TBonjourBrowser.h
-include/root/TBonjourRecord.h
-include/root/TBonjourRegistrar.h
-include/root/TBonjourResolver.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/TBranchSTL.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/TBufferFile.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/TCanvas.h
-include/root/TCanvasImp.h
-include/root/TChain.h
-include/root/TChainElement.h
-include/root/TChainIndex.h
-include/root/TCint.h
-include/root/TClass.h
-include/root/TClassDocOutput.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/TCollectionProxyFactory.h
-include/root/TCollectionProxyInfo.h
-include/root/TColor.h
-include/root/TColorWheel.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/TDataSetManager.h
-include/root/TDataSetManagerFile.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/TDirectoryFile.h
-include/root/TDocDirective.h
-include/root/TDocInfo.h
-include/root/TDocOutput.h
-include/root/TDocParser.h
-include/root/TDrawFeedback.h
-include/root/TELTU.h
-include/root/TEllipse.h
-include/root/TEmulatedCollectionProxy.h
-include/root/TEmulatedMapProxy.h
-include/root/TEntryList.h
-include/root/TEntryListBlock.h
-include/root/TEntryListFromFile.h
-include/root/TEnv.h
-include/root/TError.h
-include/root/TEveArrow.h
-include/root/TEveArrowEditor.h
-include/root/TEveArrowGL.h
-include/root/TEveBoxSet.h
-include/root/TEveBoxSetGL.h
-include/root/TEveBrowser.h
-include/root/TEveCalo.h
-include/root/TEveCalo2DGL.h
-include/root/TEveCalo3DGL.h
-include/root/TEveCaloData.h
-include/root/TEveCaloLegoEditor.h
-include/root/TEveCaloLegoGL.h
-include/root/TEveCaloLegoOverlay.h
-include/root/TEveCaloVizEditor.h
-include/root/TEveChunkManager.h
-include/root/TEveCompound.h
-include/root/TEveDigitSet.h
-include/root/TEveDigitSetEditor.h
-include/root/TEveElement.h
-include/root/TEveElementEditor.h
-include/root/TEveEventManager.h
-include/root/TEveFrameBox.h
-include/root/TEveFrameBoxGL.h
-include/root/TEveGValuators.h
-include/root/TEveGedEditor.h
-include/root/TEveGeoNode.h
-include/root/TEveGeoNodeEditor.h
-include/root/TEveGeoPolyShape.h
-include/root/TEveGeoShape.h
-include/root/TEveGeoShapeExtract.h
-include/root/TEveGridStepper.h
-include/root/TEveGridStepperEditor.h
-include/root/TEveJetCone.h
-include/root/TEveJetConeEditor.h
-include/root/TEveJetConeGL.h
-include/root/TEveLegoEventHandler.h
-include/root/TEveLine.h
-include/root/TEveLineEditor.h
-include/root/TEveLineGL.h
-include/root/TEveMacro.h
-include/root/TEveManager.h
-include/root/TEvePad.h
-include/root/TEveParamList.h
-include/root/TEvePlot3D.h
-include/root/TEvePlot3DGL.h
-include/root/TEvePointSet.h
-include/root/TEvePointSetArrayEditor.h
-include/root/TEvePolygonSetProjected.h
-include/root/TEvePolygonSetProjectedEditor.h
-include/root/TEvePolygonSetProjectedGL.h
-include/root/TEveProjectionAxes.h
-include/root/TEveProjectionAxesEditor.h
-include/root/TEveProjectionAxesGL.h
-include/root/TEveProjectionBases.h
-include/root/TEveProjectionManager.h
-include/root/TEveProjectionManagerEditor.h
-include/root/TEveProjections.h
-include/root/TEveQuadSet.h
-include/root/TEveQuadSetGL.h
-include/root/TEveRGBAPalette.h
-include/root/TEveRGBAPaletteEditor.h
-include/root/TEveScalableStraightLineSet.h
-include/root/TEveScene.h
-include/root/TEveSceneInfo.h
-include/root/TEveSelection.h
-include/root/TEveStraightLineSet.h
-include/root/TEveStraightLineSetEditor.h
-include/root/TEveStraightLineSetGL.h
-include/root/TEveText.h
-include/root/TEveTextEditor.h
-include/root/TEveTextGL.h
-include/root/TEveTrack.h
-include/root/TEveTrackEditor.h
-include/root/TEveTrackGL.h
-include/root/TEveTrackProjected.h
-include/root/TEveTrackProjectedGL.h
-include/root/TEveTrackPropagator.h
-include/root/TEveTrackPropagatorEditor.h
-include/root/TEveTrans.h
-include/root/TEveTransEditor.h
-include/root/TEveTreeTools.h
-include/root/TEveTriangleSet.h
-include/root/TEveTriangleSetEditor.h
-include/root/TEveTriangleSetGL.h
-include/root/TEveUtil.h
-include/root/TEveVSD.h
-include/root/TEveVSDStructs.h
-include/root/TEveVector.h
-include/root/TEveViewer.h
-include/root/TEveViewerListEditor.h
-include/root/TEveWindow.h
-include/root/TEveWindowEditor.h
-include/root/TEveWindowManager.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/TF1Editor.h
-include/root/TF2.h
-include/root/TF2GL.h
-include/root/TF3.h
-include/root/TFTP.h
-include/root/TFeldmanCousins.h
-include/root/TFile.h
-include/root/TFileCacheRead.h
-include/root/TFileCacheWrite.h
-include/root/TFileCollection.h
-include/root/TFileDrawMap.h
-include/root/TFileInfo.h
-include/root/TFileMerger.h
-include/root/TFileStager.h
-include/root/TFitEditor.h
-include/root/TFitParametersDialog.h
-include/root/TFitResult.h
-include/root/TFitResultPtr.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/TFormLeafInfoReference.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/TFumiliMinimizer.h
-include/root/TFunction.h
-include/root/TFunctionParametersDialog.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/TGCommandPlugin.h
-include/root/TGDNDManager.h
-include/root/TGDimension.h
-include/root/TGDockableFrame.h
-include/root/TGDoubleSlider.h
-include/root/TGEventHandler.h
-include/root/TGFSComboBox.h
-include/root/TGFSContainer.h
-include/root/TGFileBrowser.h
-include/root/TGFileDialog.h
-include/root/TGFont.h
-include/root/TGFontDialog.h
-include/root/TGFrame.h
-include/root/TGGC.h
-include/root/TGHtml.h
-include/root/TGHtmlBrowser.h
-include/root/TGHtmlTokens.h
-include/root/TGHtmlUri.h
-include/root/TGIcon.h
-include/root/TGIdleHandler.h
-include/root/TGImageMap.h
-include/root/TGInputDialog.h
-include/root/TGL5D.h
-include/root/TGL5DDataSetEditor.h
-include/root/TGL5DPainter.h
-include/root/TGLAdapter.h
-include/root/TGLAnnotation.h
-include/root/TGLAxis.h
-include/root/TGLAxisPainter.h
-include/root/TGLBoundingBox.h
-include/root/TGLBoxPainter.h
-include/root/TGLCamera.h
-include/root/TGLCameraOverlay.h
-include/root/TGLClip.h
-include/root/TGLClipSetEditor.h
-include/root/TGLContext.h
-include/root/TGLContextPrivate.h
-include/root/TGLCylinder.h
-include/root/TGLEmbeddedViewer.h
-include/root/TGLEventHandler.h
-include/root/TGLFBO.h
-include/root/TGLFaceSet.h
-include/root/TGLFontManager.h
-include/root/TGLFormat.h
-include/root/TGLHistPainter.h
-include/root/TGLIncludes.h
-include/root/TGLIsoMesh.h
-include/root/TGLLegoPainter.h
-include/root/TGLLightSet.h
-include/root/TGLLightSetEditor.h
-include/root/TGLLockable.h
-include/root/TGLLogicalShape.h
-include/root/TGLManip.h
-include/root/TGLManipSet.h
-include/root/TGLMarchingCubes.h
-include/root/TGLObject.h
-include/root/TGLOrthoCamera.h
-include/root/TGLOutput.h
-include/root/TGLOverlay.h
-include/root/TGLOverlayButton.h
-include/root/TGLPShapeObj.h
-include/root/TGLPShapeObjEditor.h
-include/root/TGLPShapeRef.h
-include/root/TGLPadPainter.h
-include/root/TGLPadUtils.h
-include/root/TGLParametric.h
-include/root/TGLParametricEquationGL.h
-include/root/TGLPerspectiveCamera.h
-include/root/TGLPhysicalShape.h
-include/root/TGLPlot3D.h
-include/root/TGLPlotBox.h
-include/root/TGLPlotCamera.h
-include/root/TGLPlotPainter.h
-include/root/TGLPolyLine.h
-include/root/TGLPolyMarker.h
-include/root/TGLQuadric.h
-include/root/TGLRnrCtx.h
-include/root/TGLRotateManip.h
-include/root/TGLSAFrame.h
-include/root/TGLSAViewer.h
-include/root/TGLScaleManip.h
-include/root/TGLScene.h
-include/root/TGLSceneBase.h
-include/root/TGLSceneInfo.h
-include/root/TGLScenePad.h
-include/root/TGLSelectBuffer.h
-include/root/TGLSelectRecord.h
-include/root/TGLSphere.h
-include/root/TGLStopwatch.h
-include/root/TGLSurfacePainter.h
-include/root/TGLTF3Painter.h
-include/root/TGLTH3Composition.h
-include/root/TGLText.h
-include/root/TGLTransManip.h
-include/root/TGLUtil.h
-include/root/TGLViewer.h
-include/root/TGLViewerBase.h
-include/root/TGLViewerEditor.h
-include/root/TGLWSIncludes.h
-include/root/TGLWidget.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/TGPack.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/TGShapedFrame.h
-include/root/TGShutter.h
-include/root/TGSimpleTable.h
-include/root/TGSimpleTableInterface.h
-include/root/TGSlider.h
-include/root/TGSpeedo.h
-include/root/TGSplitFrame.h
-include/root/TGSplitter.h
-include/root/TGStatusBar.h
-include/root/TGString.h
-include/root/TGTRA.h
-include/root/TGTab.h
-include/root/TGTable.h
-include/root/TGTableCell.h
-include/root/TGTableContainer.h
-include/root/TGTableHeader.h
-include/root/TGTableLayout.h
-include/root/TGText.h
-include/root/TGTextBuffer.h
-include/root/TGTextEdit.h
-include/root/TGTextEditDialogs.h
-include/root/TGTextEditor.h
-include/root/TGTextEntry.h
-include/root/TGTextView.h
-include/root/TGToolBar.h
-include/root/TGToolTip.h
-include/root/TGTreeTable.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/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/TGeoBBoxEditor.h
-include/root/TGeoBoolNode.h
-include/root/TGeoBuilder.h
-include/root/TGeoCache.h
-include/root/TGeoChecker.h
-include/root/TGeoCompositeShape.h
-include/root/TGeoCone.h
-include/root/TGeoConeEditor.h
-include/root/TGeoElement.h
-include/root/TGeoEltu.h
-include/root/TGeoEltuEditor.h
-include/root/TGeoGedFrame.h
-include/root/TGeoGlobalMagField.h
-include/root/TGeoHalfSpace.h
-include/root/TGeoHelix.h
-include/root/TGeoHype.h
-include/root/TGeoHypeEditor.h
-include/root/TGeoMCGeometry.h
-include/root/TGeoManager.h
-include/root/TGeoManagerEditor.h
-include/root/TGeoMaterial.h
-include/root/TGeoMaterialEditor.h
-include/root/TGeoMatrix.h
-include/root/TGeoMatrixEditor.h
-include/root/TGeoMedium.h
-include/root/TGeoMediumEditor.h
-include/root/TGeoNavigator.h
-include/root/TGeoNode.h
-include/root/TGeoNodeEditor.h
-include/root/TGeoOverlap.h
-include/root/TGeoPainter.h
-include/root/TGeoPara.h
-include/root/TGeoParaEditor.h
-include/root/TGeoParaboloid.h
-include/root/TGeoPatternFinder.h
-include/root/TGeoPcon.h
-include/root/TGeoPconEditor.h
-include/root/TGeoPgon.h
-include/root/TGeoPgonEditor.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/TGeoSphereEditor.h
-include/root/TGeoTabManager.h
-include/root/TGeoTorus.h
-include/root/TGeoTorusEditor.h
-include/root/TGeoTrack.h
-include/root/TGeoTrapEditor.h
-include/root/TGeoTrd1.h
-include/root/TGeoTrd1Editor.h
-include/root/TGeoTrd2.h
-include/root/TGeoTrd2Editor.h
-include/root/TGeoTube.h
-include/root/TGeoTubeEditor.h
-include/root/TGeoUniformMagField.h
-include/root/TGeoVolume.h
-include/root/TGeoVolumeEditor.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/TGraph2DPainter.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/TGraphPolar.h
-include/root/TGraphPolargram.h
-include/root/TGraphQQ.h
-include/root/TGraphSmooth.h
-include/root/TGraphTime.h
-include/root/TGrid.h
-include/root/TGridCollection.h
-include/root/TGridJDL.h
-include/root/TGridJob.h
-include/root/TGridJobStatus.h
-include/root/TGridJobStatusList.h
-include/root/TGridResult.h
-include/root/TGroupButton.h
-include/root/TGuiBldDragManager.h
-include/root/TGuiBldEditor.h
-include/root/TGuiBldGeometryFrame.h
-include/root/TGuiBldHintsButton.h
-include/root/TGuiBldHintsEditor.h
-include/root/TGuiBldNameFrame.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/TH2GL.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/TH3GL.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/THbookBranch.h
-include/root/THbookFile.h
-include/root/THbookKey.h
-include/root/THbookTree.h
-include/root/THelix.h
-include/root/THistPainter.h
-include/root/THnSparse.h
-include/root/THostAuth.h
-include/root/THtml.h
-include/root/TImage.h
-include/root/TImageDump.h
-include/root/TImagePlugin.h
-include/root/TIndArray.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/TKDEAdapter.h
-include/root/TKDEFGT.h
-include/root/TKDTree.h
-include/root/TKey.h
-include/root/TKeyMapFile.h
-include/root/TKeySQL.h
-include/root/TKeyXML.h
-include/root/TLDAPAttribute.h
-include/root/TLDAPEntry.h
-include/root/TLDAPResult.h
-include/root/TLDAPServer.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/TLineEditor.h
-include/root/TLinearFitter.h
-include/root/TLinearMinimizer.h
-include/root/TLink.h
-include/root/TList.h
-include/root/TLockFile.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/TMVA/BDTEventWrapper.h
-include/root/TMVA/BinarySearchTree.h
-include/root/TMVA/BinarySearchTreeNode.h
-include/root/TMVA/BinaryTree.h
-include/root/TMVA/CCPruner.h
-include/root/TMVA/CCTreeWrapper.h
-include/root/TMVA/ClassInfo.h
-include/root/TMVA/ClassifierFactory.h
-include/root/TMVA/Config.h
-include/root/TMVA/Configurable.h
-include/root/TMVA/ConvergenceTest.h
-include/root/TMVA/CostComplexityPruneTool.h
-include/root/TMVA/CrossEntropy.h
-include/root/TMVA/DataInputHandler.h
-include/root/TMVA/DataSet.h
-include/root/TMVA/DataSetFactory.h
-include/root/TMVA/DataSetInfo.h
-include/root/TMVA/DataSetManager.h
-include/root/TMVA/DecisionTree.h
-include/root/TMVA/DecisionTreeNode.h
-include/root/TMVA/Event.h
-include/root/TMVA/ExpectedErrorPruneTool.h
-include/root/TMVA/Factory.h
-include/root/TMVA/FitterBase.h
-include/root/TMVA/GeneticAlgorithm.h
-include/root/TMVA/GeneticFitter.h
-include/root/TMVA/GeneticGenes.h
-include/root/TMVA/GeneticPopulation.h
-include/root/TMVA/GeneticRange.h
-include/root/TMVA/GiniIndex.h
-include/root/TMVA/GiniIndexWithLaplace.h
-include/root/TMVA/IFitterTarget.h
-include/root/TMVA/IMethod.h
-include/root/TMVA/IMetric.h
-include/root/TMVA/IPruneTool.h
-include/root/TMVA/Interval.h
-include/root/TMVA/KDEKernel.h
-include/root/TMVA/LDA.h
-include/root/TMVA/MCFitter.h
-include/root/TMVA/MethodANNBase.h
-include/root/TMVA/MethodBDT.h
-include/root/TMVA/MethodBase.h
-include/root/TMVA/MethodBayesClassifier.h
-include/root/TMVA/MethodBoost.h
-include/root/TMVA/MethodCFMlpANN.h
-include/root/TMVA/MethodCFMlpANN_Utils.h
-include/root/TMVA/MethodCFMlpANN_def.h
-include/root/TMVA/MethodCategory.h
-include/root/TMVA/MethodCommittee.h
-include/root/TMVA/MethodCompositeBase.h
-include/root/TMVA/MethodCuts.h
-include/root/TMVA/MethodDT.h
-include/root/TMVA/MethodFDA.h
-include/root/TMVA/MethodFisher.h
-include/root/TMVA/MethodHMatrix.h
-include/root/TMVA/MethodKNN.h
-include/root/TMVA/MethodLD.h
-include/root/TMVA/MethodLikelihood.h
-include/root/TMVA/MethodMLP.h
-include/root/TMVA/MethodPDEFoam.h
-include/root/TMVA/MethodPDERS.h
-include/root/TMVA/MethodRuleFit.h
-include/root/TMVA/MethodSVM.h
-include/root/TMVA/MethodSeedDistance.h
-include/root/TMVA/MethodTMlpANN.h
-include/root/TMVA/MetricEuler.h
-include/root/TMVA/MetricManhattan.h
-include/root/TMVA/MinuitFitter.h
-include/root/TMVA/MinuitWrapper.h
-include/root/TMVA/MisClassificationError.h
-include/root/TMVA/ModulekNN.h
-include/root/TMVA/MsgLogger.h
-include/root/TMVA/Node.h
-include/root/TMVA/NodekNN.h
-include/root/TMVA/Option.h
-include/root/TMVA/PDEFoam.h
-include/root/TMVA/PDEFoamCell.h
-include/root/TMVA/PDEFoamDistr.h
-include/root/TMVA/PDEFoamVect.h
-include/root/TMVA/PDF.h
-include/root/TMVA/Ranking.h
-include/root/TMVA/Reader.h
-include/root/TMVA/RegressionVariance.h
-include/root/TMVA/Results.h
-include/root/TMVA/ResultsClassification.h
-include/root/TMVA/ResultsRegression.h
-include/root/TMVA/RootFinder.h
-include/root/TMVA/Rule.h
-include/root/TMVA/RuleCut.h
-include/root/TMVA/RuleEnsemble.h
-include/root/TMVA/RuleFit.h
-include/root/TMVA/RuleFitAPI.h
-include/root/TMVA/RuleFitParams.h
-include/root/TMVA/SVEvent.h
-include/root/TMVA/SVKernelFunction.h
-include/root/TMVA/SVKernelMatrix.h
-include/root/TMVA/SVWorkingSet.h
-include/root/TMVA/SdivSqrtSplusB.h
-include/root/TMVA/SeedDistance.h
-include/root/TMVA/SeparationBase.h
-include/root/TMVA/SimulatedAnnealing.h
-include/root/TMVA/SimulatedAnnealingFitter.h
-include/root/TMVA/TActivation.h
-include/root/TMVA/TActivationChooser.h
-include/root/TMVA/TActivationIdentity.h
-include/root/TMVA/TActivationRadial.h
-include/root/TMVA/TActivationSigmoid.h
-include/root/TMVA/TActivationTanh.h
-include/root/TMVA/TNeuron.h
-include/root/TMVA/TNeuronInput.h
-include/root/TMVA/TNeuronInputAbs.h
-include/root/TMVA/TNeuronInputChooser.h
-include/root/TMVA/TNeuronInputSqSum.h
-include/root/TMVA/TNeuronInputSum.h
-include/root/TMVA/TSpline1.h
-include/root/TMVA/TSpline2.h
-include/root/TMVA/TSynapse.h
-include/root/TMVA/Timer.h
-include/root/TMVA/Tools.h
-include/root/TMVA/TransformationHandler.h
-include/root/TMVA/Types.h
-include/root/TMVA/VariableDecorrTransform.h
-include/root/TMVA/VariableGaussTransform.h
-include/root/TMVA/VariableIdentityTransform.h
-include/root/TMVA/VariableInfo.h
-include/root/TMVA/VariableNormalizeTransform.h
-include/root/TMVA/VariablePCATransform.h
-include/root/TMVA/VariableTransformBase.h
-include/root/TMVA/Version.h
-include/root/TMVA/Volume.h
-include/root/TMacro.h
-include/root/TMakeProject.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/TMathBase.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/TMinuitMinimizer.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/TObjectSpy.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/TPacketizerAdaptive.h
-include/root/TPacketizerUnit.h
-include/root/TPad.h
-include/root/TPadEditor.h
-include/root/TPadPainter.h
-include/root/TPainter3dAlgorithms.h
-include/root/TPaletteAxis.h
-include/root/TParallelCoord.h
-include/root/TParallelCoordEditor.h
-include/root/TParallelCoordRange.h
-include/root/TParallelCoordVar.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/TPie.h
-include/root/TPieEditor.h
-include/root/TPieSlice.h
-include/root/TPieSliceEditor.h
-include/root/TPluginManager.h
-include/root/TPoint.h
-include/root/TPointSet3D.h
-include/root/TPointSet3DGL.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/TProfile3D.h
-include/root/TProof.h
-include/root/TProofChain.h
-include/root/TProofCondor.h
-include/root/TProofDebug.h
-include/root/TProofDraw.h
-include/root/TProofLimitsFinder.h
-include/root/TProofLite.h
-include/root/TProofLog.h
-include/root/TProofMgr.h
-include/root/TProofMgrLite.h
-include/root/TProofNodeInfo.h
-include/root/TProofOutputFile.h
-include/root/TProofPlayer.h
-include/root/TProofPlayerLite.h
-include/root/TProofProgressDialog.h
-include/root/TProofProgressLog.h
-include/root/TProofProgressMemoryPlot.h
-include/root/TProofProgressStatus.h
-include/root/TProofQueryResult.h
-include/root/TProofResources.h
-include/root/TProofResourcesStatic.h
-include/root/TProofServ.h
-include/root/TProofServLite.h
-include/root/TProofSuperMaster.h
-include/root/TQClass.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/TQueryResultManager.h
-include/root/TROOT.h
-include/root/TRWLock.h
-include/root/TRandom.h
-include/root/TRandom1.h
-include/root/TRandom2.h
-include/root/TRandom3.h
-include/root/TRealData.h
-include/root/TRecorder.h
-include/root/TRedirectOutputGuard.h
-include/root/TRef.h
-include/root/TRefArray.h
-include/root/TRefArrayProxy.h
-include/root/TRefCnt.h
-include/root/TRefProxy.h
-include/root/TRefTable.h
-include/root/TRegexp.h
-include/root/TRemoteObject.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/TRootBrowserLite.h
-include/root/TRootCanvas.h
-include/root/TRootContextMenu.h
-include/root/TRootControlBar.h
-include/root/TRootDialog.h
-include/root/TRootEmbeddedCanvas.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/TSQLColumnInfo.h
-include/root/TSQLFile.h
-include/root/TSQLMonitoring.h
-include/root/TSQLObjectData.h
-include/root/TSQLResult.h
-include/root/TSQLRow.h
-include/root/TSQLServer.h
-include/root/TSQLStatement.h
-include/root/TSQLStructure.h
-include/root/TSQLTableInfo.h
-include/root/TSVG.h
-include/root/TSchemaHelper.h
-include/root/TSchemaRule.h
-include/root/TSchemaRuleProcessor.h
-include/root/TSchemaRuleSet.h
-include/root/TSecContext.h
-include/root/TSelector.h
-include/root/TSelectorCint.h
-include/root/TSelectorDraw.h
-include/root/TSelectorEntries.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/TSlaveLite.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/TSpectrum2Fit.h
-include/root/TSpectrum2Painter.h
-include/root/TSpectrum2Transform.h
-include/root/TSpectrum3.h
-include/root/TSpectrumFit.h
-include/root/TSpectrumTransform.h
-include/root/TSpider.h
-include/root/TSpiderEditor.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/TStructNode.h
-include/root/TStructNodeEditor.h
-include/root/TStructNodeProperty.h
-include/root/TStructViewer.h
-include/root/TStructViewerGUI.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/TTreeCache.h
-include/root/TTreeCacheUnzip.h
-include/root/TTreeCloner.h
-include/root/TTreeDrawArgsParser.h
-include/root/TTreeFormula.h
-include/root/TTreeFormulaManager.h
-include/root/TTreeIndex.h
-include/root/TTreeInput.h
-include/root/TTreePerfStats.h
-include/root/TTreePlayer.h
-include/root/TTreeProxyGenerator.h
-include/root/TTreeResult.h
-include/root/TTreeRow.h
-include/root/TTreeSQL.h
-include/root/TTreeTableInterface.h
-include/root/TTreeViewer.h
-include/root/TUUID.h
-include/root/TUnfold.h
-include/root/TUnfoldSys.h
-include/root/TUnixSystem.h
-include/root/TUri.h
-include/root/TUrl.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/TVersionCheck.h
-include/root/TView.h
-include/root/TView3D.h
-include/root/TViewer3DPad.h
-include/root/TViewerX3D.h
-include/root/TVirtualArray.h
-include/root/TVirtualAuth.h
-include/root/TVirtualCollectionProxy.h
-include/root/TVirtualDragManager.h
-include/root/TVirtualFFT.h
-include/root/TVirtualFitter.h
-include/root/TVirtualGL.h
-include/root/TVirtualGeoPainter.h
-include/root/TVirtualGeoTrack.h
-include/root/TVirtualGraphPainter.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/TVirtualMagField.h
-include/root/TVirtualMonitoring.h
-include/root/TVirtualMutex.h
-include/root/TVirtualObject.h
-include/root/TVirtualPS.h
-include/root/TVirtualPacketizer.h
-include/root/TVirtualPad.h
-include/root/TVirtualPadEditor.h
-include/root/TVirtualPadPainter.h
-include/root/TVirtualPerfStats.h
-include/root/TVirtualProofPlayer.h
-include/root/TVirtualRefProxy.h
-include/root/TVirtualStreamerInfo.h
-include/root/TVirtualTableInterface.h
-include/root/TVirtualTreePlayer.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/cfortran.h
-include/root/cintdictversion.h
-include/root/compiledata.h
-include/root/config.h
-include/root/configcint.h
-include/root/crc32.h
-include/root/deflate.h
-include/root/gl2ps.h
-include/root/inffast.h
-include/root/inffixed.h
-include/root/inflate.h
-include/root/inftrees.h
-include/root/mmalloc.h
-include/root/mmconfig.h
-include/root/mmprivate.h
-include/root/proofdp.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/snprintf.h
-include/root/trees.h
-include/root/x3d.h
-include/root/zconf.h
-include/root/zlib.h
-include/root/zutil.h
-lib/root/PyCintex.py
-lib/root/ROOTwriter.py
-lib/root/cint/cint/include/Common.h
-lib/root/cint/cint/include/GL/gl.h
-lib/root/cint/cint/include/GL/glu.h
-lib/root/cint/cint/include/GL/glut.h
-lib/root/cint/cint/include/GL/xmesa.h
-lib/root/cint/cint/include/README.txt
-lib/root/cint/cint/include/ReadF.C
-lib/root/cint/cint/include/ReadF.cxx
-lib/root/cint/cint/include/ReadF.h
-lib/root/cint/cint/include/RegE.C
-lib/root/cint/cint/include/RegE.cxx
-lib/root/cint/cint/include/RegE.h
-lib/root/cint/cint/include/X11/Xlib.h
-lib/root/cint/cint/include/X11/Xutil.h
-lib/root/cint/cint/include/X11/keysym.h
-lib/root/cint/cint/include/X11/xos.h
-lib/root/cint/cint/include/_complex
-lib/root/cint/cint/include/_complex.h
-lib/root/cint/cint/include/_exception
-lib/root/cint/cint/include/_exception.h
-lib/root/cint/cint/include/_iostream
-lib/root/cint/cint/include/_stdexcept
-lib/root/cint/cint/include/_stdexcept.h
-lib/root/cint/cint/include/api.h
-lib/root/cint/cint/include/array.c
-lib/root/cint/cint/include/array.h
-lib/root/cint/cint/include/arrayiostream.h
-lib/root/cint/cint/include/assert.h
-lib/root/cint/cint/include/bool
-lib/root/cint/cint/include/bool.h
-lib/root/cint/cint/include/boolean.h
-lib/root/cint/cint/include/carray.c
-lib/root/cint/cint/include/carray.h
-lib/root/cint/cint/include/cassert
-lib/root/cint/cint/include/cctype
-lib/root/cint/cint/include/cerrno
-lib/root/cint/cint/include/cfloat
-lib/root/cint/cint/include/ciso646
-lib/root/cint/cint/include/climits
-lib/root/cint/cint/include/clocale
-lib/root/cint/cint/include/cmath
-lib/root/cint/cint/include/complex
-lib/root/cint/cint/include/complex.h
-lib/root/cint/cint/include/constants.h
-lib/root/cint/cint/include/csetjmp
-lib/root/cint/cint/include/csignal
-lib/root/cint/cint/include/cstdarg
-lib/root/cint/cint/include/cstddef
-lib/root/cint/cint/include/cstdio
-lib/root/cint/cint/include/cstdlib
-lib/root/cint/cint/include/cstring
-lib/root/cint/cint/include/ctime
-lib/root/cint/cint/include/ctype.h
-lib/root/cint/cint/include/cwchar
-lib/root/cint/cint/include/cwctype
-lib/root/cint/cint/include/darray.cxx
-lib/root/cint/cint/include/darray.h
-lib/root/cint/cint/include/errno.h
-lib/root/cint/cint/include/ertti.h
-lib/root/cint/cint/include/exception
-lib/root/cint/cint/include/exception.h
-lib/root/cint/cint/include/fcntl.h
-lib/root/cint/cint/include/fft.c
-lib/root/cint/cint/include/fft.h
-lib/root/cint/cint/include/float.h
-lib/root/cint/cint/include/fstream
-lib/root/cint/cint/include/fstream.h
-lib/root/cint/cint/include/graphbuf.h
-lib/root/cint/cint/include/iomanip
-lib/root/cint/cint/include/iomanip.h
-lib/root/cint/cint/include/iosenum.cxx
-lib/root/cint/cint/include/iosenum.h
-lib/root/cint/cint/include/iosfwd
-lib/root/cint/cint/include/iosfwd.h
-lib/root/cint/cint/include/iostream
-lib/root/cint/cint/include/iostream.h
-lib/root/cint/cint/include/ipc.dll
-lib/root/cint/cint/include/ipc.so.5
-lib/root/cint/cint/include/ipc.so.${PKGVERSION}
-lib/root/cint/cint/include/istream
-lib/root/cint/cint/include/limits
-lib/root/cint/cint/include/limits.h
-lib/root/cint/cint/include/locale
-lib/root/cint/cint/include/locale.h
-lib/root/cint/cint/include/lsm.c
-lib/root/cint/cint/include/lsm.h
-lib/root/cint/cint/include/make.arc
-lib/root/cint/cint/include/makearc
-lib/root/cint/cint/include/makearcg
-lib/root/cint/cint/include/makearcsun
-lib/root/cint/cint/include/makefile
-lib/root/cint/cint/include/makehpib
-lib/root/cint/cint/include/makeit.bat
-lib/root/cint/cint/include/makeit.c
-lib/root/cint/cint/include/makemat
-lib/root/cint/cint/include/math.h
-lib/root/cint/cint/include/matrix.cxx
-lib/root/cint/cint/include/matrix.h
-lib/root/cint/cint/include/matrixstream.h
-lib/root/cint/cint/include/matrixstream.hi
-lib/root/cint/cint/include/mkincld.c
-lib/root/cint/cint/include/new
-lib/root/cint/cint/include/new.h
-lib/root/cint/cint/include/ostream
-lib/root/cint/cint/include/platform.h
-lib/root/cint/cint/include/posix.dll
-lib/root/cint/cint/include/posix.so.5
-lib/root/cint/cint/include/posix.so.${PKGVERSION}
-lib/root/cint/cint/include/pthread.h
-lib/root/cint/cint/include/readfile.h
-lib/root/cint/cint/include/regex.h
-lib/root/cint/cint/include/regexp.h
-lib/root/cint/cint/include/setjmp.h
-lib/root/cint/cint/include/signal.h
-lib/root/cint/cint/include/socket.h
-lib/root/cint/cint/include/spice.h
-lib/root/cint/cint/include/sstream
-lib/root/cint/cint/include/statistics.c
-lib/root/cint/cint/include/statistics.h
-lib/root/cint/cint/include/stdarg.h
-lib/root/cint/cint/include/stdcxxfunc.dll
-lib/root/cint/cint/include/stdcxxfunc.so.5
-lib/root/cint/cint/include/stdcxxfunc.so.${PKGVERSION}
-lib/root/cint/cint/include/stddef.h
-lib/root/cint/cint/include/stdexcept
-lib/root/cint/cint/include/stdfunc.dll
-lib/root/cint/cint/include/stdfunc.so.5
-lib/root/cint/cint/include/stdfunc.so.${PKGVERSION}
-lib/root/cint/cint/include/stdio.h
-lib/root/cint/cint/include/stdiostream.h
-lib/root/cint/cint/include/stdlib.h
-lib/root/cint/cint/include/stream.h
-lib/root/cint/cint/include/streambuf
-lib/root/cint/cint/include/string.h
-lib/root/cint/cint/include/striostream.h
-lib/root/cint/cint/include/strstream
-lib/root/cint/cint/include/strstream.h
-lib/root/cint/cint/include/sys/cdefs.h
-lib/root/cint/cint/include/sys/file.h
-lib/root/cint/cint/include/sys/ipc.h
-lib/root/cint/cint/include/sys/msg.h
-lib/root/cint/cint/include/sys/sem.h
-lib/root/cint/cint/include/sys/shm.h
-lib/root/cint/cint/include/sys/stat.h
-lib/root/cint/cint/include/sys/types.h
-lib/root/cint/cint/include/systypes.h
-lib/root/cint/cint/include/termios.h
-lib/root/cint/cint/include/time.h
-lib/root/cint/cint/include/timespec.h
-lib/root/cint/cint/include/typeinfo
-lib/root/cint/cint/include/typeinfo.h
-lib/root/cint/cint/include/unistd.h
-lib/root/cint/cint/include/windows.h
-lib/root/cint/cint/include/winsock.h
-lib/root/cint/cint/include/xgraph.c
-lib/root/cint/cint/include/xygraphbuf.h
-lib/root/cint/cint/lib/G__c_ipc.c
-lib/root/cint/cint/lib/G__c_ipc.d
-lib/root/cint/cint/lib/G__c_ipc.h
-lib/root/cint/cint/lib/G__c_ipc.o
-lib/root/cint/cint/lib/G__c_posix.c
-lib/root/cint/cint/lib/G__c_posix.d
-lib/root/cint/cint/lib/G__c_posix.h
-lib/root/cint/cint/lib/G__c_posix.o
-lib/root/cint/cint/lib/G__c_stdfunc.c
-lib/root/cint/cint/lib/G__c_stdfunc.d
-lib/root/cint/cint/lib/G__c_stdfunc.h
-lib/root/cint/cint/lib/G__c_stdfunc.o
-lib/root/cint/cint/lib/G__cpp_stdcxxfunc.cxx
-lib/root/cint/cint/lib/G__cpp_stdcxxfunc.d
-lib/root/cint/cint/lib/G__cpp_stdcxxfunc.h
-lib/root/cint/cint/lib/G__cpp_stdcxxfunc.o
-lib/root/cint/cint/lib/Makefile
-lib/root/cint/cint/lib/README.txt
-lib/root/cint/cint/lib/WildCard/ARCHIVE
-lib/root/cint/cint/lib/WildCard/AppInit.c
-lib/root/cint/cint/lib/WildCard/Main.c
-lib/root/cint/cint/lib/WildCard/Main.cxx
-lib/root/cint/cint/lib/WildCard/Makefile
-lib/root/cint/cint/lib/WildCard/README
-lib/root/cint/cint/lib/WildCard/TCLMACRO.h
-lib/root/cint/cint/lib/WildCard/TCLTK.h
-lib/root/cint/cint/lib/WildCard/TKMACRO.h
-lib/root/cint/cint/lib/WildCard/TOP.h
-lib/root/cint/cint/lib/WildCard/TclIns.c
-lib/root/cint/cint/lib/WildCard/TkInit.c
-lib/root/cint/cint/lib/WildCard/WildCard.c
-lib/root/cint/cint/lib/WildCard/bodediagram.wc
-lib/root/cint/cint/lib/WildCard/calc.wc
-lib/root/cint/cint/lib/WildCard/grcalc.wc
-lib/root/cint/cint/lib/WildCard/guibuild.wc
-lib/root/cint/cint/lib/WildCard/question.wc
-lib/root/cint/cint/lib/WildCard/setup
-lib/root/cint/cint/lib/WildCard/test.c
-lib/root/cint/cint/lib/WildCard/test3.wc
-lib/root/cint/cint/lib/WildCard/test5.wc
-lib/root/cint/cint/lib/WildCard/tktest.c
-lib/root/cint/cint/lib/WildCard/tktest1.c
-lib/root/cint/cint/lib/WildCard/tktest2.c
-lib/root/cint/cint/lib/WildCard/wildc.wc
-lib/root/cint/cint/lib/accstrm/Makefile
-lib/root/cint/cint/lib/accstrm/README.txt
-lib/root/cint/cint/lib/accstrm/fstrm.h
-lib/root/cint/cint/lib/accstrm/iostrm.h
-lib/root/cint/cint/lib/accstrm/linkdef.h
-lib/root/cint/cint/lib/accstrm/sstrm.h
-lib/root/cint/cint/lib/alphastrm/Makefile
-lib/root/cint/cint/lib/alphastrm/README.txt
-lib/root/cint/cint/lib/alphastrm/fstrm.h
-lib/root/cint/cint/lib/alphastrm/iostrm.h
-lib/root/cint/cint/lib/alphastrm/linkdef.h
-lib/root/cint/cint/lib/alphastrm/sstrm.h
-lib/root/cint/cint/lib/bcstream/Makefile
-lib/root/cint/cint/lib/bcstream/README
-lib/root/cint/cint/lib/bcstream/fstrm.h
-lib/root/cint/cint/lib/bcstream/iostrm.h
-lib/root/cint/cint/lib/bcstream/stdiostr.h
-lib/root/cint/cint/lib/bcstream/strm.h
-lib/root/cint/cint/lib/bcstream/strstrm.h
-lib/root/cint/cint/lib/cbstream/Makefile
-lib/root/cint/cint/lib/cbstream/fstrm.h
-lib/root/cint/cint/lib/cbstream/iostrm.h
-lib/root/cint/cint/lib/cbstream/linkdef.h
-lib/root/cint/cint/lib/cbstream/readme.txt
-lib/root/cint/cint/lib/cbstream/strstrm.h
-lib/root/cint/cint/lib/cintocx/Cint-Ocx
-lib/root/cint/cint/lib/cintocx/CintocxCtl.bmp
-lib/root/cint/cint/lib/cintocx/CintocxCtl.cpp
-lib/root/cint/cint/lib/cintocx/CintocxCtl.h
-lib/root/cint/cint/lib/cintocx/CintocxPpg.cpp
-lib/root/cint/cint/lib/cintocx/CintocxPpg.h
-lib/root/cint/cint/lib/cintocx/README.txt
-lib/root/cint/cint/lib/cintocx/Resource.h
-lib/root/cint/cint/lib/cintocx/StdAfx.cpp
-lib/root/cint/cint/lib/cintocx/StdAfx.h
-lib/root/cint/cint/lib/cintocx/cintocx.aps
-lib/root/cint/cint/lib/cintocx/cintocx.clw
-lib/root/cint/cint/lib/cintocx/cintocx.cpp
-lib/root/cint/cint/lib/cintocx/cintocx.h
-lib/root/cint/cint/lib/cintocx/cintocx.ico
-lib/root/cint/cint/lib/cintocx/cintocx.mak
-lib/root/cint/cint/lib/cintocx/cintocx.mdp
-lib/root/cint/cint/lib/cintocx/cintocx.odl
-lib/root/cint/cint/lib/cintocx/cintocx.rc
-lib/root/cint/cint/lib/cintocx/cintocx3.bmp
-lib/root/cint/cint/lib/cintocx/setup.bat
-lib/root/cint/cint/lib/dll_stl/G__cpp_climits.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_climits.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_climits.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_climits.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_complex.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_complex.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_complex.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_complex.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_deque.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_deque.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_deque.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_deque.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_exception.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_exception.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_exception.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_exception.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_list.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_list.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_list.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_list.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_map.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_map.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_map.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_map.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_map2.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_map2.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_map2.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_map2.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_multimap.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_multimap.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_multimap.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_multimap.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_multimap2.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_multimap2.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_multimap2.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_multimap2.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_multiset.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_multiset.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_multiset.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_multiset.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_queue.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_queue.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_queue.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_queue.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_set.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_set.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_set.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_set.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_stack.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_stack.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_stack.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_stack.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_stdexcept.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_stdexcept.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_stdexcept.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_stdexcept.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_valarray.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_valarray.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_valarray.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_valarray.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_vector.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_vector.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_vector.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_vector.o
-lib/root/cint/cint/lib/dll_stl/G__cpp_vectorbool.cxx
-lib/root/cint/cint/lib/dll_stl/G__cpp_vectorbool.d
-lib/root/cint/cint/lib/dll_stl/G__cpp_vectorbool.h
-lib/root/cint/cint/lib/dll_stl/G__cpp_vectorbool.o
-lib/root/cint/cint/lib/dll_stl/README.txt
-lib/root/cint/cint/lib/dll_stl/cinteh.h
-lib/root/cint/cint/lib/dll_stl/clim.h
-lib/root/cint/cint/lib/dll_stl/cmplx.h
-lib/root/cint/cint/lib/dll_stl/dqu.h
-lib/root/cint/cint/lib/dll_stl/iter.h
-lib/root/cint/cint/lib/dll_stl/lst.h
-lib/root/cint/cint/lib/dll_stl/mp.h
-lib/root/cint/cint/lib/dll_stl/multmp.h
-lib/root/cint/cint/lib/dll_stl/multst.h
-lib/root/cint/cint/lib/dll_stl/pr.h
-lib/root/cint/cint/lib/dll_stl/que.h
-lib/root/cint/cint/lib/dll_stl/rootcint_deque.cxx
-lib/root/cint/cint/lib/dll_stl/rootcint_deque.d
-lib/root/cint/cint/lib/dll_stl/rootcint_deque.h
-lib/root/cint/cint/lib/dll_stl/rootcint_deque.o
-lib/root/cint/cint/lib/dll_stl/rootcint_list.cxx
-lib/root/cint/cint/lib/dll_stl/rootcint_list.d
-lib/root/cint/cint/lib/dll_stl/rootcint_list.h
-lib/root/cint/cint/lib/dll_stl/rootcint_list.o
-lib/root/cint/cint/lib/dll_stl/rootcint_map.cxx
-lib/root/cint/cint/lib/dll_stl/rootcint_map.d
-lib/root/cint/cint/lib/dll_stl/rootcint_map.h
-lib/root/cint/cint/lib/dll_stl/rootcint_map.o
-lib/root/cint/cint/lib/dll_stl/rootcint_map2.cxx
-lib/root/cint/cint/lib/dll_stl/rootcint_map2.d
-lib/root/cint/cint/lib/dll_stl/rootcint_map2.h
-lib/root/cint/cint/lib/dll_stl/rootcint_map2.o
-lib/root/cint/cint/lib/dll_stl/rootcint_multimap.cxx
-lib/root/cint/cint/lib/dll_stl/rootcint_multimap.d
-lib/root/cint/cint/lib/dll_stl/rootcint_multimap.h
-lib/root/cint/cint/lib/dll_stl/rootcint_multimap.o
-lib/root/cint/cint/lib/dll_stl/rootcint_multimap2.cxx
-lib/root/cint/cint/lib/dll_stl/rootcint_multimap2.d
-lib/root/cint/cint/lib/dll_stl/rootcint_multimap2.h
-lib/root/cint/cint/lib/dll_stl/rootcint_multimap2.o
-lib/root/cint/cint/lib/dll_stl/rootcint_multiset.cxx
-lib/root/cint/cint/lib/dll_stl/rootcint_multiset.d
-lib/root/cint/cint/lib/dll_stl/rootcint_multiset.h
-lib/root/cint/cint/lib/dll_stl/rootcint_multiset.o
-lib/root/cint/cint/lib/dll_stl/rootcint_set.cxx
-lib/root/cint/cint/lib/dll_stl/rootcint_set.d
-lib/root/cint/cint/lib/dll_stl/rootcint_set.h
-lib/root/cint/cint/lib/dll_stl/rootcint_set.o
-lib/root/cint/cint/lib/dll_stl/rootcint_valarray.cxx
-lib/root/cint/cint/lib/dll_stl/rootcint_valarray.d
-lib/root/cint/cint/lib/dll_stl/rootcint_valarray.h
-lib/root/cint/cint/lib/dll_stl/rootcint_valarray.o
-lib/root/cint/cint/lib/dll_stl/rootcint_vector.cxx
-lib/root/cint/cint/lib/dll_stl/rootcint_vector.d
-lib/root/cint/cint/lib/dll_stl/rootcint_vector.h
-lib/root/cint/cint/lib/dll_stl/rootcint_vector.o
-lib/root/cint/cint/lib/dll_stl/se.h
-lib/root/cint/cint/lib/dll_stl/setup
-lib/root/cint/cint/lib/dll_stl/setup.bat
-lib/root/cint/cint/lib/dll_stl/setupbc.bat
-lib/root/cint/cint/lib/dll_stl/st.h
-lib/root/cint/cint/lib/dll_stl/stk.h
-lib/root/cint/cint/lib/dll_stl/str.h
-lib/root/cint/cint/lib/dll_stl/suncc5_deque.h
-lib/root/cint/cint/lib/dll_stl/suncc5_string.h
-lib/root/cint/cint/lib/dll_stl/vary.h
-lib/root/cint/cint/lib/dll_stl/vec.h
-lib/root/cint/cint/lib/dll_stl/vecbool.h
-lib/root/cint/cint/lib/gcc3strm/Makefile
-lib/root/cint/cint/lib/gcc3strm/README.txt
-lib/root/cint/cint/lib/gcc3strm/fstrm.h
-lib/root/cint/cint/lib/gcc3strm/iostrm.h
-lib/root/cint/cint/lib/gcc3strm/linkdef.h
-lib/root/cint/cint/lib/gcc3strm/sstrm.h
-lib/root/cint/cint/lib/gcc4strm/Makefile
-lib/root/cint/cint/lib/gcc4strm/README.txt
-lib/root/cint/cint/lib/gcc4strm/fstrm.h
-lib/root/cint/cint/lib/gcc4strm/iostrm.h
-lib/root/cint/cint/lib/gcc4strm/linkdef.h
-lib/root/cint/cint/lib/gcc4strm/sstrm.h
-lib/root/cint/cint/lib/gl/GL.h
-lib/root/cint/cint/lib/gl/README.txt
-lib/root/cint/cint/lib/gl/TOP.h
-lib/root/cint/cint/lib/gl/cintGL.h
-lib/root/cint/cint/lib/gl/setup
-lib/root/cint/cint/lib/gl/setup.bat
-lib/root/cint/cint/lib/iccstrm/Makefile
-lib/root/cint/cint/lib/iccstrm/README.txt
-lib/root/cint/cint/lib/iccstrm/fstrm.h
-lib/root/cint/cint/lib/iccstrm/iostrm.h
-lib/root/cint/cint/lib/iccstrm/linkdef.h
-lib/root/cint/cint/lib/iccstrm/sstrm.h
-lib/root/cint/cint/lib/ipc/README.txt
-lib/root/cint/cint/lib/ipc/ipcif.h
-lib/root/cint/cint/lib/ipc/setup
-lib/root/cint/cint/lib/longlong/README.txt
-lib/root/cint/cint/lib/longlong/longdbl.h
-lib/root/cint/cint/lib/longlong/longlong.h
-lib/root/cint/cint/lib/longlong/make.bat
-lib/root/cint/cint/lib/longlong/makelongif
-lib/root/cint/cint/lib/longlong/makelongif3
-lib/root/cint/cint/lib/longlong/setup
-lib/root/cint/cint/lib/longlong/setup.bat
-lib/root/cint/cint/lib/longlong/setupbc.bat
-lib/root/cint/cint/lib/longlong/setuphp
-lib/root/cint/cint/lib/posix/README.txt
-lib/root/cint/cint/lib/posix/exten.c
-lib/root/cint/cint/lib/posix/exten.d
-lib/root/cint/cint/lib/posix/exten.h
-lib/root/cint/cint/lib/posix/exten.o
-lib/root/cint/cint/lib/posix/mktypes
-lib/root/cint/cint/lib/posix/mktypes.c
-lib/root/cint/cint/lib/posix/posix.h
-lib/root/cint/cint/lib/posix/posix.h.orig
-lib/root/cint/cint/lib/posix/setup
-lib/root/cint/cint/lib/posix/setup.bat
-lib/root/cint/cint/lib/posix/setupbc.bat
-lib/root/cint/cint/lib/posix/setupsc.bat
-lib/root/cint/cint/lib/posix/winposix.c
-lib/root/cint/cint/lib/posix/winposix.h
-lib/root/cint/cint/lib/prec_stl/README.txt
-lib/root/cint/cint/lib/prec_stl/algorithm
-lib/root/cint/cint/lib/prec_stl/bitset
-lib/root/cint/cint/lib/prec_stl/climits
-lib/root/cint/cint/lib/prec_stl/complex
-lib/root/cint/cint/lib/prec_stl/deque
-lib/root/cint/cint/lib/prec_stl/exception
-lib/root/cint/cint/lib/prec_stl/functional
-lib/root/cint/cint/lib/prec_stl/iterator
-lib/root/cint/cint/lib/prec_stl/limits
-lib/root/cint/cint/lib/prec_stl/list
-lib/root/cint/cint/lib/prec_stl/map
-lib/root/cint/cint/lib/prec_stl/memory
-lib/root/cint/cint/lib/prec_stl/multimap
-lib/root/cint/cint/lib/prec_stl/multiset
-lib/root/cint/cint/lib/prec_stl/numeric
-lib/root/cint/cint/lib/prec_stl/queue
-lib/root/cint/cint/lib/prec_stl/set
-lib/root/cint/cint/lib/prec_stl/stack
-lib/root/cint/cint/lib/prec_stl/stdexcept
-lib/root/cint/cint/lib/prec_stl/string
-lib/root/cint/cint/lib/prec_stl/utility
-lib/root/cint/cint/lib/prec_stl/valarray
-lib/root/cint/cint/lib/prec_stl/vector
-lib/root/cint/cint/lib/pthread/Makefile
-lib/root/cint/cint/lib/pthread/README.txt
-lib/root/cint/cint/lib/pthread/pthd.h
-lib/root/cint/cint/lib/pthread/setup
-lib/root/cint/cint/lib/pthread/setuphp
-lib/root/cint/cint/lib/pthread/thread.h
-lib/root/cint/cint/lib/qt/Makefile
-lib/root/cint/cint/lib/qt/README.txt
-lib/root/cint/cint/lib/qt/qcompactstyle.h
-lib/root/cint/cint/lib/qt/qconfig.h
-lib/root/cint/cint/lib/qt/qmodules.h
-lib/root/cint/cint/lib/qt/qplatformdefs.h
-lib/root/cint/cint/lib/qt/qtcint.h
-lib/root/cint/cint/lib/qt/qtclasses.h
-lib/root/cint/cint/lib/qt/qtdummy.h
-lib/root/cint/cint/lib/qt/qtfunctions.h
-lib/root/cint/cint/lib/qt/qtglobals.h
-lib/root/cint/cint/lib/qt/qtstatic.cxx
-lib/root/cint/cint/lib/qt/setup
-lib/root/cint/cint/lib/qt/setup.bat
-lib/root/cint/cint/lib/setup
-lib/root/cint/cint/lib/socket/README.txt
-lib/root/cint/cint/lib/socket/cintsock.c
-lib/root/cint/cint/lib/socket/cintsock.h
-lib/root/cint/cint/lib/socket/mksockh.c
-lib/root/cint/cint/lib/socket/setup
-lib/root/cint/cint/lib/socket/setup.bat
-lib/root/cint/cint/lib/socket/setupbc.bat
-lib/root/cint/cint/lib/stdstrct/Makefile
-lib/root/cint/cint/lib/stdstrct/setup
-lib/root/cint/cint/lib/stdstrct/setup.bat
-lib/root/cint/cint/lib/stdstrct/setupbc.bat
-lib/root/cint/cint/lib/stdstrct/stdcxxfunc.h
-lib/root/cint/cint/lib/stdstrct/stdfunc.h
-lib/root/cint/cint/lib/stdstrct/stdstr.h
-lib/root/cint/cint/lib/stlport4strm/Makefile
-lib/root/cint/cint/lib/stlport4strm/fstrm.h
-lib/root/cint/cint/lib/stlport4strm/iostrm.h
-lib/root/cint/cint/lib/stlport4strm/length.cxx
-lib/root/cint/cint/lib/stlport4strm/linkdef.h
-lib/root/cint/cint/lib/stlport4strm/sstrm.h
-lib/root/cint/cint/lib/stream/Makefile
-lib/root/cint/cint/lib/stream/README
-lib/root/cint/cint/lib/stream/fstrm.h
-lib/root/cint/cint/lib/stream/iostrm.h
-lib/root/cint/cint/lib/stream/stdiostr.h
-lib/root/cint/cint/lib/stream/strm.h
-lib/root/cint/cint/lib/stream/strstrm.h
-lib/root/cint/cint/lib/sunstrm/Makefile
-lib/root/cint/cint/lib/sunstrm/fstrm.h
-lib/root/cint/cint/lib/sunstrm/iostrm.h
-lib/root/cint/cint/lib/sunstrm/length.cxx
-lib/root/cint/cint/lib/sunstrm/linkdef.h
-lib/root/cint/cint/lib/sunstrm/readme.txt
-lib/root/cint/cint/lib/sunstrm/sstrm.h
-lib/root/cint/cint/lib/vc7strm/Makefile
-lib/root/cint/cint/lib/vc7strm/README.txt
-lib/root/cint/cint/lib/vc7strm/fstrm.h
-lib/root/cint/cint/lib/vc7strm/iostrm.h
-lib/root/cint/cint/lib/vc7strm/linkdef.h
-lib/root/cint/cint/lib/vc7strm/sstrm.h
-lib/root/cint/cint/lib/vcstream/Makefile
-lib/root/cint/cint/lib/vcstream/Makefileold
-lib/root/cint/cint/lib/vcstream/README
-lib/root/cint/cint/lib/vcstream/fstrm.h
-lib/root/cint/cint/lib/vcstream/iostrm.h
-lib/root/cint/cint/lib/vcstream/stdiostr.h
-lib/root/cint/cint/lib/vcstream/strm.h
-lib/root/cint/cint/lib/vcstream/strstrm.h
-lib/root/cint/cint/lib/win32api/cintwin.h
-lib/root/cint/cint/lib/win32api/excpt.h
-lib/root/cint/cint/lib/win32api/readme.txt
-lib/root/cint/cint/lib/win32api/setup
-lib/root/cint/cint/lib/win32api/setupbc.bat
-lib/root/cint/cint/lib/win32api/setupsc.bat
-lib/root/cint/cint/lib/win32api/winfunc.h
-lib/root/cint/cint/lib/wintcldl83/README.txt
-lib/root/cint/cint/lib/wintcldl83/WILDCARD.tcl
-lib/root/cint/cint/lib/wintcldl83/bodediagram.wc
-lib/root/cint/cint/lib/wintcldl83/calc.wc
-lib/root/cint/cint/lib/wintcldl83/cintlib.c
-lib/root/cint/cint/lib/wintcldl83/gainphas.wc
-lib/root/cint/cint/lib/wintcldl83/grcalc.wc
-lib/root/cint/cint/lib/wintcldl83/guibuild.wc
-lib/root/cint/cint/lib/wintcldl83/quest.wc
-lib/root/cint/cint/lib/wintcldl83/question.wc
-lib/root/cint/cint/lib/wintcldl83/setup.bat
-lib/root/cint/cint/lib/wintcldl83/tclmacro.h
-lib/root/cint/cint/lib/wintcldl83/tcltk.h
-lib/root/cint/cint/lib/wintcldl83/test.c
-lib/root/cint/cint/lib/wintcldl83/test1.wc
-lib/root/cint/cint/lib/wintcldl83/test3.wc
-lib/root/cint/cint/lib/wintcldl83/test5.wc
-lib/root/cint/cint/lib/wintcldl83/tkmacro.h
-lib/root/cint/cint/lib/wintcldl83/top.h
-lib/root/cint/cint/lib/wintcldl83/try.bat
-lib/root/cint/cint/lib/wintcldl83/wildc.bat
-lib/root/cint/cint/lib/wintcldl83/wildc.dbk
-lib/root/cint/cint/lib/wintcldl83/wildc.tcl
-lib/root/cint/cint/lib/wintcldl83/wildc.wc
-lib/root/cint/cint/lib/wintcldl83/wildc/wildc.dsp
-lib/root/cint/cint/lib/wintcldl83/wildc/wildc.dsw
-lib/root/cint/cint/lib/wintcldl83/wildc/wildc.mak
-lib/root/cint/cint/lib/wintcldl83/wildc1.bmp
-lib/root/cint/cint/lib/xlib/README.txt
-lib/root/cint/cint/lib/xlib/TOP.h
-lib/root/cint/cint/lib/xlib/XLIB.h
-lib/root/cint/cint/lib/xlib/setup
-lib/root/cint/cint/lib/xlib/x11const.h
-lib/root/cint/cint/lib/xlib/x11mfunc.h
-lib/root/cint/cint/stl/G__postprocess.h
-lib/root/cint/cint/stl/README.txt
-lib/root/cint/cint/stl/_algorithm
-lib/root/cint/cint/stl/_autocontainer
-lib/root/cint/cint/stl/_bitset
-lib/root/cint/cint/stl/_climits
-lib/root/cint/cint/stl/_climits.h
-lib/root/cint/cint/stl/_deque
-lib/root/cint/cint/stl/_deque.h
-lib/root/cint/cint/stl/_functional
-lib/root/cint/cint/stl/_iterator
-lib/root/cint/cint/stl/_iterator.h
-lib/root/cint/cint/stl/_list
-lib/root/cint/cint/stl/_list.h
-lib/root/cint/cint/stl/_map
-lib/root/cint/cint/stl/_map.h
-lib/root/cint/cint/stl/_memory
-lib/root/cint/cint/stl/_memory.h
-lib/root/cint/cint/stl/_multimap
-lib/root/cint/cint/stl/_multimap.h
-lib/root/cint/cint/stl/_multiset
-lib/root/cint/cint/stl/_multiset.h
-lib/root/cint/cint/stl/_pair.h
-lib/root/cint/cint/stl/_set
-lib/root/cint/cint/stl/_set.h
-lib/root/cint/cint/stl/_stack
-lib/root/cint/cint/stl/_stack.h
-lib/root/cint/cint/stl/_string
-lib/root/cint/cint/stl/_utility
-lib/root/cint/cint/stl/_utility.h
-lib/root/cint/cint/stl/_vector
-lib/root/cint/cint/stl/_vector.h
-lib/root/cint/cint/stl/algo.h
-lib/root/cint/cint/stl/algobase.h
-lib/root/cint/cint/stl/algorithm
-lib/root/cint/cint/stl/bitset
-lib/root/cint/cint/stl/bool
-lib/root/cint/cint/stl/bstring.h
-lib/root/cint/cint/stl/bvector.h
-lib/root/cint/cint/stl/climits.dll
-lib/root/cint/cint/stl/climits.so.5
-lib/root/cint/cint/stl/climits.so.${PKGVERSION}
-lib/root/cint/cint/stl/complex.dll
-lib/root/cint/cint/stl/complex.so.5
-lib/root/cint/cint/stl/complex.so.${PKGVERSION}
-lib/root/cint/cint/stl/defalloc.h
-lib/root/cint/cint/stl/deque
-lib/root/cint/cint/stl/deque.dll
-lib/root/cint/cint/stl/deque.h
-lib/root/cint/cint/stl/deque.so.5
-lib/root/cint/cint/stl/deque.so.${PKGVERSION}
-lib/root/cint/cint/stl/exception.dll
-lib/root/cint/cint/stl/exception.so.5
-lib/root/cint/cint/stl/exception.so.${PKGVERSION}
-lib/root/cint/cint/stl/faralloc.h
-lib/root/cint/cint/stl/fdeque.h
-lib/root/cint/cint/stl/flist.h
-lib/root/cint/cint/stl/fmap.h
-lib/root/cint/cint/stl/fmultmap.h
-lib/root/cint/cint/stl/fmultset.h
-lib/root/cint/cint/stl/fset.h
-lib/root/cint/cint/stl/function.h
-lib/root/cint/cint/stl/functional
-lib/root/cint/cint/stl/hdeque.h
-lib/root/cint/cint/stl/heap.h
-lib/root/cint/cint/stl/hlist.h
-lib/root/cint/cint/stl/hmap.h
-lib/root/cint/cint/stl/hmultmap.h
-lib/root/cint/cint/stl/hmultset.h
-lib/root/cint/cint/stl/hset.h
-lib/root/cint/cint/stl/hugalloc.h
-lib/root/cint/cint/stl/hvector.h
-lib/root/cint/cint/stl/iterator
-lib/root/cint/cint/stl/iterator.h
-lib/root/cint/cint/stl/lbvector.h
-lib/root/cint/cint/stl/ldeque.h
-lib/root/cint/cint/stl/limits
-lib/root/cint/cint/stl/list
-lib/root/cint/cint/stl/list.dll
-lib/root/cint/cint/stl/list.h
-lib/root/cint/cint/stl/list.so.5
-lib/root/cint/cint/stl/list.so.${PKGVERSION}
-lib/root/cint/cint/stl/llist.h
-lib/root/cint/cint/stl/lmap.h
-lib/root/cint/cint/stl/lmultmap.h
-lib/root/cint/cint/stl/lmultset.h
-lib/root/cint/cint/stl/lngalloc.h
-lib/root/cint/cint/stl/lset.h
-lib/root/cint/cint/stl/map
-lib/root/cint/cint/stl/map.dll
-lib/root/cint/cint/stl/map.h
-lib/root/cint/cint/stl/map.so.5
-lib/root/cint/cint/stl/map.so.${PKGVERSION}
-lib/root/cint/cint/stl/map2.dll
-lib/root/cint/cint/stl/map2.so.5
-lib/root/cint/cint/stl/map2.so.${PKGVERSION}
-lib/root/cint/cint/stl/memory
-lib/root/cint/cint/stl/multimap
-lib/root/cint/cint/stl/multimap.dll
-lib/root/cint/cint/stl/multimap.h
-lib/root/cint/cint/stl/multimap.so.5
-lib/root/cint/cint/stl/multimap.so.${PKGVERSION}
-lib/root/cint/cint/stl/multimap2.dll
-lib/root/cint/cint/stl/multimap2.so.5
-lib/root/cint/cint/stl/multimap2.so.${PKGVERSION}
-lib/root/cint/cint/stl/multiset
-lib/root/cint/cint/stl/multiset.dll
-lib/root/cint/cint/stl/multiset.h
-lib/root/cint/cint/stl/multiset.so.5
-lib/root/cint/cint/stl/multiset.so.${PKGVERSION}
-lib/root/cint/cint/stl/neralloc.h
-lib/root/cint/cint/stl/nmap.h
-lib/root/cint/cint/stl/nmultmap.h
-lib/root/cint/cint/stl/nmultset.h
-lib/root/cint/cint/stl/nset.h
-lib/root/cint/cint/stl/numeric
-lib/root/cint/cint/stl/pair
-lib/root/cint/cint/stl/pair.h
-lib/root/cint/cint/stl/projectn.h
-lib/root/cint/cint/stl/queue
-lib/root/cint/cint/stl/queue.dll
-lib/root/cint/cint/stl/queue.so.5
-lib/root/cint/cint/stl/queue.so.${PKGVERSION}
-lib/root/cint/cint/stl/random.cpp
-lib/root/cint/cint/stl/set
-lib/root/cint/cint/stl/set.dll
-lib/root/cint/cint/stl/set.h
-lib/root/cint/cint/stl/set.so.5
-lib/root/cint/cint/stl/set.so.${PKGVERSION}
-lib/root/cint/cint/stl/stack
-lib/root/cint/cint/stl/stack.dll
-lib/root/cint/cint/stl/stack.h
-lib/root/cint/cint/stl/stack.so.5
-lib/root/cint/cint/stl/stack.so.${PKGVERSION}
-lib/root/cint/cint/stl/stdexcept.dll
-lib/root/cint/cint/stl/stdexcept.so.5
-lib/root/cint/cint/stl/stdexcept.so.${PKGVERSION}
-lib/root/cint/cint/stl/string
-lib/root/cint/cint/stl/tempbuf.cpp
-lib/root/cint/cint/stl/tempbuf.h
-lib/root/cint/cint/stl/teststl
-lib/root/cint/cint/stl/teststl.c
-lib/root/cint/cint/stl/tree.h
-lib/root/cint/cint/stl/utility
-lib/root/cint/cint/stl/utility.h
-lib/root/cint/cint/stl/valarray
-lib/root/cint/cint/stl/valarray.dll
-lib/root/cint/cint/stl/valarray.so.5
-lib/root/cint/cint/stl/valarray.so.${PKGVERSION}
-lib/root/cint/cint/stl/vector
-lib/root/cint/cint/stl/vector.dll
-lib/root/cint/cint/stl/vector.h
-lib/root/cint/cint/stl/vector.so.5
-lib/root/cint/cint/stl/vector.so.${PKGVERSION}
-lib/root/cint/cint/stl/vectorbool.dll
-lib/root/cint/cint/stl/vectorbool.so.5
-lib/root/cint/cint/stl/vectorbool.so.${PKGVERSION}
-lib/root/cint/cint7/include/Common.h
-lib/root/cint/cint7/include/GL/gl.h
-lib/root/cint/cint7/include/GL/glu.h
-lib/root/cint/cint7/include/GL/glut.h
-lib/root/cint/cint7/include/GL/xmesa.h
-lib/root/cint/cint7/include/README.txt
-lib/root/cint/cint7/include/ReadF.C
-lib/root/cint/cint7/include/ReadF.cxx
-lib/root/cint/cint7/include/ReadF.h
-lib/root/cint/cint7/include/RegE.C
-lib/root/cint/cint7/include/RegE.cxx
-lib/root/cint/cint7/include/RegE.h
-lib/root/cint/cint7/include/X11/Xlib.h
-lib/root/cint/cint7/include/X11/Xutil.h
-lib/root/cint/cint7/include/X11/keysym.h
-lib/root/cint/cint7/include/X11/xos.h
-lib/root/cint/cint7/include/_complex
-lib/root/cint/cint7/include/_complex.h
-lib/root/cint/cint7/include/_exception
-lib/root/cint/cint7/include/_exception.h
-lib/root/cint/cint7/include/_iostream
-lib/root/cint/cint7/include/_stdexcept
-lib/root/cint/cint7/include/_stdexcept.h
-lib/root/cint/cint7/include/api.h
-lib/root/cint/cint7/include/array.c
-lib/root/cint/cint7/include/array.h
-lib/root/cint/cint7/include/arrayiostream.h
-lib/root/cint/cint7/include/assert.h
-lib/root/cint/cint7/include/bool
-lib/root/cint/cint7/include/bool.h
-lib/root/cint/cint7/include/boolean.h
-lib/root/cint/cint7/include/carray.c
-lib/root/cint/cint7/include/carray.h
-lib/root/cint/cint7/include/cassert
-lib/root/cint/cint7/include/cctype
-lib/root/cint/cint7/include/cerrno
-lib/root/cint/cint7/include/cfloat
-lib/root/cint/cint7/include/ciso646
-lib/root/cint/cint7/include/climits
-lib/root/cint/cint7/include/clocale
-lib/root/cint/cint7/include/cmath
-lib/root/cint/cint7/include/complex
-lib/root/cint/cint7/include/complex.h
-lib/root/cint/cint7/include/constants.h
-lib/root/cint/cint7/include/csetjmp
-lib/root/cint/cint7/include/csignal
-lib/root/cint/cint7/include/cstdarg
-lib/root/cint/cint7/include/cstddef
-lib/root/cint/cint7/include/cstdio
-lib/root/cint/cint7/include/cstdlib
-lib/root/cint/cint7/include/cstring
-lib/root/cint/cint7/include/ctime
-lib/root/cint/cint7/include/ctype.h
-lib/root/cint/cint7/include/cwchar
-lib/root/cint/cint7/include/cwctype
-lib/root/cint/cint7/include/darray.cxx
-lib/root/cint/cint7/include/darray.h
-lib/root/cint/cint7/include/done
-lib/root/cint/cint7/include/errno.h
-lib/root/cint/cint7/include/ertti.h
-lib/root/cint/cint7/include/exception
-lib/root/cint/cint7/include/exception.h
-lib/root/cint/cint7/include/fcntl.h
-lib/root/cint/cint7/include/fft.c
-lib/root/cint/cint7/include/fft.h
-lib/root/cint/cint7/include/float.h
-lib/root/cint/cint7/include/fstream
-lib/root/cint/cint7/include/fstream.h
-lib/root/cint/cint7/include/graphbuf.h
-lib/root/cint/cint7/include/iomanip
-lib/root/cint/cint7/include/iomanip.h
-lib/root/cint/cint7/include/iosenum.cxx
-lib/root/cint/cint7/include/iosfwd
-lib/root/cint/cint7/include/iosfwd.h
-lib/root/cint/cint7/include/iostream
-lib/root/cint/cint7/include/iostream.h
-lib/root/cint/cint7/include/istream
-lib/root/cint/cint7/include/limits
-lib/root/cint/cint7/include/limits.h
-lib/root/cint/cint7/include/locale
-lib/root/cint/cint7/include/locale.h
-lib/root/cint/cint7/include/lsm.c
-lib/root/cint/cint7/include/lsm.h
-lib/root/cint/cint7/include/make.arc
-lib/root/cint/cint7/include/makearc
-lib/root/cint/cint7/include/makearcg
-lib/root/cint/cint7/include/makearcsun
-lib/root/cint/cint7/include/makefile
-lib/root/cint/cint7/include/makehpib
-lib/root/cint/cint7/include/makeit.bat
-lib/root/cint/cint7/include/makeit.c
-lib/root/cint/cint7/include/makemat
-lib/root/cint/cint7/include/math.h
-lib/root/cint/cint7/include/matrix.cxx
-lib/root/cint/cint7/include/matrix.h
-lib/root/cint/cint7/include/matrixstream.h
-lib/root/cint/cint7/include/matrixstream.hi
-lib/root/cint/cint7/include/mkincld.c
-lib/root/cint/cint7/include/new
-lib/root/cint/cint7/include/new.h
-lib/root/cint/cint7/include/ostream
-lib/root/cint/cint7/include/platform.h
-lib/root/cint/cint7/include/pthread.h
-lib/root/cint/cint7/include/readfile.h
-lib/root/cint/cint7/include/regex.h
-lib/root/cint/cint7/include/regexp.h
-lib/root/cint/cint7/include/setjmp.h
-lib/root/cint/cint7/include/signal.h
-lib/root/cint/cint7/include/socket.h
-lib/root/cint/cint7/include/spice.h
-lib/root/cint/cint7/include/sstream
-lib/root/cint/cint7/include/statistics.c
-lib/root/cint/cint7/include/statistics.h
-lib/root/cint/cint7/include/stdarg.h
-lib/root/cint/cint7/include/stddef.h
-lib/root/cint/cint7/include/stdexcept
-lib/root/cint/cint7/include/stdio.h
-lib/root/cint/cint7/include/stdiostream.h
-lib/root/cint/cint7/include/stdlib.h
-lib/root/cint/cint7/include/stream.h
-lib/root/cint/cint7/include/streambuf
-lib/root/cint/cint7/include/string.h
-lib/root/cint/cint7/include/striostream.h
-lib/root/cint/cint7/include/strstream
-lib/root/cint/cint7/include/strstream.h
-lib/root/cint/cint7/include/sys/cdefs.h
-lib/root/cint/cint7/include/sys/file.h
-lib/root/cint/cint7/include/sys/ipc.h
-lib/root/cint/cint7/include/sys/msg.h
-lib/root/cint/cint7/include/sys/sem.h
-lib/root/cint/cint7/include/sys/shm.h
-lib/root/cint/cint7/include/sys/stat.h
-lib/root/cint/cint7/include/termios.h
-lib/root/cint/cint7/include/time.h
-lib/root/cint/cint7/include/timespec.h
-lib/root/cint/cint7/include/typeinfo
-lib/root/cint/cint7/include/typeinfo.h
-lib/root/cint/cint7/include/unistd.h
-lib/root/cint/cint7/include/windows.h
-lib/root/cint/cint7/include/winsock.h
-lib/root/cint/cint7/include/xgraph.c
-lib/root/cint/cint7/include/xygraphbuf.h
-lib/root/cint/cint7/lib/Makefile
-lib/root/cint/cint7/lib/README.txt
-lib/root/cint/cint7/lib/WildCard/ARCHIVE
-lib/root/cint/cint7/lib/WildCard/AppInit.c
-lib/root/cint/cint7/lib/WildCard/Main.c
-lib/root/cint/cint7/lib/WildCard/Main.cxx
-lib/root/cint/cint7/lib/WildCard/Makefile
-lib/root/cint/cint7/lib/WildCard/README
-lib/root/cint/cint7/lib/WildCard/TCLMACRO.h
-lib/root/cint/cint7/lib/WildCard/TCLTK.h
-lib/root/cint/cint7/lib/WildCard/TKMACRO.h
-lib/root/cint/cint7/lib/WildCard/TOP.h
-lib/root/cint/cint7/lib/WildCard/TclIns.c
-lib/root/cint/cint7/lib/WildCard/TkInit.c
-lib/root/cint/cint7/lib/WildCard/WildCard.c
-lib/root/cint/cint7/lib/WildCard/bodediagram.wc
-lib/root/cint/cint7/lib/WildCard/calc.wc
-lib/root/cint/cint7/lib/WildCard/grcalc.wc
-lib/root/cint/cint7/lib/WildCard/guibuild.wc
-lib/root/cint/cint7/lib/WildCard/question.wc
-lib/root/cint/cint7/lib/WildCard/setup
-lib/root/cint/cint7/lib/WildCard/test.c
-lib/root/cint/cint7/lib/WildCard/test3.wc
-lib/root/cint/cint7/lib/WildCard/test5.wc
-lib/root/cint/cint7/lib/WildCard/tktest.c
-lib/root/cint/cint7/lib/WildCard/tktest1.c
-lib/root/cint/cint7/lib/WildCard/tktest2.c
-lib/root/cint/cint7/lib/WildCard/wildc.wc
-lib/root/cint/cint7/lib/accstrm/Makefile
-lib/root/cint/cint7/lib/accstrm/README.txt
-lib/root/cint/cint7/lib/accstrm/fstrm.h
-lib/root/cint/cint7/lib/accstrm/iostrm.h
-lib/root/cint/cint7/lib/accstrm/linkdef.h
-lib/root/cint/cint7/lib/accstrm/sstrm.h
-lib/root/cint/cint7/lib/alphastrm/Makefile
-lib/root/cint/cint7/lib/alphastrm/README.txt
-lib/root/cint/cint7/lib/alphastrm/fstrm.h
-lib/root/cint/cint7/lib/alphastrm/iostrm.h
-lib/root/cint/cint7/lib/alphastrm/linkdef.h
-lib/root/cint/cint7/lib/alphastrm/sstrm.h
-lib/root/cint/cint7/lib/bcstream/Makefile
-lib/root/cint/cint7/lib/bcstream/README
-lib/root/cint/cint7/lib/bcstream/fstrm.h
-lib/root/cint/cint7/lib/bcstream/iostrm.h
-lib/root/cint/cint7/lib/bcstream/stdiostr.h
-lib/root/cint/cint7/lib/bcstream/strm.h
-lib/root/cint/cint7/lib/bcstream/strstrm.h
-lib/root/cint/cint7/lib/cbstream/Makefile
-lib/root/cint/cint7/lib/cbstream/fstrm.h
-lib/root/cint/cint7/lib/cbstream/iostrm.h
-lib/root/cint/cint7/lib/cbstream/linkdef.h
-lib/root/cint/cint7/lib/cbstream/readme.txt
-lib/root/cint/cint7/lib/cbstream/strstrm.h
-lib/root/cint/cint7/lib/cintocx/Cint-Ocx
-lib/root/cint/cint7/lib/cintocx/CintocxCtl.bmp
-lib/root/cint/cint7/lib/cintocx/CintocxCtl.cpp
-lib/root/cint/cint7/lib/cintocx/CintocxCtl.h
-lib/root/cint/cint7/lib/cintocx/CintocxPpg.cpp
-lib/root/cint/cint7/lib/cintocx/CintocxPpg.h
-lib/root/cint/cint7/lib/cintocx/README.txt
-lib/root/cint/cint7/lib/cintocx/Resource.h
-lib/root/cint/cint7/lib/cintocx/StdAfx.cpp
-lib/root/cint/cint7/lib/cintocx/StdAfx.h
-lib/root/cint/cint7/lib/cintocx/cintocx.aps
-lib/root/cint/cint7/lib/cintocx/cintocx.clw
-lib/root/cint/cint7/lib/cintocx/cintocx.cpp
-lib/root/cint/cint7/lib/cintocx/cintocx.h
-lib/root/cint/cint7/lib/cintocx/cintocx.ico
-lib/root/cint/cint7/lib/cintocx/cintocx.mak
-lib/root/cint/cint7/lib/cintocx/cintocx.mdp
-lib/root/cint/cint7/lib/cintocx/cintocx.odl
-lib/root/cint/cint7/lib/cintocx/cintocx.rc
-lib/root/cint/cint7/lib/cintocx/cintocx3.bmp
-lib/root/cint/cint7/lib/cintocx/setup.bat
-lib/root/cint/cint7/lib/dll_stl/.gdb_history
-lib/root/cint/cint7/lib/dll_stl/README.txt
-lib/root/cint/cint7/lib/dll_stl/cinteh.h
-lib/root/cint/cint7/lib/dll_stl/clim.h
-lib/root/cint/cint7/lib/dll_stl/cmplx.h
-lib/root/cint/cint7/lib/dll_stl/dqu.h
-lib/root/cint/cint7/lib/dll_stl/iter.h
-lib/root/cint/cint7/lib/dll_stl/lst.h
-lib/root/cint/cint7/lib/dll_stl/mp.h
-lib/root/cint/cint7/lib/dll_stl/multmp.h
-lib/root/cint/cint7/lib/dll_stl/multst.h
-lib/root/cint/cint7/lib/dll_stl/pr.h
-lib/root/cint/cint7/lib/dll_stl/que.h
-lib/root/cint/cint7/lib/dll_stl/se.h
-lib/root/cint/cint7/lib/dll_stl/setup
-lib/root/cint/cint7/lib/dll_stl/setup.bat
-lib/root/cint/cint7/lib/dll_stl/setupbc.bat
-lib/root/cint/cint7/lib/dll_stl/st.h
-lib/root/cint/cint7/lib/dll_stl/stk.h
-lib/root/cint/cint7/lib/dll_stl/str.h
-lib/root/cint/cint7/lib/dll_stl/suncc5_deque.h
-lib/root/cint/cint7/lib/dll_stl/suncc5_string.h
-lib/root/cint/cint7/lib/dll_stl/vary.h
-lib/root/cint/cint7/lib/dll_stl/vec.h
-lib/root/cint/cint7/lib/dll_stl/vecbool.h
-lib/root/cint/cint7/lib/gcc3strm/Makefile
-lib/root/cint/cint7/lib/gcc3strm/README.txt
-lib/root/cint/cint7/lib/gcc3strm/fstrm.h
-lib/root/cint/cint7/lib/gcc3strm/iostrm.h
-lib/root/cint/cint7/lib/gcc3strm/linkdef.h
-lib/root/cint/cint7/lib/gcc3strm/sstrm.h
-lib/root/cint/cint7/lib/gcc4strm/Makefile
-lib/root/cint/cint7/lib/gcc4strm/README.txt
-lib/root/cint/cint7/lib/gcc4strm/fstrm.h
-lib/root/cint/cint7/lib/gcc4strm/iostrm.h
-lib/root/cint/cint7/lib/gcc4strm/linkdef.h
-lib/root/cint/cint7/lib/gcc4strm/sstrm.h
-lib/root/cint/cint7/lib/gl/GL.h
-lib/root/cint/cint7/lib/gl/README.txt
-lib/root/cint/cint7/lib/gl/TOP.h
-lib/root/cint/cint7/lib/gl/cintGL.h
-lib/root/cint/cint7/lib/gl/setup
-lib/root/cint/cint7/lib/gl/setup.bat
-lib/root/cint/cint7/lib/iccstrm/Makefile
-lib/root/cint/cint7/lib/iccstrm/README.txt
-lib/root/cint/cint7/lib/iccstrm/fstrm.h
-lib/root/cint/cint7/lib/iccstrm/iostrm.h
-lib/root/cint/cint7/lib/iccstrm/linkdef.h
-lib/root/cint/cint7/lib/iccstrm/sstrm.h
-lib/root/cint/cint7/lib/ipc/README.txt
-lib/root/cint/cint7/lib/ipc/ipcif.h
-lib/root/cint/cint7/lib/ipc/setup
-lib/root/cint/cint7/lib/longlong/README.txt
-lib/root/cint/cint7/lib/longlong/longdbl.h
-lib/root/cint/cint7/lib/longlong/longlong.h
-lib/root/cint/cint7/lib/longlong/make.bat
-lib/root/cint/cint7/lib/longlong/makelongif
-lib/root/cint/cint7/lib/longlong/makelongif3
-lib/root/cint/cint7/lib/longlong/setup
-lib/root/cint/cint7/lib/longlong/setup.bat
-lib/root/cint/cint7/lib/longlong/setupbc.bat
-lib/root/cint/cint7/lib/longlong/setuphp
-lib/root/cint/cint7/lib/posix/README.txt
-lib/root/cint/cint7/lib/posix/exten.c
-lib/root/cint/cint7/lib/posix/exten.h
-lib/root/cint/cint7/lib/posix/mktypes.c
-lib/root/cint/cint7/lib/posix/posix.h
-lib/root/cint/cint7/lib/posix/setup
-lib/root/cint/cint7/lib/posix/setup.bat
-lib/root/cint/cint7/lib/posix/setupbc.bat
-lib/root/cint/cint7/lib/posix/setupsc.bat
-lib/root/cint/cint7/lib/posix/winposix.c
-lib/root/cint/cint7/lib/posix/winposix.h
-lib/root/cint/cint7/lib/prec_stl/README.txt
-lib/root/cint/cint7/lib/prec_stl/algorithm
-lib/root/cint/cint7/lib/prec_stl/bitset
-lib/root/cint/cint7/lib/prec_stl/climits
-lib/root/cint/cint7/lib/prec_stl/complex
-lib/root/cint/cint7/lib/prec_stl/deque
-lib/root/cint/cint7/lib/prec_stl/exception
-lib/root/cint/cint7/lib/prec_stl/functional
-lib/root/cint/cint7/lib/prec_stl/iterator
-lib/root/cint/cint7/lib/prec_stl/limits
-lib/root/cint/cint7/lib/prec_stl/list
-lib/root/cint/cint7/lib/prec_stl/map
-lib/root/cint/cint7/lib/prec_stl/memory
-lib/root/cint/cint7/lib/prec_stl/multimap
-lib/root/cint/cint7/lib/prec_stl/multiset
-lib/root/cint/cint7/lib/prec_stl/numeric
-lib/root/cint/cint7/lib/prec_stl/queue
-lib/root/cint/cint7/lib/prec_stl/set
-lib/root/cint/cint7/lib/prec_stl/stack
-lib/root/cint/cint7/lib/prec_stl/stdexcept
-lib/root/cint/cint7/lib/prec_stl/string
-lib/root/cint/cint7/lib/prec_stl/utility
-lib/root/cint/cint7/lib/prec_stl/valarray
-lib/root/cint/cint7/lib/prec_stl/vector
-lib/root/cint/cint7/lib/pthread/Makefile
-lib/root/cint/cint7/lib/pthread/README.txt
-lib/root/cint/cint7/lib/pthread/pthd.h
-lib/root/cint/cint7/lib/pthread/setup
-lib/root/cint/cint7/lib/pthread/setuphp
-lib/root/cint/cint7/lib/pthread/thread.h
-lib/root/cint/cint7/lib/qt/Makefile
-lib/root/cint/cint7/lib/qt/README.txt
-lib/root/cint/cint7/lib/qt/qcompactstyle.h
-lib/root/cint/cint7/lib/qt/qconfig.h
-lib/root/cint/cint7/lib/qt/qmodules.h
-lib/root/cint/cint7/lib/qt/qplatformdefs.h
-lib/root/cint/cint7/lib/qt/qtcint.h
-lib/root/cint/cint7/lib/qt/qtclasses.h
-lib/root/cint/cint7/lib/qt/qtdummy.h
-lib/root/cint/cint7/lib/qt/qtfunctions.h
-lib/root/cint/cint7/lib/qt/qtglobals.h
-lib/root/cint/cint7/lib/qt/qtstatic.cxx
-lib/root/cint/cint7/lib/qt/setup
-lib/root/cint/cint7/lib/qt/setup.bat
-lib/root/cint/cint7/lib/setup
-lib/root/cint/cint7/lib/socket/README.txt
-lib/root/cint/cint7/lib/socket/cintsock.c
-lib/root/cint/cint7/lib/socket/cintsock.h
-lib/root/cint/cint7/lib/socket/mksockh.c
-lib/root/cint/cint7/lib/socket/setup
-lib/root/cint/cint7/lib/socket/setup.bat
-lib/root/cint/cint7/lib/socket/setupbc.bat
-lib/root/cint/cint7/lib/stdstrct/Makefile
-lib/root/cint/cint7/lib/stdstrct/setup
-lib/root/cint/cint7/lib/stdstrct/setup.bat
-lib/root/cint/cint7/lib/stdstrct/setupbc.bat
-lib/root/cint/cint7/lib/stdstrct/stdcxxfunc.h
-lib/root/cint/cint7/lib/stdstrct/stdfunc.h
-lib/root/cint/cint7/lib/stdstrct/stdstr.h
-lib/root/cint/cint7/lib/stlport4strm/Makefile
-lib/root/cint/cint7/lib/stlport4strm/fstrm.h
-lib/root/cint/cint7/lib/stlport4strm/iostrm.h
-lib/root/cint/cint7/lib/stlport4strm/length.cxx
-lib/root/cint/cint7/lib/stlport4strm/linkdef.h
-lib/root/cint/cint7/lib/stlport4strm/sstrm.h
-lib/root/cint/cint7/lib/stream/Makefile
-lib/root/cint/cint7/lib/stream/README
-lib/root/cint/cint7/lib/stream/fstrm.h
-lib/root/cint/cint7/lib/stream/iostrm.h
-lib/root/cint/cint7/lib/stream/stdiostr.h
-lib/root/cint/cint7/lib/stream/strm.h
-lib/root/cint/cint7/lib/stream/strstrm.h
-lib/root/cint/cint7/lib/sunstrm/Makefile
-lib/root/cint/cint7/lib/sunstrm/fstrm.h
-lib/root/cint/cint7/lib/sunstrm/iostrm.h
-lib/root/cint/cint7/lib/sunstrm/length.cxx
-lib/root/cint/cint7/lib/sunstrm/linkdef.h
-lib/root/cint/cint7/lib/sunstrm/readme.txt
-lib/root/cint/cint7/lib/sunstrm/sstrm.h
-lib/root/cint/cint7/lib/vc7strm/Makefile
-lib/root/cint/cint7/lib/vc7strm/README.txt
-lib/root/cint/cint7/lib/vc7strm/fstrm.h
-lib/root/cint/cint7/lib/vc7strm/iostrm.h
-lib/root/cint/cint7/lib/vc7strm/linkdef.h
-lib/root/cint/cint7/lib/vc7strm/sstrm.h
-lib/root/cint/cint7/lib/vcstream/Makefile
-lib/root/cint/cint7/lib/vcstream/Makefileold
-lib/root/cint/cint7/lib/vcstream/README
-lib/root/cint/cint7/lib/vcstream/fstrm.h
-lib/root/cint/cint7/lib/vcstream/iostrm.h
-lib/root/cint/cint7/lib/vcstream/stdiostr.h
-lib/root/cint/cint7/lib/vcstream/strm.h
-lib/root/cint/cint7/lib/vcstream/strstrm.h
-lib/root/cint/cint7/lib/win32api/cintwin.h
-lib/root/cint/cint7/lib/win32api/make.bat
-lib/root/cint/cint7/lib/win32api/readme.txt
-lib/root/cint/cint7/lib/win32api/setup.bat
-lib/root/cint/cint7/lib/win32api/setupbc.bat
-lib/root/cint/cint7/lib/win32api/setupsc.bat
-lib/root/cint/cint7/lib/win32api/winfunc.h
-lib/root/cint/cint7/lib/wintcldl83/README.txt
-lib/root/cint/cint7/lib/wintcldl83/WILDCARD.tcl
-lib/root/cint/cint7/lib/wintcldl83/bodediagram.wc
-lib/root/cint/cint7/lib/wintcldl83/calc.wc
-lib/root/cint/cint7/lib/wintcldl83/cintlib.c
-lib/root/cint/cint7/lib/wintcldl83/gainphas.wc
-lib/root/cint/cint7/lib/wintcldl83/grcalc.wc
-lib/root/cint/cint7/lib/wintcldl83/guibuild.wc
-lib/root/cint/cint7/lib/wintcldl83/quest.wc
-lib/root/cint/cint7/lib/wintcldl83/question.wc
-lib/root/cint/cint7/lib/wintcldl83/setup.bat
-lib/root/cint/cint7/lib/wintcldl83/tclmacro.h
-lib/root/cint/cint7/lib/wintcldl83/tcltk.h
-lib/root/cint/cint7/lib/wintcldl83/test.c
-lib/root/cint/cint7/lib/wintcldl83/test1.wc
-lib/root/cint/cint7/lib/wintcldl83/test3.wc
-lib/root/cint/cint7/lib/wintcldl83/test5.wc
-lib/root/cint/cint7/lib/wintcldl83/tkmacro.h
-lib/root/cint/cint7/lib/wintcldl83/top.h
-lib/root/cint/cint7/lib/wintcldl83/try.bat
-lib/root/cint/cint7/lib/wintcldl83/wildc.bat
-lib/root/cint/cint7/lib/wintcldl83/wildc.dbk
-lib/root/cint/cint7/lib/wintcldl83/wildc.tcl
-lib/root/cint/cint7/lib/wintcldl83/wildc.wc
-lib/root/cint/cint7/lib/wintcldl83/wildc/wildc.dsp
-lib/root/cint/cint7/lib/wintcldl83/wildc/wildc.dsw
-lib/root/cint/cint7/lib/wintcldl83/wildc/wildc.mak
-lib/root/cint/cint7/lib/wintcldl83/wildc1.bmp
-lib/root/cint/cint7/lib/xlib/README.txt
-lib/root/cint/cint7/lib/xlib/TOP.h
-lib/root/cint/cint7/lib/xlib/XLIB.h
-lib/root/cint/cint7/lib/xlib/setup
-lib/root/cint/cint7/lib/xlib/x11const.h
-lib/root/cint/cint7/lib/xlib/x11mfunc.h
-lib/root/cint/cint7/stl/README.txt
-lib/root/cint/cint7/stl/_algorithm
-lib/root/cint/cint7/stl/_autocontainer
-lib/root/cint/cint7/stl/_bitset
-lib/root/cint/cint7/stl/_climits
-lib/root/cint/cint7/stl/_climits.h
-lib/root/cint/cint7/stl/_deque
-lib/root/cint/cint7/stl/_deque.h
-lib/root/cint/cint7/stl/_functional
-lib/root/cint/cint7/stl/_iterator
-lib/root/cint/cint7/stl/_iterator.h
-lib/root/cint/cint7/stl/_list
-lib/root/cint/cint7/stl/_list.h
-lib/root/cint/cint7/stl/_map
-lib/root/cint/cint7/stl/_map.h
-lib/root/cint/cint7/stl/_memory
-lib/root/cint/cint7/stl/_memory.h
-lib/root/cint/cint7/stl/_multimap
-lib/root/cint/cint7/stl/_multimap.h
-lib/root/cint/cint7/stl/_multiset
-lib/root/cint/cint7/stl/_multiset.h
-lib/root/cint/cint7/stl/_pair.h
-lib/root/cint/cint7/stl/_set
-lib/root/cint/cint7/stl/_set.h
-lib/root/cint/cint7/stl/_stack
-lib/root/cint/cint7/stl/_stack.h
-lib/root/cint/cint7/stl/_string
-lib/root/cint/cint7/stl/_utility
-lib/root/cint/cint7/stl/_utility.h
-lib/root/cint/cint7/stl/_vector
-lib/root/cint/cint7/stl/_vector.h
-lib/root/cint/cint7/stl/algo.h
-lib/root/cint/cint7/stl/algobase.h
-lib/root/cint/cint7/stl/algorithm
-lib/root/cint/cint7/stl/bitset
-lib/root/cint/cint7/stl/bool
-lib/root/cint/cint7/stl/bstring.h
-lib/root/cint/cint7/stl/bvector.h
-lib/root/cint/cint7/stl/defalloc.h
-lib/root/cint/cint7/stl/deque
-lib/root/cint/cint7/stl/deque.h
-lib/root/cint/cint7/stl/faralloc.h
-lib/root/cint/cint7/stl/fdeque.h
-lib/root/cint/cint7/stl/flist.h
-lib/root/cint/cint7/stl/fmap.h
-lib/root/cint/cint7/stl/fmultmap.h
-lib/root/cint/cint7/stl/fmultset.h
-lib/root/cint/cint7/stl/fset.h
-lib/root/cint/cint7/stl/function.h
-lib/root/cint/cint7/stl/functional
-lib/root/cint/cint7/stl/hdeque.h
-lib/root/cint/cint7/stl/heap.h
-lib/root/cint/cint7/stl/hlist.h
-lib/root/cint/cint7/stl/hmap.h
-lib/root/cint/cint7/stl/hmultmap.h
-lib/root/cint/cint7/stl/hmultset.h
-lib/root/cint/cint7/stl/hset.h
-lib/root/cint/cint7/stl/hugalloc.h
-lib/root/cint/cint7/stl/hvector.h
-lib/root/cint/cint7/stl/iterator
-lib/root/cint/cint7/stl/iterator.h
-lib/root/cint/cint7/stl/lbvector.h
-lib/root/cint/cint7/stl/ldeque.h
-lib/root/cint/cint7/stl/limits
-lib/root/cint/cint7/stl/list
-lib/root/cint/cint7/stl/list.h
-lib/root/cint/cint7/stl/llist.h
-lib/root/cint/cint7/stl/lmap.h
-lib/root/cint/cint7/stl/lmultmap.h
-lib/root/cint/cint7/stl/lmultset.h
-lib/root/cint/cint7/stl/lngalloc.h
-lib/root/cint/cint7/stl/lset.h
-lib/root/cint/cint7/stl/map
-lib/root/cint/cint7/stl/map.h
-lib/root/cint/cint7/stl/memory
-lib/root/cint/cint7/stl/multimap
-lib/root/cint/cint7/stl/multimap.h
-lib/root/cint/cint7/stl/multiset
-lib/root/cint/cint7/stl/multiset.h
-lib/root/cint/cint7/stl/neralloc.h
-lib/root/cint/cint7/stl/nmap.h
-lib/root/cint/cint7/stl/nmultmap.h
-lib/root/cint/cint7/stl/nmultset.h
-lib/root/cint/cint7/stl/nset.h
-lib/root/cint/cint7/stl/numeric
-lib/root/cint/cint7/stl/pair
-lib/root/cint/cint7/stl/pair.h
-lib/root/cint/cint7/stl/projectn.h
-lib/root/cint/cint7/stl/queue
-lib/root/cint/cint7/stl/set
-lib/root/cint/cint7/stl/set.h
-lib/root/cint/cint7/stl/stack
-lib/root/cint/cint7/stl/stack.h
-lib/root/cint/cint7/stl/string
-lib/root/cint/cint7/stl/tempbuf.cpp
-lib/root/cint/cint7/stl/tempbuf.h
-lib/root/cint/cint7/stl/teststl
-lib/root/cint/cint7/stl/teststl.c
-lib/root/cint/cint7/stl/tree.h
-lib/root/cint/cint7/stl/utility
-lib/root/cint/cint7/stl/utility.h
-lib/root/cint/cint7/stl/valarray
-lib/root/cint/cint7/stl/vector
-lib/root/cint/cint7/stl/vector.h
-lib/root/libASImage.rootmap
-lib/root/libASImage.so
-lib/root/libASImage.so.5
-lib/root/libASImage.so.${PKGVERSION}
-lib/root/libASImageGui.rootmap
-lib/root/libASImageGui.so
-lib/root/libASImageGui.so.5
-lib/root/libASImageGui.so.${PKGVERSION}
-lib/root/libAfterImage.a
-lib/root/libBonjour.rootmap
-lib/root/libBonjour.so
-lib/root/libBonjour.so.5
-lib/root/libBonjour.so.${PKGVERSION}
-lib/root/libCint.so
-lib/root/libCint.so.5
-lib/root/libCint.so.${PKGVERSION}
-lib/root/libCintex.rootmap
-lib/root/libCintex.so
-lib/root/libCintex.so.5
-lib/root/libCintex.so.${PKGVERSION}
-lib/root/libCore.rootmap
-lib/root/libCore.so
-lib/root/libCore.so.5
-lib/root/libCore.so.${PKGVERSION}
-lib/root/libEG.rootmap
-lib/root/libEG.so
-lib/root/libEG.so.5
-lib/root/libEG.so.${PKGVERSION}
-lib/root/libEve.rootmap
-lib/root/libEve.so
-lib/root/libEve.so.5
-lib/root/libEve.so.${PKGVERSION}
-lib/root/libFTGL.so
-lib/root/libFTGL.so.5
-lib/root/libFTGL.so.${PKGVERSION}
-lib/root/libFitPanel.rootmap
-lib/root/libFitPanel.so
-lib/root/libFitPanel.so.5
-lib/root/libFitPanel.so.${PKGVERSION}
-lib/root/libFoam.rootmap
-lib/root/libFoam.so
-lib/root/libFoam.so.5
-lib/root/libFoam.so.${PKGVERSION}
-lib/root/libFumili.rootmap
-lib/root/libFumili.so
-lib/root/libFumili.so.5
-lib/root/libFumili.so.${PKGVERSION}
-lib/root/libGLEW.so
-lib/root/libGLEW.so.5
-lib/root/libGLEW.so.${PKGVERSION}
-lib/root/libGX11.rootmap
-lib/root/libGX11.so
-lib/root/libGX11.so.5
-lib/root/libGX11.so.${PKGVERSION}
-lib/root/libGX11TTF.rootmap
-lib/root/libGX11TTF.so
-lib/root/libGX11TTF.so.5
-lib/root/libGX11TTF.so.${PKGVERSION}
-lib/root/libGed.rootmap
-lib/root/libGed.so
-lib/root/libGed.so.5
-lib/root/libGed.so.${PKGVERSION}
-lib/root/libGenVector.rootmap
-lib/root/libGenVector.so
-lib/root/libGenVector.so.5
-lib/root/libGenVector.so.${PKGVERSION}
-lib/root/libGeom.rootmap
-lib/root/libGeom.so
-lib/root/libGeom.so.5
-lib/root/libGeom.so.${PKGVERSION}
-lib/root/libGeomBuilder.rootmap
-lib/root/libGeomBuilder.so
-lib/root/libGeomBuilder.so.5
-lib/root/libGeomBuilder.so.${PKGVERSION}
-lib/root/libGeomPainter.rootmap
-lib/root/libGeomPainter.so
-lib/root/libGeomPainter.so.5
-lib/root/libGeomPainter.so.${PKGVERSION}
-lib/root/libGpad.rootmap
-lib/root/libGpad.so
-lib/root/libGpad.so.5
-lib/root/libGpad.so.${PKGVERSION}
-lib/root/libGraf.rootmap
-lib/root/libGraf.so
-lib/root/libGraf.so.5
-lib/root/libGraf.so.${PKGVERSION}
-lib/root/libGraf3d.rootmap
-lib/root/libGraf3d.so
-lib/root/libGraf3d.so.5
-lib/root/libGraf3d.so.${PKGVERSION}
-lib/root/libGui.rootmap
-lib/root/libGui.so
-lib/root/libGui.so.5
-lib/root/libGui.so.${PKGVERSION}
-lib/root/libGuiBld.rootmap
-lib/root/libGuiBld.so
-lib/root/libGuiBld.so.5
-lib/root/libGuiBld.so.${PKGVERSION}
-lib/root/libGuiHtml.rootmap
-lib/root/libGuiHtml.so
-lib/root/libGuiHtml.so.5
-lib/root/libGuiHtml.so.${PKGVERSION}
-lib/root/libGviz3d.rootmap
-lib/root/libGviz3d.so
-lib/root/libGviz3d.so.5
-lib/root/libGviz3d.so.${PKGVERSION}
-lib/root/libHbook.rootmap
-lib/root/libHbook.so
-lib/root/libHbook.so.5
-lib/root/libHbook.so.${PKGVERSION}
-lib/root/libHist.rootmap
-lib/root/libHist.so
-lib/root/libHist.so.5
-lib/root/libHist.so.${PKGVERSION}
-lib/root/libHistPainter.rootmap
-lib/root/libHistPainter.so
-lib/root/libHistPainter.so.5
-lib/root/libHistPainter.so.${PKGVERSION}
-lib/root/libHtml.rootmap
-lib/root/libHtml.so
-lib/root/libHtml.so.5
-lib/root/libHtml.so.${PKGVERSION}
-lib/root/libMLP.rootmap
-lib/root/libMLP.so
-lib/root/libMLP.so.5
-lib/root/libMLP.so.${PKGVERSION}
-lib/root/libMathCore.rootmap
-lib/root/libMathCore.so
-lib/root/libMathCore.so.5
-lib/root/libMathCore.so.${PKGVERSION}
-lib/root/libMathMore.rootmap
-lib/root/libMathMore.so
-lib/root/libMathMore.so.5
-lib/root/libMathMore.so.${PKGVERSION}
-lib/root/libMatrix.rootmap
-lib/root/libMatrix.so
-lib/root/libMatrix.so.5
-lib/root/libMatrix.so.${PKGVERSION}
-lib/root/libMinuit.rootmap
-lib/root/libMinuit.so
-lib/root/libMinuit.so.5
-lib/root/libMinuit.so.${PKGVERSION}
-lib/root/libNet.rootmap
-lib/root/libNet.so
-lib/root/libNet.so.5
-lib/root/libNet.so.${PKGVERSION}
-lib/root/libNew.so
-lib/root/libNew.so.5
-lib/root/libNew.so.${PKGVERSION}
-lib/root/libPhysics.rootmap
-lib/root/libPhysics.so
-lib/root/libPhysics.so.5
-lib/root/libPhysics.so.${PKGVERSION}
-lib/root/libPostscript.rootmap
-lib/root/libPostscript.so
-lib/root/libPostscript.so.5
-lib/root/libPostscript.so.${PKGVERSION}
-lib/root/libProof.rootmap
-lib/root/libProof.so
-lib/root/libProof.so.5
-lib/root/libProof.so.${PKGVERSION}
-lib/root/libProofDraw.rootmap
-lib/root/libProofDraw.so
-lib/root/libProofDraw.so.5
-lib/root/libProofDraw.so.${PKGVERSION}
-lib/root/libProofPlayer.rootmap
-lib/root/libProofPlayer.so
-lib/root/libProofPlayer.so.5
-lib/root/libProofPlayer.so.${PKGVERSION}
-lib/root/libQuadp.rootmap
-lib/root/libQuadp.so
-lib/root/libQuadp.so.5
-lib/root/libQuadp.so.${PKGVERSION}
-lib/root/libRGL.rootmap
-lib/root/libRGL.so
-lib/root/libRGL.so.5
-lib/root/libRGL.so.${PKGVERSION}
-lib/root/libRIO.rootmap
-lib/root/libRIO.so
-lib/root/libRIO.so.5
-lib/root/libRIO.so.${PKGVERSION}
-lib/root/libRLDAP.rootmap
-lib/root/libRLDAP.so
-lib/root/libRLDAP.so.5
-lib/root/libRLDAP.so.${PKGVERSION}
-lib/root/libRecorder.rootmap
-lib/root/libRecorder.so
-lib/root/libRecorder.so.5
-lib/root/libRecorder.so.${PKGVERSION}
-lib/root/libReflex.so
-lib/root/libReflex.so.5
-lib/root/libReflex.so.${PKGVERSION}
-lib/root/libReflexDict.rootmap
-lib/root/libReflexDict.so
-lib/root/libReflexDict.so.5
-lib/root/libReflexDict.so.${PKGVERSION}
-lib/root/libRint.rootmap
-lib/root/libRint.so
-lib/root/libRint.so.5
-lib/root/libRint.so.${PKGVERSION}
-lib/root/libRootAuth.rootmap
-lib/root/libRootAuth.so
-lib/root/libRootAuth.so.5
-lib/root/libRootAuth.so.${PKGVERSION}
-lib/root/libSPlot.rootmap
-lib/root/libSPlot.so
-lib/root/libSPlot.so.5
-lib/root/libSPlot.so.${PKGVERSION}
-lib/root/libSQLIO.rootmap
-lib/root/libSQLIO.so
-lib/root/libSQLIO.so.5
-lib/root/libSQLIO.so.${PKGVERSION}
-lib/root/libSessionViewer.rootmap
-lib/root/libSessionViewer.so
-lib/root/libSessionViewer.so.5
-lib/root/libSessionViewer.so.${PKGVERSION}
-lib/root/libSmatrix.rootmap
-lib/root/libSmatrix.so
-lib/root/libSmatrix.so.5
-lib/root/libSmatrix.so.${PKGVERSION}
-lib/root/libSpectrum.rootmap
-lib/root/libSpectrum.so
-lib/root/libSpectrum.so.5
-lib/root/libSpectrum.so.${PKGVERSION}
-lib/root/libSpectrumPainter.rootmap
-lib/root/libSpectrumPainter.so
-lib/root/libSpectrumPainter.so.5
-lib/root/libSpectrumPainter.so.${PKGVERSION}
-lib/root/libSrvAuth.so
-lib/root/libSrvAuth.so.5
-lib/root/libSrvAuth.so.${PKGVERSION}
-lib/root/libTMVA.rootmap
-lib/root/libTMVA.so
-lib/root/libTMVA.so.5
-lib/root/libTMVA.so.${PKGVERSION}
-lib/root/libThread.rootmap
-lib/root/libThread.so
-lib/root/libThread.so.5
-lib/root/libThread.so.${PKGVERSION}
-lib/root/libTree.rootmap
-lib/root/libTree.so
-lib/root/libTree.so.5
-lib/root/libTree.so.${PKGVERSION}
-lib/root/libTreePlayer.rootmap
-lib/root/libTreePlayer.so
-lib/root/libTreePlayer.so.5
-lib/root/libTreePlayer.so.${PKGVERSION}
-lib/root/libTreeViewer.rootmap
-lib/root/libTreeViewer.so
-lib/root/libTreeViewer.so.5
-lib/root/libTreeViewer.so.${PKGVERSION}
-lib/root/libVMC.rootmap
-lib/root/libVMC.so
-lib/root/libVMC.so.5
-lib/root/libVMC.so.${PKGVERSION}
-lib/root/libX3d.rootmap
-lib/root/libX3d.so
-lib/root/libX3d.so.5
-lib/root/libX3d.so.${PKGVERSION}
-lib/root/libXMLIO.rootmap
-lib/root/libXMLIO.so
-lib/root/libXMLIO.so.5
-lib/root/libXMLIO.so.${PKGVERSION}
-lib/root/libdequeDict.rootmap
-lib/root/libdequeDict.so
-lib/root/libdequeDict.so.5
-lib/root/libdequeDict.so.${PKGVERSION}
-lib/root/liblistDict.rootmap
-lib/root/liblistDict.so
-lib/root/liblistDict.so.5
-lib/root/liblistDict.so.${PKGVERSION}
-lib/root/libmap2Dict.rootmap
-lib/root/libmap2Dict.so
-lib/root/libmap2Dict.so.5
-lib/root/libmap2Dict.so.${PKGVERSION}
-lib/root/libmapDict.rootmap
-lib/root/libmapDict.so
-lib/root/libmapDict.so.5
-lib/root/libmapDict.so.${PKGVERSION}
-lib/root/libminicern.so
-lib/root/libminicern.so.5
-lib/root/libminicern.so.${PKGVERSION}
-lib/root/libmultimap2Dict.rootmap
-lib/root/libmultimap2Dict.so
-lib/root/libmultimap2Dict.so.5
-lib/root/libmultimap2Dict.so.${PKGVERSION}
-lib/root/libmultimapDict.rootmap
-lib/root/libmultimapDict.so
-lib/root/libmultimapDict.so.5
-lib/root/libmultimapDict.so.${PKGVERSION}
-lib/root/libmultisetDict.rootmap
-lib/root/libmultisetDict.so
-lib/root/libmultisetDict.so.5
-lib/root/libmultisetDict.so.${PKGVERSION}
-lib/root/libsetDict.rootmap
-lib/root/libsetDict.so
-lib/root/libsetDict.so.5
-lib/root/libsetDict.so.${PKGVERSION}
-lib/root/libvalarrayDict.rootmap
-lib/root/libvalarrayDict.so
-lib/root/libvalarrayDict.so.5
-lib/root/libvalarrayDict.so.${PKGVERSION}
-lib/root/libvectorDict.rootmap
-lib/root/libvectorDict.so
-lib/root/libvectorDict.so.5
-lib/root/libvectorDict.so.${PKGVERSION}
-lib/root/python/genreflex/gccdemangler.py
-lib/root/python/genreflex/gccxmlpath.py
-lib/root/python/genreflex/gencapa.py
-lib/root/python/genreflex/gendict.py
-lib/root/python/genreflex/genheader.py
-lib/root/python/genreflex/genreflex-rootcint.py
-lib/root/python/genreflex/genreflex.py
-lib/root/python/genreflex/genrootmap.py
-lib/root/python/genreflex/selclass.py
-lib/root/writer.py
-man/man1/cint.1
-man/man1/cmsd.1
-man/man1/g2root.1
-man/man1/g2rootold.1
-man/man1/genmap.1
-man/man1/genreflex-rootcint.1
-man/man1/genreflex.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/proofserva.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/roota.1
-man/man1/rootcint.1
-man/man1/rootd.1
-man/man1/rootn.exe.1
-man/man1/roots.exe.1
-man/man1/ssh2rpd.1
-man/man1/system.rootdaemonrc.1
-man/man1/xprep.1
-man/man1/xproofd.1
-man/man1/xrd.1
-man/man1/xrdcp.1
-man/man1/xrdgsiproxy.1
-man/man1/xrdpwdadmin.1
-man/man1/xrdstagetool.1
-man/man1/xrootd.1
-share/aclocal/root.m4
-share/doc/root/BUILDSYSTEM
-share/doc/root/COPYING.CINT
-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.MONALISA
-share/doc/root/README.PROOF
-share/doc/root/README.SELECTOR
-share/doc/root/cfortran.doc
-share/doc/root/test/Aclock.cxx
-share/doc/root/test/Aclock.h
-share/doc/root/test/Aclock.rootmap
-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/Hello.rootmap
-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/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/Makefile_event
-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/RootIDE/LinkDef.h
-share/doc/root/test/RootIDE/Makefile
-share/doc/root/test/RootIDE/Makefile.win32
-share/doc/root/test/RootIDE/TGRootIDE.cxx
-share/doc/root/test/RootIDE/TGRootIDE.h
-share/doc/root/test/RootIDE/main.cxx
-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/Makefile.win32
-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/Tetris.rootmap
-share/doc/root/test/TrackMathCore.h
-share/doc/root/test/TrackMathCoreLinkDef.h
-share/doc/root/test/TrackMathCoreRflx.xml
-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/minexam.cxx
-share/doc/root/test/rhtml/LinkDef.h
-share/doc/root/test/rhtml/Makefile
-share/doc/root/test/rhtml/Makefile.win32
-share/doc/root/test/rhtml/rhtml.cxx
-share/doc/root/test/rhtml/rhtml.h
-share/doc/root/test/stress.cxx
-share/doc/root/test/stressEntryList.cxx
-share/doc/root/test/stressFit.cxx
-share/doc/root/test/stressGeometry.cxx
-share/doc/root/test/stressGraphics.cxx
-share/doc/root/test/stressGraphics.ref
-share/doc/root/test/stressHepix.cxx
-share/doc/root/test/stressHistoFit.cxx
-share/doc/root/test/stressHistogram.cxx
-share/doc/root/test/stressIterators.cxx
-share/doc/root/test/stressIterators.h
-share/doc/root/test/stressLinear.cxx
-share/doc/root/test/stressMathCore.cxx
-share/doc/root/test/stressMathMore.cxx
-share/doc/root/test/stressProof.cxx
-share/doc/root/test/stressRooFit.cxx
-share/doc/root/test/stressRooFit_tests.cxx
-share/doc/root/test/stressShapes.cxx
-share/doc/root/test/stressSpectrum.cxx
-share/doc/root/test/stressVector.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/MyTasks.cxx
-share/doc/root/tutorials/README
-share/doc/root/tutorials/benchmarks.C
-share/doc/root/tutorials/cont/TListAndSTL.C
-share/doc/root/tutorials/demos.C
-share/doc/root/tutorials/demoshelp.C
-share/doc/root/tutorials/eve/Default.png
-share/doc/root/tutorials/eve/MultiView.C
-share/doc/root/tutorials/eve/SplitGLView.C
-share/doc/root/tutorials/eve/alice_esd.C
-share/doc/root/tutorials/eve/alice_esd_html_summary.C
-share/doc/root/tutorials/eve/alice_esd_split.C
-share/doc/root/tutorials/eve/alice_vsd.C
-share/doc/root/tutorials/eve/arrow.C
-share/doc/root/tutorials/eve/arrow_standalone.C
-share/doc/root/tutorials/eve/assembly.C
-share/doc/root/tutorials/eve/boxset.C
-share/doc/root/tutorials/eve/boxset_cones.C
-share/doc/root/tutorials/eve/broken_torus.tring
-share/doc/root/tutorials/eve/calo_detail.C
-share/doc/root/tutorials/eve/calorimeters.C
-share/doc/root/tutorials/eve/compound.C
-share/doc/root/tutorials/eve/csgdemo.C
-share/doc/root/tutorials/eve/geom_alias.C
-share/doc/root/tutorials/eve/geom_alice_its.C
-share/doc/root/tutorials/eve/geom_alice_tpc.C
-share/doc/root/tutorials/eve/geom_atlas.C
-share/doc/root/tutorials/eve/geom_atlas_playback.C
-share/doc/root/tutorials/eve/geom_cms.C
-share/doc/root/tutorials/eve/geom_cms_playback.C
-share/doc/root/tutorials/eve/geom_cms_stereo.C
-share/doc/root/tutorials/eve/geom_default.C
-share/doc/root/tutorials/eve/glplot.C
-share/doc/root/tutorials/eve/glplot_geom.C
-share/doc/root/tutorials/eve/hierarchical_scene.C
-share/doc/root/tutorials/eve/histobrowser.C
-share/doc/root/tutorials/eve/jetcone.C
-share/doc/root/tutorials/eve/lineset.C
-share/doc/root/tutorials/eve/lineset.py
-share/doc/root/tutorials/eve/nasashuttle.3ds
-share/doc/root/tutorials/eve/pack.C
-share/doc/root/tutorials/eve/paramlist.C
-share/doc/root/tutorials/eve/pointset.C
-share/doc/root/tutorials/eve/projection.C
-share/doc/root/tutorials/eve/projection_prescale.C
-share/doc/root/tutorials/eve/pythia_display.C
-share/doc/root/tutorials/eve/quadset.C
-share/doc/root/tutorials/eve/quadset_callback.cxx
-share/doc/root/tutorials/eve/selection_sigs.C
-share/doc/root/tutorials/eve/show_extract.C
-share/doc/root/tutorials/eve/swap.png
-share/doc/root/tutorials/eve/text.C
-share/doc/root/tutorials/eve/track.C
-share/doc/root/tutorials/eve/triangleset.C
-share/doc/root/tutorials/eve/view3ds.C
-share/doc/root/tutorials/eve/window_manager.C
-share/doc/root/tutorials/fft/FFT.C
-share/doc/root/tutorials/fit/ConfidenceIntervals.C
-share/doc/root/tutorials/fit/ErrorIntegral.C
-share/doc/root/tutorials/fit/FittingDemo.C
-share/doc/root/tutorials/fit/Ifit.C
-share/doc/root/tutorials/fit/TestBinomial.C
-share/doc/root/tutorials/fit/TwoHistoFit2D.C
-share/doc/root/tutorials/fit/fit1.C
-share/doc/root/tutorials/fit/fit1_C.C
-share/doc/root/tutorials/fit/fit2.C
-share/doc/root/tutorials/fit/fit2a.C
-share/doc/root/tutorials/fit/fit2d.C
-share/doc/root/tutorials/fit/fit2dHist.C
-share/doc/root/tutorials/fit/fitCircle.C
-share/doc/root/tutorials/fit/fitExclude.C
-share/doc/root/tutorials/fit/fitLinear.C
-share/doc/root/tutorials/fit/fitLinear2.C
-share/doc/root/tutorials/fit/fitLinearRobust.C
-share/doc/root/tutorials/fit/fitMultiGraph.C
-share/doc/root/tutorials/fit/fitcont.C
-share/doc/root/tutorials/fit/fithist.C
-share/doc/root/tutorials/fit/fitpanel_playback.C
-share/doc/root/tutorials/fit/fitslicesy.C
-share/doc/root/tutorials/fit/graph2dfit.C
-share/doc/root/tutorials/fit/langaus.C
-share/doc/root/tutorials/fit/line3Dfit.C
-share/doc/root/tutorials/fit/minuit2FitBench.C
-share/doc/root/tutorials/fit/minuit2FitBench2D.C
-share/doc/root/tutorials/fit/minuit2GausFit.C
-share/doc/root/tutorials/fit/multidimfit.C
-share/doc/root/tutorials/fit/multifit.C
-share/doc/root/tutorials/fit/myfit.C
-share/doc/root/tutorials/fit/qa2.C
-share/doc/root/tutorials/foam/README
-share/doc/root/tutorials/foam/foam_demo.C
-share/doc/root/tutorials/foam/foam_demopers.C
-share/doc/root/tutorials/foam/foam_kanwa.C
-share/doc/root/tutorials/gallery.root
-share/doc/root/tutorials/geant3tasks.C
-share/doc/root/tutorials/geom/RadioNuclides.C
-share/doc/root/tutorials/geom/assembly.C
-share/doc/root/tutorials/geom/building.C
-share/doc/root/tutorials/geom/cheongwadae.C
-share/doc/root/tutorials/geom/csgdemo.C
-share/doc/root/tutorials/geom/geodemo.C
-share/doc/root/tutorials/geom/geomAlice.C
-share/doc/root/tutorials/geom/geomAlice_itsv.C
-share/doc/root/tutorials/geom/geomAtlas.C
-share/doc/root/tutorials/geom/geomBrahms.C
-share/doc/root/tutorials/geom/geomD0.C
-share/doc/root/tutorials/geom/geometry.C
-share/doc/root/tutorials/geom/iterplugin.cxx
-share/doc/root/tutorials/geom/lego.C
-share/doc/root/tutorials/geom/mp3player.C
-share/doc/root/tutorials/geom/na49.C
-share/doc/root/tutorials/geom/na49geomfile.C
-share/doc/root/tutorials/geom/na49view.C
-share/doc/root/tutorials/geom/robot.C
-share/doc/root/tutorials/geom/rootgeom.C
-share/doc/root/tutorials/geom/runplugin.C
-share/doc/root/tutorials/geom/shapes.C
-share/doc/root/tutorials/geom/shapesAnim.C
-share/doc/root/tutorials/geom/south_gate.C
-share/doc/root/tutorials/geom/station1.C
-share/doc/root/tutorials/geom/station2.C
-share/doc/root/tutorials/geom/tank.C
-share/doc/root/tutorials/geom/xtruDraw.C
-share/doc/root/tutorials/geom/xtruSamples.C
-share/doc/root/tutorials/gl/glViewerExercise.C
-share/doc/root/tutorials/gl/glViewerLOD.C
-share/doc/root/tutorials/gl/glbox.C
-share/doc/root/tutorials/gl/gldemos.C
-share/doc/root/tutorials/gl/glparametric.C
-share/doc/root/tutorials/gl/glrose.C
-share/doc/root/tutorials/gl/glsurfaces.C
-share/doc/root/tutorials/gl/gltf3.C
-share/doc/root/tutorials/gl/gviz3d.C
-share/doc/root/tutorials/gl/nucleus.C
-share/doc/root/tutorials/gl/viewer3DLocal.C
-share/doc/root/tutorials/gl/viewer3DMaster.C
-share/doc/root/tutorials/graphics/analyze.C
-share/doc/root/tutorials/graphics/anim.C
-share/doc/root/tutorials/graphics/archi.C
-share/doc/root/tutorials/graphics/arrow.C
-share/doc/root/tutorials/graphics/basic3d.C
-share/doc/root/tutorials/graphics/canvas.C
-share/doc/root/tutorials/graphics/compile.C
-share/doc/root/tutorials/graphics/earth.C
-share/doc/root/tutorials/graphics/earth.dat
-share/doc/root/tutorials/graphics/ellipse.C
-share/doc/root/tutorials/graphics/eval.C
-share/doc/root/tutorials/graphics/event.C
-share/doc/root/tutorials/graphics/feynman.C
-share/doc/root/tutorials/graphics/first.C
-share/doc/root/tutorials/graphics/formula1.C
-share/doc/root/tutorials/graphics/framework.C
-share/doc/root/tutorials/graphics/gaxis.C
-share/doc/root/tutorials/graphics/graphShade.C
-share/doc/root/tutorials/graphics/graph_edit_playback.C
-share/doc/root/tutorials/graphics/gtime.C
-share/doc/root/tutorials/graphics/latex.C
-share/doc/root/tutorials/graphics/latex2.C
-share/doc/root/tutorials/graphics/latex3.C
-share/doc/root/tutorials/graphics/latex4.C
-share/doc/root/tutorials/graphics/latex5.C
-share/doc/root/tutorials/graphics/mandelbrot.C
-share/doc/root/tutorials/graphics/manyaxis.C
-share/doc/root/tutorials/graphics/markerwarning.C
-share/doc/root/tutorials/graphics/piechart.C
-share/doc/root/tutorials/graphics/pstable.C
-share/doc/root/tutorials/graphics/psview.C
-share/doc/root/tutorials/graphics/quarks.C
-share/doc/root/tutorials/graphics/tornado.C
-share/doc/root/tutorials/graphics/triangles.C
-share/doc/root/tutorials/graphs/approx.C
-share/doc/root/tutorials/graphs/bent.C
-share/doc/root/tutorials/graphs/exclusiongraph.C
-share/doc/root/tutorials/graphs/exclusiongraph2.C
-share/doc/root/tutorials/graphs/gerrors.C
-share/doc/root/tutorials/graphs/gerrors2.C
-share/doc/root/tutorials/graphs/graph.C
-share/doc/root/tutorials/graphs/graph2derrorsfit.C
-share/doc/root/tutorials/graphs/graphApply.C
-share/doc/root/tutorials/graphs/graphpolar.C
-share/doc/root/tutorials/graphs/graphstruct.C
-share/doc/root/tutorials/graphs/gtime.C
-share/doc/root/tutorials/graphs/gtime2.C
-share/doc/root/tutorials/graphs/labels1.C
-share/doc/root/tutorials/graphs/labels2.C
-share/doc/root/tutorials/graphs/motorcycle.C
-share/doc/root/tutorials/graphs/motorcycle.dat
-share/doc/root/tutorials/graphs/multigraph.C
-share/doc/root/tutorials/graphs/multipalette.C
-share/doc/root/tutorials/graphs/seism.C
-share/doc/root/tutorials/graphs/splines.C
-share/doc/root/tutorials/graphs/surfaces.C
-share/doc/root/tutorials/graphs/timeonaxis.C
-share/doc/root/tutorials/graphs/timeonaxis2.C
-share/doc/root/tutorials/graphs/waves.C
-share/doc/root/tutorials/graphs/zdemo.C
-share/doc/root/tutorials/graphs/zones.C
-share/doc/root/tutorials/gui/CPUMeter.C
-share/doc/root/tutorials/gui/QtFileDialog.C
-share/doc/root/tutorials/gui/QtMultiFileDialog.C
-share/doc/root/tutorials/gui/QtPrintDialog.C
-share/doc/root/tutorials/gui/Slider3Demo.C
-share/doc/root/tutorials/gui/WorldMap.C
-share/doc/root/tutorials/gui/buttonChangelabel.C
-share/doc/root/tutorials/gui/buttonTest.C
-share/doc/root/tutorials/gui/buttongroupState.C
-share/doc/root/tutorials/gui/buttonsLayout.C
-share/doc/root/tutorials/gui/calendar.C
-share/doc/root/tutorials/gui/customContextMenu.C
-share/doc/root/tutorials/gui/customTH1Fmenu.C
-share/doc/root/tutorials/gui/exec3.C
-share/doc/root/tutorials/gui/games.C
-share/doc/root/tutorials/gui/gtreeTableTest.C
-share/doc/root/tutorials/gui/guiWithCINT.C
-share/doc/root/tutorials/gui/guilabels.C
-share/doc/root/tutorials/gui/guitest.C
-share/doc/root/tutorials/gui/guitest_playback.C
-share/doc/root/tutorials/gui/iconAsXPMData.C
-share/doc/root/tutorials/gui/listBox.C
-share/doc/root/tutorials/gui/mditest.C
-share/doc/root/tutorials/gui/mditestbg.xpm
-share/doc/root/tutorials/gui/ntupleTableTest.C
-share/doc/root/tutorials/gui/numberEntry.C
-share/doc/root/tutorials/gui/simpleTableTest.C
-share/doc/root/tutorials/gui/splitbuttonTest.C
-share/doc/root/tutorials/gui/splitterHorizontal.C
-share/doc/root/tutorials/gui/splitterVertical.C
-share/doc/root/tutorials/gui/staffTableTest.C
-share/doc/root/tutorials/gui/statusBar.C
-share/doc/root/tutorials/gui/textEntries.C
-share/doc/root/tutorials/gui/worldmap.jpg
-share/doc/root/tutorials/hist/ContourList.C
-share/doc/root/tutorials/hist/DynamicSlice.C
-share/doc/root/tutorials/hist/FirstContour.C
-share/doc/root/tutorials/hist/draw2dopt.C
-share/doc/root/tutorials/hist/exec1.C
-share/doc/root/tutorials/hist/exec2.C
-share/doc/root/tutorials/hist/fillrandom.C
-share/doc/root/tutorials/hist/greyscale.C
-share/doc/root/tutorials/hist/h1draw.C
-share/doc/root/tutorials/hist/hbars.C
-share/doc/root/tutorials/hist/hksimple.C
-share/doc/root/tutorials/hist/hlabels1.C
-share/doc/root/tutorials/hist/hlabels2.C
-share/doc/root/tutorials/hist/hstack.C
-share/doc/root/tutorials/hist/hsum.C
-share/doc/root/tutorials/hist/hsumTimer.C
-share/doc/root/tutorials/hist/logscales.C
-share/doc/root/tutorials/hist/multicolor.C
-share/doc/root/tutorials/hist/rebin.C
-share/doc/root/tutorials/hist/sparsehist.C
-share/doc/root/tutorials/hist/transpad.C
-share/doc/root/tutorials/hist/twoscales.C
-share/doc/root/tutorials/hsimple.C
-share/doc/root/tutorials/html/MakeTutorials.C
-share/doc/root/tutorials/htmlex.C
-share/doc/root/tutorials/image/fore.xpm
-share/doc/root/tutorials/image/galaxy_image.C
-share/doc/root/tutorials/image/hist2image.C
-share/doc/root/tutorials/image/hsumanim.C
-share/doc/root/tutorials/image/img2pad.C
-share/doc/root/tutorials/image/imgconv.C
-share/doc/root/tutorials/image/mditestbg.xpm
-share/doc/root/tutorials/image/pad2png.C
-share/doc/root/tutorials/image/rose512.jpg
-share/doc/root/tutorials/image/rose_image.C
-share/doc/root/tutorials/image/trans_graph.C
-share/doc/root/tutorials/io/copyFiles.C
-share/doc/root/tutorials/io/dirs.C
-share/doc/root/tutorials/io/double32.C
-share/doc/root/tutorials/io/fildir.C
-share/doc/root/tutorials/io/file.C
-share/doc/root/tutorials/io/hadd.C
-share/doc/root/tutorials/io/importCode.C
-share/doc/root/tutorials/io/loopdir.C
-share/doc/root/tutorials/io/readCode.C
-share/doc/root/tutorials/io/testMergeCont.C
-share/doc/root/tutorials/math/Bessel.C
-share/doc/root/tutorials/math/FeldmanCousins.C
-share/doc/root/tutorials/math/GammaFun.C
-share/doc/root/tutorials/math/Legendre.C
-share/doc/root/tutorials/math/LegendreAssoc.C
-share/doc/root/tutorials/math/Rolke.C
-share/doc/root/tutorials/math/binomial.C
-share/doc/root/tutorials/math/chi2test.C
-share/doc/root/tutorials/math/exampleFunctor.C
-share/doc/root/tutorials/math/limit.C
-share/doc/root/tutorials/math/mathBeta.C
-share/doc/root/tutorials/math/mathGammaNormal.C
-share/doc/root/tutorials/math/mathLaplace.C
-share/doc/root/tutorials/math/mathStudent.C
-share/doc/root/tutorials/math/mathcoreCDF.C
-share/doc/root/tutorials/math/mathcoreGenVector.C
-share/doc/root/tutorials/math/mathcoreSpecFunc.C
-share/doc/root/tutorials/math/mathcoreStatFunc.C
-share/doc/root/tutorials/math/mathcoreVectorCollection.C
-share/doc/root/tutorials/math/mathcoreVectorFloatIO.C
-share/doc/root/tutorials/math/mathcoreVectorIO.C
-share/doc/root/tutorials/math/mathmoreIntegration.C
-share/doc/root/tutorials/math/normalDist.C
-share/doc/root/tutorials/math/permute.C
-share/doc/root/tutorials/math/principal.C
-share/doc/root/tutorials/math/quantiles.C
-share/doc/root/tutorials/math/tStudent.C
-share/doc/root/tutorials/math/testUnfold1.C
-share/doc/root/tutorials/math/testUnfold2.C
-share/doc/root/tutorials/math/testrandom.C
-share/doc/root/tutorials/math/vavilov.C
-share/doc/root/tutorials/matrix/invertMatrix.C
-share/doc/root/tutorials/matrix/solveLinear.C
-share/doc/root/tutorials/mc/CompareMasses.C
-share/doc/root/tutorials/mc/mass_width_2008.mc.txt
-share/doc/root/tutorials/mlp/mlpHiggs.C
-share/doc/root/tutorials/mlp/mlpHiggs.root
-share/doc/root/tutorials/mlp/mlpRegression.C
-share/doc/root/tutorials/net/LDAPExample.C
-share/doc/root/tutorials/net/TUriTest.C
-share/doc/root/tutorials/net/TestAuth.C
-share/doc/root/tutorials/net/alien.C
-share/doc/root/tutorials/net/authclient.C
-share/doc/root/tutorials/net/authserv.C
-share/doc/root/tutorials/net/hclient.C
-share/doc/root/tutorials/net/hclientbonj.C
-share/doc/root/tutorials/net/hcons.C
-share/doc/root/tutorials/net/hprod.C
-share/doc/root/tutorials/net/hserv.C
-share/doc/root/tutorials/net/hserv2.C
-share/doc/root/tutorials/net/hserv2bonj.C
-share/doc/root/tutorials/net/pclient.C
-share/doc/root/tutorials/net/pserv.C
-share/doc/root/tutorials/net/spy.C
-share/doc/root/tutorials/net/spyserv.C
-share/doc/root/tutorials/physics/PhaseSpace.C
-share/doc/root/tutorials/proof/ProofEvent.C
-share/doc/root/tutorials/proof/ProofEvent.h
-share/doc/root/tutorials/proof/ProofEventProc.C
-share/doc/root/tutorials/proof/ProofEventProc.h
-share/doc/root/tutorials/proof/ProofNtuple.C
-share/doc/root/tutorials/proof/ProofNtuple.h
-share/doc/root/tutorials/proof/ProofPythia.C
-share/doc/root/tutorials/proof/ProofPythia.h
-share/doc/root/tutorials/proof/ProofSimple.C
-share/doc/root/tutorials/proof/ProofSimple.h
-share/doc/root/tutorials/proof/ProofTests.C
-share/doc/root/tutorials/proof/ProofTests.h
-share/doc/root/tutorials/proof/event.par
-share/doc/root/tutorials/proof/finalizeProof.C
-share/doc/root/tutorials/proof/getProof.C
-share/doc/root/tutorials/proof/pythia8.par
-share/doc/root/tutorials/proof/runProof.C
-share/doc/root/tutorials/pyroot/DynamicSlice.py
-share/doc/root/tutorials/pyroot/aptuple.txt
-share/doc/root/tutorials/pyroot/benchmarks.py
-share/doc/root/tutorials/pyroot/demo.py
-share/doc/root/tutorials/pyroot/demoshelp.py
-share/doc/root/tutorials/pyroot/fildir.py
-share/doc/root/tutorials/pyroot/file.py
-share/doc/root/tutorials/pyroot/fillrandom.py
-share/doc/root/tutorials/pyroot/first.py
-share/doc/root/tutorials/pyroot/fit1.py
-share/doc/root/tutorials/pyroot/fit1_py.py
-share/doc/root/tutorials/pyroot/formula1.py
-share/doc/root/tutorials/pyroot/framework.py
-share/doc/root/tutorials/pyroot/geometry.py
-share/doc/root/tutorials/pyroot/gerrors.py
-share/doc/root/tutorials/pyroot/graph.py
-share/doc/root/tutorials/pyroot/gui_ex.py
-share/doc/root/tutorials/pyroot/h1draw.py
-share/doc/root/tutorials/pyroot/hsimple.py
-share/doc/root/tutorials/pyroot/hsum.py
-share/doc/root/tutorials/pyroot/mrt.py
-share/doc/root/tutorials/pyroot/multifit.py
-share/doc/root/tutorials/pyroot/na49geomfile.py
-share/doc/root/tutorials/pyroot/na49view.py
-share/doc/root/tutorials/pyroot/na49visible.py
-share/doc/root/tutorials/pyroot/ntuple1.py
-share/doc/root/tutorials/pyroot/numberEntry.py
-share/doc/root/tutorials/pyroot/qtexample.py
-share/doc/root/tutorials/pyroot/rootmarks.py
-share/doc/root/tutorials/pyroot/shapes.py
-share/doc/root/tutorials/pyroot/staff.py
-share/doc/root/tutorials/pyroot/surfaces.py
-share/doc/root/tutorials/pyroot/test.py
-share/doc/root/tutorials/pyroot/tornado.py
-share/doc/root/tutorials/pyroot/tree.py
-share/doc/root/tutorials/pyroot/zdemo.py
-share/doc/root/tutorials/pythia/pythia8.C
-share/doc/root/tutorials/pythia/pythiaExample.C
-share/doc/root/tutorials/quadp/Quad.cxx
-share/doc/root/tutorials/quadp/Quad.h
-share/doc/root/tutorials/quadp/portfolio.C
-share/doc/root/tutorials/quadp/stock.root
-share/doc/root/tutorials/regexp.C
-share/doc/root/tutorials/regexp_pme.C
-share/doc/root/tutorials/roofit/rf101_basics.C
-share/doc/root/tutorials/roofit/rf102_dataimport.C
-share/doc/root/tutorials/roofit/rf103_interprfuncs.C
-share/doc/root/tutorials/roofit/rf104_classfactory.C
-share/doc/root/tutorials/roofit/rf105_funcbinding.C
-share/doc/root/tutorials/roofit/rf106_plotdecoration.C
-share/doc/root/tutorials/roofit/rf107_plotstyles.C
-share/doc/root/tutorials/roofit/rf108_plotbinning.C
-share/doc/root/tutorials/roofit/rf109_chi2residpull.C
-share/doc/root/tutorials/roofit/rf110_normintegration.C
-share/doc/root/tutorials/roofit/rf111_derivatives.C
-share/doc/root/tutorials/roofit/rf201_composite.C
-share/doc/root/tutorials/roofit/rf202_extendedmlfit.C
-share/doc/root/tutorials/roofit/rf203_ranges.C
-share/doc/root/tutorials/roofit/rf204_extrangefit.C
-share/doc/root/tutorials/roofit/rf205_compplot.C
-share/doc/root/tutorials/roofit/rf206_treevistools.C
-share/doc/root/tutorials/roofit/rf207_comptools.C
-share/doc/root/tutorials/roofit/rf208_convolution.C
-share/doc/root/tutorials/roofit/rf209_anaconv.C
-share/doc/root/tutorials/roofit/rf210_angularconv.C
-share/doc/root/tutorials/roofit/rf211_paramconv.C
-share/doc/root/tutorials/roofit/rf301_composition.C
-share/doc/root/tutorials/roofit/rf302_utilfuncs.C
-share/doc/root/tutorials/roofit/rf303_conditional.C
-share/doc/root/tutorials/roofit/rf304_uncorrprod.C
-share/doc/root/tutorials/roofit/rf305_condcorrprod.C
-share/doc/root/tutorials/roofit/rf306_condpereventerrors.C
-share/doc/root/tutorials/roofit/rf307_fullpereventerrors.C
-share/doc/root/tutorials/roofit/rf308_normintegration2d.C
-share/doc/root/tutorials/roofit/rf309_ndimplot.C
-share/doc/root/tutorials/roofit/rf310_sliceplot.C
-share/doc/root/tutorials/roofit/rf311_rangeplot.C
-share/doc/root/tutorials/roofit/rf312_multirangefit.C
-share/doc/root/tutorials/roofit/rf313_paramranges.C
-share/doc/root/tutorials/roofit/rf314_paramfitrange.C
-share/doc/root/tutorials/roofit/rf315_projectpdf.C
-share/doc/root/tutorials/roofit/rf316_llratioplot.C
-share/doc/root/tutorials/roofit/rf401_importttreethx.C
-share/doc/root/tutorials/roofit/rf402_datahandling.C
-share/doc/root/tutorials/roofit/rf403_weightedevts.C
-share/doc/root/tutorials/roofit/rf404_categories.C
-share/doc/root/tutorials/roofit/rf405_realtocatfuncs.C
-share/doc/root/tutorials/roofit/rf406_cattocatfuncs.C
-share/doc/root/tutorials/roofit/rf407_latextables.C
-share/doc/root/tutorials/roofit/rf501_simultaneouspdf.C
-share/doc/root/tutorials/roofit/rf502_wspacewrite.C
-share/doc/root/tutorials/roofit/rf503_wspaceread.C
-share/doc/root/tutorials/roofit/rf504_simwstool.C
-share/doc/root/tutorials/roofit/rf505_asciicfg.C
-share/doc/root/tutorials/roofit/rf505_asciicfg.txt
-share/doc/root/tutorials/roofit/rf506_msgservice.C
-share/doc/root/tutorials/roofit/rf507_debugtools.C
-share/doc/root/tutorials/roofit/rf508_listsetmanip.C
-share/doc/root/tutorials/roofit/rf509_wsinteractive.C
-share/doc/root/tutorials/roofit/rf510_wsnamedsets.C
-share/doc/root/tutorials/roofit/rf511_wsfactory_basic.C
-share/doc/root/tutorials/roofit/rf512_wsfactory_oper.C
-share/doc/root/tutorials/roofit/rf513_wsfactory_tools.C
-share/doc/root/tutorials/roofit/rf601_intminuit.C
-share/doc/root/tutorials/roofit/rf602_chi2fit.C
-share/doc/root/tutorials/roofit/rf603_multicpu.C
-share/doc/root/tutorials/roofit/rf604_constraints.C
-share/doc/root/tutorials/roofit/rf605_profilell.C
-share/doc/root/tutorials/roofit/rf606_nllerrorhandling.C
-share/doc/root/tutorials/roofit/rf607_fitresult.C
-share/doc/root/tutorials/roofit/rf608_fitresultaspdf.C
-share/doc/root/tutorials/roofit/rf609_xychi2fit.C
-share/doc/root/tutorials/roofit/rf610_visualerror.C
-share/doc/root/tutorials/roofit/rf701_efficiencyfit.C
-share/doc/root/tutorials/roofit/rf702_efficiencyfit_2D.C
-share/doc/root/tutorials/roofit/rf703_effpdfprod.C
-share/doc/root/tutorials/roofit/rf704_amplitudefit.C
-share/doc/root/tutorials/roofit/rf705_linearmorph.C
-share/doc/root/tutorials/roofit/rf706_histpdf.C
-share/doc/root/tutorials/roofit/rf707_kernelestimation.C
-share/doc/root/tutorials/roofit/rf708_bphysics.C
-share/doc/root/tutorials/roofit/rf801_mcstudy.C
-share/doc/root/tutorials/roofit/rf802_mcstudy_addons.C
-share/doc/root/tutorials/roofit/rf803_mcstudy_addons2.C
-share/doc/root/tutorials/roofit/rf804_mcstudy_constr.C
-share/doc/root/tutorials/roofit/rf901_numintconfig.C
-share/doc/root/tutorials/roofit/rf902_numgenconfig.C
-share/doc/root/tutorials/roofit/rf903_numintcache.C
-share/doc/root/tutorials/roostats/NuMuToNuE_Oscillation.cxx
-share/doc/root/tutorials/roostats/NuMuToNuE_Oscillation.h
-share/doc/root/tutorials/roostats/rs101_limitexample.C
-share/doc/root/tutorials/roostats/rs102_hypotestwithshapes.C
-share/doc/root/tutorials/roostats/rs201_hybridcalculator.C
-share/doc/root/tutorials/roostats/rs301_splot.C
-share/doc/root/tutorials/roostats/rs401c_FeldmanCousins.C
-share/doc/root/tutorials/roostats/rs401d_FeldmanCousins.C
-share/doc/root/tutorials/roostats/rs500a_PrepareWorkspace_Poisson.C
-share/doc/root/tutorials/roostats/rs500b_PrepareWorkspace_Poisson_withSystematics.C
-share/doc/root/tutorials/roostats/rs500c_PrepareWorkspace_GaussOverFlat.C
-share/doc/root/tutorials/roostats/rs500d_PrepareWorkspace_GaussOverFlat_withSystematics.C
-share/doc/root/tutorials/roostats/rs501_ProfileLikelihoodCalculator_limit.C
-share/doc/root/tutorials/roostats/rs502_ProfileLikelihoodCalculator_significance.C
-share/doc/root/tutorials/roostats/rs504_ProfileLikelihoodCalculator_averageSignificance.C
-share/doc/root/tutorials/roostats/rs505_HybridCalculator_significance.C
-share/doc/root/tutorials/roostats/rs506_HybridCalculator_averageSignificance.C
-share/doc/root/tutorials/roostats/rs601_HLFactoryexample.C
-share/doc/root/tutorials/roostats/rs602_HLFactoryCombinationexample.C
-share/doc/root/tutorials/roostats/rs603_HLFactoryElaborateExample.C
-share/doc/root/tutorials/roostats/rs701_BayesianCalculator.C
-share/doc/root/tutorials/roostats/rs801_HypoTestInverter.C
-share/doc/root/tutorials/roostats/rs_bernsteinCorrection.C
-share/doc/root/tutorials/roostats/rs_numberCountingCombination.C
-share/doc/root/tutorials/roostats/rs_numbercountingutils.C
-share/doc/root/tutorials/rootalias.C
-share/doc/root/tutorials/rootenv.C
-share/doc/root/tutorials/rootlogoff.C
-share/doc/root/tutorials/rootlogon.C
-share/doc/root/tutorials/rootmarks.C
-share/doc/root/tutorials/ruby/canvas.rb
-share/doc/root/tutorials/ruby/demo.rb
-share/doc/root/tutorials/ruby/demoshelp.rb
-share/doc/root/tutorials/ruby/fillrandom.rb
-share/doc/root/tutorials/ruby/framework.rb
-share/doc/root/tutorials/ruby/hksimple.rb
-share/doc/root/tutorials/ruby/hsimple.rb
-share/doc/root/tutorials/ruby/hstack.rb
-share/doc/root/tutorials/ruby/hsum.rb
-share/doc/root/tutorials/ruby/latex.rb
-share/doc/root/tutorials/ruby/multigraph.rb
-share/doc/root/tutorials/ruby/ntuple1.rb
-share/doc/root/tutorials/ruby/surfaces.rb
-share/doc/root/tutorials/ruby/tornado.rb
-share/doc/root/tutorials/spectrum/peaks.C
-share/doc/root/tutorials/spectrum/peaks2.C
-share/doc/root/tutorials/spectrum/spectrumpainter.C
-share/doc/root/tutorials/splot/TestSPlot.C
-share/doc/root/tutorials/splot/TestSPlot_toyMC.dat
-share/doc/root/tutorials/sql/runcatalog.sql
-share/doc/root/tutorials/sql/sqlcanvas.C
-share/doc/root/tutorials/sql/sqlcreatedb.C
-share/doc/root/tutorials/sql/sqlfilldb.C
-share/doc/root/tutorials/sql/sqlselect.C
-share/doc/root/tutorials/sql/sqltables.C
-share/doc/root/tutorials/tasks.C
-share/doc/root/tutorials/thread/threads.C
-share/doc/root/tutorials/thread/threadsh1.C
-share/doc/root/tutorials/thread/threadsh2.C
-share/doc/root/tutorials/tree/JetEvent.cxx
-share/doc/root/tutorials/tree/JetEvent.h
-share/doc/root/tutorials/tree/basic.C
-share/doc/root/tutorials/tree/basic.dat
-share/doc/root/tutorials/tree/basic2.C
-share/doc/root/tutorials/tree/bill.C
-share/doc/root/tutorials/tree/cernbuild.C
-share/doc/root/tutorials/tree/cernstaff.C
-share/doc/root/tutorials/tree/cernstaff.dat
-share/doc/root/tutorials/tree/circular.C
-share/doc/root/tutorials/tree/clonesA_Event.C
-share/doc/root/tutorials/tree/clonesA_Event.cxx
-share/doc/root/tutorials/tree/clonesA_Event.h
-share/doc/root/tutorials/tree/copytree.C
-share/doc/root/tutorials/tree/copytree2.C
-share/doc/root/tutorials/tree/copytree3.C
-share/doc/root/tutorials/tree/drawsparse.C
-share/doc/root/tutorials/tree/h1analysis.C
-share/doc/root/tutorials/tree/h1analysis.h
-share/doc/root/tutorials/tree/h1analysisProxy.C
-share/doc/root/tutorials/tree/h1analysisProxy.h
-share/doc/root/tutorials/tree/h1analysisProxyCut.C
-share/doc/root/tutorials/tree/h1chain.C
-share/doc/root/tutorials/tree/hsimpleProxy.C
-share/doc/root/tutorials/tree/htest.C
-share/doc/root/tutorials/tree/hvector.C
-share/doc/root/tutorials/tree/jets.C
-share/doc/root/tutorials/tree/ntuple1.C
-share/doc/root/tutorials/tree/parallelcoord.C
-share/doc/root/tutorials/tree/spider.C
-share/doc/root/tutorials/tree/staff.C
-share/doc/root/tutorials/tree/tcl.C
-share/doc/root/tutorials/tree/tree.C
-share/doc/root/tutorials/tree/tree0.C
-share/doc/root/tutorials/tree/tree1.C
-share/doc/root/tutorials/tree/tree2.C
-share/doc/root/tutorials/tree/tree2a.C
-share/doc/root/tutorials/tree/tree3.C
-share/doc/root/tutorials/tree/tree4.C
-share/doc/root/tutorials/tree/treefriend.C
-share/doc/root/tutorials/tree/tv3.C
-share/doc/root/tutorials/tree/tvdemo.C
-share/doc/root/tutorials/unuran/unuranDemo.C
-share/doc/root/tutorials/unuran/unuranFoamTest.C
-share/doc/root/tutorials/xml/DOMParsePerson.C
-share/doc/root/tutorials/xml/DOMRecursive.C
-share/doc/root/tutorials/xml/SAXHandler.C
-share/doc/root/tutorials/xml/person.dtd
-share/doc/root/tutorials/xml/person.xml
-share/doc/root/tutorials/xml/saxexample.xml
-share/doc/root/tutorials/xml/xmlnewfile.C
-share/doc/root/tutorials/xml/xmlreadfile.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/eve_fontdefault.txf
-share/root/fonts/eve_fonthelvetica34.txf
-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/GoBack.gif
-share/root/icons/GoForward.gif
-share/root/icons/GoHome.gif
-share/root/icons/ReloadPage.gif
-share/root/icons/Splash.gif
-share/root/icons/Splash.xpm
-share/root/icons/StopLoading.gif
-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.png
-share/root/icons/bld_AlignBtm.xpm
-share/root/icons/bld_AlignBtm_d.xpm
-share/root/icons/bld_AlignCenter.png
-share/root/icons/bld_AlignLeft.png
-share/root/icons/bld_AlignLeft.xpm
-share/root/icons/bld_AlignLeft_d.xpm
-share/root/icons/bld_AlignRight.png
-share/root/icons/bld_AlignRight.xpm
-share/root/icons/bld_AlignRight_d.xpm
-share/root/icons/bld_AlignTop.png
-share/root/icons/bld_AlignTop.xpm
-share/root/icons/bld_AlignTop_d.xpm
-share/root/icons/bld_bg.png
-share/root/icons/bld_bg.xpm
-share/root/icons/bld_bgd.xpm
-share/root/icons/bld_break.png
-share/root/icons/bld_break.xpm
-share/root/icons/bld_break_d.xpm
-share/root/icons/bld_canvas.1.xpm
-share/root/icons/bld_canvas.xpm
-share/root/icons/bld_checkbutton.xpm
-share/root/icons/bld_colorselect.png
-share/root/icons/bld_colorselect.xpm
-share/root/icons/bld_combobox.xpm
-share/root/icons/bld_compact.png
-share/root/icons/bld_copy.png
-share/root/icons/bld_copy.xpm
-share/root/icons/bld_copy_d.xpm
-share/root/icons/bld_crop.png
-share/root/icons/bld_crop.xpm
-share/root/icons/bld_crop_d.xpm
-share/root/icons/bld_cut.png
-share/root/icons/bld_cut.xpm
-share/root/icons/bld_cut_d.xpm
-share/root/icons/bld_delete.png
-share/root/icons/bld_delete.xpm
-share/root/icons/bld_delete_d.xpm
-share/root/icons/bld_edit.png
-share/root/icons/bld_edit.xpm
-share/root/icons/bld_edit_s.png
-share/root/icons/bld_embedcanvas.xpm
-share/root/icons/bld_entry.xpm
-share/root/icons/bld_exit.png
-share/root/icons/bld_fontselect.gif
-share/root/icons/bld_fontselect.png
-share/root/icons/bld_grab.xpm
-share/root/icons/bld_grab_d.xpm
-share/root/icons/bld_grid.png
-share/root/icons/bld_grid.xpm
-share/root/icons/bld_grid_d.xpm
-share/root/icons/bld_groupframe.xpm
-share/root/icons/bld_hbox.png
-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_hscrollbar.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_listbox.xpm
-share/root/icons/bld_listtree.xpm
-share/root/icons/bld_mainframe.xpm
-share/root/icons/bld_new.png
-share/root/icons/bld_new.xpm
-share/root/icons/bld_newtab.png
-share/root/icons/bld_numberentry.xpm
-share/root/icons/bld_open.png
-share/root/icons/bld_open.xpm
-share/root/icons/bld_paste.png
-share/root/icons/bld_paste.xpm
-share/root/icons/bld_paste_d.xpm
-share/root/icons/bld_paste_into.png
-share/root/icons/bld_plus.png
-share/root/icons/bld_pointer.xpm
-share/root/icons/bld_radiobutton.xpm
-share/root/icons/bld_redo.png
-share/root/icons/bld_redo.xpm
-share/root/icons/bld_redo_d.xpm
-share/root/icons/bld_removetab.png
-share/root/icons/bld_rename.png
-share/root/icons/bld_replace.xpm
-share/root/icons/bld_replace_d.xpm
-share/root/icons/bld_rgb.png
-share/root/icons/bld_rgb.xpm
-share/root/icons/bld_save.png
-share/root/icons/bld_save.xpm
-share/root/icons/bld_save_d.xpm
-share/root/icons/bld_shutter.png
-share/root/icons/bld_sortup.png
-share/root/icons/bld_statusbar.xpm
-share/root/icons/bld_stop.png
-share/root/icons/bld_stop.xpm
-share/root/icons/bld_tab.xpm
-share/root/icons/bld_text.xpm
-share/root/icons/bld_textbutton.xpm
-share/root/icons/bld_undo.png
-share/root/icons/bld_undo.xpm
-share/root/icons/bld_undo_d.xpm
-share/root/icons/bld_vbox.png
-share/root/icons/bld_vbox.xpm
-share/root/icons/bld_vbox_d.xpm
-share/root/icons/bld_vpaned.xpm
-share/root/icons/bld_vprogressbar.xpm
-share/root/icons/bld_vscrollbar.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/class.png
-share/root/icons/closetab.png
-share/root/icons/closetab_d.png
-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/ed_compile.png
-share/root/icons/ed_copy.png
-share/root/icons/ed_cut.png
-share/root/icons/ed_delete.png
-share/root/icons/ed_execute.png
-share/root/icons/ed_find.png
-share/root/icons/ed_findnext.png
-share/root/icons/ed_goto.png
-share/root/icons/ed_help.png
-share/root/icons/ed_interrupt.png
-share/root/icons/ed_new.png
-share/root/icons/ed_open.png
-share/root/icons/ed_paste.png
-share/root/icons/ed_print.png
-share/root/icons/ed_quit.png
-share/root/icons/ed_save.png
-share/root/icons/ed_saveas.png
-share/root/icons/ellipse.xpm
-share/root/icons/eve_axes.xpm
-share/root/icons/eve_pointset.xpm
-share/root/icons/eve_rnr00_t.xpm
-share/root/icons/eve_rnr01_t.xpm
-share/root/icons/eve_rnr10_t.xpm
-share/root/icons/eve_rnr11_t.xpm
-share/root/icons/eve_scene.xpm
-share/root/icons/eve_text.gif
-share/root/icons/eve_track.xpm
-share/root/icons/eve_viewer.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/geoassembly_s.xpm
-share/root/icons/geoassembly_t.xpm
-share/root/icons/geobbox_s.xpm
-share/root/icons/geobbox_t.xpm
-share/root/icons/geocombi_s.xpm
-share/root/icons/geocombi_t.xpm
-share/root/icons/geocomposite_s.xpm
-share/root/icons/geocomposite_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/geomaterial_s.xpm
-share/root/icons/geomaterial_t.xpm
-share/root/icons/geomedium_s.xpm
-share/root/icons/geomedium_t.xpm
-share/root/icons/geomixture_s.xpm
-share/root/icons/geomixture_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/georotation_s.xpm
-share/root/icons/georotation_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/geotranslation_s.xpm
-share/root/icons/geotranslation_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/geovolume_s.xpm
-share/root/icons/geovolume_t.xpm
-share/root/icons/geoxtru_s.xpm
-share/root/icons/geoxtru_t.xpm
-share/root/icons/glow_green.png
-share/root/icons/glow_orange.png
-share/root/icons/glow_red.png
-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/htmlfile.gif
-share/root/icons/info.gif
-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/member.png
-share/root/icons/method.png
-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/netdisk_s.xpm
-share/root/icons/netdisk_t.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/pause.png
-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_dis_off.xpm
-share/root/icons/rbutton_dis_on.xpm
-share/root/icons/rbutton_off.xpm
-share/root/icons/rbutton_on.xpm
-share/root/icons/record.png
-share/root/icons/record_t.xpm
-share/root/icons/recursor.png
-share/root/icons/refresh.xpm
-share/root/icons/refresh1.xpm
-share/root/icons/refresh2.xpm
-share/root/icons/replay.png
-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/rootdblnk_s.xpm
-share/root/icons/rootdblnk_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/sliderh.xpm
-share/root/icons/sliderv.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/speedo.gif
-share/root/icons/splitterh.xpm
-share/root/icons/splitterv.xpm
-share/root/icons/stop.png
-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/fileopen.C
-share/root/macros/html.C
-@pkgdir share/doc/root/test/files
diff --git a/misc/root/distinfo b/misc/root/distinfo
deleted file mode 100644
index f3c9591cbc1..00000000000
--- a/misc/root/distinfo
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:59:27 nia Exp $
-
-BLAKE2s (root_v5.26.00b.source.tar.gz) = e676ba6b02dcc96d51b76064b9c7d732e8925b4eef261bd9ae96b7de6e49ed17
-SHA512 (root_v5.26.00b.source.tar.gz) = a1ee596cc1726eb98ee6711cc0ab3282a80db65d4a8f8fd3396f1fdf7c89ac6f9e187b586f2fc80da34eb739209370e4ad53433116bbac5fc3d2348768e47466
-Size (root_v5.26.00b.source.tar.gz) = 29302078 bytes
-SHA1 (patch-aa) = 5be58e4472cee7f9d2768fa4f7a7fcde0ad92eaa
-SHA1 (patch-ab) = 92294d3f78d981ffba8f4fcd786d5e6f3cffd851
-SHA1 (patch-ac) = 25964f21e1d2a5a4df4ebc92e8cc350d1e947e2f
-SHA1 (patch-ad) = d4c9f431e15789e9da8eff5cd5d081a894cbde72
-SHA1 (patch-ae) = 863e99cc06deade4e466974e969c12aeadc114be
-SHA1 (patch-af) = 612159fc61e6f2faa44896da9703e805122ba19b
-SHA1 (patch-ag) = 27444cf42cd9536dbaaa8c543ede91a8c8564428
-SHA1 (patch-ah) = 6f8e4757e51f2db0f9e5bcca167c1d32e9c20de0
-SHA1 (patch-ai) = 8b8cc76a1cd1115bd567895b4214d48cef5ab2dd
-SHA1 (patch-aj) = 1a162338c75483a21904a07bea1b74e8992132a2
-SHA1 (patch-ak) = e88d68f70b8022c70d9c8789200fa2a8e3af883f
-SHA1 (patch-al) = 9f6ba7bceb504f4f3dd47609f73b1467c622be0d
-SHA1 (patch-am) = 05756cbd57e04c0f7ca1f606245749dc3ec58ddc
-SHA1 (patch-an) = 28a17f5772de4408a1d6d6e4389266ae61e6612c
-SHA1 (patch-ba) = 1e434d27ecbfc21edc17780b5e9ac5ecd73e7794
-SHA1 (patch-bb) = e2bfafb02ff14d6dc6206b0e7fb45788d88292a8
-SHA1 (patch-bc) = 7f9c01f74f33bfc6552a5470bfea2f2589603918
-SHA1 (patch-bd) = 1a31f5b30d606e91efa74db5136176f2ef8ef6be
-SHA1 (patch-be) = c1955c4193206fba0fd1f91a115808a830f7ef50
-SHA1 (patch-bf) = d20fed4aa19b0655ac415fdb979fddd5ea495be9
-SHA1 (patch-bg) = 6e40fdba8f5cd7ba2dab7237696c7779d9820ee2
-SHA1 (patch-bh) = 70591be468ba459aa1ab7f5159a3399566a784ea
-SHA1 (patch-bi) = 338133d5a00d67f6d2fab4ee55ca8b3f9c78ddf5
-SHA1 (patch-bj) = 07b5423a35c3998639cd5ac09596e5e40ce700f0
-SHA1 (patch-ca) = 016b52171f894a800f667c7e588a51a8031907bb
-SHA1 (patch-graf2d_asimage_src_libAfterImage_export.c) = a206c421c5d05c4a38dba0fc686e75459a713e70
-SHA1 (patch-graf2d_asimage_src_libAfterImage_import.c) = b5e33f2b3ce858bfdc64eaed59ea7606173a2169
diff --git a/misc/root/files/Makefile.netbsd b/misc/root/files/Makefile.netbsd
deleted file mode 100644
index 9c04cfbc725..00000000000
--- a/misc/root/files/Makefile.netbsd
+++ /dev/null
@@ -1,49 +0,0 @@
-# -*- mode: makefile -*-
-#
-# Makefile of ROOT for NetBSD (derived from freebsd5)
-
-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 = -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 = -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) $(EXTRA_LDFLAGS) -Wl,-R$(DESTDIR)$(LIBDIR)
-SOFLAGS = -shared -Wl,-x -Wl,-soname,
-SOEXT = so
-
-# 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
-
-# Override default in Makefile.config
-INSTALL := cp -pR
-INSTALLDATA := cp -pR
diff --git a/misc/root/patches/patch-aa b/misc/root/patches/patch-aa
deleted file mode 100644
index b6c869b2554..00000000000
--- a/misc/root/patches/patch-aa
+++ /dev/null
@@ -1,81 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- core/unix/src/TUnixSystem.cxx.orig 2010-02-11 13:20:16.000000000 +0000
-+++ core/unix/src/TUnixSystem.cxx
-@@ -60,7 +60,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)
-@@ -86,8 +86,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>
-@@ -182,7 +186,7 @@
- #elif defined(R__GLIBC) || defined(R__FBSD) || \
- (defined(R__SUNGCC3) && defined(__arch64__)) || \
- defined(R__OBSD) || defined(MAC_OS_X_VERSION_10_4) || \
-- (defined(R__AIX) && defined(_AIX43))
-+ (defined(R__AIX) && defined(_AIX43)) || defined(__NetBSD__)
- # define USE_SOCKLEN_T
- #endif
-
-@@ -543,6 +547,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")) {
-@@ -583,6 +588,7 @@ void TUnixSystem::SetDisplay()
- free(gUtmpContents);
- }
- }
-+#endif
- }
-
- //______________________________________________________________________________
-@@ -3822,7 +3828,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;
-@@ -3830,6 +3840,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
-@@ -3856,6 +3869,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
deleted file mode 100644
index cad0114334f..00000000000
--- a/misc/root/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- net/auth/src/TAuthenticate.cxx.orig 2006-05-26 17:05:03.000000000 +0200
-+++ net/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
- #ifdef WIN32
diff --git a/misc/root/patches/patch-ac b/misc/root/patches/patch-ac
deleted file mode 100644
index c2554fea987..00000000000
--- a/misc/root/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- core/base/inc/RConfig.h.orig 2006-05-26 17:38:48.000000000 +0200
-+++ core/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
deleted file mode 100644
index f51da3ba2fb..00000000000
--- a/misc/root/patches/patch-ad
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- io/io/src/TMapFile.cxx.orig 2006-05-26 17:50:02.000000000 +0200
-+++ io/io/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
deleted file mode 100644
index e7185febb54..00000000000
--- a/misc/root/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- montecarlo/eg/inc/cfortran.h.orig 2010-02-11 13:20:42.000000000 +0000
-+++ montecarlo/eg/inc/cfortran.h
-@@ -150,7 +150,7 @@ only C calling FORTRAN subroutines will
- #if !(defined(NAGf90Fortran)||defined(f2cFortran)||defined(hpuxFortran)||defined(apolloFortran)||defined(sunFortran)||defined(IBMR2Fortran)||defined(CRAYFortran))
- #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)
-+#if defined(lynx) || defined(VAXUltrix) || 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
deleted file mode 100644
index af424670022..00000000000
--- a/misc/root/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- net/rpdutils/src/rpdutils.cxx.orig 2006-05-26 19:20:46.000000000 +0200
-+++ net/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
deleted file mode 100644
index acf83812975..00000000000
--- a/misc/root/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- rootx/src/rootx.cxx.orig 2010-02-11 13:20:47.000000000 +0000
-+++ rootx/src/rootx.cxx
-@@ -48,7 +48,7 @@
-
- #if (defined(__alpha) && !defined(__linux)) || defined(_AIX) || \
- defined(__FreeBSD__) || defined(__Lynx__) || defined(__OpenBSD__) || \
-- (defined(__APPLE__) && !defined(MAC_OS_X_VERSION_10_5))
-+ (defined(__APPLE__) && !defined(MAC_OS_X_VERSION_10_5)) || defined(__NetBSD__)
- #define UTMP_NO_ADDR
- #endif
-
diff --git a/misc/root/patches/patch-ah b/misc/root/patches/patch-ah
deleted file mode 100644
index f27e217cc68..00000000000
--- a/misc/root/patches/patch-ah
+++ /dev/null
@@ -1,47 +0,0 @@
-$NetBSD: patch-ah,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- net/rootd/src/rootd.cxx.orig 2006-05-26 19:22:55.000000000 +0200
-+++ net/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
deleted file mode 100644
index eb35fad2e92..00000000000
--- a/misc/root/patches/patch-ai
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ai,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- net/rpdutils/src/daemon.cxx.orig 2006-05-26 19:23:53.000000000 +0200
-+++ net/rpdutils/src/daemon.cxx
-@@ -212,7 +212,7 @@ out:
- #elif defined(__sun)
- sigignore(SIGCHLD);
- #else
-- signal(SIGCLD, SIG_IGN);
-+ signal(SIGCHLD, SIG_IGN);
- #endif
- #endif
- }
diff --git a/misc/root/patches/patch-aj b/misc/root/patches/patch-aj
deleted file mode 100644
index 70669569b95..00000000000
--- a/misc/root/patches/patch-aj
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aj,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- config/ARCHS.orig 2010-02-11 13:20:59.000000000 +0000
-+++ config/ARCHS
-@@ -27,6 +27,7 @@ macosx for MacOS X >= 10.4
- macosxicc for MacOS X >= 10.4 with Intel icc (Intel only)
- macosx64 for MacOS X >= 10.5 with gcc 4.0 64 bit mode
- macosxxlc for MacOS X >= 10.4 with IBM xl compilers (PPC only)
-+netbsd for NetBSD
- openbsd for OpenBSD >= 3.7 with gcc
- sgicc for SGI IRIX 6.x with CC
- sgicc64 for SGI IRIX 6.x with CC 64 bits
diff --git a/misc/root/patches/patch-ak b/misc/root/patches/patch-ak
deleted file mode 100644
index 3581ae3a4fc..00000000000
--- a/misc/root/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.3 2010/02/26 10:56:38 drochner Exp $
-
---- core/clib/src/Getline.c.orig 2006-05-26 22:33:35.000000000 +0200
-+++ core/clib/src/Getline.c
-@@ -331,7 +331,7 @@ static void search_forw(int s);
- #endif /* WIN32 */
-
- #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
deleted file mode 100644
index be6203c0f40..00000000000
--- a/misc/root/patches/patch-al
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-al,v 1.2 2006/05/27 12:38:27 drochner Exp $
-
---- 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
deleted file mode 100644
index d6d69697e19..00000000000
--- a/misc/root/patches/patch-am
+++ /dev/null
@@ -1,85 +0,0 @@
-$NetBSD: patch-am,v 1.5 2011/12/15 18:51:43 dholland Exp $
-
---- configure.orig 2010-02-11 13:21:10.000000000 +0000
-+++ configure
-@@ -1680,7 +1680,7 @@ if test ! "x$platform" = "xwin32"; then
- check_library "libX11" "yes" "$x11libdir" \
- /usr/lib /usr/X11R6/lib /usr/lib/X11 /usr/openwin/lib \
- /usr/local/lib /usr/local/lib/X11 /usr/local/X11R6/lib \
-- /usr/X11/lib /usr/lib/X11R5
-+ /usr/X11/lib /usr/lib/X11R5 ${X11BASE}/lib
- x11libdir=$found_dir
-
- if test "x$found_lib" = "x" ; then
-@@ -1691,7 +1691,7 @@ if test ! "x$platform" = "xwin32"; then
- check_header "X11/Xlib.h" "" \
- /usr/include /usr/X11R6/include /usr/include/X11 /usr/openwin/include \
- /usr/local/include /usr/local/include/X11 /usr/local/X11R6/include \
-- /usr/X11/include /usr/include/X11R5
-+ /usr/X11/include /usr/include/X11R5 ${X11BASE}/include
-
- if test "x$found_dir" = "x" ; then
- result "`basename $0`: X11 headers (package x11-devel) MUST be installed"
-@@ -1701,7 +1701,7 @@ if test ! "x$platform" = "xwin32"; then
- check_header "X11/Xft/Xft.h" "" \
- /usr/include /usr/X11R6/include /usr/include/X11 /usr/openwin/include \
- /usr/local/include /usr/local/include/X11 /usr/local/X11R6/include \
-- /usr/X11/include /usr/include/X11R5
-+ /usr/X11/include /usr/include/X11R5 ${X11BASE}/include
-
- if test "x$found_dir" = "x" ; then
- result "`basename $0`: Xft headers (libxft-devel) MUST be installed"
-@@ -1711,7 +1711,7 @@ if test ! "x$platform" = "xwin32"; then
- check_header "X11/extensions/shape.h" "" \
- /usr/include /usr/X11R6/include /usr/include/X11 /usr/openwin/include \
- /usr/local/include /usr/local/include/X11 /usr/local/X11R6/include \
-- /usr/X11/include /usr/include/X11R5
-+ /usr/X11/include /usr/include/X11R5 ${X11BASE}/include
-
- if test "x$found_dir" = "x" ; then
- result "`basename $0`: X11/extensions/shape.h header (xorg-x11-proto-devel) MUST be installed"
-@@ -1721,7 +1721,7 @@ if test ! "x$platform" = "xwin32"; then
- check_library "libXpm" "$enable_shared" "$xpmlibdir" \
- $XPM $XPM/lib /usr/local/lib /usr/lib /usr/lib/X11 \
- /usr/local/lib/X11 /usr/X11R6/lib /usr/local/X11R6/lib \
-- /usr/X11/lib
-+ /usr/X11/lib ${X11BASE}/lib
- xpmlib=$found_lib
- xpmlibdir=$found_dir
-
-@@ -1733,7 +1733,7 @@ if test ! "x$platform" = "xwin32"; then
- check_library "libXft" "$enable_shared" "" \
- /usr/local/lib /usr/lib /usr/lib/X11 \
- /usr/local/lib/X11 /usr/X11R6/lib /usr/local/X11R6/lib \
-- /usr/X11/lib
-+ /usr/X11/lib ${X11BASE}/lib
-
- if test "x$found_lib" = "x" ; then
- result "`basename $0`: libXft (libxft-devel) MUST be installed"
-@@ -1743,7 +1743,7 @@ if test ! "x$platform" = "xwin32"; then
- check_library "libXext" "$enable_shared" "" \
- /usr/local/lib /usr/lib /usr/lib/X11 \
- /usr/local/lib/X11 /usr/X11R6/lib /usr/local/X11R6/lib \
-- /usr/X11/lib
-+ /usr/X11/lib ${X11BASE}/lib
-
- if test "x$found_lib" = "x" ; then
- result "`basename $0`: libXext (libXext-devel) MUST be installed"
-@@ -2040,7 +2040,7 @@ if test ! "x$enable_opengl" = "xno" && t
- /usr/local/X11R6/include /usr/local/include \
- /usr/include/Mesa /usr/local/include/Mesa /usr/Mesa/include \
- /usr/local/Mesa/include /usr/Mesa /usr/local/Mesa /opt/Mesa \
-- /opt/Mesa/include /opt/graphics/OpenGL/include"
-+ /opt/Mesa/include /opt/graphics/OpenGL/include ${LOCALBASE}/include"
- check_header "GL/gl.h" "$openglincdir" $openglincdirs
- openglinc=$found_hdr
- openglincdir=$found_dir
-@@ -2049,7 +2049,7 @@ if test ! "x$enable_opengl" = "xno" && t
- /usr/X11R6/lib /usr/local/lib/X11 /usr/local/X11R6/lib \
- /usr/X11/lib /usr/lib/Mesa /usr/local/lib/Mesa /usr/Mesa/lib \
- /usr/local/Mesa/lib /usr/Mesa /usr/local/Mesa /opt/Mesa \
-- /opt/Mesa/lib /opt/graphics/OpenGL/lib"
-+ /opt/Mesa/lib /opt/graphics/OpenGL/lib ${X11BASE}/lib ${LOCALBASE}/lib"
-
- keep=$opengllibdir
- check_library "libGL libMesaGL" "$enable_shared" \
diff --git a/misc/root/patches/patch-an b/misc/root/patches/patch-an
deleted file mode 100644
index aeac3f09fd6..00000000000
--- a/misc/root/patches/patch-an
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-an,v 1.2 2010/02/26 10:56:38 drochner Exp $
-
---- graf3d/gl/Module.mk.orig 2010-02-11 13:20:45.000000000 +0000
-+++ graf3d/gl/Module.mk
-@@ -38,8 +38,8 @@ GLH1 := $(MODDIRI)/gl2ps.h $(MOD
- GLH2 := $(filter-out $(GLH1), $(GLH))
-
- ifneq ($(OPENGLLIB),)
--GLLIBS := $(OPENGLLIBDIR) $(OPENGLULIB) $(OPENGLLIB) \
-- $(X11LIBDIR) -lX11 -lm
-+GLLIBS := $(OPENGLLIBDIR) $(OPENGLULIB) $(OPENGLLIB) -Wl,-R${LOCALBASE}/lib \
-+ $(X11LIBDIR) -lX11 -lm -Wl,-R${X11BASE}/lib
- endif
- ifeq ($(ARCH),win32)
- GLLIBS := opengl32.lib glu32.lib
diff --git a/misc/root/patches/patch-ba b/misc/root/patches/patch-ba
deleted file mode 100644
index e07c66e1fda..00000000000
--- a/misc/root/patches/patch-ba
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ba,v 1.1 2010/02/26 10:56:38 drochner Exp $
-
---- core/editline/src/rlcurses.h.orig 2010-02-25 15:12:02.000000000 +0000
-+++ core/editline/src/rlcurses.h
-@@ -30,6 +30,7 @@ extern "C" {
- // conflicts with the system one:
- # ifndef _TERMCAP_H
- # include <termcap.h>
-+# include <term.h>
- # endif
- int setupterm(const char* term, int fd, int* perrcode);
- }
diff --git a/misc/root/patches/patch-bb b/misc/root/patches/patch-bb
deleted file mode 100644
index 1a71235bda0..00000000000
--- a/misc/root/patches/patch-bb
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-bb,v 1.1 2010/02/26 10:56:38 drochner Exp $
-
---- core/editline/src/readline.cxx.orig 2010-02-25 15:13:11.000000000 +0000
-+++ core/editline/src/readline.cxx
-@@ -54,9 +54,6 @@
- #include <stdlib.h>
- #include <unistd.h>
- #include <limits.h>
--#ifndef __FreeBSD__
--#include <alloca.h>
--#endif // __FreeBSD__
- #include "histedit.h"
- // #include "readline/readline.h"
- #include "editline.h"
diff --git a/misc/root/patches/patch-bc b/misc/root/patches/patch-bc
deleted file mode 100644
index e7c672843fd..00000000000
--- a/misc/root/patches/patch-bc
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bc,v 1.1 2010/02/26 10:56:38 drochner Exp $
-
---- cint/cint/lib/posix/posix.h.orig 2010-02-11 13:20:33.000000000 +0000
-+++ cint/cint/lib/posix/posix.h
-@@ -283,7 +283,7 @@ extern int setpgrp(pid_t _pid,pid_t _pgr
- #endif
- #elif (defined(G__SUN) || defined(__sun)) && !defined(__x86_64)
- extern long setpgrp(void);
--#elif defined(G__FBSD)||defined(__FreeBSD__)||defined(G__OBSD)||defined(__OpenBSD__)||((defined(G__alpha)||defined(__alpha))&&(defined(G__GNUC) || defined(G__LINUX) || defined(__linux__)))||((defined(G__alpha)||defined(__alpha))&&defined(G__GNUC))
-+#elif defined(G__FBSD)||defined(__FreeBSD__)||defined(G__OBSD)||defined(__OpenBSD__)||((defined(G__alpha)||defined(__alpha))&&(defined(G__GNUC) || defined(G__LINUX) || defined(__linux__)))||((defined(G__alpha)||defined(__alpha))&&defined(G__GNUC)) || defined(__NetBSD__) || defined(G__NBSD)
- extern int setpgrp(pid_t _pid, pid_t _pgrp);
- #elif defined(G__KCC) || defined(__KCC)
- extern pid_t setpgrp(void);
diff --git a/misc/root/patches/patch-bd b/misc/root/patches/patch-bd
deleted file mode 100644
index 6febc69a0de..00000000000
--- a/misc/root/patches/patch-bd
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-bd,v 1.1 2010/02/26 10:56:38 drochner Exp $
-
---- cint/cint/src/init.cxx.orig 2010-02-25 15:46:10.000000000 +0000
-+++ cint/cint/src/init.cxx
-@@ -2094,6 +2094,9 @@ void G__platformMacro()
- #ifdef __FreeBSD__ /* FreeBSD */
- G__DEFINE_MACRO_N(__FreeBSD__, "G__FBSD");
- #endif
-+#ifdef __NetBSD__
-+ G__DEFINE_MACRO_N(__NetBSD__, "G__NBSD");
-+#endif
- #ifdef __OpenBSD__ /* OpenBSD */
- G__DEFINE_MACRO_N(__OpenBSD__, "G__OBSD");
- #endif
diff --git a/misc/root/patches/patch-be b/misc/root/patches/patch-be
deleted file mode 100644
index 094b50eaf98..00000000000
--- a/misc/root/patches/patch-be
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-be,v 1.1 2010/02/26 10:56:38 drochner Exp $
-
---- cint/cint/src/DataMbr.cxx.orig 2010-02-25 16:10:17.000000000 +0000
-+++ cint/cint/src/DataMbr.cxx
-@@ -234,6 +234,8 @@ int Cint::G__DataMemberInfo::MaxIndex(in
- else {
- // -- For first dimension divide number of elements by stride.
- // Note: This may be zero, if this is not an array!
-+ if (!var->varlabel[index][0])
-+ return -1;
- return var->varlabel[index][1] /* num of elements*/ / var->varlabel[index][0] /* stride */;
- }
- }
diff --git a/misc/root/patches/patch-bf b/misc/root/patches/patch-bf
deleted file mode 100644
index d1e404abc25..00000000000
--- a/misc/root/patches/patch-bf
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bf,v 1.1 2010/02/26 10:56:39 drochner Exp $
-
---- montecarlo/vmc/inc/TMCProcess.h.orig 2010-02-25 16:51:41.000000000 +0000
-+++ montecarlo/vmc/inc/TMCProcess.h
-@@ -81,7 +81,7 @@ enum TMCProcess
- kPNoProcess // unknown process
- };
-
--static const char * const TMCProcessName[kMaxMCProcess] = {
-+static const char * const TMCProcessName[45] = {
- "Primary particle emission",
- "Multiple scattering",
- "Energy loss",
diff --git a/misc/root/patches/patch-bg b/misc/root/patches/patch-bg
deleted file mode 100644
index 84f139c4c9f..00000000000
--- a/misc/root/patches/patch-bg
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bg,v 1.1 2010/02/26 10:56:39 drochner Exp $
-
---- graf3d/ftgl/src/FTVectoriser.cxx.orig 2010-02-25 17:26:18.000000000 +0000
-+++ graf3d/ftgl/src/FTVectoriser.cxx
-@@ -7,7 +7,7 @@
-
- #if defined(__APPLE_CC__) && __APPLE_CC__ > 4000 && __APPLE_CC__ < 5450 && !defined(__INTEL_COMPILER)
- typedef GLvoid (*GLUTesselatorFunction)(...);
--#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__)
-+#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__) || defined(__NetBSD__)
- typedef GLvoid (*GLUTesselatorFunction)();
- #elif defined ( WIN32)
- typedef GLvoid (CALLBACK *GLUTesselatorFunction)( );
diff --git a/misc/root/patches/patch-bh b/misc/root/patches/patch-bh
deleted file mode 100644
index bf8ac4388cf..00000000000
--- a/misc/root/patches/patch-bh
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bh,v 1.1 2010/02/26 10:56:39 drochner Exp $
-
---- graf3d/gl/src/TGLPadUtils.cxx.orig 2010-02-25 17:28:38.000000000 +0000
-+++ graf3d/gl/src/TGLPadUtils.cxx
-@@ -531,7 +531,7 @@ Small RAII class for GLU tesselator.
- extern "C" {
- #if defined(__APPLE_CC__) && __APPLE_CC__ > 4000 && __APPLE_CC__ < 5450 && !defined(__INTEL_COMPILER)
- typedef GLvoid (*tess_t)(...);
--#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__)
-+#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__) || defined(__NetBSD__)
- typedef GLvoid (*tess_t)();
- #elif defined ( WIN32)
- typedef GLvoid (CALLBACK *tess_t)( );
diff --git a/misc/root/patches/patch-bi b/misc/root/patches/patch-bi
deleted file mode 100644
index 31217493ce6..00000000000
--- a/misc/root/patches/patch-bi
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bi,v 1.1 2010/02/26 10:56:39 drochner Exp $
-
---- graf3d/gl/src/TGLUtil.cxx.orig 2010-02-25 17:30:18.000000000 +0000
-+++ graf3d/gl/src/TGLUtil.cxx
-@@ -1354,7 +1354,7 @@ Float_t TGLUtil::fgLineWidthScale = 1.0f
- extern "C" {
- #if defined(__APPLE_CC__) && __APPLE_CC__ > 4000 && __APPLE_CC__ < 5450 && !defined(__INTEL_COMPILER)
- typedef GLvoid (*tessfuncptr_t)(...);
--#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__)
-+#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined (__APPLE__) || defined(__NetBSD__)
- typedef GLvoid (*tessfuncptr_t)();
- #elif defined ( WIN32)
- typedef GLvoid (CALLBACK *tessfuncptr_t)( );
diff --git a/misc/root/patches/patch-bj b/misc/root/patches/patch-bj
deleted file mode 100644
index c0970279645..00000000000
--- a/misc/root/patches/patch-bj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-bj,v 1.1 2010/02/26 10:56:39 drochner Exp $
-
---- misc/minicern/src/cernlib.c.orig 2010-02-25 18:17:20.000000000 +0000
-+++ misc/minicern/src/cernlib.c
-@@ -185,7 +185,7 @@ int cfstati_(char *fname, int *info, int
- info[4] = (int) buf.st_uid;
- info[5] = (int) buf.st_gid;
- info[6] = (int) buf.st_size;
--#if defined(__APPLE__) || defined(__FreeBSD__)
-+#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
- info[7] = (int) buf.st_atimespec.tv_sec;
- info[8] = (int) buf.st_mtimespec.tv_sec;
- info[9] = (int) buf.st_ctimespec.tv_sec;
diff --git a/misc/root/patches/patch-ca b/misc/root/patches/patch-ca
deleted file mode 100644
index 84de05b96ec..00000000000
--- a/misc/root/patches/patch-ca
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ca,v 1.1 2010/02/26 10:56:39 drochner Exp $
-
---- config/Makefile.netbsd.orig 2010-02-25 20:17:41.000000000 +0000
-+++ config/Makefile.netbsd
-@@ -38,9 +38,9 @@ CILIBS = -lm -ltermcap -lstdc++
- CRYPTLIBS = -lcrypt
-
- # Fortran:
--F77 = f77
-+F77 = /usr/pkg/gcc3/bin/g77
- F77FLAGS = $(OPT)
--F77LIBS = -lg2c
-+F77LIBS = -L/usr/pkg/gcc3/lib -Wl,-R/usr/pkg/gcc3/lib -lg2c
-
- # Extras
-
diff --git a/misc/root/patches/patch-graf2d_asimage_src_libAfterImage_export.c b/misc/root/patches/patch-graf2d_asimage_src_libAfterImage_export.c
deleted file mode 100644
index 2573906a0e4..00000000000
--- a/misc/root/patches/patch-graf2d_asimage_src_libAfterImage_export.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-graf2d_asimage_src_libAfterImage_export.c,v 1.1 2011/12/23 01:17:54 joerg Exp $
-
---- graf2d/asimage/src/libAfterImage/export.c.orig 2011-12-22 22:02:37.000000000 +0000
-+++ graf2d/asimage/src/libAfterImage/export.c
-@@ -491,7 +491,7 @@ ASImage2png_int ( ASImage *im, void *dat
- png_ptr = png_create_write_struct( PNG_LIBPNG_VER_STRING, NULL, NULL, NULL );
- if ( png_ptr != NULL )
- if( (info_ptr = png_create_info_struct(png_ptr)) != NULL )
-- if( setjmp(png_ptr->jmpbuf) )
-+ if( setjmp(png_jmpbuf(png_ptr)) )
- {
- png_destroy_info_struct(png_ptr, (png_infopp) &info_ptr);
- info_ptr = NULL ;
diff --git a/misc/root/patches/patch-graf2d_asimage_src_libAfterImage_import.c b/misc/root/patches/patch-graf2d_asimage_src_libAfterImage_import.c
deleted file mode 100644
index 7cd58e3ce82..00000000000
--- a/misc/root/patches/patch-graf2d_asimage_src_libAfterImage_import.c
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-graf2d_asimage_src_libAfterImage_import.c,v 1.1 2011/12/23 01:17:54 joerg Exp $
-
---- graf2d/asimage/src/libAfterImage/import.c.orig 2011-12-22 22:05:04.000000000 +0000
-+++ graf2d/asimage/src/libAfterImage/import.c
-@@ -1251,7 +1251,7 @@ png2ASImage_int( void *data, png_rw_ptr
- * the normal method of doing things with libpng). REQUIRED unless you
- * set up your own error handlers in the png_create_read_struct() earlier.
- */
-- if ( !setjmp (png_ptr->jmpbuf))
-+ if ( !setjmp (png_jmpbuf(png_ptr)))
- {
- ASFlagType rgb_flags = ASStorage_RLEDiffCompress|ASStorage_32Bit ;
-
-@@ -1468,7 +1468,7 @@ typedef struct ASImPNGReadBuffer
-
- static void asim_png_read_data(png_structp png_ptr, png_bytep data, png_size_t length)
- {
-- ASImPNGReadBuffer *buf = (ASImPNGReadBuffer *)png_ptr->io_ptr;
-+ ASImPNGReadBuffer *buf = png_get_io_ptr(png_ptr);
- memcpy(data, buf->buffer, length);
- buf->buffer += length;
- }