annotate src/fftw-3.3.3/m4/Makefile.am @ 54:5f67a29f0fc7
Rebuild MAD with 64-bit FPM
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Wed, 30 Nov 2016 20:59:17 +0000 |
parents |
37bf6b4a2645 |
children |
|
rev |
line source |
Chris@10
|
1 EXTRA_DIST = acx_mpi.m4 acx_pthread.m4 ax_cc_maxopt.m4 \
|
Chris@10
|
2 ax_check_compiler_flags.m4 ax_compiler_vendor.m4 \
|
Chris@10
|
3 ax_gcc_aligns_stack.m4 ax_gcc_version.m4 ax_openmp.m4
|
Chris@10
|
4
|
Chris@10
|
5 # libtool sticks a bunch of extra .m4 files in this directory,
|
Chris@10
|
6 # but they don't seem to be needed for the distributed tarball
|
Chris@10
|
7 # (they aren't needed for configure && make, and boostrapping
|
Chris@10
|
8 # will regenerate them anyway).
|