~ubuntu-branches/ubuntu/utopic/fftw3/utopic

« back to all changes in this revision

Viewing changes to api/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-14 13:21:22 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111214132122-l4avyl2kkr7vq5aj
Tags: 3.3-1ubuntu1
* Merge with Debian; remaining changes:
  - Revert the ARM workaround.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
43
45
        $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
44
46
        $(top_srcdir)/m4/ax_compiler_vendor.m4 \
45
47
        $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
46
 
        $(top_srcdir)/m4/ax_gcc_archflag.m4 \
47
48
        $(top_srcdir)/m4/ax_gcc_version.m4 \
48
 
        $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
49
49
        $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
50
50
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
51
51
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
52
 
        $(top_srcdir)/m4/ocaml.m4 $(top_srcdir)/configure.ac
 
52
        $(top_srcdir)/configure.ac
53
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54
54
        $(ACLOCAL_M4)
55
55
mkinstalldirs = $(install_sh) -d
56
56
CONFIG_HEADER = $(top_builddir)/config.h
57
57
CONFIG_CLEAN_FILES =
 
58
CONFIG_CLEAN_VPATH_FILES =
58
59
LTLIBRARIES = $(noinst_LTLIBRARIES)
59
60
libapi_la_LIBADD =
60
61
am_libapi_la_OBJECTS = apiplan.lo configure.lo execute-dft-c2r.lo \
84
85
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
85
86
depcomp = $(SHELL) $(top_srcdir)/depcomp
86
87
am__depfiles_maybe = depfiles
 
88
am__mv = mv -f
87
89
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88
90
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89
91
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
100
102
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
101
103
    *) f=$$p;; \
102
104
  esac;
103
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
104
 
am__installdirs = "$(DESTDIR)$(includedir)"
105
 
includeHEADERS_INSTALL = $(INSTALL_HEADER)
106
 
HEADERS = $(include_HEADERS)
 
105
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
106
am__install_max = 40
 
107
am__nobase_strip_setup = \
 
108
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
109
am__nobase_strip = \
 
110
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
111
am__nobase_list = $(am__nobase_strip_setup); \
 
112
  for p in $$list; do echo "$$p $$p"; done | \
 
113
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
114
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
115
    if (++n[$$2] == $(am__install_max)) \
 
116
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
117
    END { for (dir in files) print dir, files[dir] }'
 
118
am__base_list = \
 
119
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
120
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
121
am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"
 
122
HEADERS = $(include_HEADERS) $(nodist_include_HEADERS)
107
123
ETAGS = etags
108
124
CTAGS = ctags
109
125
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
110
126
ACLOCAL = @ACLOCAL@
111
127
ALLOCA = @ALLOCA@
 
128
ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
112
129
AMTAR = @AMTAR@
113
130
AR = @AR@
114
131
AS = @AS@
115
132
AUTOCONF = @AUTOCONF@
116
133
AUTOHEADER = @AUTOHEADER@
117
134
AUTOMAKE = @AUTOMAKE@
 
135
AVX_CFLAGS = @AVX_CFLAGS@
118
136
AWK = @AWK@
119
137
CC = @CC@
120
138
CCDEPMODE = @CCDEPMODE@
121
139
CFLAGS = @CFLAGS@
122
 
CODELET_OPTIM = @CODELET_OPTIM@
 
140
CHECK_PL_OPTS = @CHECK_PL_OPTS@
123
141
CPP = @CPP@
124
142
CPPFLAGS = @CPPFLAGS@
125
143
CYGPATH_W = @CYGPATH_W@
 
144
C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
 
145
C_MPI_FINT = @C_MPI_FINT@
126
146
DEFS = @DEFS@
127
147
DEPDIR = @DEPDIR@
128
148
DLLTOOL = @DLLTOOL@
139
159
FLIBS = @FLIBS@
140
160
GREP = @GREP@
141
161
INSTALL = @INSTALL@
142
 
INSTALLED_OCAMLC = @INSTALLED_OCAMLC@
143
162
INSTALL_DATA = @INSTALL_DATA@
144
163
INSTALL_PROGRAM = @INSTALL_PROGRAM@
145
164
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
166
LD = @LD@
148
167
LDFLAGS = @LDFLAGS@
149
168
LIBOBJS = @LIBOBJS@
 
169
LIBQUADMATH = @LIBQUADMATH@
150
170
LIBS = @LIBS@
151
171
LIBTOOL = @LIBTOOL@
152
172
LIPO = @LIPO@
162
182
NMEDIT = @NMEDIT@
163
183
OBJDUMP = @OBJDUMP@
164
184
OBJEXT = @OBJEXT@
165
 
