~ubuntu-branches/ubuntu/trusty/speex/trusty-proposed

« back to all changes in this revision

Viewing changes to win32/VS2008/tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2014-01-26 09:30:49 UTC
  • mfrom: (5.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140126093049-gmmhj4tsenomuod2
Tags: 1.2~rc1.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build with float on armhf.
  - Use dh-autoreconf for current libtool.
  - Add build-dependency on pkg-config for the above.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
16
16
 
17
17
# Disable automatic dependency tracking if using other tools than gcc and gmake
18
18
#AUTOMAKE_OPTIONS = no-dependencies
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
 
33
    case $$MAKEFLAGS in \
 
34
      *\\[\ \   ]*) \
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
22
65
pkgdatadir = $(datadir)/@PACKAGE@
 
66
pkgincludedir = $(includedir)/@PACKAGE@
23
67
pkglibdir = $(libdir)/@PACKAGE@
24
 
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ../../..
 
68
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
69
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
70
install_sh_DATA = $(install_sh) -c -m 644
29
71
install_sh_PROGRAM = $(install_sh) -c
30
72
install_sh_SCRIPT = $(install_sh) -c
39
81
build_triplet = @build@
40
82
host_triplet = @host@
41
83
subdir = win32/VS2008/tests
42
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
84
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
43
85
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
86
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
45
87
        $(top_srcdir)/configure.ac
48
90
mkinstalldirs = $(install_sh) -d
49
91
CONFIG_HEADER = $(top_builddir)/config.h
50
92
CONFIG_CLEAN_FILES =
 
93
CONFIG_CLEAN_VPATH_FILES =
 
94
AM_V_P = $(am__v_P_@AM_V@)
 
95
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
96
am__v_P_0 = false
 
97
am__v_P_1 = :
 
98
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
99
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
100
am__v_GEN_0 = @echo "  GEN     " $@;
 
101
am__v_GEN_1 = 
 
102
AM_V_at = $(am__v_at_@AM_V@)
 
103
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
104
am__v_at_0 = @
 
105
am__v_at_1 = 
51
106
SOURCES =
52
107
DIST_SOURCES =
 
108
am__can_run_installinfo = \
 
109
  case $$AM_UPDATE_INFO_DIR in \
 
110
    n|no|NO) false;; \
 
111
    *) (install-info --version) >/dev/null 2>&1;; \
 
112
  esac
 
113
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
53
114
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
54
115
ACLOCAL = @ACLOCAL@
55
 
AMDEP_FALSE = @AMDEP_FALSE@
56
 
AMDEP_TRUE = @AMDEP_TRUE@
57
116
AMTAR = @AMTAR@
 
117
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
58
118
AR = @AR@
59
119
AS = @AS@
60
120
AUTOCONF = @AUTOCONF@
61
121
AUTOHEADER = @AUTOHEADER@
62
122
AUTOMAKE = @AUTOMAKE@
63
123
AWK = @AWK@
64
 
BUILD_KISS_FFT_FALSE = @BUILD_KISS_FFT_FALSE@
65
 
BUILD_KISS_FFT_TRUE = @BUILD_KISS_FFT_TRUE@
66
 
BUILD_SMALLFT_FALSE = @BUILD_SMALLFT_FALSE@
67
 
BUILD_SMALLFT_TRUE = @BUILD_SMALLFT_TRUE@
68
124
CC = @CC@
69
125
CCDEPMODE = @CCDEPMODE@
70
126
CFLAGS = @CFLAGS@
71
127
CPP = @CPP@
72
128
CPPFLAGS = @CPPFLAGS@
73
 
CXX = @CXX@
74
 
CXXCPP = @CXXCPP@
75
 
CXXDEPMODE = @CXXDEPMODE@
76
 
CXXFLAGS = @CXXFLAGS@
77
129
CYGPATH_W = @CYGPATH_W@
78
130
DEFS = @DEFS@
79
131
DEPDIR = @DEPDIR@
80
132
DLLTOOL = @DLLTOOL@
81
133
DSYMUTIL = @DSYMUTIL@
82
 
ECHO = @ECHO@
 
134
DUMPBIN = @DUMPBIN@
83
135
ECHO_C = @ECHO_C@
84
136
ECHO_N = @ECHO_N@
85
137
ECHO_T = @ECHO_T@
86
138
EGREP = @EGREP@
87
139
EXEEXT = @EXEEXT@
88
 
F77 = @F77@
89
 
FFLAGS = @FFLAGS@
90
140
FFT_CFLAGS = @FFT_CFLAGS@
91
141
FFT_LIBS = @FFT_LIBS@
92
142
FFT_PKGCONFIG = @FFT_PKGCONFIG@
 
143
FGREP = @FGREP@
93
144
GREP = @GREP@
 
145
INSTALL = @INSTALL@
94
146
INSTALL_DATA = @INSTALL_DATA@
95
147
INSTALL_PROGRAM = @INSTALL_PROGRAM@
96
148
INSTALL_SCRIPT = @INSTALL_SCRIPT@
97
149
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
150
LD = @LD@
98
151
LDFLAGS = @LDFLAGS@
99
152
LIBOBJS = @LIBOBJS@
100
153
LIBS = @LIBS@
101
154
LIBTOOL = @LIBTOOL@
 
155
LIPO = @LIPO@
102
156
LN_S = @LN_S@
103
157
LTLIBOBJS = @LTLIBOBJS@
104
158
MAINT = @MAINT@
105
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
106
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
107
159
MAKEINFO = @MAKEINFO@
 
160
MANIFEST_TOOL = @MANIFEST_TOOL@
 
161
MKDIR_P = @MKDIR_P@
 
162
NM = @NM@
108
163
NMEDIT = @NMEDIT@
109
164
OBJDUMP = @OBJDUMP@
110
165
OBJEXT = @OBJEXT@
111
166
OGG_CFLAGS = @OGG_CFLAGS@
112
167
OGG_LIBS = @OGG_LIBS@
 
168
OTOOL = @OTOOL@
 
169
OTOOL64 = @OTOOL64@
113
170
PACKAGE = @PACKAGE@
114
171
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
115
172
PACKAGE_NAME = @PACKAGE_NAME@
116
173
PACKAGE_STRING = @PACKAGE_STRING@
117
174
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
175
PACKAGE_URL = @PACKAGE_URL@
118
176
PACKAGE_VERSION = @PACKAGE_VERSION@
119
177
PATH_SEPARATOR = @PATH_SEPARATOR@
120
178
PKG_CONFIG = @PKG_CONFIG@
 
179
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
180
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
121
181
RANLIB = @RANLIB@
122
182
SED = @SED@
123
183
SET_MAKE = @SET_MAKE@
130
190
SPEEX_VERSION = @SPEEX_VERSION@
131
191
STRIP = @STRIP@
132
192
VERSION = @VERSION@
 
193
abs_builddir = @abs_builddir@
 
194
abs_srcdir = @abs_srcdir@
 
195
abs_top_builddir = @abs_top_builddir@
 
196
abs_top_srcdir = @abs_top_srcdir@
 
197
ac_ct_AR = @ac_ct_AR@
133
198
ac_ct_CC = @ac_ct_CC@
134
 
ac_ct_CXX = @ac_ct_CXX@
135
 
ac_ct_F77 = @ac_ct_F77@
136
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
137
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
138
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
139
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
199
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
140
200
am__include = @am__include@
141
201
am__leading_dot = @am__leading_dot@
142
202
am__quote = @am__quote@
148
208
build_cpu = @build_cpu@
149
209
build_os = @build_os@
150
210
build_vendor = @build_vendor@
 
211
builddir = @builddir@
151
212
datadir = @datadir@
152
213
datarootdir = @datarootdir@
153
214
docdir = @docdir@
176
237
sbindir = @sbindir@
177
238
sharedstatedir = @sharedstatedir@
178
239
src = @src@
 
240
srcdir = @srcdir@
179
241
sysconfdir = @sysconfdir@
180
242
target_alias = @target_alias@
 
243
top_build_prefix = @top_build_prefix@
 
244
top_builddir = @top_builddir@
 
245
top_srcdir = @top_srcdir@
181
246
EXTRA_DIST = testdenoise.vcproj testecho.vcproj testenc.vcproj testenc_uwb.vcproj \
182
247
             testenc_wb.vcproj testresample.vcproj
183
248
 
188
253
        @for dep in $?; do \
189
254
          case '$(am__configure_deps)' in \
190
255
            *$$dep*) \
191
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
192
 
                && exit 0; \
 
256
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
257
                && { if test -f $@; then exit 0; else break; fi; }; \
193
258
              exit 1;; \
194
259
          esac; \
195
260
        done; \
196
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  win32/VS2008/tests/Makefile'; \
197
 
        cd $(top_srcdir) && \
198
 
          $(AUTOMAKE) --gnu  win32/VS2008/tests/Makefile
 
261
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu win32/VS2008/tests/Makefile'; \
 
262
        $(am__cd) $(top_srcdir) && \
 
263
          $(AUTOMAKE) --gnu win32/VS2008/tests/Makefile
199
264
.PRECIOUS: Makefile
200
265
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201
266
        @case '$?' in \
213
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214
279
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
215
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
281
$(am__aclocal_m4_deps):
216
282
 
217
283
mostlyclean-libtool:
218
284
        -rm -f *.lo
219
285
 
220
286
clean-libtool:
221
287
        -rm -rf .libs _libs
222
 
 
223
 
distclean-libtool:
224
 
        -rm -f libtool
225
 
uninstall-info-am:
226
 
tags: TAGS
227
 
TAGS:
228
 
 
229
 
ctags: CTAGS
230
 
CTAGS:
 
288
tags TAGS:
 
289
 
 
290
ctags CTAGS:
 
291
 
 
292
cscope cscopelist:
231
293
 
232
294
 
233
295
distdir: $(DISTFILES)
234
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
235
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
236
 
        list='$(DISTFILES)'; for file in $$list; do \
237
 
          case $$file in \
238
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
239
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
240
 
          esac; \
 
296
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
297
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
298
        list='$(DISTFILES)'; \
 
299
          dist_files=`for file in $$list; do echo $$file; done | \
 
300
          sed -e "s|^$$srcdirstrip/||;t" \
 
301
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
302
        case $$dist_files in \
 
303
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
304
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
305
                           sort -u` ;; \
 
306
        esac; \
 
307
        for file in $$dist_files; do \
241
308
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
242
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
243
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
244
 
            dir="/$$dir"; \
245
 
            $(mkdir_p) "$(distdir)$$dir"; \
246
 
          else \
247
 
            dir=''; \
248
 
          fi; \
249
309
          if test -d $$d/$$file; then \
 
310
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
311
            if test -d "$(distdir)/$$file"; then \
 
312
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
313
            fi; \
250
314
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
251
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
315
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
316
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
252
317
            fi; \
253
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
318
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
254
319
          else \
255
 
            test -f $(distdir)/$$file \
256
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
320
            test -f "$(distdir)/$$file" \
 
321
            || cp -p $$d/$$file "$(distdir)/$$file" \
257
322
            || exit 1; \
258
323
          fi; \
259
324
        done
271
336
 
272
337
installcheck: installcheck-am
273
338
install-strip:
274
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
275
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
276
 
          `test -z '$(STRIP)' || \
277
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
339
        if test -z '$(STRIP)'; then \
 
340
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
341
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
342
              install; \
 
343
        else \
 
344
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
345
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
346
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
347
        fi
278
348
mostlyclean-generic:
279
349
 
280
350
clean-generic:
281
351
 
282
352
distclean-generic:
283
353
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
354
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
284
355
 
285
356
maintainer-clean-generic:
286
357
        @echo "This command is intended for maintainers to use"
291
362
 
292
363
distclean: distclean-am
293
364
        -rm -f Makefile
294
 
distclean-am: clean-am distclean-generic distclean-libtool
 
365
distclean-am: clean-am distclean-generic
295
366
 
296
367
dvi: dvi-am
297
368
 
299
370
 
300
371
html: html-am
301
372
 
 
373
html-am:
 
374
 
302
375
info: info-am
303
376
 
304
377
info-am:
305
378
 
306
379
install-data-am:
307
380
 
 
381
install-dvi: install-dvi-am
 
382
 
 
383
install-dvi-am:
 
384
 
308
385
install-exec-am:
309
386
 
 
387
install-html: install-html-am
 
388
 
 
389
install-html-am:
 
390
 
310
391
install-info: install-info-am
311
392
 
 
393
install-info-am:
 
394
 
312
395
install-man:
313
396
 
 
397
install-pdf: install-pdf-am
 
398
 
 
399
install-pdf-am:
 
400
 
 
401
install-ps: install-ps-am
 
402
 
 
403
install-ps-am:
 
404
 
314
405
installcheck-am:
315
406
 
316
407
maintainer-clean: maintainer-clean-am
329
420
 
330
421
ps-am:
331
422
 
332
 
uninstall-am: uninstall-info-am
 
423
uninstall-am:
 
424
 
 
425
.MAKE: install-am install-strip
333
426
 
334
427
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
335
 
        distclean distclean-generic distclean-libtool distdir dvi \
336
 
        dvi-am html html-am info info-am install install-am \
337
 
        install-data install-data-am install-exec install-exec-am \
338
 
        install-info install-info-am install-man install-strip \
339
 
        installcheck installcheck-am installdirs maintainer-clean \
340
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
341
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
342
 
        uninstall-info-am
 
428
        cscopelist-am ctags-am distclean distclean-generic \
 
429
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
430
        install install-am install-data install-data-am install-dvi \
 
431
        install-dvi-am install-exec install-exec-am install-html \
 
432
        install-html-am install-info install-info-am install-man \
 
433
        install-pdf install-pdf-am install-ps install-ps-am \
 
434
        install-strip installcheck installcheck-am installdirs \
 
435
        maintainer-clean maintainer-clean-generic mostlyclean \
 
436
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
437
        tags-am uninstall uninstall-am
 
438
 
343
439
 
344
440
# Tell versions [3.59,3.63) of GNU make to not export all variables.
345
441
# Otherwise a system limit (for SysV at least) may be exceeded.