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

« back to all changes in this revision

Viewing changes to plugins/stable/main/cth_space_out/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 = cth_space_out.so$(EXEEXT)
56
83
subdir = plugins/stable/main/cth_space_out
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) \
71
99
cth_space_out_so_LDADD = $(LDADD)
72
100
cth_space_out_so_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73
101
        $(cth_space_out_so_LDFLAGS) $(LDFLAGS) -o $@
 
102
AM_V_P = $(am__v_P_@AM_V@)
 
103
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
104
am__v_P_0 = false
 
105
am__v_P_1 = :
 
106
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
107
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
108
am__v_GEN_0 = @echo "  GEN     " $@;
 
109
am__v_GEN_1 = 
 
110
AM_V_at = $(am__v_at_@AM_V@)
 
111
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
112
am__v_at_0 = @
 
113
am__v_at_1 = 
74
114
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
75
115
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
76
116
am__depfiles_maybe = depfiles
78
118
AM_V_lt = $(am__v_lt_@AM_V@)
79
119
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
80
120
am__v_lt_0 = --silent
 
121
am__v_lt_1 = 
81
122
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
123
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
124
AM_V_CC = $(am__v_CC_@AM_V@)
84
125
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
85
 
am__v_CC_0 = @echo "  CC    " $@;
86
 
AM_V_at = $(am__v_at_@AM_V@)
87
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
88
 
am__v_at_0 = @
 
126
am__v_CC_0 = @echo "  CC      " $@;
 
127
am__v_CC_1 = 
89
128
CCLD = $(CC)
90
129
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
91
130
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
92
131
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
93
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
94
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
95
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
96
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
132
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
133
am__v_CCLD_1 = 
97
134
SOURCES = $(cth_space_out_so_SOURCES)
98
135
DIST_SOURCES = $(cth_space_out_so_SOURCES)
99
136
am__can_run_installinfo = \
101
138
    n|no|NO) false;; \
102
139
    *) (install-info --version) >/dev/null 2>&1;; \
103
140
  esac
 
141
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
142
# Read a list of newline-separated strings from the standard input,
 
143
# and print each of them once, without duplicates.  Input order is
 
144
# *not* preserved.
 
145
am__uniquify_input = $(AWK) '\
 
146
  BEGIN { nonempty = 0; } \
 
147
  { items[$$0] = 1; nonempty = 1; } \
 
148
  END { if (nonempty) { for (i in items) print i; }; } \
 
149
'
 
150
# Make sure the list of sources is unique.  This is necessary because,
 
151
# e.g., the same source file might be shared among _SOURCES variables
 
152
# for different programs/libraries.
 
153
am__define_uniq_tagged_files = \
 
154
  list='$(am__tagged_files)'; \
 
155
  unique=`for i in $$list; do \
 
156
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
157
  done | $(am__uniquify_input)`
104
158
ETAGS = etags
105
159
CTAGS = ctags
106
160
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
112
166
AUTOCONF = @AUTOCONF@
113
167
AUTOHEADER = @AUTOHEADER@
114
168
AUTOMAKE = @AUTOMAKE@
 
169
AVUTIL_CFLAGS = @AVUTIL_CFLAGS@
 
170
AVUTIL_LIBS = @AVUTIL_LIBS@
115
171
AWK = @AWK@
116
172
BINIOU_VERSION = @BINIOU_VERSION@
117
173
CACA_CFLAGS = @CACA_CFLAGS@
131
187
ECHO_N = @ECHO_N@
132
188
ECHO_T = @ECHO_T@
133
189
EGREP = @EGREP@
134
 
ERL = @ERL@
135
 
ERLANG_LIB_DIR_erl_interface = @ERLANG_LIB_DIR_erl_interface@
136
 
ERLANG_LIB_VER_erl_interface = @ERLANG_LIB_VER_erl_interface@
137
 
ERLC = @ERLC@
138
 
ERLCFLAGS = @ERLCFLAGS@
139
190
ESD_CFLAGS = @ESD_CFLAGS@
140
191
ESD_LIBS = @ESD_LIBS@
141
192
EXEEXT = @EXEEXT@
158
209
JACK_CFLAGS = @JACK_CFLAGS@
159
210
JACK_LIBS = @JACK_LIBS@
160
211
LDFLAGS = @LDFLAGS@
 
212
LEBINIOU_DATADIR = @LEBINIOU_DATADIR@
 
213
LEBINIOU_PLUGINSDIR = @LEBINIOU_PLUGINSDIR@
 
214
LEBINIOU_SCHEMES_FILE = @LEBINIOU_SCHEMES_FILE@
161
215
LIBOBJS = @LIBOBJS@
162
216
LIBS = @LIBS@
163
217
LTLIBOBJS = @LTLIBOBJS@
296
350
        fi; \
297
351
        for p in $$list; do echo "$$p $$p"; done | \
298
352
        sed 's/$(EXEEXT)$$//' | \
299
 
        while read p p1; do if test -f $$p; \
300
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
353
        while read p p1; do if test -f $$p \
 
354
          ; then echo "$$p"; echo "$$p"; else :; fi; \
301
355
        done | \
302
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
356
        sed -e 'p;s,.*/,,;n;h' \
 
357
            -e 's|.*|.|' \
303
358
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
304
359
        sed 'N;N;N;s,\n, ,g' | \
305
360
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
320
375
        @list='$(plugin_PROGRAMS)'; test -n "$(plugindir)" || list=; \
321
376
        files=`for p in $$list; do echo "$$p"; done | \
322
377
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
323
 
              -e 's/$$/$(EXEEXT)/' `; \
 
378
              -e 's/$$/$(EXEEXT)/' \
 
379
        `; \
324
380
        test -n "$$list" || exit 0; \
325
381
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
326
382
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
327
383
 
328
384
clean-pluginPROGRAMS:
329
385
        -test -z "$(plugin_PROGRAMS)" || rm -f $(plugin_PROGRAMS)
 
386
 
330
387
cth_space_out.so$(EXEEXT): $(cth_space_out_so_OBJECTS) $(cth_space_out_so_DEPENDENCIES) $(EXTRA_cth_space_out_so_DEPENDENCIES) 
331
388
        @rm -f cth_space_out.so$(EXEEXT)
332
389
        $(AM_V_CCLD)$(cth_space_out_so_LINK) $(cth_space_out_so_OBJECTS) $(cth_space_out_so_LDADD) $(LIBS)
367
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368
425
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cth_space_out_so_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cth_space_out_so-cth_space_out.obj `if test -f 'cth_space_out.c'; then $(CYGPATH_W) 'cth_space_out.c'; else $(CYGPATH_W) '$(srcdir)/cth_space_out.c'; fi`
369
426
 
370
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
371
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
372
 
        unique=`for i in $$list; do \
373
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374
 
          done | \
375
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
377
 
        mkid -fID $$unique
378
 
tags: TAGS
 
427
ID: $(am__tagged_files)
 
428
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
429
tags: tags-am
 
430
TAGS: tags
379
431
 
380
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381
 
                $(TAGS_FILES) $(LISP)
 
432
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
382
433
        set x; \
383
434
        here=`pwd`; \
384
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
385
 
        unique=`for i in $$list; do \
386
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387
 
          done | \
388
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
435
        $(am__define_uniq_tagged_files); \
390
436
        shift; \
391
437
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
392
438
          test -n "$$unique" || unique=$$empty_fix; \
398
444
              $$unique; \
399
445
          fi; \
400
446
        fi
401
 
ctags: CTAGS
402
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403
 
                $(TAGS_FILES) $(LISP)
404
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
405
 
        unique=`for i in $$list; do \
406
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
 
          done | \
408
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
447
ctags: ctags-am
 
448
 
 
449
CTAGS: ctags
 
450
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
451
        $(am__define_uniq_tagged_files); \
410
452
        test -z "$(CTAGS_ARGS)$$unique" \
411
453
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412
454
             $$unique
415
457
        here=`$(am__cd) $(top_builddir) && pwd` \
416
458
          && $(am__cd) $(top_srcdir) \
417
459
          && gtags -i $(GTAGS_ARGS) "$$here"
 
460
cscopelist: cscopelist-am
 
461
 
 
462
cscopelist-am: $(am__tagged_files)
 
463
        list='$(am__tagged_files)'; \
 
464
        case "$(srcdir)" in \
 
465
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
466
          *) sdir=$(subdir)/$(srcdir) ;; \
 
467
        esac; \
 
468
        for i in $$list; do \
 
469
          if test -f "$$i"; then \
 
470
            echo "$(subdir)/$$i"; \
 
471
          else \
 
472
            echo "$$sdir/$$i"; \
 
473
          fi; \
 
474
        done >> $(top_builddir)/cscope.files
418
475
 
419
476
distclean-tags:
420
477
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
557
614
 
558
615
.MAKE: install-am install-strip
559
616
 
560
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
561
 
        clean-pluginPROGRAMS ctags distclean distclean-compile \
562
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
563
 
        html-am info info-am install install-am install-data \
564
 
        install-data-am install-dvi install-dvi-am install-exec \
565
 
        install-exec-am install-html install-html-am install-info \
566
 
        install-info-am install-man install-pdf install-pdf-am \
567
 
        install-pluginPROGRAMS install-ps install-ps-am install-strip \
568
 
        installcheck installcheck-am installdirs maintainer-clean \
569
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
570
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
571
 
        uninstall-am uninstall-pluginPROGRAMS
 
617
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
618
        clean-pluginPROGRAMS cscopelist-am ctags ctags-am distclean \
 
619
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
620
        dvi-am html html-am info info-am install install-am \
 
621
        install-data install-data-am install-dvi install-dvi-am \
 
622
        install-exec install-exec-am install-html install-html-am \
 
623
        install-info install-info-am install-man install-pdf \
 
624
        install-pdf-am install-pluginPROGRAMS install-ps install-ps-am \
 
625
        install-strip installcheck installcheck-am installdirs \
 
626
        maintainer-clean maintainer-clean-generic mostlyclean \
 
627
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
628
        tags tags-am uninstall uninstall-am uninstall-pluginPROGRAMS
572
629
 
573
630
 
574
631
# Tell versions [3.59,3.63) of GNU make to not export all variables.