-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
29 lines (27 loc) · 1.46 KB
/
Makefile.am
File metadata and controls
29 lines (27 loc) · 1.46 KB
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
SUBDIRS = external mpfrc++ mblas mlapack examples
mpack_includedir = $(includedir)/mpack
mpack_include_HEADERS = include/dd_complex.h include/mblas_dd.h include/mblas_gmp.h include/mblas_qd.h include/mblas_mpfr.h include/mblas_double.h include/mlapack_gmp.h include/mlapack_mpfr.h include/mlapack_qd.h include/mlapack_dd.h include/mlapack_double.h include/mpack_config.h include/mpc_class.h include/mutils_dd.h include/mutils_gmp.h include/mutils_mpfr.h include/mutils_qd.h include/mutils_double.h include/qd_complex.h include/blas.h include/lapack.h include/blaswrapper.h mpfrc++/mpcomplex.h mpfrc++/mpreal.h
noinst_HEADERS = include/mpack_debug.h include/mutils.h include/mblas.h include/mlapack.h include/mlapack_generic.h include/mpack_benchmark.h
EXTRA_DIST = \
external/gmp/download/*.tar.gz \
external/gmp/Makefile.am \
external/gmp/Makefile.in \
external/mpfr/download/*.tar.gz \
external/mpfr/Makefile.am \
external/mpfr/Makefile.in \
external/mpc/download/*.tar.gz \
external/mpc/Makefile.am \
external/mpc/Makefile.in \
external/qd/download/*.tar.gz \
external/qd/patches/patch-mingw \
external/qd/Makefile.am \
external/qd/Makefile.in \
examples/mblas/Makefile.mingw \
examples/mblas/Makefile.freebsd \
examples/mblas/Makefile.linux \
examples/mblas/Makefile.macosx \
examples/mlapack/Makefile.mingw \
examples/mlapack/Makefile.freebsd \
examples/mlapack/Makefile.linux \
examples/mlapack/Makefile.macosx \
mpfrc++/copying.lib mpfrc++/copying mpfrc++/example.cpp mpfrc++/makefile.org