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

« back to all changes in this revision

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