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

« back to all changes in this revision

Viewing changes to plugins/gzip/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 = plugins/gzip
86
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
114
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
87
115
        $(top_srcdir)/depcomp
88
116
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89
117
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
133
161
@HAVE_ZLIB_TRUE@am_nbdkit_gzip_plugin_la_OBJECTS =  \
134
162
@HAVE_ZLIB_TRUE@        nbdkit_gzip_plugin_la-gzip.lo
135
163
nbdkit_gzip_plugin_la_OBJECTS = $(am_nbdkit_gzip_plugin_la_OBJECTS)
136
 
nbdkit_gzip_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
137
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
164
AM_V_lt = $(am__v_lt_@AM_V@)
 
165
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
166
am__v_lt_0 = --silent
 
167
am__v_lt_1 = 
 
168
nbdkit_gzip_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
169
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
138
170
        $(nbdkit_gzip_plugin_la_CFLAGS) $(CFLAGS) \
139
171
        $(nbdkit_gzip_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
140
172
@HAVE_ZLIB_TRUE@am_nbdkit_gzip_plugin_la_rpath = -rpath $(plugindir)
 
173
AM_V_P = $(am__v_P_@AM_V@)
 
174
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
175
am__v_P_0 = false
 
176
am__v_P_1 = :
 
177
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
178
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
179
am__v_GEN_0 = @echo "  GEN     " $@;
 
180
am__v_GEN_1 = 
 
181
AM_V_at = $(am__v_at_@AM_V@)
 
182
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
183
am__v_at_0 = @
 
184
am__v_at_1 = 
141
185
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
142
186
depcomp = $(SHELL) $(top_srcdir)/depcomp
143
187
am__depfiles_maybe = depfiles
144
188
am__mv = mv -f
145
189
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146
190
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
148
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
149
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
191
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
192
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
193
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
194
        $(AM_CFLAGS) $(CFLAGS)
 
195
AM_V_CC = $(am__v_CC_@AM_V@)
 
196
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
197
am__v_CC_0 = @echo "  CC      " $@;
 
198
am__v_CC_1 = 
150
199
CCLD = $(CC)
151
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
152
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
153
 
        $(LDFLAGS) -o $@
 
200
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
201
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
202
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
203
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
204
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
205
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
206
am__v_CCLD_1 = 
154
207
SOURCES = $(nbdkit_gzip_plugin_la_SOURCES)
155
208
DIST_SOURCES = $(am__nbdkit_gzip_plugin_la_SOURCES_DIST)
156
209
am__can_run_installinfo = \
161
214
man1dir = $(mandir)/man1
162
215
NROFF = nroff
163
216
MANS = $(man_MANS)
 
217
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
218
# Read a list of newline-separated strings from the standard input,
 
219
# and print each of them once, without duplicates.  Input order is
 
220
# *not* preserved.
 
221
am__uniquify_input = $(AWK) '\
 
222
  BEGIN { nonempty = 0; } \
 
223
  { items[$$0] = 1; nonempty = 1; } \
 
224
  END { if (nonempty) { for (i in items) print i; }; } \
 
225
'
 
226
# Make sure the list of sources is unique.  This is necessary because,
 
227
# e.g., the same source file might be shared among _SOURCES variables
 
228
# for different programs/libraries.
 
229
am__define_uniq_tagged_files = \
 
230
  list='$(am__tagged_files)'; \
 
231
  unique=`for i in $$list; do \
 
232
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
233
  done | $(am__uniquify_input)`
164
234
ETAGS = etags
165
235
CTAGS = ctags
166
236
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167
237
ACLOCAL = @ACLOCAL@
168
238
AMTAR = @AMTAR@
 
239
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
169
240
AR = @AR@
170
241
AUTOCONF = @AUTOCONF@
171
242
AUTOHEADER = @AUTOHEADER@
349
420
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
350
421
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
351
422
$(am__aclocal_m4_deps):
 
423
 
352
424
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
353
425
        @$(NORMAL_INSTALL)
354
426
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
383
455
          echo rm -f $${locs}; \
384
456
          rm -f $${locs}; \
385
457
        }
 
458
 
386
459
nbdkit-gzip-plugin.la: $(nbdkit_gzip_plugin_la_OBJECTS) $(nbdkit_gzip_plugin_la_DEPENDENCIES) $(EXTRA_nbdkit_gzip_plugin_la_DEPENDENCIES) 
387
 
        $(nbdkit_gzip_plugin_la_LINK) $(am_nbdkit_gzip_plugin_la_rpath) $(nbdkit_gzip_plugin_la_OBJECTS) $(nbdkit_gzip_plugin_la_LIBADD) $(LIBS)
 
460
        $(AM_V_CCLD)$(nbdkit_gzip_plugin_la_LINK) $(am_nbdkit_gzip_plugin_la_rpath) $(nbdkit_gzip_plugin_la_OBJECTS) $(nbdkit_gzip_plugin_la_LIBADD) $(LIBS)
388
461
 
389
462
mostlyclean-compile:
390
463
        -rm -f *.$(OBJEXT)
395
468
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbdkit_gzip_plugin_la-gzip.Plo@am__quote@
396
469
 
397
470
.c.o:
398
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
399
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
400
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
471
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
472
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
401
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
475
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
403
476
 
404
477
.c.obj:
405
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
406
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
407
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
478
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
479
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
408
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
482
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
410
483
 
411
484
.c.lo:
412
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
413
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
414
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
485
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
486
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
415
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
489
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
417
490
 
418
491
nbdkit_gzip_plugin_la-gzip.lo: gzip.c
419
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbdkit_gzip_plugin_la_CPPFLAGS) $(CPPFLAGS) $(nbdkit_gzip_plugin_la_CFLAGS) $(CFLAGS) -MT nbdkit_gzip_plugin_la-gzip.lo -MD -MP -MF $(DEPDIR)/nbdkit_gzip_plugin_la-gzip.Tpo -c -o nbdkit_gzip_plugin_la-gzip.lo `test -f 'gzip.c' || echo '$(srcdir)/'`gzip.c
420
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/nbdkit_gzip_plugin_la-gzip.Tpo $(DEPDIR)/nbdkit_gzip_plugin_la-gzip.Plo
421
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='gzip.c' object='nbdkit_gzip_plugin_la-gzip.lo' libtool=yes @AMDEPBACKSLASH@
 
492
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbdkit_gzip_plugin_la_CPPFLAGS) $(CPPFLAGS) $(nbdkit_gzip_plugin_la_CFLAGS) $(CFLAGS) -MT nbdkit_gzip_plugin_la-gzip.lo -MD -MP -MF $(DEPDIR)/nbdkit_gzip_plugin_la-gzip.Tpo -c -o nbdkit_gzip_plugin_la-gzip.lo `test -f 'gzip.c' || echo '$(srcdir)/'`gzip.c
 
493
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/nbdkit_gzip_plugin_la-gzip.Tpo $(DEPDIR)/nbdkit_gzip_plugin_la-gzip.Plo
 
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gzip.c' object='nbdkit_gzip_plugin_la-gzip.lo' libtool=yes @AMDEPBACKSLASH@
422
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbdkit_gzip_plugin_la_CPPFLAGS) $(CPPFLAGS) $(nbdkit_gzip_plugin_la_CFLAGS) $(CFLAGS) -c -o nbdkit_gzip_plugin_la-gzip.lo `test -f 'gzip.c' || echo '$(srcdir)/'`gzip.c
 
496
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbdkit_gzip_plugin_la_CPPFLAGS) $(CPPFLAGS) $(nbdkit_gzip_plugin_la_CFLAGS) $(CFLAGS) -c -o nbdkit_gzip_plugin_la-gzip.lo `test -f 'gzip.c' || echo '$(srcdir)/'`gzip.c
424
497
 
425
498
mostlyclean-libtool:
426
499
        -rm -f *.lo
471
544
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
472
545
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
473
546
 
474
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
475
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
476
 
        unique=`for i in $$list; do \
477
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478
 
          done | \
479
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
480
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
481
 
        mkid -fID $$unique
482
 
tags: TAGS
 
547
ID: $(am__tagged_files)
 
548
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
549
tags: tags-am
 
550
TAGS: tags
483
551
 
484
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
485
 
                $(TAGS_FILES) $(LISP)
 
552
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
486
553
        set x; \
487
554
        here=`pwd`; \
488
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
489
 
        unique=`for i in $$list; do \
490
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
491
 
          done | \
492
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
493
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
555
        $(am__define_uniq_tagged_files); \
494
556
        shift; \
495
557
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
496
558
          test -n "$$unique" || unique=$$empty_fix; \
502
564
              $$unique; \
503
565
          fi; \
504
566
        fi
505
 
ctags: CTAGS
506
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
507
 
                $(TAGS_FILES) $(LISP)
508
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
509
 
        unique=`for i in $$list; do \
510
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511
 
          done | \
512
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
513
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
567
ctags: ctags-am
 
568
 
 
569
CTAGS: ctags
 
570
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
571
        $(am__define_uniq_tagged_files); \
514
572
        test -z "$(CTAGS_ARGS)$$unique" \
515
573
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
516
574
             $$unique
519
577
        here=`$(am__cd) $(top_builddir) && pwd` \
520
578
          && $(am__cd) $(top_srcdir) \
521
579
          && gtags -i $(GTAGS_ARGS) "$$here"
 
580
cscopelist: cscopelist-am
522
581
 
523
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
524
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
582
cscopelist-am: $(am__tagged_files)
 
583
        list='$(am__tagged_files)'; \
525
584
        case "$(srcdir)" in \
526
585
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
527
586
          *) sdir=$(subdir)/$(srcdir) ;; \
538
597
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
539
598
 
540
599
distdir: $(DISTFILES)
541
 
        @list='$(MANS)'; if test -n "$$list"; then \
542
 
          list=`for p in $$list; do \
543
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
544
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
545
 
          if test -n "$$list" && \
546
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
547
 
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
548
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
549
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
550
 
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
551
 
            exit 1; \
552
 
          else :; fi; \
553
 
        else :; fi
554
600
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
555
601
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
556
602
        list='$(DISTFILES)'; \
693
739
 
694
740
.MAKE: install-am install-strip
695
741
 
696
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
697
 
        clean-libtool clean-pluginLTLIBRARIES cscopelist ctags \
698
 
        distclean distclean-compile distclean-generic \
 
742
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
743
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
744
        ctags-am distclean distclean-compile distclean-generic \
699
745
        distclean-libtool distclean-tags distdir dvi dvi-am html \
700
746
        html-am info info-am install install-am install-data \
701
747
        install-data-am install-dvi install-dvi-am install-exec \
705
751
        install-ps-am install-strip installcheck installcheck-am \
706
752
        installdirs maintainer-clean maintainer-clean-generic \
707
753
        mostlyclean mostlyclean-compile mostlyclean-generic \
708
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
754
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
709
755
        uninstall-am uninstall-man uninstall-man1 \
710
756
        uninstall-pluginLTLIBRARIES
711
757