~ubuntu-branches/ubuntu/wily/aria2/wily-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry, Patrick Ruckstuhl
  • Date: 2013-09-22 18:52:14 UTC
  • mfrom: (2.5.19 sid)
  • Revision ID: package-import@ubuntu.com-20130922185214-upeu2ljgeqi7e7oo
Tags: 1.18.0-1
[ Kartik Mistry ]
* New upstream release.
* debian/control:
  + (really) Set priority to optional from extra (Closes: #697659).
  + wrap-and-sort some fields.

[ Patrick Ruckstuhl ]
* debian/rules:
  + Allow parallel building (Closes: #720977)
* debian/tests, debian/control:
  + autopkgtest infrastructure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 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@
53
80
host_triplet = @host@
54
81
target_triplet = @target@
55
82
subdir = doc
56
 
DIST_COMMON = $(dist_doc_bashcompletion_DATA) \
57
 
        $(dist_doc_bashcompletionscript_DATA) $(dist_doc_xmlrpc_DATA) \
58
 
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
83
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
84
        $(dist_doc_bashcompletion_DATA) \
 
85
        $(dist_doc_bashcompletionscript_DATA) $(dist_doc_xmlrpc_DATA)
59
86
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60
87
am__aclocal_m4_deps = $(top_srcdir)/m4/aria2_arg.m4 \
61
 
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cppunit.m4 \
62
 
        $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/fcntl-o.m4 \
63
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
64
 
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
65
 
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \
66
 
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intmax.m4 \
67
 
        $(top_srcdir)/m4/inttypes-pri.m4 \
68
 
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
69
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
70
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libexpat.m4 \
71
 
        $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/libtool.m4 \
72
 
        $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/lock.m4 \
73
 
        $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \
74
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
75
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
76
 
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
77
 
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
78
 
        $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
79
 
        $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/uintmax_t.m4 \
80
 
        $(top_srcdir)/m4/visibility.m4 $(top_srcdir)/m4/wchar_t.m4 \
81
 
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
88
        $(top_srcdir)/m4/ax_cxx_compile_stdcxx_11.m4 \
 
89
        $(top_srcdir)/m4/cppunit.m4 $(top_srcdir)/m4/fallocate.m4 \
 
90
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
 
91
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
92
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
93
        $(top_srcdir)/m4/libexpat.m4 $(top_srcdir)/m4/libgcrypt.m4 \
 
94
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/libxml2.m4 \
 
95
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
96
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
97
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
 
98
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
82
99
        $(top_srcdir)/configure.ac
83
100
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
84
101
        $(ACLOCAL_M4)
86
103
CONFIG_HEADER = $(top_builddir)/config.h
87
104
CONFIG_CLEAN_FILES =
88
105
CONFIG_CLEAN_VPATH_FILES =
 
106
AM_V_P = $(am__v_P_@AM_V@)
 
107
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
108
am__v_P_0 = false
 
109
am__v_P_1 = :
 
110
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
111
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
112
am__v_GEN_0 = @echo "  GEN     " $@;
 
113
am__v_GEN_1 = 
 
114
AM_V_at = $(am__v_at_@AM_V@)
 
115
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
116
am__v_at_0 = @
 
117
am__v_at_1 = 
89
118
SOURCES =
90
119
DIST_SOURCES =
91
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92
 
        html-recursive info-recursive install-data-recursive \
93
 
        install-dvi-recursive install-exec-recursive \
94
 
        install-html-recursive install-info-recursive \
95
 
        install-pdf-recursive install-ps-recursive install-recursive \
96
 
        installcheck-recursive installdirs-recursive pdf-recursive \
97
 
        ps-recursive uninstall-recursive
 
120
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
121
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
122
        install-data-recursive install-dvi-recursive \
 
123
        install-exec-recursive install-html-recursive \
 
124
        install-info-recursive install-pdf-recursive \
 
125
        install-ps-recursive install-recursive installcheck-recursive \
 
126
        installdirs-recursive pdf-recursive ps-recursive \
 
127
        tags-recursive uninstall-recursive
98
128
am__can_run_installinfo = \
99
129
  case $$AM_UPDATE_INFO_DIR in \
100
130
    n|no|NO) false;; \
134
164
        $(dist_doc_bashcompletionscript_DATA) $(dist_doc_xmlrpc_DATA)
135
165
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
136
166
  distclean-recursive maintainer-clean-recursive
137
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
138
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
167
am__recursive_targets = \
 
168
  $(RECURSIVE_TARGETS) \
 
169
  $(RECURSIVE_CLEAN_TARGETS) \
 
170
  $(am__extra_recursive_targets)
 
171
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
139
172
        distdir
 
173
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
174
# Read a list of newline-separated strings from the standard input,
 
175
# and print each of them once, without duplicates.  Input order is
 
176
# *not* preserved.
 
177
am__uniquify_input = $(AWK) '\
 
178
  BEGIN { nonempty = 0; } \
 
179
  { items[$$0] = 1; nonempty = 1; } \
 
180
  END { if (nonempty) { for (i in items) print i; }; } \
 
181
'
 
182
# Make sure the list of sources is unique.  This is necessary because,
 
183
# e.g., the same source file might be shared among _SOURCES variables
 
184
# for different programs/libraries.
 
185
am__define_uniq_tagged_files = \
 
186
  list='$(am__tagged_files)'; \
 
187
  unique=`for i in $$list; do \
 
188
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
189
  done | $(am__uniquify_input)`
140
190
ETAGS = etags
141
191
CTAGS = ctags
142
192
DIST_SUBDIRS = $(SUBDIRS)
170
220
ACLOCAL = @ACLOCAL@
171
221
ALLOCA = @ALLOCA@
172
222
AMTAR = @AMTAR@
 
223
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
173
224
AR = @AR@
174
225
ARIA2_STATIC = @ARIA2_STATIC@
175
226
ASCIIDOC = @ASCIIDOC@
177
228
AUTOHEADER = @AUTOHEADER@
178
229
AUTOMAKE = @AUTOMAKE@
179
230
AWK = @AWK@
180
 
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
181
 
CATOBJEXT = @CATOBJEXT@
182
231
CC = @CC@
 
232
CCAS = @CCAS@
 
233
CCASDEPMODE = @CCASDEPMODE@
 
234
CCASFLAGS = @CCASFLAGS@
183
235
CCDEPMODE = @CCDEPMODE@
184
236
CFLAGS = @CFLAGS@
185
 
CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
186
237
CPP = @CPP@
187
238
CPPFLAGS = @CPPFLAGS@
188
239
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
193
244
CXXDEPMODE = @CXXDEPMODE@
194
245
CXXFLAGS = @CXXFLAGS@
195
246
CYGPATH_W = @CYGPATH_W@
196
 
DATADIRNAME = @DATADIRNAME@
197
247
DEFS = @DEFS@
198
248
DEPDIR = @DEPDIR@
199
249
DLLTOOL = @DLLTOOL@
205
255
EGREP = @EGREP@
206
256
EXEEXT = @EXEEXT@
207
257
FGREP = @FGREP@
208
 
GENCAT = @GENCAT@
209
258
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
210
 
GLIBC2 = @GLIBC2@
211
 
GLIBC21 = @GLIBC21@
212
259
GMSGFMT = @GMSGFMT@
213
260
GMSGFMT_015 = @GMSGFMT_015@
214
261
GREP = @GREP@
215
 
HAVE_ASPRINTF = @HAVE_ASPRINTF@
216
 
HAVE_NEWLOCALE = @HAVE_NEWLOCALE@
217
 
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
218
 
HAVE_SNPRINTF = @HAVE_SNPRINTF@
219
 
HAVE_VISIBILITY = @HAVE_VISIBILITY@
220
 
HAVE_WPRINTF = @HAVE_WPRINTF@
 
262
HAVE_CXX11 = @HAVE_CXX11@
221
263
INSTALL = @INSTALL@
222
264
INSTALL_DATA = @INSTALL_DATA@
223
265
INSTALL_PROGRAM = @INSTALL_PROGRAM@
224
266
INSTALL_SCRIPT = @INSTALL_SCRIPT@
225
267
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
226
 
INSTOBJEXT = @INSTOBJEXT@
227
 
INTLBISON = @INTLBISON@
228
268
INTLLIBS = @INTLLIBS@
229
 
INTLOBJS = @INTLOBJS@
230
 
INTL_DEFAULT_VERBOSITY = @INTL_DEFAULT_VERBOSITY@
231
 
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
232
269
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
270
JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@
 
271
JEMALLOC_LIBS = @JEMALLOC_LIBS@
233
272
LD = @LD@
234
273
LDFLAGS = @LDFLAGS@
235
274
LIBCARES_CFLAGS = @LIBCARES_CFLAGS@
241
280
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
242
281
LIBICONV = @LIBICONV@
243
282
LIBINTL = @LIBINTL@
244
 
LIBMULTITHREAD = @LIBMULTITHREAD@
245
283
LIBOBJS = @LIBOBJS@
246
 
LIBPTH = @LIBPTH@
247
 
LIBPTH_PREFIX = @LIBPTH_PREFIX@
248
284
LIBS = @LIBS@
249
 
LIBTHREAD = @LIBTHREAD@
250
285
LIBTOOL = @LIBTOOL@
251
286
LIPO = @LIPO@
252
287
LN_S = @LN_S@
253
 
LTLIBC = @LTLIBC@
254
288
LTLIBICONV = @LTLIBICONV@
255
289
LTLIBINTL = @LTLIBINTL@
256
 
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
257
290
LTLIBOBJS = @LTLIBOBJS@
258
 
LTLIBPTH = @LTLIBPTH@
259
 
LTLIBTHREAD = @LTLIBTHREAD@
 
291
LT_AGE = @LT_AGE@
 
292
LT_CURRENT = @LT_CURRENT@
 
293
LT_REVISION = @LT_REVISION@
260
294
MAKEINFO = @MAKEINFO@
261
295
MANIFEST_TOOL = @MANIFEST_TOOL@
262
296
MKDIR_P = @MKDIR_P@
284
318
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
285
319
POSUB = @POSUB@
286
320
POW_LIB = @POW_LIB@
287
 
PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
288
321
RANLIB = @RANLIB@
 
322
RST2HTML = @RST2HTML@
289
323
SED = @SED@
290
324
SET_MAKE = @SET_MAKE@
291
325
SHELL = @SHELL@
 
326
SPHINXBUILD = @SPHINXBUILD@
292
327
SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
293
328
SQLITE3_LIBS = @SQLITE3_LIBS@
294
329
STRIP = @STRIP@
295
 
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
330
TCMALLOC_CFLAGS = @TCMALLOC_CFLAGS@
 
331
TCMALLOC_LIBS = @TCMALLOC_LIBS@
296
332
USE_NLS = @USE_NLS@
297
333
VERSION = @VERSION@
298
 
WINDRES = @WINDRES@
299
 
WOE32 = @WOE32@
300
 
WOE32DLL = @WOE32DLL@
 
334
WSLAY_LIBS = @WSLAY_LIBS@
301
335
XGETTEXT = @XGETTEXT@
302
336
XGETTEXT_015 = @XGETTEXT_015@
303
337
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
329
363
build_os = @build_os@
330
364
build_vendor = @build_vendor@
331
365
builddir = @builddir@
332
 
ca_bundle = @ca_bundle@
333
366
datadir = @datadir@
334
367
datarootdir = @datarootdir@
335
368
docdir = @docdir@
482
515
        dir='$(DESTDIR)$(doc_xmlrpcdir)'; $(am__uninstall_files_from_dir)
483
516
 
484
517
# This directory's subdirectories are mostly independent; you can cd
485
 
# into them and run `make' without going through this Makefile.
486
 
# To change the values of `make' variables: instead of editing Makefiles,
487
 
# (1) if the variable is set in `config.status', edit `config.status'
488
 
#     (which will cause the Makefiles to be regenerated when you run `make');
489
 
# (2) otherwise, pass the desired values on the `make' command line.
490
 
$(RECURSIVE_TARGETS):
491
 
        @fail= failcom='exit 1'; \
492
 
        for f in x $$MAKEFLAGS; do \
493
 
          case $$f in \
494
 
            *=* | --[!k]*);; \
