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

« back to all changes in this revision

Viewing changes to 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
37
39
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
38
40
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
39
41
        $(srcdir)/fftw.pc.in $(top_srcdir)/configure AUTHORS COPYING \
40
 
        ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
41
 
        install-sh ltmain.sh missing
 
42
        ChangeLog INSTALL NEWS TODO compile config.guess config.sub \
 
43
        depcomp install-sh ltmain.sh missing
42
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
45
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_mpi.m4 \
44
46
        $(top_srcdir)/m4/acx_pthread.m4 \
46
48
        $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
47
49
        $(top_srcdir)/m4/ax_compiler_vendor.m4 \
48
50
        $(top_srcdir)/m4/ax_gcc_aligns_stack.m4 \
49
 
        $(top_srcdir)/m4/ax_gcc_archflag.m4 \
50
51
        $(top_srcdir)/m4/ax_gcc_version.m4 \
51
 
        $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
52
52
        $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
53
53
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
54
54
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
55
 
        $(top_srcdir)/m4/ocaml.m4 $(top_srcdir)/configure.ac
 
55
        $(top_srcdir)/configure.ac
56
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57
57
        $(ACLOCAL_M4)
58
58
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
60
60
mkinstalldirs = $(install_sh) -d
61
61
CONFIG_HEADER = config.h
62
62
CONFIG_CLEAN_FILES = fftw.pc
 
63
CONFIG_CLEAN_VPATH_FILES =
63
64
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
65
am__vpath_adj = case $$p in \
65
66
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
67
    *) f=$$p;; \
67
68
  esac;
68
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
69
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
70
am__install_max = 40
 
71
am__nobase_strip_setup = \
 
72
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
73
am__nobase_strip = \
 
74
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
75
am__nobase_list = $(am__nobase_strip_setup); \
 
76
  for p in $$list; do echo "$$p $$p"; done | \
 
77
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
78
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
79
    if (++n[$$2] == $(am__install_max)) \
 
80
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
81
    END { for (dir in files) print dir, files[dir] }'
 
82
am__base_list = \
 
83
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
84
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69
85
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"
70
 
libLTLIBRARIES_INSTALL = $(INSTALL)
71
86
LTLIBRARIES = $(lib_LTLIBRARIES)
72
87
libfftw3@PREC_SUFFIX@_la_DEPENDENCIES = kernel/libkernel.la \
73
88
        dft/libdft.la dft/scalar/libdft_scalar.la \
76
91
        rdft/scalar/r2cf/librdft_scalar_r2cf.la \
77
92
        rdft/scalar/r2cb/librdft_scalar_r2cb.la \
78
93
        rdft/scalar/r2r/librdft_scalar_r2r.la reodft/libreodft.la \
79
 
        api/libapi.la $(SIMD_LIBS) $(CELL_LIBS) $(SIMD_OR_CELL_LIBS) \
80
 
        $(COMBINED_THREADLIBS)
 
94
        api/libapi.la $(SIMD_LIBS) $(SSE2_LIBS) $(AVX_LIBS) \
 
95
        $(ALTIVEC_LIBS) $(COMBINED_THREADLIBS)
81
96
am_libfftw3@PREC_SUFFIX@_la_OBJECTS =
82
97
libfftw3@PREC_SUFFIX@_la_OBJECTS =  \
83
98
        $(am_libfftw3@PREC_SUFFIX@_la_OBJECTS)
103
118
        install-pdf-recursive install-ps-recursive install-recursive \
104
119
        installcheck-recursive installdirs-recursive pdf-recursive \
105
120
        ps-recursive uninstall-recursive
106
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
107
121
DATA = $(pkgconfig_DATA)
108
122
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109
123
  distclean-recursive maintainer-clean-recursive
 
124
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
125
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
126
        distdir dist dist-all distcheck
110
127
ETAGS = etags
111
128
CTAGS = ctags
112
 
DIST_SUBDIRS = support genfft kernel simd dft rdft reodft api threads \
113
 
        cell libbench2 . tests doc tools m4
 
