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

« back to all changes in this revision

Viewing changes to plugins/stable/output/erlang/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 = erlang.so$(EXEEXT)
56
83
subdir = plugins/stable/output/erlang
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) \
74
102
erlang_so_LDADD = $(LDADD)
75
103
erlang_so_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(erlang_so_LDFLAGS) \
76
104
        $(LDFLAGS) -o $@
 
105
AM_V_P = $(am__v_P_@AM_V@)
 
106
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
107
am__v_P_0 = false
 
108
am__v_P_1 = :
 
109
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
110
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
111
am__v_GEN_0 = @echo "  GEN     " $@;
 
112
am__v_GEN_1 = 
 
113
AM_V_at = $(am__v_at_@AM_V@)
 
114
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
115
am__v_at_0 = @
 
116
am__v_at_1 = 
77
117
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
78
118
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
79
119
am__depfiles_maybe = depfiles
81
121
AM_V_lt = $(am__v_lt_@AM_V@)
82
122
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
83
123
am__v_lt_0 = --silent
 
124
am__v_lt_1 = 
84
125
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85
126
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86
127
AM_V_CC = $(am__v_CC_@AM_V@)
87
128
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
88
 
am__v_CC_0 = @echo "  CC    " $@;
89
 
AM_V_at = $(am__v_at_@AM_V@)
90
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
91
 
am__v_at_0 = @
 
129
am__v_CC_0 = @echo "  CC      " $@;
 
130
am__v_CC_1 = 
92
131
CCLD = $(CC)
93
132
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
94
133
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
95
134
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
96
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
97
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
98
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
99
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
135
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
136
am__v_CCLD_1 = 
100
137
SOURCES = $(erlang_so_SOURCES)
101
138
DIST_SOURCES = $(erlang_so_SOURCES)
102
139
am__can_run_installinfo = \
104
141
    n|no|NO) false;; \
105
142
    *) (install-info --version) >/dev/null 2>&1;; \
106
143
  esac
 
144
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
145
# Read a list of newline-separated strings from the standard input,
 
146
# and print each of them once, without duplicates.  Input order is
 
147
# *not* preserved.
 
148
am__uniquify_input = $(AWK) '\
 
149
  BEGIN { nonempty = 0; } \
 
150
  { items[$$0] = 1; nonempty = 1; } \
 
151
  END { if (nonempty) { for (i in items) print i; }; } \
 
152
'
 
153
# Make sure the list of sources is unique.  This is necessary because,
 
154
# e.g., the same source file might be shared among _SOURCES variables
 
155
# for different programs/libraries.
 
156
am__define_uniq_tagged_files = \
 
157
  list='$(am__tagged_files)'; \
 
158
  unique=`for i in $$list; do \
 
159
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
160
  done | $(am__uniquify_input)`
107
161
ETAGS = etags
108
162
CTAGS = ctags
109
163
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
115
169
AUTOCONF = @AUTOCONF@
116
170
AUTOHEADER = @AUTOHEADER@
117
171
AUTOMAKE = @AUTOMAKE@
 
172
AVUTIL_CFLAGS = @AVUTIL_CFLAGS@
 
173
AVUTIL_LIBS = @AVUTIL_LIBS@
118
174
AWK = @AWK@
119
175
BINIOU_VERSION = @BINIOU_VERSION@
120
176
CACA_CFLAGS = @CACA_CFLAGS@
134
190
ECHO_N = @ECHO_N@
135
191
ECHO_T = @ECHO_T@
136
192
EGREP = @EGREP@
137
 
ERL = @ERL@
138
 
ERLANG_LIB_DIR_erl_interface = @ERLANG_LIB_DIR_erl_interface@
139
 
ERLANG_LIB_VER_erl_interface = @ERLANG_LIB_VER_erl_interface@
140
 
ERLC = @ERLC@
141
 
ERLCFLAGS = @ERLCFLAGS@
142
193
ESD_CFLAGS = @ESD_CFLAGS@
143
194
ESD_LIBS = @ESD_LIBS@
144
195
EXEEXT = @EXEEXT@
161
212
JACK_CFLAGS = @JACK_CFLAGS@
162
213
JACK_LIBS = @JACK_LIBS@
163
214
LDFLAGS = @LDFLAGS@
 
215
LEBINIOU_DATADIR = @LEBINIOU_DATADIR@
 
216
LEBINIOU_PLUGINSDIR = @LEBINIOU_PLUGINSDIR@
 
217
LEBINIOU_SCHEMES_FILE = @LEBINIOU_SCHEMES_FILE@
164
218
LIBOBJS = @LIBOBJS@
165
219
LIBS = @LIBS@
166
220
LTLIBOBJS = @LTLIBOBJS@
299
353
        fi; \
300
354
        for p in $$list; do echo "$$p $$p"; done | \
301
355
        sed 's/$(EXEEXT)$$//' | \
302
 
        while read p p1; do if test -f $$p; \
303
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
356
        while read p p1; do if test -f $$p \
 
357
          ; then echo "$$p"; echo "$$p"; else :; fi; \
304
358
        done | \
305
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
359
        sed -e 'p;s,.*/,,;n;h' \
 
360
            -e 's|.*|.|' \
306
361
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
307
362
        sed 'N;N;N;s,\n, ,g' | \
308
363
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
323
378
        @list='$(plugin_PROGRAMS)'; test -n "$(plugindir)" || list=; \
324
379
        files=`for p in $$list; do echo "$$p"; done | \
325
380
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
326
 
              -e 's/$$/$(EXEEXT)/' `; \
 
381
              -e 's/$$/$(EXEEXT)/' \
 
382
        `; \
327
383
        test -n "$$list" || exit 0; \
328
384
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
329
385
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
330
386
 
331
387
clean-pluginPROGRAMS:
332
388
        -test -z "$(plugin_PROGRAMS)" || rm -f $(plugin_PROGRAMS)
 
389
 
333
390
erlang.so$(EXEEXT): $(erlang_so_OBJECTS) $(erlang_so_DEPENDENCIES) $(EXTRA_erlang_so_DEPENDENCIES) 
334
391
        @rm -f erlang.so$(EXEEXT)
335
392
        $(AM_V_CCLD)$(erlang_so_LINK) $(erlang_so_OBJECTS) $(erlang_so_LDADD) $(LIBS)
490
547
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
491
548
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(erlang_so_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o erlang_so-v8.obj `if test -f 'v8.c'; then $(CYGPATH_W) 'v8.c'; else $(CYGPATH_W) '$(srcdir)/v8.c'; fi`
492
549
 
493
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
494
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
495
 
        unique=`for i in $$list; do \
496
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497
 
          done | \
498
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
500
 
        mkid -fID $$unique
501
 
tags: TAGS
 
550
ID: $(am__tagged_files)
 
551
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
552
tags: tags-am
 
553
TAGS: tags
502
554
 
503
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
504
 
                $(TAGS_FILES) $(LISP)
 
555
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
505
556
        set x; \
506
557
        here=`pwd`; \
507
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
508
 
        unique=`for i in $$list; do \
509
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510
 
          done | \
511
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
512
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
558
        $(am__define_uniq_tagged_files); \
513
559
        shift; \
514
560
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
515
561
          test -n "$$unique" || unique=$$empty_fix; \
521
567
              $$unique; \
522
568
          fi; \
523
569
        fi
524
 
ctags: CTAGS
525
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
526
 
                $(TAGS_FILES) $(LISP)
527
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
528
 
        unique=`for i in $$list; do \
529
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530
 
          done | \
531
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
532
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
570
ctags: ctags-am
 
571
 
 
572
CTAGS: ctags
 
573
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
574
        $(am__define_uniq_tagged_files); \
533
575
        test -z "$(CTAGS_ARGS)$$unique" \
534
576
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
535
577
             $$unique
538
580
        here=`$(am__cd) $(top_builddir) && pwd` \
539
581
          && $(am__cd) $(top_srcdir) \
540
582
          && gtags -i $(GTAGS_ARGS) "$$here"
 
583
cscopelist: cscopelist-am
 
584
 
 
585
cscopelist-am: $(am__tagged_files)
 
586
        list='$(am__tagged_files)'; \
 
587
        case "$(srcdir)" in \
 
588
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
589
          *) sdir=$(subdir)/$(srcdir) ;; \
 
590
        esac; \
 
591
        for i in $$list; do \
 
592
          if test -f "$$i"; then \
 
593
            echo "$(subdir)/$$i"; \
 
594
          else \
 
595
            echo "$$sdir/$$i"; \
 
596
          fi; \
 
597
        done >> $(top_builddir)/cscope.files
541
598
 
542
599
distclean-tags:
543
600
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
680
737
 
681
738
.MAKE: install-am install-strip
682
739
 
683
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
684
 
        clean-pluginPROGRAMS ctags distclean distclean-compile \
685
 
        distclean-generic distclean-tags distdir dvi dvi-am html \
686
 
        html-am info info-am install install-am install-data \
687
 
        install-data-am install-dvi install-dvi-am install-exec \
688
 
        install-exec-am install-html install-html-am install-info \
689
 
        install-info-am install-man install-pdf install-pdf-am \
690
 
        install-pluginPROGRAMS install-ps install-ps-am install-strip \
691
 
        installcheck installcheck-am installdirs maintainer-clean \
692
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
693
 
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
694
 
        uninstall-am uninstall-pluginPROGRAMS
 
740
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
741
        clean-pluginPROGRAMS cscopelist-am ctags ctags-am distclean \
 
742
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
743
        dvi-am html html-am info info-am install install-am \
 
744
        install-data install-data-am install-dvi install-dvi-am \
 
745
        install-exec install-exec-am install-html install-html-am \
 
746
        install-info install-info-am install-man install-pdf \
 
747
        install-pdf-am install-pluginPROGRAMS install-ps install-ps-am \
 
748
        install-strip installcheck installcheck-am installdirs \
 
749
        maintainer-clean maintainer-clean-generic mostlyclean \
 
750
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
 
751
        tags tags-am uninstall uninstall-am uninstall-pluginPROGRAMS
695
752
 
696
753
 
697
754
# Tell versions [3.59,3.63) of GNU make to not export all variables.