OCAMLC = @OCAMLC@
166
 
OCAMLCFLAGS = @OCAMLCFLAGS@
167
 
OCAMLDEFS = @OCAMLDEFS@
168
 
OCAMLDEP = @OCAMLDEP@
169
 
OCAMLLDFLAGS = @OCAMLLDFLAGS@
170
 
OCAMLOPT = @OCAMLOPT@
171
 
OCAMLOPTCFLAGS = @OCAMLOPTCFLAGS@
 
185
OCAMLBUILD = @OCAMLBUILD@
172
186
OPENMP_CFLAGS = @OPENMP_CFLAGS@
173
187
OTOOL = @OTOOL@
174
188
OTOOL64 = @OTOOL64@
177
191
PACKAGE_NAME = @PACKAGE_NAME@
178
192
PACKAGE_STRING = @PACKAGE_STRING@
179
193
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
194
PACKAGE_URL = @PACKAGE_URL@
180
195
PACKAGE_VERSION = @PACKAGE_VERSION@
181
196
PATH_SEPARATOR = @PATH_SEPARATOR@
182
197
POW_LIB = @POW_LIB@
183
198
PRECISION = @PRECISION@
184
199
PREC_SUFFIX = @PREC_SUFFIX@
185
 
PRTDIAG = @PRTDIAG@
186
200
PTHREAD_CC = @PTHREAD_CC@
187
201
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
188
202
PTHREAD_LIBS = @PTHREAD_LIBS@
191
205
SET_MAKE = @SET_MAKE@
192
206
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
193
207
SHELL = @SHELL@
194
 
SIMD_CFLAGS = @SIMD_CFLAGS@
 
208
SSE2_CFLAGS = @SSE2_CFLAGS@
 
209
STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
195
210
STRIP = @STRIP@
196
 
TARGET_OCAMLBIN = @TARGET_OCAMLBIN@
197
 
TARGET_OCAMLLIB = @TARGET_OCAMLLIB@
198
 
TARGET_OCAMLRUN = @TARGET_OCAMLRUN@
199
211
THREADLIBS = @THREADLIBS@
200
212
VERSION = @VERSION@
201
213
abs_builddir = @abs_builddir@
255
267
AM_CPPFLAGS = -I$(top_srcdir)/kernel -I$(top_srcdir)/dft                \
256
268
-I$(top_srcdir)/rdft -I$(top_srcdir)/reodft
257
269
 
 
270
AM_CFLAGS = $(STACK_ALIGN_CFLAGS)
 
271
EXTRA_DIST = f03api.sh genf03.pl fftw3.f03.in
258
272
include_HEADERS = fftw3.h fftw3.f
 
273
nodist_include_HEADERS = fftw3.f03
259
274
noinst_LTLIBRARIES = libapi.la
260
275
 
261
276
# pkgincludedir = $(includedir)/fftw3@PREC_SUFFIX@
283
298
plan-guru64-split-dft-c2r.c plan-guru64-split-dft-r2c.c                 \
284
299
plan-guru64-split-dft.c mktensor-iodims64.c
285
300
 
286
 
BUILT_SOURCES = fftw3.f
 
301
BUILT_SOURCES = fftw3.f fftw3.f03.in fftw3.f03
287
302
all: $(BUILT_SOURCES)
288
303
        $(MAKE) $(AM_MAKEFLAGS) all-am
289
304
 
298
313
              exit 1;; \
299
314
          esac; \
300
315
        done; \
301
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  api/Makefile'; \
302
 
        cd $(top_srcdir) && \
303
 
          $(AUTOMAKE) --gnu  api/Makefile
 
316
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu api/Makefile'; \
 
317
        $(am__cd) $(top_srcdir) && \
 
318
          $(AUTOMAKE) --gnu api/Makefile
304
319
.PRECIOUS: Makefile
305
320
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306
321
        @case '$?' in \
318
333
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319
334
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
320
335
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
336
$(am__aclocal_m4_deps):
321
337
 
322
338
clean-noinstLTLIBRARIES:
323
339
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
404
420
 
405
421
.c.o:
406
422
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
407
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
423
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
408
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
409
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
410
426
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
411
427
 
412
428
.c.obj:
413
429
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
414
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
430
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
415
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417
433
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
418
434
 
419
435
.c.lo:
420
436
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
421
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
437
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
422
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
423
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
440
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
431
447
install-includeHEADERS: $(include_HEADERS)
432
448
        @$(NORMAL_INSTALL)
433
449
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
434
 
        @list='$(include_HEADERS)'; for p in $$list; do \
 
450
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
451
        for p in $$list; do \
435
452
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
436
 
          f=$(am__strip_dir) \
437
 
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
438
 
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
 
453
          echo "$$d$$p"; \
 
454
        done | $(am__base_list) | \
 
455
        while read files; do \
 
456
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
 
457
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
439
458
        done
440
459
 
441
460
uninstall-includeHEADERS:
442
461
        @$(NORMAL_UNINSTALL)
443
 
        @list='$(include_HEADERS)'; for p in $$list; do \
444
 
          f=$(am__strip_dir) \
445
 
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
446
 
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
 
462
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
463
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
464
        test -n "$$files" || exit 0; \
 
465
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
 
466
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
 
467
install-nodist_includeHEADERS: $(nodist_include_HEADERS)
 
468
        @$(NORMAL_INSTALL)
 
469
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
 
470
        @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
 
471
        for p in $$list; do \
 
472
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
473
          echo "$$d$$p"; \
 
474
        done | $(am__base_list) | \
 
475
        while read files; do \
 
476
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
 
477
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
447
478
        done
448
479
 
 
480
uninstall-nodist_includeHEADERS:
 
481
        @$(NORMAL_UNINSTALL)
 
482
        @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
 
483
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
484
        test -n "$$files" || exit 0; \
 
485
        echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
 
486
        cd "$(DESTDIR)$(includedir)" && rm -f $$files
 
487
 
449
488
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
450
489
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
451
490
        unique=`for i in $$list; do \
458
497
 
459
498
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
460
499
                $(TAGS_FILES) $(LISP)
461
 
        tags=; \
 
500
        set x; \
462
501
        here=`pwd`; \
463
502
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
464
503
        unique=`for i in $$list; do \
466
505
          done | \
467
506
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468
507
              END { if (nonempty) { for (i in files) print i; }; }'`; \
469
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
508
        shift; \
 
509
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470
510
          test -n "$$unique" || unique=$$empty_fix; \
471
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
472
 
            $$tags $$unique; \
 
511
          if test $$# -gt 0; then \
 
512
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
513
              "$$@" $$unique; \
 
514
          else \
 
515
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
516
              $$unique; \
 
517
          fi; \
473
518
        fi
474
519
ctags: CTAGS
475
520
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
476
521
                $(TAGS_FILES) $(LISP)
477
 
        tags=; \
478
522
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
479
523
        unique=`for i in $$list; do \
480
524
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481
525
          done | \
482
526
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483
527
              END { if (nonempty) { for (i in files) print i; }; }'`; \
484
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
528
        test -z "$(CTAGS_ARGS)$$unique" \
485
529
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
486
 
             $$tags $$unique
 
530
             $$unique
487
531
 
488
532
GTAGS:
489
533
        here=`$(am__cd) $(top_builddir) && pwd` \
490
 
          && cd $(top_srcdir) \
491
 
          && gtags -i $(GTAGS_ARGS) $$here
 
534
          && $(am__cd) $(top_srcdir) \
 
535
          && gtags -i $(GTAGS_ARGS) "$$here"
492
536
 
493
537
distclean-tags:
494
538
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
509
553
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
510
554
          if test -d $$d/$$file; then \
511
555
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
556
            if test -d "$(distdir)/$$file"; then \
 
557
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
558
            fi; \
512
559
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
513
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
560
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
561
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
514
562
            fi; \
515
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
563
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
516
564
          else \
517
 
            test -f $(distdir)/$$file \
518
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
565
            test -f "$(distdir)/$$file" \
 
566
            || cp -p $$d/$$file "$(distdir)/$$file" \
519
567
            || exit 1; \
520
568
          fi; \
521
569
        done
524
572
        $(MAKE) $(AM_MAKEFLAGS) check-am
525
573
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
526
574
installdirs:
527
 
        for dir in "$(DESTDIR)$(includedir)"; do \
 
575
        for dir in "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
528
576
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
529
577
        done
530
578
install: $(BUILT_SOURCES)
548
596
 
549
597
distclean-generic:
550
598
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
599
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
551
600
 
552
601
maintainer-clean-generic:
553
602
        @echo "This command is intended for maintainers to use"
570
619
 