495
 
            *k*) failcom='fail=yes';; \
496
 
          esac; \
497
 
        done; \
 
518
# into them and run 'make' without going through this Makefile.
 
519
# To change the values of 'make' variables: instead of editing Makefiles,
 
520
# (1) if the variable is set in 'config.status', edit 'config.status'
 
521
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
522
# (2) otherwise, pass the desired values on the 'make' command line.
 
523
$(am__recursive_targets):
 
524
        @fail=; \
 
525
        if $(am__make_keepgoing); then \
 
526
          failcom='fail=yes'; \
 
527
        else \
 
528
          failcom='exit 1'; \
 
529
        fi; \
498
530
        dot_seen=no; \
499
531
        target=`echo $@ | sed s/-recursive//`; \
500
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
532
        case "$@" in \
 
533
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
534
          *) list='$(SUBDIRS)' ;; \
 
535
        esac; \
 
536
        for subdir in $$list; do \
501
537
          echo "Making $$target in $$subdir"; \
502
538
          if test "$$subdir" = "."; then \
503
539
            dot_seen=yes; \
512
548
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
513
549
        fi; test -z "$$fail"
514
550
 
515
 
$(RECURSIVE_CLEAN_TARGETS):
516
 
        @fail= failcom='exit 1'; \
517
 
        for f in x $$MAKEFLAGS; do \
