1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204
|
## Process this file with automake to produce Makefile.in
SUBDIRS = . examples
#info_TEXINFOS = gsl-ref.texi
noinst_TEXINFOS = gsl-design.texi
man_MANS = gsl.3 gsl-config.1 gsl-randist.1 gsl-histogram.1
figures = \
images/bspline.png \
images/cheb.png \
images/dwt.png \
images/fft-complex-radix2.png \
images/fft-real-mixedradix.png \
images/filt_edge.png \
images/fit-exp.png \
images/fit-wlinear2.png \
images/fit-wlinear.png \
images/gaussfilt.png \
images/gaussfilt2.png \
images/histogram.png \
images/histogram2d.png \
images/impulse.png \
images/interp2d.png \
images/interp_compare.png \
images/interp.png \
images/interpp.png \
images/min-interval.png \
images/movstat1.png \
images/movstat2.png \
images/movstat3.png \
images/multilarge.png \
images/multimin.png \
images/nlfit2b.png \
images/nlfit2.png \
images/nlfit3.png \
images/ntuple.png \
images/ode-vdp.png \
images/qrng.png \
images/rand-bernoulli.png \
images/rand-beta.png \
images/rand-binomial.png \
images/rand-bivariate-gaussian.png \
images/rand-cauchy.png \
images/rand-chisq.png \
images/rand-erlang.png \
images/rand-exponential.png \
images/rand-exppow.png \
images/rand-fdist.png \
images/rand-flat.png \
images/rand-gamma.png \
images/rand-gaussian.png \
images/rand-gaussian-tail.png \
images/rand-geometric.png \
images/rand-gumbel1.png \
images/rand-gumbel2.png \
images/rand-hypergeometric.png \
images/rand-landau.png \
images/rand-laplace.png \
images/rand-levy.png \
images/rand-levyskew.png \
images/rand-logarithmic.png \
images/rand-logistic.png \
images/rand-lognormal.png \
images/rand-nbinomial.png \
images/random-walk.png \
images/rand-pareto.png \
images/rand-pascal.png \
images/rand-poisson.png \
images/rand-rayleigh.png \
images/rand-rayleigh-tail.png \
images/rand-tdist.png \
images/rand-weibull.png \
images/regularized2.png \
images/regularized.png \
images/robust.png \
images/siman-12-cities.png \
images/siman-energy.png \
images/siman-final-route.png \
images/siman-initial-route.png \
images/siman-test.png \
images/sparse_poisson.png
rst_files = \
autoconf.rst \
blas.rst \
bspline.rst \
cblas.rst \
cheb.rst \
combination.rst \
complex.rst \
const.rst \
contrib.rst \
debug.rst \
dht.rst \
diff.rst \
dwt.rst \
eigen.rst \
err.rst \
fdl.rst \
fft.rst \
filter.rst \
gpl.rst \
histogram.rst \
ieee754.rst \
include.rst \
index.rst \
integration.rst \
interp.rst \
intro.rst \
linalg.rst \
lls.rst \
math.rst \
min.rst \
montecarlo.rst \
movstat.rst \
multimin.rst \
multiroots.rst \
multiset.rst \
nls.rst \
ntuple.rst \
ode-initval.rst \
permutation.rst \
poly.rst \
qrng.rst \
randist.rst \
rng.rst \
roots.rst \
rstat.rst \
siman.rst \
sort.rst \
spblas.rst \
specfunc-airy.rst \
specfunc-bessel.rst \
specfunc-clausen.rst \
specfunc-coulomb.rst \
specfunc-coupling.rst \
specfunc-dawson.rst \
specfunc-debye.rst \
specfunc-dilog.rst \
specfunc-elementary.rst \
specfunc-ellint.rst \
specfunc-elljac.rst \
specfunc-erf.rst \
specfunc-expint.rst \
specfunc-exp.rst \
specfunc-fermi-dirac.rst \
specfunc-gamma.rst \
specfunc-gegenbauer.rst \
specfunc-hermite.rst \
specfunc-hyperg.rst \
specfunc-laguerre.rst \
specfunc-lambert.rst \
specfunc-legendre.rst \
specfunc-log.rst \
specfunc-mathieu.rst \
specfunc-pow-int.rst \
specfunc-psi.rst \
specfunc.rst \
specfunc-synchrotron.rst \
specfunc-transport.rst \
specfunc-trig.rst \
specfunc-zeta.rst \
splinalg.rst \
spmatrix.rst \
statistics.rst \
sum.rst \
usage.rst \
vectors.rst
static_files = \
_static/fdl.txt \
_static/gpl.txt
noinst_DATA = $(figures) $(rst_files) $(static_files)
EXTRA_DIST = $(man_MANS) $(noinst_DATA) gsl-design.texi gsl-ref.info conf.py
SPHINX_OPTS =
SPHINX_BUILD = sphinx-build
SPHINX_SOURCEDIR = .
SPHINX_BUILDDIR = _build
# targets supported by sphinx
SPHINX_TARGETS = html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf latexpdfja text man texinfo gettext changes xml pseudoxml linkcheck doctest coverage
$(SPHINX_TARGETS) :
@$(SPHINX_BUILD) -M $@ "$(SPHINX_SOURCEDIR)" "$(SPHINX_BUILDDIR)" $(SPHINX_OPTS) $(O)
# special case info target
info:
@$(SPHINX_BUILD) -M $@ "$(SPHINX_SOURCEDIR)" "$(SPHINX_BUILDDIR)" $(SPHINX_OPTS) $(O)
cp "$(SPHINX_BUILDDIR)/texinfo/gsl-ref.info" .
install-data-local: $(srcdir)/gsl-ref.info
$(MKDIR_P) "$(DESTDIR)$(infodir)"
$(INSTALL_DATA) $(srcdir)/gsl-ref.info $(DESTDIR)$(infodir)
uninstall-local:
rm -f "$(DESTDIR)$(infodir)/gsl-ref.info"
clean-local:
rm -rf "$(SPHINX_BUILDDIR)"
|