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

« back to all changes in this revision

Viewing changes to plugins/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@
52
79
host_triplet = @host@
53
80
target_triplet = @target@
54
81
subdir = plugins
55
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
56
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
84
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
58
85
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61
88
CONFIG_HEADER = $(top_builddir)/config.h
62
89
CONFIG_CLEAN_FILES =
63
90
CONFIG_CLEAN_VPATH_FILES =
 
91
AM_V_P = $(am__v_P_@AM_V@)
 
92
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
93
am__v_P_0 = false
 
94
am__v_P_1 = :
64
95
AM_V_GEN = $(am__v_GEN_@AM_V@)
65
96
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
66
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
97
am__v_GEN_0 = @echo "  GEN     " $@;
 
98
am__v_GEN_1 = 
67
99
AM_V_at = $(am__v_at_@AM_V@)
68
100
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
69
101
am__v_at_0 = @
 
102
am__v_at_1 = 
70
103
SOURCES =
71
104
DIST_SOURCES =
72
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73
 
        html-recursive info-recursive install-data-recursive \
74
 
        install-dvi-recursive install-exec-recursive \
75
 
        install-html-recursive install-info-recursive \
76
 
        install-pdf-recursive install-ps-recursive install-recursive \
77
 
        installcheck-recursive installdirs-recursive pdf-recursive \
78
 
        ps-recursive uninstall-recursive
 
105
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
106
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
107
        install-data-recursive install-dvi-recursive \
 
108
        install-exec-recursive install-html-recursive \
 
109
        install-info-recursive install-pdf-recursive \
 
110
        install-ps-recursive install-recursive installcheck-recursive \
 
111
        installdirs-recursive pdf-recursive ps-recursive \
 
112
        tags-recursive uninstall-recursive
79
113
am__can_run_installinfo = \
80
114
  case $$AM_UPDATE_INFO_DIR in \
81
115
    n|no|NO) false;; \
83
117
  esac
84
118
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
85
119
  distclean-recursive maintainer-clean-recursive
86
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
87
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
120
am__recursive_targets = \
 
121
  $(RECURSIVE_TARGETS) \
 
122
  $(RECURSIVE_CLEAN_TARGETS) \
 
123
  $(am__extra_recursive_targets)
 
124
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
88
125
        distdir
 
126
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
127
# Read a list of newline-separated strings from the standard input,
 
128
# and print each of them once, without duplicates.  Input order is
 
129
# *not* preserved.
 
130
am__uniquify_input = $(AWK) '\
 
131
  BEGIN { nonempty = 0; } \
 
132
  { items[$$0] = 1; nonempty = 1; } \
 
133
  END { if (nonempty) { for (i in items) print i; }; } \
 
134
'
 
135
# Make sure the list of sources is unique.  This is necessary because,
 
136
# e.g., the same source file might be shared among _SOURCES variables
 
137
# for different programs/libraries.
 
138
am__define_uniq_tagged_files = \
 
139
  list='$(am__tagged_files)'; \
 
140
  unique=`for i in $$list; do \
 
141
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
142
  done | $(am__uniquify_input)`
89
143
ETAGS = etags
90
144
CTAGS = ctags
91
145
DIST_SUBDIRS = $(SUBDIRS)
123
177
AUTOCONF = @AUTOCONF@
124
178
AUTOHEADER = @AUTOHEADER@
125
179
AUTOMAKE = @AUTOMAKE@
 
180
AVUTIL_CFLAGS = @AVUTIL_CFLAGS@
 
181
AVUTIL_LIBS = @AVUTIL_LIBS@
126
182
AWK = @AWK@
127
183
BINIOU_VERSION = @BINIOU_VERSION@
128
184
CACA_CFLAGS = @CACA_CFLAGS@
142
198
ECHO_N = @ECHO_N@
143
199
ECHO_T = @ECHO_T@
144
200
EGREP = @EGREP@
145
 
ERL = @ERL@
146
 
ERLANG_LIB_DIR_erl_interface = @ERLANG_LIB_DIR_erl_interface@
147
 