129
DIST_SUBDIRS = support genfft kernel simd-support dft rdft reodft api \
 
130
        threads libbench2 . tests mpi doc tools m4
114
131
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
132
distdir = $(PACKAGE)-$(VERSION)
116
133
top_distdir = $(distdir)
117
134
am__remove_distdir = \
118
 
  { test ! -d $(distdir) \
119
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
120
 
         && rm -fr $(distdir); }; }
 
135
  { test ! -d "$(distdir)" \
 
136
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
137
         && rm -fr "$(distdir)"; }; }
 
138
am__relativize = \
 
139
  dir0=`pwd`; \
 
140
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
141
  sed_rest='s,^[^/]*/*,,'; \
 
142
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
143
  sed_butlast='s,/*[^/]*$$,,'; \
 
144
  while test -n "$$dir1"; do \
 
145
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
146
    if test "$$first" != "."; then \
 
147
      if test "$$first" = ".."; then \
 
148
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
149
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
150
      else \
 
151
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
152
        if test "$$first2" = "$$first"; then \
 
153
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
154
        else \
 
155
          dir2="../$$dir2"; \
 
156
        fi; \
 
157
        dir0="$$dir0"/"$$first"; \
 
158
      fi; \
 
159
    fi; \
 
160
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
161
  done; \
 
162
  reldir="$$dir2"
121
163
DIST_ARCHIVES = $(distdir).tar.gz
122
164
GZIP_ENV = --best
123
165
distuninstallcheck_listfiles = find . -type f -print
124
166
distcleancheck_listfiles = find . -type f -print
125
167
ACLOCAL = @ACLOCAL@
126
168
ALLOCA = @ALLOCA@
 
169
ALTIVEC_CFLAGS = @ALTIVEC_CFLAGS@
127
170
AMTAR = @AMTAR@
128
171
AR = @AR@
129
172
AS = @AS@
130
173
AUTOCONF = @AUTOCONF@
131
174
AUTOHEADER = @AUTOHEADER@
132
175
AUTOMAKE = @AUTOMAKE@
 
176
AVX_CFLAGS = @AVX_CFLAGS@
133
177
AWK = @AWK@
134
178
CC = @CC@
135
179
CCDEPMODE = @CCDEPMODE@
136
180
CFLAGS = @CFLAGS@
137
 
CODELET_OPTIM = @CODELET_OPTIM@
 
181
CHECK_PL_OPTS = @CHECK_PL_OPTS@
138
182
CPP = @CPP@
139
183
CPPFLAGS = @CPPFLAGS@
140
184
CYGPATH_W = @CYGPATH_W@
 
185
C_FFTW_R2R_KIND = @C_FFTW_R2R_KIND@
 
186
C_MPI_FINT = @C_MPI_FINT@
141
187
DEFS = @DEFS@
142
188
DEPDIR = @DEPDIR@
143
189
DLLTOOL = @DLLTOOL@
154
200
FLIBS = @FLIBS@
155
201
GREP = @GREP@
156
202
INSTALL = @INSTALL@
157
 
INSTALLED_OCAMLC = @INSTALLED_OCAMLC@
158
203
INSTALL_DATA = @INSTALL_DATA@
159
204
INSTALL_PROGRAM = @INSTALL_PROGRAM@
160
205
INSTALL_SCRIPT = @INSTALL_SCRIPT@
162
207
LD = @LD@
163
208
LDFLAGS = @LDFLAGS@
164
209
LIBOBJS = @LIBOBJS@
 
210
LIBQUADMATH = @LIBQUADMATH@
165
211
LIBS = @LIBS@
166
212
LIBTOOL = @LIBTOOL@
167
213
LIPO = @LIPO@
177
223
NMEDIT = @NMEDIT@
178
224
OBJDUMP = @OBJDUMP@
179
225
OBJEXT = @OBJEXT@
180
 
OCAMLC = @OCAMLC@
181
 
OCAMLCFLAGS = @OCAMLCFLAGS@
182
 
OCAMLDEFS = @OCAMLDEFS@
183
 
