blob: f9f54f68eb14fd110bef0193d243fca52406c770 (
plain)
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
|
--- tests/Makefile.am.orig 2008-06-22 12:29:53.149138283 +0100
+++ tests/Makefile.am 2008-06-22 12:30:32.731595087 +0100
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = fftw_test rfftw_test
+check_PROGRAMS = fftw_test rfftw_test
noinst_HEADERS = test_main.h
FFTWDIR=../fftw
--- mpi/Makefile.am.orig 2008-06-22 17:21:16.998466390 +0100
+++ mpi/Makefile.am 2008-06-22 17:27:42.996463162 +0100
@@ -4,8 +4,8 @@
lib_LTLIBRARIES = @FFTW_MPI_LIBLIST@
include_HEADERS = @FFTW_MPI_INCLUDELIST@
-noinst_PROGRAMS = @FFTW_MPI_PROGLIST@
+check_PROGRAMS = @FFTW_MPI_PROGLIST@
EXTRA_LTLIBRARIES = lib@FFTW_PREFIX@fftw_mpi.la \
lib@FFTW_PREFIX@rfftw_mpi.la
EXTRA_HEADERS = @FFTW_PREFIX@fftw_mpi.h @FFTW_PREFIX@rfftw_mpi.h
--- threads/Makefile.am.orig 2008-06-22 17:18:18.940409610 +0100
+++ threads/Makefile.am 2008-06-22 17:28:00.485459803 +0100
@@ -4,9 +4,9 @@
lib_LTLIBRARIES = @FFTW_THREADS_LIBLIST@
include_HEADERS = @FFTW_THREADS_INCLUDELIST@
-noinst_PROGRAMS = @FFTW_THREADS_PROGLIST@
+check_PROGRAMS = @FFTW_THREADS_PROGLIST@
EXTRA_LTLIBRARIES = lib@FFTW_PREFIX@fftw_threads.la \
lib@FFTW_PREFIX@rfftw_threads.la
EXTRA_HEADERS = @FFTW_PREFIX@fftw_threads.h \
@FFTW_PREFIX@rfftw_threads.h
|