ERLANG_LIB_VER_erl_interface = @ERLANG_LIB_VER_erl_interface@
148
 
ERLC = @ERLC@
149
 
ERLCFLAGS = @ERLCFLAGS@
150
201
ESD_CFLAGS = @ESD_CFLAGS@
151
202
ESD_LIBS = @ESD_LIBS@
152
203
EXEEXT = @EXEEXT@
169
220
JACK_CFLAGS = @JACK_CFLAGS@
170
221
JACK_LIBS = @JACK_LIBS@
171
222
LDFLAGS = @LDFLAGS@
 
223
LEBINIOU_DATADIR = @LEBINIOU_DATADIR@
 
224
LEBINIOU_PLUGINSDIR = @LEBINIOU_PLUGINSDIR@
 
225
LEBINIOU_SCHEMES_FILE = @LEBINIOU_SCHEMES_FILE@
172
226
LIBOBJS = @LIBOBJS@
173
227
LIBS = @LIBS@
174
228
LTLIBOBJS = @LTLIBOBJS@
296
350
$(am__aclocal_m4_deps):
297
351
 
298
352
# This directory's subdirectories are mostly independent; you can cd
299
 
# into them and run `make' without going through this Makefile.
300
 
# To change the values of `make' variables: instead of editing Makefiles,
301
 
# (1) if the variable is set in `config.status', edit `config.status'
302
 
#     (which will cause the Makefiles to be regenerated when you run `make');
303
 
# (2) otherwise, pass the desired values on the `make' command line.
304
 
$(RECURSIVE_TARGETS):
305
 
        @fail= failcom='exit 1'; \
306
 
        for f in x $$MAKEFLAGS; do \
307
 
          case $$f in \
308
 
            *=* | --[!k]*);; \
309
 
            *k*) failcom='fail=yes';; \
310
 
          esac; \
311
 
        done; \
 
353
# into them and run 'make' without going through this Makefile.
 
354
# To change the values of 'make' variables: instead of editing Makefiles,
 
355
# (1) if the variable is set in 'config.status', edit 'config.status'
 
356
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
357
# (2) otherwise, pass the desired values on the 'make' command line.
 
358
$(am__recursive_targets):
 
359
        @fail=; \
 
360
        if $(am__make_keepgoing); then \
 
361
          failcom='fail=yes'; \
 
362
        else \
 
363
          failcom='exit 1'; \
 
364
        fi; \
312
365
        dot_seen=no; \
313
366
        target=`echo $@ | sed s/-recursive//`; \
314
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
367
        case "$@" in \
 
368
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
369
          *) list='$(SUBDIRS)' ;; \
 
370
        esac; \
 
371
        for subdir in $$list; do \
315
372
          echo "Making $$target in $$subdir"; \
316
373
          if test "$$subdir" = "."; then \
317
374
            dot_seen=yes; \
326
383
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
327
384
        fi; test -z "$$fail"
328
385
 
329
 
$(RECURSIVE_CLEAN_TARGETS):
330
 
        @fail= failcom='exit 1'; \
331
 
        for f in x $$MAKEFLAGS; do \
332
 
          case $$f in \
333
 
            *=* | --[!k]*);; \
334
 
            *k*) failcom='fail=yes';; \
335
 
          esac; \
336
 
        done; \
337
 
        dot_seen=no; \
338
 
        case "$@" in \
339
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
340
 
          *) list='$(SUBDIRS)' ;; \
341
 
        esac; \
342
 
        rev=''; for subdir in $$list; do \
343
 
          if test "$$subdir" = "."; then :; else \
344
 
            rev="$$subdir $$rev"; \
345
 
          fi; \
346
 
        done; \
347
 
        rev="$$rev ."; \
348
 
        target=`echo $@ | sed s/-recursive//`; \
349
 
        for subdir in $$rev; do \
350
 
          echo "Making $$target in $$subdir"; \
351
 
          if test "$$subdir" = "."; then \
352
 
            local_target="$$target-am"; \
353
 
          else \
354
 
            local_target="$$target"; \
355
 
          fi; \
356
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357
 
          || eval $$failcom; \
358
 
        done && test -z "$$fail"
359
 
tags-recursive:
360
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
361
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
362
 
        done
363
 
ctags-recursive:
364
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
365
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
366
 
        done
367
 
 
368
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
369
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
370
 
        unique=`for i in $$list; do \
371
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372
 
          done | \
373
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
374
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
375
 
        mkid -fID $$unique
376
 
tags: TAGS
377
 
 
378
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379
 
                $(TAGS_FILES) $(LISP)
 
386
ID: $(am__tagged_files)
 
387
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
388
tags: tags-recursive
 
389
TAGS: tags
 
390
 
 
391
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
380
392
        set x; \
381
393
        here=`pwd`; \
382
394
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
392
404
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
393
405
          fi; \
394
406
        done; \
395
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
 
        unique=`for i in $$list; do \
397
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
 
          done | \
399
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
407
        $(am__define_uniq_tagged_files); \
401
408
        shift; \
402
409
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
403
410
          test -n "$$unique" || unique=$$empty_fix; \
409
416
              $$unique; \
410
417
          fi; \
411
418
        fi
412
 
ctags: CTAGS
413
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
414
 
                $(TAGS_FILES) $(LISP)
415
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
416
 
        unique=`for i in $$list; do \
417
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418
 
          done | \
419
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
419
ctags: ctags-recursive
 
420
 
 
421
CTAGS: ctags
 
422
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
423
        $(am__define_uniq_tagged_files); \
421
424
        test -z "$(CTAGS_ARGS)$$unique" \
422
425
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
423
426
             $$unique
426
429
        here=`$(am__cd) $(top_builddir) && pwd` \
427
430
          && $(am__cd) $(top_srcdir) \
428
431
          && gtags -i $(GTAGS_ARGS) "$$here"
 
432
cscopelist: cscopelist-recursive
 
433
 
 
434
cscopelist-am: $(am__tagged_files)
 
435
        list='$(am__tagged_files)'; \
 
436
        case "$(srcdir)" in \
 
437
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
438
          *) sdir=$(subdir)/$(srcdir) ;; \
 
439
        esac; \
 
440
        for i in $$list; do \
 
441
          if test -f "$$i"; then \
 
442
            echo "$(subdir)/$$i"; \
 
443
          else \
 
444
            echo "$$sdir/$$i"; \
 
445
          fi; \
 
446
        done >> $(top_builddir)/cscope.files
429
447
 
430
448
distclean-tags:
431
449
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
586
604
 
587
605
uninstall-am:
588
606
 
589
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
590
 
        install-am install-strip tags-recursive
 
607
.MAKE: $(am__recursive_targets) install-am install-strip
591
608
 
592
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
593
 
        all all-am check check-am clean clean-generic ctags \
594
 
        ctags-recursive distclean distclean-generic distclean-tags \
595
 
        distdir dvi dvi-am html html-am info info-am install \
596
 
        install-am install-data install-data-am install-dvi \
597
 
        install-dvi-am install-exec install-exec-am install-html \
598
 
        install-html-am install-info install-info-am install-man \
599
 
        install-pdf install-pdf-am install-ps install-ps-am \
600
 
        install-strip installcheck installcheck-am installdirs \
601
 
        installdirs-am maintainer-clean maintainer-clean-generic \
602
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
603
 
        tags-recursive uninstall uninstall-am
 
609
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
610
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
611
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
612
        html html-am info info-am install install-am install-data \
 
613
        install-data-am install-dvi install-dvi-am install-exec \
 
614
        install-exec-am install-html install-html-am install-info \
 
615
        install-info-am install-man install-pdf install-pdf-am \
 
616
        install-ps install-ps-am install-strip installcheck \
 
617
        installcheck-am installdirs installdirs-am maintainer-clean \
 
618
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
619
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
604
620
 
605
621
 
606
622
# Tell versions [3.59,3.63) of GNU make to not export all variables.