~ubuntu-branches/ubuntu/saucy/fftw3/saucy

« back to all changes in this revision

Viewing changes to dft/scalar/Makefile.in

Tags: 3.3.3-2ubuntu1
* Merge with Debian (LP: #1088051), remaining changes:
  - remove the mpi packages not suitable for main

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
80
97
        install-pdf-recursive install-ps-recursive install-recursive \
81
98
        installcheck-recursive installdirs-recursive pdf-recursive \
82
99
        ps-recursive uninstall-recursive
 
100
am__can_run_installinfo = \
 
101
  case $$AM_UPDATE_INFO_DIR in \
 
102
    n|no|NO) false;; \
 
103
    *) (install-info --version) >/dev/null 2>&1;; \
 
104
  esac
83
105
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84
106
  distclean-recursive maintainer-clean-recursive
85
107
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
510
532
        done
511
533
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512
534
          if test "$$subdir" = .; then :; else \
513
 
            test -d "$(distdir)/$$subdir" \
514
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
515
 
            || exit 1; \
516
 
          fi; \
517
 
        done
518
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
519
 
          if test "$$subdir" = .; then :; else \
 
535
            $(am__make_dryrun) \
 
536
              || test -d "$(distdir)/$$subdir" \
 
537
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
538
              || exit 1; \
520
539
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
521
540
            $(am__relativize); \
522
541
            new_distdir=$$reldir; \