Skip to content
Snippets Groups Projects
Commit cd6f8f94 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

white space.

git-svn-id: http://root.cern.ch/svn/root/trunk@22910 27541ba8-7e3a-0410-8455-c3a389f83636
parent 44d954fb
No related branches found
No related tags found
No related merge requests found
...@@ -20,31 +20,31 @@ MATHMOREDIRI := $(MATHMOREDIR)/inc ...@@ -20,31 +20,31 @@ MATHMOREDIRI := $(MATHMOREDIR)/inc
##### libMathMore ##### ##### libMathMore #####
MATHMOREL := $(MODDIRI)/Math/LinkDef.h MATHMOREL := $(MODDIRI)/Math/LinkDef.h
MATHMORELINC := $(MODDIRI)/Math/LinkDef_Func.h \ MATHMORELINC := $(MODDIRI)/Math/LinkDef_Func.h \
$(MODDIRI)/Math/LinkDef_RootFinding.h $(MODDIRI)/Math/LinkDef_RootFinding.h
MATHMOREDS := $(MODDIRS)/G__MathMore.cxx MATHMOREDS := $(MODDIRS)/G__MathMore.cxx
MATHMOREDO := $(MATHMOREDS:.cxx=.o) MATHMOREDO := $(MATHMOREDS:.cxx=.o)
MATHMOREDH := $(MATHMOREDS:.cxx=.h) MATHMOREDH := $(MATHMOREDS:.cxx=.h)
MATHMOREDH1 := $(MODDIRI)/Math/DistFuncMathMore.h \ MATHMOREDH1 := $(MODDIRI)/Math/DistFuncMathMore.h \
$(MODDIRI)/Math/SpecFuncMathMore.h \ $(MODDIRI)/Math/SpecFuncMathMore.h \
$(MODDIRI)/Math/Polynomial.h \ $(MODDIRI)/Math/Polynomial.h \
$(MODDIRI)/Math/Derivator.h \ $(MODDIRI)/Math/Derivator.h \
$(MODDIRI)/Math/Interpolator.h \ $(MODDIRI)/Math/Interpolator.h \
$(MODDIRI)/Math/InterpolationTypes.h \ $(MODDIRI)/Math/InterpolationTypes.h \
$(MODDIRI)/Math/GSLRootFinder.h \ $(MODDIRI)/Math/GSLRootFinder.h \
$(MODDIRI)/Math/GSLRootFinderDeriv.h \ $(MODDIRI)/Math/GSLRootFinderDeriv.h \
$(MODDIRI)/Math/RootFinderAlgorithms.h \ $(MODDIRI)/Math/RootFinderAlgorithms.h \
$(MODDIRI)/Math/GSLIntegrator.h \ $(MODDIRI)/Math/GSLIntegrator.h \
$(MODDIRI)/Math/GSLMCIntegrator.h \ $(MODDIRI)/Math/GSLMCIntegrator.h \
$(MODDIRI)/Math/GSLMinimizer1D.h \ $(MODDIRI)/Math/GSLMinimizer1D.h \
$(MODDIRI)/Math/Chebyshev.h \ $(MODDIRI)/Math/Chebyshev.h \
$(MODDIRI)/Math/Random.h \ $(MODDIRI)/Math/Random.h \
$(MODDIRI)/Math/GSLRndmEngines.h \ $(MODDIRI)/Math/GSLRndmEngines.h \
$(MODDIRI)/Math/KelvinFunctions.h \ $(MODDIRI)/Math/KelvinFunctions.h \
$(MODDIRI)/Math/GSLMinimizer.h \ $(MODDIRI)/Math/GSLMinimizer.h \
$(MODDIRI)/Math/GSLNLSMinimizer.h \ $(MODDIRI)/Math/GSLNLSMinimizer.h \
$(MODDIRI)/Math/GSLSimAnMinimizer.h \ $(MODDIRI)/Math/GSLSimAnMinimizer.h \
$(MODDIRS)/GSLError.h $(MODDIRS)/GSLError.h
MATHMOREH := $(filter-out $(MODDIRI)/Math/LinkDef%,$(wildcard $(MODDIRI)/Math/*.h)) MATHMOREH := $(filter-out $(MODDIRI)/Math/LinkDef%,$(wildcard $(MODDIRI)/Math/*.h))
MATHMORES := $(filter-out $(MODDIRS)/G__%,$(wildcard $(MODDIRS)/*.cxx)) MATHMORES := $(filter-out $(MODDIRS)/G__%,$(wildcard $(MODDIRS)/*.cxx))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment