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

« back to all changes in this revision

Viewing changes to plugins/stable/main/blur4/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.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
19
 
am__make_dryrun = \
20
 
  { \
21
 
    am__dry=no; \
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
22
31
    case $$MAKEFLAGS in \
23
32
      *\\[\ \   ]*) \
24
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26
 
      *) \
27
 
        for am__flg in $$MAKEFLAGS; do \
28
 
          case $$am__flg in \
29
 
            *=*|--*) ;; \
30
 
            *n*) am__dry=yes; break;; \
31
 
          esac; \
32
 
        done;; \
33
 
    esac; \
34
 
    test $$am__dry = yes; \
35
 
  }
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36
63
pkgdatadir = $(datadir)/@PACKAGE@
37
64
pkgincludedir = $(includedir)/@PACKAGE@
38
65
pkglibdir = $(libdir)/@PACKAGE@
54
81
target_triplet = @target@
55
82
plugin_PROGRAMS = blur4.so$(EXEEXT)
56
83
subdir = plugins/stable/main/blur4
57
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
84
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
85
        $(top_srcdir)/build-aux/depcomp
58
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59
87
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
60
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
98
blur4_so_LDADD = $(LDADD)
71
99
blur4_so_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(blur4_so_LDFLAGS) \
72
100
        $(LDFLAGS) -o $@
 
101
AM_V_P = $(am__v_P_@AM_V@)
 
102
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
103
am__v_P_0 = false
 
104
am__v_P_1 = :
 
105
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
106
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
107
am__v_GEN_0 = @echo "  GEN     " $@;
 
108
am__v_GEN_1 = 
 
109
AM_V_at = $(am__v_at_@AM_V@)
 
110
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
111
am__v_at_0 = @
 
112
am__v_at_1 = 
73
113
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
114
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
75
115
am__depfiles_maybe = depfiles
77
117
AM_V_lt = $(am__v_lt_@AM_V@)
78
118
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
79
119
am__v_lt_0 = --silent
 
120
am__v_lt_1 = 
80
121
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
81
122
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
82
123
AM_V_CC = $(am__v_CC_@AM_V@)
83
124
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
84
 
am__v_CC_0 = @echo "  CC    " $@;
85
 
AM_V_at = $(am__v_at_@AM_V@)
86
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
87
 
am__v_at_0 = @
 
125
am__v_CC_0 = @echo "  CC      " $@;
 
126
am__v_CC_1 = 
88
127
CCLD = $(CC)
89
128
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
90
129
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
91
130
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
92
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
93
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
94
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
95
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
131
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
132
am__v_CCLD_1 = 
96
133
SOURCES = $(blur4_so_SOURCES)
97
134
DIST_SOURCES = $(blur4_so_SOURCES)
98
135
am__can_run_installinfo = \
100
137
    n|no|NO) false;; \
101
138
    *) (install-info --version) >/dev/null 2>&1;; \
102
139
  esac
 
140
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
141
# Read a list of newline-separated strings from the standard input,
 
142
# and print each of them once, without duplicates.  Input order is
 
143
# *not* preserved.
 
144
am__uniquify_input = $(AWK) '\
 
145
  BEGIN { nonempty = 0; } \
 
146
  { items[$$0] = 1; nonempty = 1; } \
 
147
  END { if (nonempty) { for (i in items) print i; }; } \
 
148
'
 
149
# Make sure the list of sources is unique.  This is necessary because,
 
150
# e.g., the same source file might be shared among _SOURCES variables
 
151
# for different programs/libraries.
 
152
am__define_uniq_tagged_files = \
 
153
  list='$(am__tagged_files)'; \
 
154
  unique=`for i in $$list; do \
 
155
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
156
  done | $(am__uniquify_input)`
103
157
ETAGS = etags
104
158
CTAGS = ctags
105
159
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111
165
AUTOCONF = @AUTOCONF@
112
166
AUTOHEADER = @AUTOHEADER@
113
167
AUTOMAKE = @AUTOMAKE@
 
168
AVUTIL_CFLAGS = @AVUTIL_CFLAGS@
 
169
AVUTIL_LIBS = @AVUTIL_LIBS@
114
170
AWK = @AWK@
115
171
BINIOU_VERSION = @BINIOU_VERSION@
116
172
CACA_CFLAGS = @CACA_CFLAGS@
130
186
ECHO_N = @ECHO_N@
131
187
ECHO_T = @ECHO_T@
132
188
EGREP = @EGREP@
133
 
ERL = @ERL@
134
 
ERLANG_LIB_DIR_erl_interface = @ERLANG_LIB_DIR_erl_interface@
135
 
ERLANG_LIB_VER_erl_interface = @ERLANG_LIB_VER_erl_interface@
136
 
ERLC = @ERLC@
137
 
ERLCFLAGS = @ERLCFLAGS@
138
189
ESD_CFLAGS = @ESD_CFLAGS@
139
190
ESD_LIBS = @ESD_LIBS@
140
191
EXEEXT = @EXEEXT@
157
208
JACK_CFLAGS = @JACK_CFLAGS@
158
209
JACK_LIBS = @JACK_LIBS@
159
210
LDFLAGS = @LDFLAGS@
 
211
LEBINIOU_DATADIR = @LEBINIOU_DATADIR@
 
212
LEBINIOU_PLUGINSDIR = @LEBINIOU_PLUGINSDIR@
 
213
LEBINIOU_SCHEMES_FILE = @LEBINIOU_SCHEMES_FILE@
160
214
LIBOBJS = @LIBOBJS@
161
215
LIBS = @LIBS@
162
216
LTLIBOBJS = @LTLIBOBJS@
295
349
        fi; \
296
350
        for p in $$list; do echo "$$p $$p"; done | \
297
351
        sed 's/$(EXEEXT)$$//' | \
298
 
        while read p p1; do if test -f $$p; \
299
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
352
        while read p p1; do if test -f $$p \
 
353
          ; then echo "$$p"; echo "$$p"; else :; fi; \
300
354
        done | \
301
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
355
        sed -e 'p;s,.*/,,;n;h' \
 
356
            -e 's|.*|.|' \
302
357
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
303
358
        sed 'N;N;N;s,\n, ,g' | \
304
359
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
319
374
        @list='$(plugin_PROGRAMS)'; test -n "$(plugindir)" || list=; \
320
375
        files=`for p in $$list; do echo "$$p"; done | \
321
376
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
322
 
              -e 's/$$/$(EXEEXT)/' `; \
 
377
              -e 's/$$/$(EXEEXT)/' \
 
378
        `; \
323
379
        test -n "$$list" || exit 0; \
324
380
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
325
381
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
326
382
 
327
383
clean-pluginPROGRAMS:
328
384
        -test -z "$(plugin_PROGRAMS)" || rm -f $(plugin_PROGRAMS)
 
385
 
329
386
blur4.so$(EXEEXT): $(blur4_so_OBJECTS) $(blur4_so_DEPENDENCIES) $(EXTRA_blur4_so_DEPENDENCIES) 
330
387
        @rm -f blur4.so$(EXEEXT)
331
388
        $(AM_V_CCLD)$(blur4_so_LINK) $(blur4_so_OBJECTS) $(blur4_so_LDADD) $(LIBS)
366
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367
424
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(blur4_so_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o blur4_so-blur4.obj `if test -f 'blur4.c'; then $(CYGPATH_W) 'blur4.c'; else $(CYGPATH_W) '$(srcdir)/blur4.c'; fi`
368
425
 
369
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371
 
        unique=`for i in $$list; do \
372
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
373
 
          done | \
374
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
375
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
376
 
        mkid -fID $$unique
377
 
tags: TAGS
 
426
ID: $(am__tagged_files)
 
427
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
428
tags: tags-am
 
429
TAGS: tags
378
430
 
379
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
380
 
                $(TAGS_FILES) $(LISP)
 
431
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
381
432
        set x; \
382
433
        here=`pwd`; \
383
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
384
 
        unique=`for i in $$list; do \
385
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
386
 
          done | \
387
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
388
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
434
        $(am__define_uniq_tagged_files); \
389
435
        shift; \
390
436
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391
437
          test -n "$$unique" || unique=$$empty_fix; \
397
443
              $$unique; \
398
444
          fi; \
399
445
        fi
400
 
ctags: CTAGS
401
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402
 
                $(TAGS_FILES) $(LISP)
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; }; }'`; \
 
446
ctags: ctags-am
 
447
 
 
448
CTAGS: ctags
 
449
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
450
        $(am__define_uniq_tagged_files); \
409
451
        test -z "$(CTAGS_ARGS)$$unique" \
410
452
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
411
453
             $$unique
414
456
        here=`$(am__cd) $(top_builddir) && pwd` \
415
457
          && $(am__cd) $(top_srcdir) \
416
458
          && gtags -i $(GTAGS_ARGS) "$$here"
 
459
cscopelist: cscopelist-am
 
460
 
 
461
cscopelist-am: $(am__tagged_files)
 
462
        list='$(am__tagged_files)'; \
 
463
        case "$(srcdir)" in \
 
464
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
465
          *) sdir=$(subdir)/$(srcdir) ;; \
 
466
        esac; \
 
467
        for i in $$list; do \
 
468
          if test -f "$$i"; then \
 
469
            echo "$(subdir)/$$i"; \
 
470
          else \
 
471
            echo "$$sdir/$$i"; \
 
472
          fi; \
 
473
        done >> $(top_builddir)/cscope.files
417
474
 
418
475
distclean-tags:
419
476
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
556
613
 
557
614
.MAKE: install-am install-strip
558
615
 
559
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
560
 
        clean-pluginPROGRAMS ctags distclean distclean-compile \
561
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
562
 
        html-am info info-am install install-am install-data \
563
 
        install-data-am install-dvi install-dvi-am install-exec \
564
 
        install-exec-am install-html install-html-am install-info \
565
 
        install-info-am install-man install-pdf install-pdf-am \
566
 
        install-pluginPROGRAMS install-ps install-ps-am install-strip \
567
 
        installcheck installcheck-am installdirs maintainer-clean \
568
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
569
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
570
 
        uninstall-am uninstall-pluginPROGRAMS
 
616
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
617
        clean-pluginPROGRAMS cscopelist-am ctags ctags-am distclean \
 
618
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
619
        dvi-am html html-am info info-am install install-am \
 
620
        install-data install-data-am install-dvi install-dvi-am \
 
621
        install-exec install-exec-am install-html install-html-am \
 
622
        install-info install-info-am install-man install-pdf \
 
623
        install-pdf-am install-pluginPROGRAMS install-ps install-ps-am \
 
624
        install-strip installcheck installcheck-am installdirs \
 
625
        maintainer-clean maintainer-clean-generic mostlyclean \
 
626
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
627
        tags tags-am uninstall uninstall-am uninstall-pluginPROGRAMS
571
628
 
572
629
 
573
630
# Tell versions [3.59,3.63) of GNU make to not export all variables.