~ubuntu-branches/ubuntu/vivid/nbdkit/vivid

« back to all changes in this revision

Viewing changes to include/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2013-10-06 15:25:05 UTC
  • mto: (10.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20131006152505-iul8k8f2rvyahg1c
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
47
47
# SUCH DAMAGE.
48
48
 
49
49
VPATH = @srcdir@
50
 
am__make_dryrun = \
51
 
  { \
52
 
    am__dry=no; \
 
50
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
51
am__make_running_with_option = \
 
52
  case $${target_option-} in \
 
53
      ?) ;; \
 
54
      *) echo "am__make_running_with_option: internal error: invalid" \
 
55
              "target option '$${target_option-}' specified" >&2; \
 
56
         exit 1;; \
 
57
  esac; \
 
58
  has_opt=no; \
 
59
  sane_makeflags=$$MAKEFLAGS; \
 
60
  if $(am__is_gnu_make); then \
 
61
    sane_makeflags=$$MFLAGS; \
 
62
  else \
53
63
    case $$MAKEFLAGS in \
54
64
      *\\[\ \   ]*) \
55
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
56
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
57
 
      *) \
58
 
        for am__flg in $$MAKEFLAGS; do \
59
 
          case $$am__flg in \
60
 
            *=*|--*) ;; \
61
 
            *n*) am__dry=yes; break;; \
62
 
          esac; \
63
 
        done;; \
64
 
    esac; \
65
 
    test $$am__dry = yes; \
66
 
  }
 
65
        bs=\\; \
 
66
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
67
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
68
    esac; \
 
69
  fi; \
 
70
  skip_next=no; \
 
71
  strip_trailopt () \
 
72
  { \
 
73
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
74
  }; \
 
75
  for flg in $$sane_makeflags; do \
 
76
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
77
    case $$flg in \
 
78
      *=*|--*) continue;; \
 
79
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
80
      -*I?*) strip_trailopt 'I';; \
 
81
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
82
      -*O?*) strip_trailopt 'O';; \
 
83
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
84
      -*l?*) strip_trailopt 'l';; \
 
85
      -[dEDm]) skip_next=yes;; \
 
86
      -[JT]) skip_next=yes;; \
 
87
    esac; \
 
88
    case $$flg in \
 
89
      *$$target_option*) has_opt=yes; break;; \
 
90
    esac; \
 
91
  done; \
 
92
  test $$has_opt = yes
 
93
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
94
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
67
95
pkgdatadir = $(datadir)/@PACKAGE@
68
96
pkgincludedir = $(includedir)/@PACKAGE@
69
97
pkglibdir = $(libdir)/@PACKAGE@
83
111
build_triplet = @build@
84
112
host_triplet = @host@
85
113
subdir = include
86
 
DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
87
 
        $(srcdir)/Makefile.in
 
114
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
115
        $(include_HEADERS)
88
116
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89
117
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
90
118
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
96
124
CONFIG_HEADER = $(top_builddir)/config.h
97
125
CONFIG_CLEAN_FILES =
98
126
CONFIG_CLEAN_VPATH_FILES =
 
127
AM_V_P = $(am__v_P_@AM_V@)
 
128
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
129
am__v_P_0 = false
 
130
am__v_P_1 = :
 
131
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
132
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
133
am__v_GEN_0 = @echo "  GEN     " $@;
 
134
am__v_GEN_1 = 
 
135
AM_V_at = $(am__v_at_@AM_V@)
 
136
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
137
am__v_at_0 = @
 
138
am__v_at_1 = 
99
139
SOURCES =
100
140
DIST_SOURCES =
101
141
am__can_run_installinfo = \
132
172
  }
133
173
am__installdirs = "$(DESTDIR)$(includedir)"
134
174
HEADERS = $(include_HEADERS)
 
175
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
176
# Read a list of newline-separated strings from the standard input,
 
177
# and print each of them once, without duplicates.  Input order is
 
178
# *not* preserved.
 
179
am__uniquify_input = $(AWK) '\
 
180
  BEGIN { nonempty = 0; } \
 
181
  { items[$$0] = 1; nonempty = 1; } \
 
182
  END { if (nonempty) { for (i in items) print i; }; } \
 
183
'
 
184
# Make sure the list of sources is unique.  This is necessary because,
 
185
# e.g., the same source file might be shared among _SOURCES variables
 
186
# for different programs/libraries.
 
187
am__define_uniq_tagged_files = \
 
188
  list='$(am__tagged_files)'; \
 
189
  unique=`for i in $$list; do \
 
190
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
191
  done | $(am__uniquify_input)`
135
192
ETAGS = etags
136
193
CTAGS = ctags
137
194
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
195
ACLOCAL = @ACLOCAL@
139
196
AMTAR = @AMTAR@
 
197
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
140
198
AR = @AR@
141
199
AUTOCONF = @AUTOCONF@
142
200
AUTOHEADER = @AUTOHEADER@
326
384
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
327
385
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
328
386
 
329
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
330
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
331
 
        unique=`for i in $$list; do \
332
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
 
          done | \
334
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
335
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
336
 
        mkid -fID $$unique
337
 
tags: TAGS
 
387
ID: $(am__tagged_files)
 
388
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
389
tags: tags-am
 
390
TAGS: tags
338
391
 
339
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
340
 
                $(TAGS_FILES) $(LISP)
 
392
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
341
393
        set x; \
342
394
        here=`pwd`; \
343
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344
 
        unique=`for i in $$list; do \
345
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346
 
          done | \
347
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
395
        $(am__define_uniq_tagged_files); \
349
396
        shift; \
350
397
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
351
398
          test -n "$$unique" || unique=$$empty_fix; \
357
404
              $$unique; \
358
405
          fi; \
359
406
        fi
360
 
ctags: CTAGS
361
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
362
 
                $(TAGS_FILES) $(LISP)
363
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364
 
        unique=`for i in $$list; do \
365
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
 
          done | \
367
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
407
ctags: ctags-am
 
408
 
 
409
CTAGS: ctags
 
410
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
411
        $(am__define_uniq_tagged_files); \
369
412
        test -z "$(CTAGS_ARGS)$$unique" \
370
413
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371
414
             $$unique
374
417
        here=`$(am__cd) $(top_builddir) && pwd` \
375
418
          && $(am__cd) $(top_srcdir) \
376
419
          && gtags -i $(GTAGS_ARGS) "$$here"
 
420
cscopelist: cscopelist-am
377
421
 
378
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
379
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
422
cscopelist-am: $(am__tagged_files)
 
423
        list='$(am__tagged_files)'; \
380
424
        case "$(srcdir)" in \
381
425
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
382
426
          *) sdir=$(subdir)/$(srcdir) ;; \
527
571
 
528
572
.MAKE: install-am install-strip
529
573
 
530
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
531
 
        clean-libtool cscopelist ctags distclean distclean-generic \
532
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
533
 
        html-am info info-am install install-am install-data \
534
 
        install-data-am install-dvi install-dvi-am install-exec \
535
 
        install-exec-am install-html install-html-am \
 
574
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
575
        clean-libtool cscopelist-am ctags ctags-am distclean \
 
576
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
577
        dvi-am html html-am info info-am install install-am \
 
578
        install-data install-data-am install-dvi install-dvi-am \
 
579
        install-exec install-exec-am install-html install-html-am \
536
580
        install-includeHEADERS install-info install-info-am \
537
581
        install-man install-pdf install-pdf-am install-ps \
538
582
        install-ps-am install-strip installcheck installcheck-am \
539
583
        installdirs maintainer-clean maintainer-clean-generic \
540
584
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
541
 
        ps ps-am tags uninstall uninstall-am uninstall-includeHEADERS
 
585
        ps ps-am tags tags-am uninstall uninstall-am \
 
586
        uninstall-includeHEADERS
542
587
 
543
588
 
544
589
# Tell versions [3.59,3.63) of GNU make to not export all variables.