~ubuntu-branches/ubuntu/utopic/lebiniou/utopic

« back to all changes in this revision

Viewing changes to plugins/stable/input/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-11-13 21:19:20 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20131113211920-af65h37psw9fz6oy
Tags: 3.19.1-1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/patches/fix_ftbfs_with_binutils_gold: Add -lz to fix FTBFS with
    binutils-gold.
* debian/patches/fix_ftbfs_with_binutils_gold: Remove -lavutil, as it is
  already linked.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.3 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, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
58
85
@SNDFILE_PLUGIN_TRUE@am__append_5 = sndfile
59
86
@JACK_PLUGIN_TRUE@am__append_6 = jackaudio
60
87
subdir = plugins/stable/input
61
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
88
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
62
89
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
90
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
64
91
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67
94
CONFIG_HEADER = $(top_builddir)/config.h
68
95
CONFIG_CLEAN_FILES =
69
96
CONFIG_CLEAN_VPATH_FILES =
 
97
AM_V_P = $(am__v_P_@AM_V@)
 
98
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
99
am__v_P_0 = false
 
100
am__v_P_1 = :
70
101
AM_V_GEN = $(am__v_GEN_@AM_V@)
71
102
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
72
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
103
am__v_GEN_0 = @echo "  GEN     " $@;
 
104
am__v_GEN_1 = 
73
105
AM_V_at = $(am__v_at_@AM_V@)
74
106
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
75
107
am__v_at_0 = @
 
108
am__v_at_1 = 
76
109
SOURCES =
77
110
DIST_SOURCES =
78
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
79
 
        html-recursive info-recursive install-data-recursive \
80
 
        install-dvi-recursive install-exec-recursive \
81
 
        install-html-recursive install-info-recursive \
82
 
        install-pdf-recursive install-ps-recursive install-recursive \
83
 
        installcheck-recursive installdirs-recursive pdf-recursive \
84
 
        ps-recursive uninstall-recursive
 
111
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
112
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
113
        install-data-recursive install-dvi-recursive \
 
114
        install-exec-recursive install-html-recursive \
 
115
        install-info-recursive install-pdf-recursive \
 
116
        install-ps-recursive install-recursive installcheck-recursive \
 
117
        installdirs-recursive pdf-recursive ps-recursive \
 
118
        tags-recursive uninstall-recursive
85
119
am__can_run_installinfo = \
86
120
  case $$AM_UPDATE_INFO_DIR in \
87
121
    n|no|NO) false;; \
89
123
  esac
90
124
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
91
125
  distclean-recursive maintainer-clean-recursive
92
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
93
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
126
am__recursive_targets = \
 
127
  $(RECURSIVE_TARGETS) \
 
128
  $(RECURSIVE_CLEAN_TARGETS) \
 
129
  $(am__extra_recursive_targets)
 
130
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
94
131
        distdir
 
132
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
133
# Read a list of newline-separated strings from the standard input,
 
134
# and print each of them once, without duplicates.  Input order is
 
135
# *not* preserved.
 
136
am__uniquify_input = $(AWK) '\
 
137
  BEGIN { nonempty = 0; } \
 
138
  { items[$$0] = 1; nonempty = 1; } \
 
139
  END { if (nonempty) { for (i in items) print i; }; } \
 
140
'
 
141
# Make sure the list of sources is unique.  This is necessary because,
 
142
# e.g., the same source file might be shared among _SOURCES variables
 
143
# for different programs/libraries.
 
144
am__define_uniq_tagged_files = \
 
145
  list='$(am__tagged_files)'; \
 
146
  unique=`for i in $$list; do \
 
147
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
148
  done | $(am__uniquify_input)`
95
149
ETAGS = etags
96
150
CTAGS = ctags
97
151
DIST_SUBDIRS = oss random twip esound alsa pulseaudio sndfile \
130
184
AUTOCONF = @AUTOCONF@
131
185
AUTOHEADER = @AUTOHEADER@
132
186
AUTOMAKE = @AUTOMAKE@
 
187
AVUTIL_CFLAGS = @AVUTIL_CFLAGS@
 
188
AVUTIL_LIBS = @AVUTIL_LIBS@
133
189
AWK = @AWK@
134
190
BINIOU_VERSION = @BINIOU_VERSION@
135
191
CACA_CFLAGS = @CACA_CFLAGS@
149
205
ECHO_N = @ECHO_N@
150
206
ECHO_T = @ECHO_T@
151
207
EGREP = @EGREP@
152
 
ERL = @ERL@
153
 
ERLANG_LIB_DIR_erl_interface = @ERLANG_LIB_DIR_erl_interface@
154
 
ERLANG_LIB_VER_erl_interface = @ERLANG_LIB_VER_erl_interface@
155
 
ERLC = @ERLC@
156
 
ERLCFLAGS = @ERLCFLAGS@
157
208
ESD_CFLAGS = @ESD_CFLAGS@
158
209
ESD_LIBS = @ESD_LIBS@
159
210
EXEEXT = @EXEEXT@
176
227
JACK_CFLAGS = @JACK_CFLAGS@
177
228
JACK_LIBS = @JACK_LIBS@
178
229
LDFLAGS = @LDFLAGS@
 
230
LEBINIOU_DATADIR = @LEBINIOU_DATADIR@
 
231
LEBINIOU_PLUGINSDIR = @LEBINIOU_PLUGINSDIR@
 
232
LEBINIOU_SCHEMES_FILE = @LEBINIOU_SCHEMES_FILE@
179
233
LIBOBJS = @LIBOBJS@
180
234
LIBS = @LIBS@
181
235
LTLIBOBJS = @LTLIBOBJS@
304
358
$(am__aclocal_m4_deps):
305
359
 
306
360
# This directory's subdirectories are mostly independent; you can cd
307
 
# into them and run `make' without going through this Makefile.
308
 
# To change the values of `make' variables: instead of editing Makefiles,
309
 
# (1) if the variable is set in `config.status', edit `config.status'
310
 
#     (which will cause the Makefiles to be regenerated when you run `make');
311
 
# (2) otherwise, pass the desired values on the `make' command line.
312
 
$(RECURSIVE_TARGETS):
313
 
        @fail= failcom='exit 1'; \
314
 
        for f in x $$MAKEFLAGS; do \
315
 
          case $$f in \
316
 
            *=* | --[!k]*);; \
317
 
            *k*) failcom='fail=yes';; \
318
 
          esac; \
319
 
        done; \
 
361
# into them and run 'make' without going through this Makefile.
 
362
# To change the values of 'make' variables: instead of editing Makefiles,
 
363
# (1) if the variable is set in 'config.status', edit 'config.status'
 
364
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
365
# (2) otherwise, pass the desired values on the 'make' command line.
 
366
$(am__recursive_targets):
 
367
        @fail=; \
 
368
        if $(am__make_keepgoing); then \
 
369
          failcom='fail=yes'; \
 
370
        else \
 
371
          failcom='exit 1'; \
 
372
        fi; \
320
373
        dot_seen=no; \
321
374
        target=`echo $@ | sed s/-recursive//`; \
322
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
375
        case "$@" in \
 
376
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
377
          *) list='$(SUBDIRS)' ;; \
 
378
        esac; \
 
379
        for subdir in $$list; do \
323
380
          echo "Making $$target in $$subdir"; \
324
381
          if test "$$subdir" = "."; then \
325
382
            dot_seen=yes; \
334
391
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
335
392
        fi; test -z "$$fail"
336
393
 
337
 
$(RECURSIVE_CLEAN_TARGETS):
338
 
        @fail= failcom='exit 1'; \
339
 
        for f in x $$MAKEFLAGS; do \
340
 
          case $$f in \
341
 
            *=* | --[!k]*);; \
342
 
            *k*) failcom='fail=yes';; \
343
 
          esac; \
344
 
        done; \
345
 
        dot_seen=no; \
346
 
        case "$@" in \
347
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
348
 
          *) list='$(SUBDIRS)' ;; \
349
 
        esac; \
350
 
        rev=''; for subdir in $$list; do \
351
 
          if test "$$subdir" = "."; then :; else \
352
 
            rev="$$subdir $$rev"; \
353
 
          fi; \
354
 
        done; \
355
 
        rev="$$rev ."; \
356
 
        target=`echo $@ | sed s/-recursive//`; \
357
 
        for subdir in $$rev; do \
358
 
          echo "Making $$target in $$subdir"; \
359
 
          if test "$$subdir" = "."; then \
360
 
            local_target="$$target-am"; \
361
 
          else \
362
 
            local_target="$$target"; \
363
 
          fi; \
364
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365
 
          || eval $$failcom; \
366
 
        done && test -z "$$fail"
367
 
tags-recursive:
368
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
369
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
370
 
        done
371
 
ctags-recursive:
372
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
373
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
374
 
        done
375
 
 
376
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
377
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378
 
        unique=`for i in $$list; do \
379
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380
 
          done | \
381
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
383
 
        mkid -fID $$unique
384
 
tags: TAGS
385
 
 
386
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
387
 
                $(TAGS_FILES) $(LISP)
 
394
ID: $(am__tagged_files)
 
395
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
396
tags: tags-recursive
 
397
TAGS: tags
 
398
 
 
399
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
388
400
        set x; \
389
401
        here=`pwd`; \
390
402
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
400
412
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
401
413
          fi; \
402
414
        done; \
403
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
404
 
        unique=`for i in $$list; do \
405
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
406
 
          done | \
407
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
415
        $(am__define_uniq_tagged_files); \
409
416
        shift; \
410
417
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
411
418
          test -n "$$unique" || unique=$$empty_fix; \
417
424
              $$unique; \
418
425
          fi; \
419
426
        fi
420
 
ctags: CTAGS
421
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
422
 
                $(TAGS_FILES) $(LISP)
423
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
424
 
        unique=`for i in $$list; do \
425
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426
 
          done | \
427
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
427
ctags: ctags-recursive
 
428
 
 
429
CTAGS: ctags
 
430
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
431
        $(am__define_uniq_tagged_files); \
429
432
        test -z "$(CTAGS_ARGS)$$unique" \
430
433
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431
434
             $$unique
434
437
        here=`$(am__cd) $(top_builddir) && pwd` \
435
438
          && $(am__cd) $(top_srcdir) \
436
439
          && gtags -i $(GTAGS_ARGS) "$$here"
 
440
cscopelist: cscopelist-recursive
 
441
 
 
442
cscopelist-am: $(am__tagged_files)
 
443
        list='$(am__tagged_files)'; \
 
444
        case "$(srcdir)" in \
 
445
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
446
          *) sdir=$(subdir)/$(srcdir) ;; \
 
447
        esac; \
 
448
        for i in $$list; do \
 
449
          if test -f "$$i"; then \
 
450
            echo "$(subdir)/$$i"; \
 
451
          else \
 
452
            echo "$$sdir/$$i"; \
 
453
          fi; \
 
454
        done >> $(top_builddir)/cscope.files
437
455
 
438
456
distclean-tags:
439
457
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
594
612
 
595
613
uninstall-am:
596
614
 
597
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
598
 
        install-am install-strip tags-recursive
 
615
.MAKE: $(am__recursive_targets) install-am install-strip
599
616
 
600
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
601
 
        all all-am check check-am clean clean-generic ctags \
602
 
        ctags-recursive distclean distclean-generic distclean-tags \
603
 
        distdir dvi dvi-am html html-am info info-am install \
604
 
        install-am install-data install-data-am install-dvi \
605
 
        install-dvi-am install-exec install-exec-am install-html \
606
 
        install-html-am install-info install-info-am install-man \
607
 
        install-pdf install-pdf-am install-ps install-ps-am \
608
 
        install-strip installcheck installcheck-am installdirs \
609
 
        installdirs-am maintainer-clean maintainer-clean-generic \
610
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
611
 
        tags-recursive uninstall uninstall-am
 
617
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
618
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
619
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
620
        html html-am info info-am install install-am install-data \
 
621
        install-data-am install-dvi install-dvi-am install-exec \
 
622
        install-exec-am install-html install-html-am install-info \
 
623
        install-info-am install-man install-pdf install-pdf-am \
 
624
        install-ps install-ps-am install-strip installcheck \
 
625
        installcheck-am installdirs installdirs-am maintainer-clean \
 
626
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
627
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
612
628
 
613
629
 
614
630
# Tell versions [3.59,3.63) of GNU make to not export all variables.