OCAMLDEP = @OCAMLDEP@
184
 
OCAMLLDFLAGS = @OCAMLLDFLAGS@
185
 
OCAMLOPT = @OCAMLOPT@
186
 
OCAMLOPTCFLAGS = @OCAMLOPTCFLAGS@
 
226
OCAMLBUILD = @OCAMLBUILD@
187
227
OPENMP_CFLAGS = @OPENMP_CFLAGS@
188
228
OTOOL = @OTOOL@
189
229
OTOOL64 = @OTOOL64@
192
232
PACKAGE_NAME = @PACKAGE_NAME@
193
233
PACKAGE_STRING = @PACKAGE_STRING@
194
234
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
235
PACKAGE_URL = @PACKAGE_URL@
195
236
PACKAGE_VERSION = @PACKAGE_VERSION@
196
237
PATH_SEPARATOR = @PATH_SEPARATOR@
197
238
POW_LIB = @POW_LIB@
198
239
PRECISION = @PRECISION@
199
240
PREC_SUFFIX = @PREC_SUFFIX@
200
 
PRTDIAG = @PRTDIAG@
201
241
PTHREAD_CC = @PTHREAD_CC@
202
242
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
203
243
PTHREAD_LIBS = @PTHREAD_LIBS@
206
246
SET_MAKE = @SET_MAKE@
207
247
SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
208
248
SHELL = @SHELL@
209
 
SIMD_CFLAGS = @SIMD_CFLAGS@
 
249
SSE2_CFLAGS = @SSE2_CFLAGS@
 
250
STACK_ALIGN_CFLAGS = @STACK_ALIGN_CFLAGS@
210
251
STRIP = @STRIP@
211
 
TARGET_OCAMLBIN = @TARGET_OCAMLBIN@
212
 
TARGET_OCAMLLIB = @TARGET_OCAMLLIB@
213
 
TARGET_OCAMLRUN = @TARGET_OCAMLRUN@
214
252
THREADLIBS = @THREADLIBS@
215
253
VERSION = @VERSION@
216
254
abs_builddir = @abs_builddir@
277
315
# recompile genfft if maintainer mode is true
278
316
@MAINTAINER_MODE_TRUE@GENFFT = genfft
279
317
ACLOCAL_AMFLAGS = -I m4
280
 
SUBDIRS = support $(GENFFT) kernel simd dft rdft reodft api threads \
281
 
cell libbench2 . tests doc tools m4
282
 
 
283
 
EXTRA_DIST = COPYRIGHT bootstrap.sh CONVENTIONS fftw.pc.in README.Cell
284
 
@HAVE_SIMD_TRUE@SIMD_LIBS = \
285
 
@HAVE_SIMD_TRUE@        simd/nonportable/libsimd_nonportable.la                 \
286
 
@HAVE_SIMD_TRUE@        dft/simd/libdft_simd.la                                 \
287
 
@HAVE_SIMD_TRUE@        dft/simd/codelets/libdft_simd_codelets.la               \
288
 
@HAVE_SIMD_TRUE@        rdft/simd/librdft_simd.la                               \
289
 
@HAVE_SIMD_TRUE@        rdft/simd/codelets/librdft_simd_codelets.la     
290
 
 
291
 
@HAVE_CELL_TRUE@SIMD_OR_CELL_LIBS = simd/libsimd.la
292
 
@HAVE_SIMD_TRUE@SIMD_OR_CELL_LIBS = simd/libsimd.la
293
 
@HAVE_CELL_TRUE@CELL_LIBS = cell/libcell.la
294
 
@COMBINED_THREADS_TRUE@@SMP_TRUE@COMBINED_THREADLIBS = threads/libfftw3@PREC_SUFFIX@_threads.la
 
318
SUBDIRS = support $(GENFFT) kernel simd-support dft rdft reodft api     \
 
319
threads libbench2 . tests mpi doc tools m4
 
320
 
 
321
EXTRA_DIST = COPYRIGHT bootstrap.sh CONVENTIONS fftw.pc.in
 