518
 
          case $$f in \
519
 
            *=* | --[!k]*);; \
520
 
            *k*) failcom='fail=yes';; \
521
 
          esac; \
522
 
        done; \
523
 
        dot_seen=no; \
524
 
        case "$@" in \
525
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
526
 
          *) list='$(SUBDIRS)' ;; \
527
 
        esac; \
528
 
        rev=''; for subdir in $$list; do \
529
 
          if test "$$subdir" = "."; then :; else \
530
 
            rev="$$subdir $$rev"; \
531
 
          fi; \
532
 
        done; \
533
 
        rev="$$rev ."; \
534
 
        target=`echo $@ | sed s/-recursive//`; \
535
 
        for subdir in $$rev; do \
536
 
          echo "Making $$target in $$subdir"; \
537
 
          if test "$$subdir" = "."; then \
538
 
            local_target="$$target-am"; \
539
 
          else \
540
 
            local_target="$$target"; \
541
 
          fi; \
542
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
543
 
          || eval $$failcom; \
544
 
        done && test -z "$$fail"
545
 
tags-recursive:
546
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
547
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
548
 
        done
549
 
ctags-recursive:
550
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
551
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
552
 
        done
553
 
 
554
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
555
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
556
 
        unique=`for i in $$list; do \
557
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
558
 
          done | \
559
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
560
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
561
 
        mkid -fID $$unique
562
 
tags: TAGS
563
 
 
564
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
565
 
                $(TAGS_FILES) $(LISP)
 
551
ID: $(am__tagged_files)
 
552
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
553
tags: tags-recursive
 
554
TAGS: tags
 
555
 
 
556
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
566
557
        set x; \
567
558
        here=`pwd`; \
568
559
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
578
569
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
579
570
          fi; \
580
571
        done; \
581
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
582
 
        unique=`for i in $$list; do \
583
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
584
 
          done | \
585
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
586
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
572
        $(am__define_uniq_tagged_files); \
587
573
        shift; \
588
574
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
589
575
          test -n "$$unique" || unique=$$empty_fix; \
595
581
              $$unique; \
596
582
          fi; \
597
583
        fi
598
 
ctags: CTAGS
599
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
600
 
                $(TAGS_FILES) $(LISP)
601
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
602
 
        unique=`for i in $$list; do \
603
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
604
 
          done | \
605
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
606
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
584
ctags: ctags-recursive
 
585
 
 
586
CTAGS: ctags
 
587
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
588
        $(am__define_uniq_tagged_files); \
607
589
        test -z "$(CTAGS_ARGS)$$unique" \
608
590
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
609
591
             $$unique
612
594
        here=`$(am__cd) $(top_builddir) && pwd` \
613
595
          && $(am__cd) $(top_srcdir) \
614
596
          && gtags -i $(GTAGS_ARGS) "$$here"
 
597
cscopelist: cscopelist-recursive
 
598
 
 
599
cscopelist-am: $(am__tagged_files)
 
600
        list='$(am__tagged_files)'; \
 
601
        case "$(srcdir)" in \
 
602
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
603
          *) sdir=$(subdir)/$(srcdir) ;; \
 
604
        esac; \
 
605
        for i in $$list; do \
 
606
          if test -f "$$i"; then \
 
607
            echo "$(subdir)/$$i"; \
 
608
          else \
 
609
            echo "$$sdir/$$i"; \
 
610
          fi; \
 
611
        done >> $(top_builddir)/cscope.files
615
612
 
616
613
distclean-tags:
617
614
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
779
776
        uninstall-dist_doc_bashcompletionscriptDATA \
780
777
        uninstall-dist_doc_xmlrpcDATA
781
778
 
782
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
783
 
        install-am install-strip tags-recursive
 
779
.MAKE: $(am__recursive_targets) install-am install-strip
784
780
 
785
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
786
 
        all all-am check check-am clean clean-generic clean-libtool \
787
 
        ctags ctags-recursive distclean distclean-generic \
788
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
789
 
        html-am info info-am install install-am install-data \
790
 
        install-data-am install-dist_doc_bashcompletionDATA \
 
781
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
782
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
783
        ctags-am distclean distclean-generic distclean-libtool \
 
784
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
785
        install install-am install-data install-data-am \
 
786
        install-dist_doc_bashcompletionDATA \
791
787
        install-dist_doc_bashcompletionscriptDATA \
792
788
        install-dist_doc_xmlrpcDATA install-dvi install-dvi-am \
793
789
        install-exec install-exec-am install-html install-html-am \
796
792
        installcheck installcheck-am installdirs installdirs-am \
797
793
        maintainer-clean maintainer-clean-generic mostlyclean \
798
794
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
799
 
        tags tags-recursive uninstall uninstall-am \
 
795
        tags tags-am uninstall uninstall-am \
800
796
        uninstall-dist_doc_bashcompletionDATA \
801
797
        uninstall-dist_doc_bashcompletionscriptDATA \
802
798
        uninstall-dist_doc_xmlrpcDATA