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

« back to all changes in this revision

Viewing changes to plugins/stable/output/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
@EXTRA_BEW_TRUE@am__append_5 = bew
59
86
@WITH_FFMPEG_TRUE@am__append_6 = RTMP
60
87
subdir = plugins/stable/output
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 = SDL diskwriter caca erlang GL bew RTMP
129
183
AUTOCONF = @AUTOCONF@
130
184
AUTOHEADER = @AUTOHEADER@
131
185
AUTOMAKE = @AUTOMAKE@
 
186
AVUTIL_CFLAGS = @AVUTIL_CFLAGS@
 
187
AVUTIL_LIBS = @AVUTIL_LIBS@
132
188
AWK = @AWK@
133
189
BINIOU_VERSION = @BINIOU_VERSION@
134
190
CACA_CFLAGS = @CACA_CFLAGS@
148
204
ECHO_N = @ECHO_N@
149
205
ECHO_T = @ECHO_T@
150
206
EGREP = @EGREP@
151
 
ERL = @ERL@
152
 
ERLANG_LIB_DIR_erl_interface = @ERLANG_LIB_DIR_erl_interface@
153
 
ERLANG_LIB_VER_erl_interface = @ERLANG_LIB_VER_erl_interface@
154
 
ERLC = @ERLC@
155
 
ERLCFLAGS = @ERLCFLAGS@
156
207
ESD_CFLAGS = @ESD_CFLAGS@
157
208
ESD_LIBS = @ESD_LIBS@
158
209
EXEEXT = @EXEEXT@
175
226
JACK_CFLAGS = @JACK_CFLAGS@
176
227
JACK_LIBS = @JACK_LIBS@
177
228
LDFLAGS = @LDFLAGS@
 
229
LEBINIOU_DATADIR = @LEBINIOU_DATADIR@
 
230
LEBINIOU_PLUGINSDIR = @LEBINIOU_PLUGINSDIR@
 
231
LEBINIOU_SCHEMES_FILE = @LEBINIOU_SCHEMES_FILE@
178
232
LIBOBJS = @LIBOBJS@
179
233
LIBS = @LIBS@
180
234
LTLIBOBJS = @LTLIBOBJS@
303
357
$(am__aclocal_m4_deps):
304
358
 
305
359
# This directory's subdirectories are mostly independent; you can cd
306
 
# into them and run `make' without going through this Makefile.
307
 
# To change the values of `make' variables: instead of editing Makefiles,
308
 
# (1) if the variable is set in `config.status', edit `config.status'
309
 
#     (which will cause the Makefiles to be regenerated when you run `make');
310
 
# (2) otherwise, pass the desired values on the `make' command line.
311
 
$(RECURSIVE_TARGETS):
312
 
        @fail= failcom='exit 1'; \
313
 
        for f in x $$MAKEFLAGS; do \
314
 
          case $$f in \
315
 
            *=* | --[!k]*);; \
316
 
            *k*) failcom='fail=yes';; \
317
 
          esac; \
318
 
        done; \
 
360
# into them and run 'make' without going through this Makefile.
 
361
# To change the values of 'make' variables: instead of editing Makefiles,
 
362
# (1) if the variable is set in 'config.status', edit 'config.status'
 
363
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
364
# (2) otherwise, pass the desired values on the 'make' command line.
 
365
$(am__recursive_targets):
 
366
        @fail=; \
 
367
        if $(am__make_keepgoing); then \
 
368
          failcom='fail=yes'; \
 
369
        else \
 
370
          failcom='exit 1'; \
 
371
        fi; \
319
372
        dot_seen=no; \
320
373
        target=`echo $@ | sed s/-recursive//`; \
321
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
374
        case "$@" in \
 
375
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
376
          *) list='$(SUBDIRS)' ;; \
 
377
        esac; \
 
378
        for subdir in $$list; do \
322
379
          echo "Making $$target in $$subdir"; \
323
380
          if test "$$subdir" = "."; then \
324
381
            dot_seen=yes; \
333
390
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
334
391
        fi; test -z "$$fail"
335
392
 
336
 
$(RECURSIVE_CLEAN_TARGETS):
337
 
        @fail= failcom='exit 1'; \
338
 
        for f in x $$MAKEFLAGS; do \
339
 
          case $$f in \
340
 
            *=* | --[!k]*);; \
341
 
            *k*) failcom='fail=yes';; \
342
 
          esac; \
343
 
        done; \
344
 
        dot_seen=no; \
345
 
        case "$@" in \
346
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
347
 
          *) list='$(SUBDIRS)' ;; \
348
 
        esac; \
349
 
        rev=''; for subdir in $$list; do \
350
 
          if test "$$subdir" = "."; then :; else \
351
 
            rev="$$subdir $$rev"; \
352
 
          fi; \
353
 
        done; \
354
 
        rev="$$rev ."; \
355
 
        target=`echo $@ | sed s/-recursive//`; \
356
 
        for subdir in $$rev; do \
357
 
          echo "Making $$target in $$subdir"; \
358
 
          if test "$$subdir" = "."; then \
359
 
            local_target="$$target-am"; \
360
 
          else \
361
 
            local_target="$$target"; \
362
 
          fi; \
363
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
364
 
          || eval $$failcom; \
365
 
        done && test -z "$$fail"
366
 
tags-recursive:
367
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
368
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
369
 
        done
370
 
ctags-recursive:
371
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
372
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
373
 
        done
374
 
 
375
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
376
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
377
 
        unique=`for i in $$list; do \
378
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379
 
          done | \
380
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
382
 
        mkid -fID $$unique
383
 
tags: TAGS
384
 
 
385
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
386
 
                $(TAGS_FILES) $(LISP)
 
393
ID: $(am__tagged_files)
 
394
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
395
tags: tags-recursive
 
396
TAGS: tags
 
397
 
 
398
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
387
399
        set x; \
388
400
        here=`pwd`; \
389
401
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
399
411
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
400
412
          fi; \
401
413
        done; \
402
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
403
 
        unique=`for i in $$list; do \
404
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405
 
          done | \
406
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
414
        $(am__define_uniq_tagged_files); \
408
415
        shift; \
409
416
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
410
417
          test -n "$$unique" || unique=$$empty_fix; \
416
423
              $$unique; \
417
424
          fi; \
418
425
        fi
419
 
ctags: CTAGS
420
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
421
 
                $(TAGS_FILES) $(LISP)
422
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
423
 
        unique=`for i in $$list; do \
424
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425
 
          done | \
426
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
426
ctags: ctags-recursive
 
427
 
 
428
CTAGS: ctags
 
429
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
430
        $(am__define_uniq_tagged_files); \
428
431
        test -z "$(CTAGS_ARGS)$$unique" \
429
432
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430
433
             $$unique
433
436
        here=`$(am__cd) $(top_builddir) && pwd` \
434
437
          && $(am__cd) $(top_srcdir) \
435
438
          && gtags -i $(GTAGS_ARGS) "$$here"
 
439
cscopelist: cscopelist-recursive
 
440
 
 
441
cscopelist-am: $(am__tagged_files)
 
442
        list='$(am__tagged_files)'; \
 
443
        case "$(srcdir)" in \
 
444
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
445
          *) sdir=$(subdir)/$(srcdir) ;; \
 
446
        esac; \
 
447
        for i in $$list; do \
 
448
          if test -f "$$i"; then \
 
449
            echo "$(subdir)/$$i"; \
 
450
          else \
 
451
            echo "$$sdir/$$i"; \
 
452
          fi; \
 
453
        done >> $(top_builddir)/cscope.files
436
454
 
437
455
distclean-tags:
438
456
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
593
611
 
594
612
uninstall-am:
595
613
 
596
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
597
 
        install-am install-strip tags-recursive
 
614
.MAKE: $(am__recursive_targets) install-am install-strip
598
615
 
599
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
600
 
        all all-am check check-am clean clean-generic ctags \
601
 
        ctags-recursive distclean distclean-generic distclean-tags \
602
 
        distdir dvi dvi-am html html-am info info-am install \
603
 
        install-am install-data install-data-am install-dvi \
604
 
        install-dvi-am install-exec install-exec-am install-html \
605
 
        install-html-am install-info install-info-am install-man \
606
 
        install-pdf install-pdf-am install-ps install-ps-am \
607
 
        install-strip installcheck installcheck-am installdirs \
608
 
        installdirs-am maintainer-clean maintainer-clean-generic \
609
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
610
 
        tags-recursive uninstall uninstall-am
 
616
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
617
        check-am clean clean-generic cscopelist-am ctags ctags-am \
 
618
        distclean distclean-generic distclean-tags distdir dvi dvi-am \
 
619
        html html-am info info-am install install-am install-data \
 
620
        install-data-am install-dvi install-dvi-am install-exec \
 
621
        install-exec-am install-html install-html-am install-info \
 
622
        install-info-am install-man install-pdf install-pdf-am \
 
623
        install-ps install-ps-am install-strip installcheck \
 
624
        installcheck-am installdirs installdirs-am maintainer-clean \
 
625
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
626
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
611
627
 
612
628
 
613
629
# Tell versions [3.59,3.63) of GNU make to not export all variables.