322
SIMD_LIBS = \
 
323
        simd-support/libsimd_support.la                 \
 
324
        simd-support/libsimd_sse2_nonportable.la
 
325
 
 
326
@HAVE_SSE2_TRUE@SSE2_LIBS = dft/simd/sse2/libdft_sse2_codelets.la       \
 
327
@HAVE_SSE2_TRUE@rdft/simd/sse2/librdft_sse2_codelets.la
 
328
 
 
329
@HAVE_AVX_TRUE@AVX_LIBS = dft/simd/avx/libdft_avx_codelets.la   \
 
330
@HAVE_AVX_TRUE@rdft/simd/avx/librdft_avx_codelets.la
 
331
 
 
332
@HAVE_ALTIVEC_TRUE@ALTIVEC_LIBS = dft/simd/altivec/libdft_altivec_codelets.la   \
 
333
@HAVE_ALTIVEC_TRUE@rdft/simd/altivec/librdft_altivec_codelets.la
 
334
 
 
335
@COMBINED_THREADS_TRUE@@THREADS_TRUE@COMBINED_THREADLIBS = threads/libfftw3@PREC_SUFFIX@_threads.la
295
336
libfftw3@PREC_SUFFIX@_la_SOURCES = 
296
337
libfftw3@PREC_SUFFIX@_la_LIBADD = \
297
338
        kernel/libkernel.la                             \
305
346
        rdft/scalar/r2r/librdft_scalar_r2r.la           \
306
347
        reodft/libreodft.la                             \
307
348
        api/libapi.la                                   \
308
 
        $(SIMD_LIBS) $(CELL_LIBS) $(SIMD_OR_CELL_LIBS)  \
 
349
        $(SIMD_LIBS) $(SSE2_LIBS) $(AVX_LIBS) $(ALTIVEC_LIBS)           \
309
350
        $(COMBINED_THREADLIBS)
310
351
 
311
 
libfftw3@PREC_SUFFIX@_la_LDFLAGS = -no-undefined -version-info  \
312
 
@SHARED_VERSION_INFO@
313
 
 
 
352
@QUAD_FALSE@libfftw3@PREC_SUFFIX@_la_LDFLAGS = -no-undefined -version-info      \
 
353
@QUAD_FALSE@@SHARED_VERSION_INFO@
 
354
 
 
355
 
 
356
# cannot use -no-undefined since dependent on libquadmath
 
357
@QUAD_TRUE@libfftw3@PREC_SUFFIX@_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
314
358
pkgconfigdir = $(libdir)/pkgconfig
315
359
pkgconfig_DATA = fftw3@PREC_SUFFIX@.pc
316
360
WISDOM_DIR = /etc/fftw
327
371
        @for dep in $?; do \
328
372
          case '$(am__configure_deps)' in \
329
373
            *$$dep*) \
330
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
331
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
374
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
375
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
332
376
                && exit 0; \
333
377
              exit 1;; \
334
378
          esac; \
335
379
        done; \
336
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
337
 
        cd $(top_srcdir) && \
338
 
          $(AUTOMAKE) --gnu  Makefile
 
380
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
381
        $(am__cd) $(top_srcdir) && \
 
382
          $(AUTOMAKE) --gnu Makefile
339
383
.PRECIOUS: Makefile
340
384
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341
385
        @case '$?' in \
351
395
        $(SHELL) ./config.status --recheck
352
396
 
353
397
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
354
 
        cd $(srcdir) && $(AUTOCONF)
 
398
        $(am__cd) $(srcdir) && $(AUTOCONF)
355
399
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
356
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
400
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
401
$(am__aclocal_m4_deps):
357
402
 
358
403
config.h: stamp-h1
359
404
        @if test ! -f $@; then \
365
410
        @rm -f stamp-h1
366
411
        cd $(top_builddir) && $(SHELL) ./config.status config.h
367
412
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
368
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
413
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
369
414
        rm -f stamp-h1
370
415
        touch $@
371
416
 
376
421
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
377
422
        @$(NORMAL_INSTALL)