571
620
html: html-am
572
621
 
 
622
html-am:
 
623
 
573
624
info: info-am
574
625
 
575
626
info-am:
576
627
 
577
 
install-data-am: install-includeHEADERS
 
628
install-data-am: install-includeHEADERS install-nodist_includeHEADERS
578
629
 
579
630
install-dvi: install-dvi-am
580
631
 
 
632
install-dvi-am:
 
633
 
581
634
install-exec-am:
582
635
 
583
636
install-html: install-html-am
584
637
 
 
638
install-html-am:
 
639
 
585
640
install-info: install-info-am
586
641
 
 
642
install-info-am:
 
643
 
587
644
install-man:
588
645
 
589
646
install-pdf: install-pdf-am
590
647
 
 
648
install-pdf-am:
 
649
 
591
650
install-ps: install-ps-am
592
651
 
 
652
install-ps-am:
 
653
 
593
654
installcheck-am:
594
655
 
595
656
maintainer-clean: maintainer-clean-am
610
671
 
611
672
ps-am:
612
673
 
613
 
uninstall-am: uninstall-includeHEADERS
 
674
uninstall-am: uninstall-includeHEADERS uninstall-nodist_includeHEADERS
614
675
 
615
 
.MAKE: install-am install-strip
 
676
.MAKE: all check install install-am install-strip
616
677
 
617
678
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
618
679
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
621
682
        install install-am install-data install-data-am install-dvi \
622
683
        install-dvi-am install-exec install-exec-am install-html \
623
684
        install-html-am install-includeHEADERS install-info \
624
 
        install-info-am install-man install-pdf install-pdf-am \
625
 
        install-ps install-ps-am install-strip installcheck \
626
 
        installcheck-am installdirs maintainer-clean \
627
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
628
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
629
 
        tags uninstall uninstall-am uninstall-includeHEADERS
630
 
 
 
685
        install-info-am install-man install-nodist_includeHEADERS \
 
686
        install-pdf install-pdf-am install-ps install-ps-am \
 
687
        install-strip installcheck installcheck-am installdirs \
 
688
        maintainer-clean maintainer-clean-generic mostlyclean \
 
689
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
690
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
691
        uninstall-includeHEADERS uninstall-nodist_includeHEADERS
 
692
 
 
693
 
 
694
fftw3.f03: fftw3.f03.in
 
695
        (echo "! Generated automatically.  DO NOT EDIT!"; echo; \
 
696
         echo "  integer, parameter :: C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@"; \
 
697
         grep -v "Generated automatically" $(srcdir)/fftw3.f03.in) > $@
631
698
 
632
699
# convert constants to F77 PARAMETER statements
633
700
@MAINTAINER_MODE_TRUE@fftw3.f: fftw3.h
634
701
@MAINTAINER_MODE_TRUE@  rm -f $@
635
 
@MAINTAINER_MODE_TRUE@  perl -pe 's/([A-Z0-9_]+)=([0-9]+)/\n      INTEGER \1\n      PARAMETER (\1=\2)\n/g' $< |egrep 'PARAMETER|INTEGER' > $@
 
702
@MAINTAINER_MODE_TRUE@  perl -pe 's/([A-Z0-9_]+)=([+-]?[0-9]+)/\n      INTEGER \1\n      PARAMETER (\1=\2)\n/g' $< |egrep 'PARAMETER|INTEGER' > $@
636
703
@MAINTAINER_MODE_TRUE@  perl -pe 's/#define +([A-Z0-9_]+) +\(([+-]?[0-9]+)U?\)/\n      INTEGER \1\n      PARAMETER (\1=\2)\n/g' $< |egrep 'PARAMETER|INTEGER' >> $@
637
704
@MAINTAINER_MODE_TRUE@  perl -pe 'if (/#define +([A-Z0-9_]+) +\(([0-9]+)U? *<< *([0-9]+)\)/) { print "\n      INTEGER $$1\n      PARAMETER ($$1=",$$2 << $$3,")\n"; }' $< |egrep 'PARAMETER|INTEGER' >> $@
 
705
 
 
706
@MAINTAINER_MODE_TRUE@fftw3.f03.in: fftw3.h f03api.sh genf03.pl
 
707
@MAINTAINER_MODE_TRUE@  sh $(srcdir)/f03api.sh > $@
 
708
 
638
709
# Tell versions [3.59,3.63) of GNU make to not export all variables.
639
710
# Otherwise a system limit (for SysV at least) may be exceeded.
640
711
.NOEXPORT: