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

« back to all changes in this revision

Viewing changes to plugins/file/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/file
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 \
128
156
nbdkit_file_plugin_la_LIBADD =
129
157
am_nbdkit_file_plugin_la_OBJECTS = nbdkit_file_plugin_la-file.lo
130
158
nbdkit_file_plugin_la_OBJECTS = $(am_nbdkit_file_plugin_la_OBJECTS)
131
 
nbdkit_file_plugin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
132
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
159
AM_V_lt = $(am__v_lt_@AM_V@)
 
160
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
161
am__v_lt_0 = --silent
 
162
am__v_lt_1 = 
 
163
nbdkit_file_plugin_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
164
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
133
165
        $(nbdkit_file_plugin_la_CFLAGS) $(CFLAGS) \
134
166
        $(nbdkit_file_plugin_la_LDFLAGS) $(LDFLAGS) -o $@
 
167
AM_V_P = $(am__v_P_@AM_V@)
 
168
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
169
am__v_P_0 = false
 
170
am__v_P_1 = :
 
171
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
172
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
173
am__v_GEN_0 = @echo "  GEN     " $@;
 
174
am__v_GEN_1 = 
 
175
AM_V_at = $(am__v_at_@AM_V@)
 
176
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
177
am__v_at_0 = @
 
178
am__v_at_1 = 
135
179
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
136
180
depcomp = $(SHELL) $(top_srcdir)/depcomp
137
181
am__depfiles_maybe = depfiles
138
182
am__mv = mv -f
139
183
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140
184
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
142
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
143
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
185
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
186
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
187
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
188
        $(AM_CFLAGS) $(CFLAGS)
 
189
AM_V_CC = $(am__v_CC_@AM_V@)
 
190
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
191
am__v_CC_0 = @echo "  CC      " $@;
 
192
am__v_CC_1 = 
144
193
CCLD = $(CC)
145
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
146
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
147
 
        $(LDFLAGS) -o $@
 
194
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
195
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
196
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
197
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
198
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
199
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
200
am__v_CCLD_1 = 
148
201
SOURCES = $(nbdkit_file_plugin_la_SOURCES)
149
202
DIST_SOURCES = $(nbdkit_file_plugin_la_SOURCES)
150
203
am__can_run_installinfo = \
155
208
man1dir = $(mandir)/man1
156
209
NROFF = nroff
157
210
MANS = $(man_MANS)
 
211
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
212
# Read a list of newline-separated strings from the standard input,
 
213
# and print each of them once, without duplicates.  Input order is
 
214
# *not* preserved.
 
215
am__uniquify_input = $(AWK) '\
 
216
  BEGIN { nonempty = 0; } \
 
217
  { items[$$0] = 1; nonempty = 1; } \
 
218
  END { if (nonempty) { for (i in items) print i; }; } \
 
219
'
 
220
# Make sure the list of sources is unique.  This is necessary because,
 
221
# e.g., the same source file might be shared among _SOURCES variables
 
222
# for different programs/libraries.
 
223
am__define_uniq_tagged_files = \
 
224
  list='$(am__tagged_files)'; \
 
225
  unique=`for i in $$list; do \
 
226
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
227
  done | $(am__uniquify_input)`
158
228
ETAGS = etags
159
229
CTAGS = ctags
160
230
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161
231
ACLOCAL = @ACLOCAL@
162
232
AMTAR = @AMTAR@
 
233
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
163
234
AR = @AR@
164
235
AUTOCONF = @AUTOCONF@
165
236
AUTOHEADER = @AUTOHEADER@
339
410
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
340
411
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
341
412
$(am__aclocal_m4_deps):
 
413
 
342
414
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
343
415
        @$(NORMAL_INSTALL)
344
416
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
373
445
          echo rm -f $${locs}; \
374
446
          rm -f $${locs}; \
375
447
        }
 
448
 
376
449
nbdkit-file-plugin.la: $(nbdkit_file_plugin_la_OBJECTS) $(nbdkit_file_plugin_la_DEPENDENCIES) $(EXTRA_nbdkit_file_plugin_la_DEPENDENCIES) 
377
 
        $(nbdkit_file_plugin_la_LINK) -rpath $(plugindir) $(nbdkit_file_plugin_la_OBJECTS) $(nbdkit_file_plugin_la_LIBADD) $(LIBS)
 
450
        $(AM_V_CCLD)$(nbdkit_file_plugin_la_LINK) -rpath $(plugindir) $(nbdkit_file_plugin_la_OBJECTS) $(nbdkit_file_plugin_la_LIBADD) $(LIBS)
378
451
 
379
452
mostlyclean-compile:
380
453
        -rm -f *.$(OBJEXT)
385
458
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbdkit_file_plugin_la-file.Plo@am__quote@
386
459
 
387
460
.c.o:
388
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
389
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
390
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
461
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
462
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
391
464
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
465
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
393
466
 
394
467
.c.obj:
395
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
396
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
397
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
468
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
469
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
470
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
398
471
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
472
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
400
473
 
401
474
.c.lo:
402
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
403
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
404
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
475
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
476
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
477
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
405
478
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
479
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
407
480
 
408
481
nbdkit_file_plugin_la-file.lo: file.c
409
 
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbdkit_file_plugin_la_CPPFLAGS) $(CPPFLAGS) $(nbdkit_file_plugin_la_CFLAGS) $(CFLAGS) -MT nbdkit_file_plugin_la-file.lo -MD -MP -MF $(DEPDIR)/nbdkit_file_plugin_la-file.Tpo -c -o nbdkit_file_plugin_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
410
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/nbdkit_file_plugin_la-file.Tpo $(DEPDIR)/nbdkit_file_plugin_la-file.Plo
411
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='file.c' object='nbdkit_file_plugin_la-file.lo' libtool=yes @AMDEPBACKSLASH@
 
482
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbdkit_file_plugin_la_CPPFLAGS) $(CPPFLAGS) $(nbdkit_file_plugin_la_CFLAGS) $(CFLAGS) -MT nbdkit_file_plugin_la-file.lo -MD -MP -MF $(DEPDIR)/nbdkit_file_plugin_la-file.Tpo -c -o nbdkit_file_plugin_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
 
483
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/nbdkit_file_plugin_la-file.Tpo $(DEPDIR)/nbdkit_file_plugin_la-file.Plo
 
484
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='file.c' object='nbdkit_file_plugin_la-file.lo' libtool=yes @AMDEPBACKSLASH@
412
485
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413
 
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbdkit_file_plugin_la_CPPFLAGS) $(CPPFLAGS) $(nbdkit_file_plugin_la_CFLAGS) $(CFLAGS) -c -o nbdkit_file_plugin_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
 
486
@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_file_plugin_la_CPPFLAGS) $(CPPFLAGS) $(nbdkit_file_plugin_la_CFLAGS) $(CFLAGS) -c -o nbdkit_file_plugin_la-file.lo `test -f 'file.c' || echo '$(srcdir)/'`file.c
414
487
 
415
488
mostlyclean-libtool:
416
489
        -rm -f *.lo
461
534
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
462
535
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
463
536
 
464
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
465
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
466
 
        unique=`for i in $$list; do \
467
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468
 
          done | \
469
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
471
 
        mkid -fID $$unique
472
 
tags: TAGS
 
537
ID: $(am__tagged_files)
 
538
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
539
tags: tags-am
 
540
TAGS: tags
473
541
 
474
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
475
 
                $(TAGS_FILES) $(LISP)
 
542
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
476
543
        set x; \
477
544
        here=`pwd`; \
478
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
479
 
        unique=`for i in $$list; do \
480
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
481
 
          done | \
482
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
483
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
545
        $(am__define_uniq_tagged_files); \
484
546
        shift; \
485
547
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
486
548
          test -n "$$unique" || unique=$$empty_fix; \
492
554
              $$unique; \
493
555
          fi; \
494
556
        fi
495
 
ctags: CTAGS
496
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
497
 
                $(TAGS_FILES) $(LISP)
498
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
499
 
        unique=`for i in $$list; do \
500
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501
 
          done | \
502
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
503
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
557
ctags: ctags-am
 
558
 
 
559
CTAGS: ctags
 
560
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
561
        $(am__define_uniq_tagged_files); \
504
562
        test -z "$(CTAGS_ARGS)$$unique" \
505
563
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
506
564
             $$unique
509
567
        here=`$(am__cd) $(top_builddir) && pwd` \
510
568
          && $(am__cd) $(top_srcdir) \
511
569
          && gtags -i $(GTAGS_ARGS) "$$here"
 
570
cscopelist: cscopelist-am
512
571
 
513
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
514
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
572
cscopelist-am: $(am__tagged_files)
 
573
        list='$(am__tagged_files)'; \
515
574
        case "$(srcdir)" in \
516
575
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
517
576
          *) sdir=$(subdir)/$(srcdir) ;; \
528
587
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
529
588
 
530
589
distdir: $(DISTFILES)
531
 
        @list='$(MANS)'; if test -n "$$list"; then \
532
 
          list=`for p in $$list; do \
533
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
534
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
535
 
          if test -n "$$list" && \
536
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
537
 
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
538
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
539
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
540
 
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
541
 
            exit 1; \
542
 
          else :; fi; \
543
 
        else :; fi
544
590
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545
591
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
546
592
        list='$(DISTFILES)'; \
683
729
 
684
730
.MAKE: install-am install-strip
685
731
 
686
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
687
 
        clean-libtool clean-pluginLTLIBRARIES cscopelist ctags \
688
 
        distclean distclean-compile distclean-generic \
 
732
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
733
        clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \
 
734
        ctags-am distclean distclean-compile distclean-generic \
689
735
        distclean-libtool distclean-tags distdir dvi dvi-am html \
690
736
        html-am info info-am install install-am install-data \
691
737
        install-data-am install-dvi install-dvi-am install-exec \
695
741
        install-ps-am install-strip installcheck installcheck-am \
696
742
        installdirs maintainer-clean maintainer-clean-generic \
697
743
        mostlyclean mostlyclean-compile mostlyclean-generic \
698
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
744
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
699
745
        uninstall-am uninstall-man uninstall-man1 \
700
746
        uninstall-pluginLTLIBRARIES
701
747