378
423
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
379
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
424
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
425
        list2=; for p in $$list; do \
380
426
          if test -f $$p; then \
381
 
            f=$(am__strip_dir) \
382
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
383
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
427
            list2="$$list2 $$p"; \
384
428
          else :; fi; \
385
 
        done
 
429
        done; \
 
430
        test -z "$$list2" || { \
 
431
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
432
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
433
        }
386
434
 
387
435
uninstall-libLTLIBRARIES:
388
436
        @$(NORMAL_UNINSTALL)
389
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
390
 
          p=$(am__strip_dir) \
391
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
392
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
437
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
438
        for p in $$list; do \
 
439
          $(am__strip_dir) \
 
440
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
441
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
393
442
        done
394
443
 
395
444
clean-libLTLIBRARIES:
420
469
install-pkgconfigDATA: $(pkgconfig_DATA)
421
470
        @$(NORMAL_INSTALL)
422
471
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
423
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
472
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
473
        for p in $$list; do \
424
474
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425
 
          f=$(am__strip_dir) \
426
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
427
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
475
          echo "$$d$$p"; \
 
476
        done | $(am__base_list) | \
 
477
        while read files; do \
 
478
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
479
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
428
480
        done
429
481
 
430
482
uninstall-pkgconfigDATA:
431
483
        @$(NORMAL_UNINSTALL)
432
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
433
 
          f=$(am__strip_dir) \
434
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
435
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
436
 
        done
 
484
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
485
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
486
        test -n "$$files" || exit 0; \
 
487
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
488
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
437
489
 
438
490
# This directory's subdirectories are mostly independent; you can cd
439
491
# into them and run `make' without going through this Makefile.
442
494
#     (which will cause the Makefiles to be regenerated when you run `make');
443
495
# (2) otherwise, pass the desired values on the `make' command line.
444
496
$(RECURSIVE_TARGETS):
445
 
        @failcom='exit 1'; \
 
497
        @fail= failcom='exit 1'; \
446
498
        for f in x $$MAKEFLAGS; do \
447
499
          case $$f in \
448
500
            *=* | --[!k]*);; \
459
511
          else \
460
512
            local_target="$$target"; \
461
513
          fi; \
462
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
514
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
463
515
          || eval $$failcom; \
464
516
        done; \
465
517
        if test "$$dot_seen" = "no"; then \
467
519
        fi; test -z "$$fail"
468
520
 
469
521
$(RECURSIVE_CLEAN_TARGETS):
470
 
        @failcom='exit 1'; \
 
522
        @fail= failcom='exit 1'; \
471
523
        for f in x $$MAKEFLAGS; do \
472
524
          case $$f in \
473
525
            *=* | --[!k]*);; \
493
545
          else \
494
546
            local_target="$$target"; \
495
547
          fi; \
496
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
548
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
497
549
          || eval $$failcom; \
498
550
        done && test -z "$$fail"
499
551
tags-recursive:
500
552
        list='$(SUBDIRS)'; for subdir in $$list; do \
501
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
553
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
502
554
        done
503
555
ctags-recursive:
504
556
        list='$(SUBDIRS)'; for subdir in $$list; do \
505
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
557
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
506
558
        done
507
559
 
508
560
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
517
569
 
518
570
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
519
571
                $(TAGS_FILES) $(LISP)
520
 
        tags=; \
 
572
        set x; \
521
573
        here=`pwd`; \
522
574
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
523
575
          include_option=--etags-include; \
529
581
        list='$(SUBDIRS)'; for subdir in $$list; do \
530
582
          if test "$$subdir" = .; then :; else \
531
583
            test ! -f $$subdir/TAGS || \
532
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
584
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
533
585
          fi; \
534
586
        done; \
535
587
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
538
590
          done | \
539
591
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
540
592
              END { if (nonempty) { for (i in files) print i; }; }'`; \
541
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
593
        shift; \
 
594
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
542
595
          test -n "$$unique" || unique=$$empty_fix; \
543
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544
 
            $$tags $$unique; \
 
596
          if test $$# -gt 0; then \
 
597
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
598
              "$$@" $$unique; \
 
599
          else \
 
600
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
601
              $$unique; \
 
602
          fi; \
545
603
        fi
546
604
ctags: CTAGS
547
605
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
548
606
                $(TAGS_FILES) $(LISP)
549
 
        tags=; \
550
607
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
551
608
        unique=`for i in $$list; do \
552
609
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553
610
          done | \
554
611
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
555
612
              END { if (nonempty) { for (i in files) print i; }; }'`; \
556
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
613
        test -z "$(CTAGS_ARGS)$$unique" \
557
614
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558
 
             $$tags $$unique
 
615
             $$unique
559
616
 
560
617
GTAGS:
561
618
        here=`$(am__cd) $(top_builddir) && pwd` \
562
 
          && cd $(top_srcdir) \
563
 
          && gtags -i $(GTAGS_ARGS) $$here
 
619
          && $(am__cd) $(top_srcdir) \
 
620
          && gtags -i $(GTAGS_ARGS) "$$here"
564
621
 
565
622
distclean-tags:
566
623
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
567
624
 
568
625
distdir: $(DISTFILES)
569
626
        $(am__remove_distdir)
570
 
        test -d $(distdir) || mkdir $(distdir)
 
627
        test -d "$(distdir)" || mkdir "$(distdir)"
571
628
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572
629
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
573
630
        list='$(DISTFILES)'; \
583
640
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
584
641
          if test -d $$d/$$file; then \
585
642
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
643
            if test -d "$(distdir)/$$file"; then \
 
644
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
645
            fi; \
586
646
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
587
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
647
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
648
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
588
649
            fi; \
589
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
650
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
590
651
          else \
591
 
            test -f $(distdir)/$$file \
592
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
652
            test -f "$(distdir)/$$file" \
 
653
            || cp -p $$d/$$file "$(distdir)/$$file" \
593
654
            || exit 1; \
594
655
          fi; \
595
656
        done
596
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
657
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
597
658
          if test "$$subdir" = .; then :; else \
598
659
            test -d "$(distdir)/$$subdir" \
599
660
            || $(MKDIR_P) "$(distdir)/$$subdir" \
600
661
            || exit 1; \
601
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
602
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
603
 
            (cd $$subdir && \
 
662
          fi; \
 
663
        done
 
664
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
665
          if test "$$subdir" = .; then :; else \
 
666
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
667
            $(am__relativize); \
 
668
            new_distdir=$$reldir; \
 
669
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
670
            $(am__relativize); \
 
671
            new_top_distdir=$$reldir; \
 
672
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
673
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
674
            ($(am__cd) $$subdir && \
604
675
              $(MAKE) $(AM_MAKEFLAGS) \
605
 
                top_distdir="$$top_distdir" \
606
 
                distdir="$$distdir/$$subdir" \
 
676
                top_distdir="$$new_top_distdir" \
 
677
                distdir="$$new_distdir" \
607
678
                am__remove_distdir=: \
608
679
                am__skip_length_check=: \
 
680
                am__skip_mode_fix=: \
609
681
                distdir) \
610
682
              || exit 1; \
611
683
          fi; \
612
684
        done
613
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
685
        -test -n "$(am__skip_mode_fix)" \
 
686
        || find "$(distdir)" -type d ! -perm -755 \
 
687
                -exec chmod u+rwx,go+rx {} \; -o \
614
688
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
615
689
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
616
690
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
617
 
        || chmod -R a+r $(distdir)
 
691
        || chmod -R a+r "$(distdir)"
618
692
dist-gzip: distdir
619
693
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
620
694
        $(am__remove_distdir)
627
701
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
628
702
        $(am__remove_distdir)
629
703
 
 
704
dist-xz: distdir
 
705
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
706
        $(am__remove_distdir)
 
707
 
630
708
dist-tarZ: distdir
631
709
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
632
710
        $(am__remove_distdir)
650
728
distcheck: dist
651
729
        case '$(DIST_ARCHIVES)' in \
652
730
        *.tar.gz*) \
653
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
731
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
654
732
        *.tar.bz2*) \
655
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
733
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
656
734
        *.tar.lzma*) \
657
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
735
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
736
        *.tar.xz*) \
 
737
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
658
738
        *.tar.Z*) \
659
739
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
660
740
        *.shar.gz*) \
661
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
741
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
662
742
        *.zip*) \
663
743
          unzip $(distdir).zip ;;\
664
744
        esac
666
746
        mkdir $(distdir)/_build
667
747
        mkdir $(distdir)/_inst
668
748
        chmod a-w $(distdir)
 
749
        test -d $(distdir)/_build || exit 0; \
669
750
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
670
751
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
671
 
          && cd $(distdir)/_build \
 
752
          && am__cwd=`pwd` \
 
753
          && $(am__cd) $(distdir)/_build \
672
754
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
673
755
            $(DISTCHECK_CONFIGURE_FLAGS) \
674
756
          && $(MAKE) $(AM_MAKEFLAGS) \
690
772
          && rm -rf "$$dc_destdir" \
691
773
          && $(MAKE) $(AM_MAKEFLAGS) dist \
692
774
          && rm -rf $(DIST_ARCHIVES) \
693
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
775
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
776
          && cd "$$am__cwd" \
 
777
          || exit 1
694
778
        $(am__remove_distdir)
695
779
        @(echo "$(distdir) archives ready for distribution: "; \
696
780
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
697
781
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
698
782
distuninstallcheck:
699
 
        @cd $(distuninstallcheck_dir) \
 
783
        @$(am__cd) '$(distuninstallcheck_dir)' \
700
784
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
701
785
           || { echo "ERROR: files left after uninstall:" ; \
702
786
                if test -n "$(DESTDIR)"; then \
741
825
 
742
826
distclean-generic:
743
827
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
828
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
744
829
 
745
830
maintainer-clean-generic:
746
831
        @echo "This command is intended for maintainers to use"
762
847
 
763
848
html: html-recursive
764
849
 
 
850
html-am:
 
851
 
765
852
info: info-recursive
766
853
 
767
854
info-am:
770
857
 
771
858
install-dvi: install-dvi-recursive
772
859
 
 
860
install-dvi-am:
 
861
 
773
862
install-exec-am: install-libLTLIBRARIES
774
863
 
775
864
install-html: install-html-recursive
776
865
 
 
866
install-html-am:
 
867
 
777
868
install-info: install-info-recursive
778
869
 
 
870
install-info-am:
 
871
 
779
872
install-man:
780
873
 
781
874
install-pdf: install-pdf-recursive
782
875
 
 
876
install-pdf-am:
 
877
 
783
878
install-ps: install-ps-recursive
784
879
 
 
880
install-ps-am:
 
881
 
785
882
installcheck-am:
786
883
 
787
884
maintainer-clean: maintainer-clean-recursive
805
902
 
806
903
uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
807
904
 
808
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
809
 
        install-strip
 
905
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
906
        ctags-recursive install-am install-strip tags-recursive
810
907
 
811
908
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
812
909
        all all-am am--refresh check check-am clean clean-generic \
813
910
        clean-libLTLIBRARIES clean-libtool ctags ctags-recursive dist \
814
911
        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
815
 
        dist-zip distcheck distclean distclean-compile \
 
912
        dist-xz dist-zip distcheck distclean distclean-compile \
816
913
        distclean-generic distclean-hdr distclean-libtool \
817
914
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
818
915
        dvi-am html html-am info info-am install install-am \
837
934
install-wisdom: wisdom
838
935
        $(mkinstalldirs) $(WISDOM_DIR)
839
936
        $(INSTALL_DATA) wisdom $(WISDOM_DIR)/$(WISDOM)
 
937
 
840
938
# Tell versions [3.59,3.63) of GNU make to not export all variables.
841
939
# Otherwise a system limit (for SysV at least) may be exceeded.
842
940
.NOEXPORT: