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

« back to all changes in this revision

Viewing changes to dft/simd/avx/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,
28
28
# manual).
29
29
 
30
30
VPATH = @srcdir@
 
31
am__make_dryrun = \
 
32
  { \
 
33
    am__dry=no; \
 
34
    case $$MAKEFLAGS in \
 
35
      *\\[\ \   ]*) \
 
36
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
37
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
38
      *) \
 
39
        for am__flg in $$MAKEFLAGS; do \
 
40
          case $$am__flg in \
 
41
            *=*|--*) ;; \
 
42
            *n*) am__dry=yes; break;; \
 
43
          esac; \
 
44
        done;; \
 
45
    esac; \
 
46
    test $$am__dry = yes; \
 
47
  }
31
48
pkgdatadir = $(datadir)/@PACKAGE@
32
49
pkgincludedir = $(includedir)/@PACKAGE@
33
50
pkglibdir = $(libdir)/@PACKAGE@
162
179
        $(LDFLAGS) -o $@
163
180
SOURCES = $(libdft_avx_codelets_la_SOURCES)
164
181
DIST_SOURCES = $(am__libdft_avx_codelets_la_SOURCES_DIST)
 
182
am__can_run_installinfo = \
 
183
  case $$AM_UPDATE_INFO_DIR in \
 
184
    n|no|NO) false;; \
 
185
    *) (install-info --version) >/dev/null 2>&1;; \
 
186
  esac
165
187
ETAGS = etags
166
188
CTAGS = ctags
167
189
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)