~ubuntu-branches/ubuntu/vivid/augeas/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Raphaël Pinson
  • Date: 2014-12-01 10:49:19 UTC
  • mfrom: (1.6.1) (24.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20141201104919-lalkacyk0i5fndg5
Tags: 1.3.0-0ubuntu1
* New upstream version
* Include d/p/0003_Link_pthread.patch again

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.4 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@
51
78
build_triplet = @build@
52
79
host_triplet = @host@
53
80
subdir = doc
54
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
55
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
83
am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \
57
84
        $(top_srcdir)/gnulib/m4/alloca.m4 \
81
108
        $(top_srcdir)/gnulib/m4/getline.m4 \
82
109
        $(top_srcdir)/gnulib/m4/getopt.m4 \
83
110
        $(top_srcdir)/gnulib/m4/getpagesize.m4 \
 
111
        $(top_srcdir)/gnulib/m4/gettimeofday.m4 \
84
112
        $(top_srcdir)/gnulib/m4/glibc21.m4 \
85
113
        $(top_srcdir)/gnulib/m4/gnulib-common.m4 \
86
114
        $(top_srcdir)/gnulib/m4/gnulib-comp.m4 \
122
150
        $(top_srcdir)/gnulib/m4/mbtowc.m4 \
123
151
        $(top_srcdir)/gnulib/m4/memchr.m4 \
124
152
        $(top_srcdir)/gnulib/m4/mempcpy.m4 \
 
153
        $(top_srcdir)/gnulib/m4/mkstemp.m4 \
125
154
        $(top_srcdir)/gnulib/m4/mmap-anon.m4 \
126
155
        $(top_srcdir)/gnulib/m4/mode_t.m4 \
127
156
        $(top_srcdir)/gnulib/m4/msvc-inval.m4 \
161
190
        $(top_srcdir)/gnulib/m4/strnlen.m4 \
162
191
        $(top_srcdir)/gnulib/m4/strstr.m4 \
163
192
        $(top_srcdir)/gnulib/m4/symlink.m4 \
 
193
        $(top_srcdir)/gnulib/m4/sys_socket_h.m4 \
164
194
        $(top_srcdir)/gnulib/m4/sys_stat_h.m4 \
 
195
        $(top_srcdir)/gnulib/m4/sys_time_h.m4 \
165
196
        $(top_srcdir)/gnulib/m4/sys_types_h.m4 \
166
197
        $(top_srcdir)/gnulib/m4/sys_wait_h.m4 \
 
198
        $(top_srcdir)/gnulib/m4/tempname.m4 \
167
199
        $(top_srcdir)/gnulib/m4/thread.m4 \
168
200
        $(top_srcdir)/gnulib/m4/threadlib.m4 \
169
201
        $(top_srcdir)/gnulib/m4/time_h.m4 \
187
219
CONFIG_HEADER = $(top_builddir)/config.h
188
220
CONFIG_CLEAN_FILES =
189
221
CONFIG_CLEAN_VPATH_FILES =
 
222
AM_V_P = $(am__v_P_@AM_V@)
 
223
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
224
am__v_P_0 = false
 
225
am__v_P_1 = :
190
226
AM_V_GEN = $(am__v_GEN_@AM_V@)
191
227
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
192
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
228
am__v_GEN_0 = @echo "  GEN     " $@;
 
229
am__v_GEN_1 = 
193
230
AM_V_at = $(am__v_at_@AM_V@)
194
231
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
195
232
am__v_at_0 = @
 
233
am__v_at_1 = 
196
234
SOURCES =
197
235
DIST_SOURCES =
198
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
199
 
        html-recursive info-recursive install-data-recursive \
200
 
        install-dvi-recursive install-exec-recursive \
201
 
        install-html-recursive install-info-recursive \
202
 
        install-pdf-recursive install-ps-recursive install-recursive \
203
 
        installcheck-recursive installdirs-recursive pdf-recursive \
204
 
        ps-recursive uninstall-recursive
 
236
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
237
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
238
        install-data-recursive install-dvi-recursive \
 
239
        install-exec-recursive install-html-recursive \
 
240
        install-info-recursive install-pdf-recursive \
 
241
        install-ps-recursive install-recursive installcheck-recursive \
 
242
        installdirs-recursive pdf-recursive ps-recursive \
 
243
        tags-recursive uninstall-recursive
205
244
am__can_run_installinfo = \
206
245
  case $$AM_UPDATE_INFO_DIR in \
207
246
    n|no|NO) false;; \
238
277
DATA = $(nobase_vim_DATA)
239
278
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
240
279
  distclean-recursive maintainer-clean-recursive
241
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
242
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
280
am__recursive_targets = \
 
281
  $(RECURSIVE_TARGETS) \
 
282
  $(RECURSIVE_CLEAN_TARGETS) \
 
283
  $(am__extra_recursive_targets)
 
284
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
243
285
        distdir
 
286
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
287
# Read a list of newline-separated strings from the standard input,
 
288
# and print each of them once, without duplicates.  Input order is
 
289
# *not* preserved.
 
290
am__uniquify_input = $(AWK) '\
 
291
  BEGIN { nonempty = 0; } \
 
292
  { items[$$0] = 1; nonempty = 1; } \
 
293
  END { if (nonempty) { for (i in items) print i; }; } \
 
294
'
 
295
# Make sure the list of sources is unique.  This is necessary because,
 
296
# e.g., the same source file might be shared among _SOURCES variables
 
297
# for different programs/libraries.
 
298
am__define_uniq_tagged_files = \
 
299
  list='$(am__tagged_files)'; \
 
300
  unique=`for i in $$list; do \
 
301
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
302
  done | $(am__uniquify_input)`
244
303
ETAGS = etags
245
304
CTAGS = ctags
246
305
DIST_SUBDIRS = $(SUBDIRS)
378
437
GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
379
438
GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
380
439
GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
 
440
GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
381
441
GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
382
442
GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@
383
443
GNULIB_GRANTPT = @GNULIB_GRANTPT@
631
691
HAVE_GETOPT_H = @HAVE_GETOPT_H@
632
692
HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
633
693
HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
 
694
HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@
634
695
HAVE_GRANTPT = @HAVE_GRANTPT@
635
696
HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
636
697
HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
707
768
HAVE_STRTOLL = @HAVE_STRTOLL@
708
769
HAVE_STRTOULL = @HAVE_STRTOULL@
709
770
HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
 
771
HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
710
772
HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
711
773
HAVE_SYMLINK = @HAVE_SYMLINK@
712
774
HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
714
776
HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
715
777
HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
716
778
HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
 
779
HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
717
780
HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
718
781
HAVE_TIMEGM = @HAVE_TIMEGM@
719
782
HAVE_UNISTD_H = @HAVE_UNISTD_H@
755
818
HAVE_WCTRANS_T = @HAVE_WCTRANS_T@
756
819
HAVE_WCTYPE_H = @HAVE_WCTYPE_H@
757
820
HAVE_WCTYPE_T = @HAVE_WCTYPE_T@
 
821
HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
758
822
HAVE_WINT_T = @HAVE_WINT_T@
759
823
HAVE_WMEMCHR = @HAVE_WMEMCHR@
760
824
HAVE_WMEMCMP = @HAVE_WMEMCMP@
828
892
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
829
893
NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
830
894
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
 
895
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@
831
896
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
832
897
NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H@
833
898
NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
849
914
NEXT_STDLIB_H = @NEXT_STDLIB_H@
850
915
NEXT_STRING_H = @NEXT_STRING_H@
851
916
NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
 
917
NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
852
918
NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
853
919
NEXT_SYS_WAIT_H = @NEXT_SYS_WAIT_H@
854
920
NEXT_TIME_H = @NEXT_TIME_H@
915
981
REPLACE_GETLINE = @REPLACE_GETLINE@
916
982
REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
917
983
REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
 
984
REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
918
985
REPLACE_ISATTY = @REPLACE_ISATTY@
919
986
REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
920
987
REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
986
1053
REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
987
1054
REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
988
1055
REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@
 
1056
REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@
989
1057
REPLACE_SYMLINK = @REPLACE_SYMLINK@
990
1058
REPLACE_TIMEGM = @REPLACE_TIMEGM@
991
1059
REPLACE_TMPFILE = @REPLACE_TMPFILE@
1167
1235
        dir='$(DESTDIR)$(vimdir)'; $(am__uninstall_files_from_dir)
1168
1236
 
1169
1237
# This directory's subdirectories are mostly independent; you can cd
1170
 
# into them and run `make' without going through this Makefile.
1171
 
# To change the values of `make' variables: instead of editing Makefiles,
1172
 
# (1) if the variable is set in `config.status', edit `config.status'
1173
 
#     (which will cause the Makefiles to be regenerated when you run `make');
1174
 
# (2) otherwise, pass the desired values on the `make' command line.
1175
 
$(RECURSIVE_TARGETS):
1176
 
        @fail= failcom='exit 1'; \
1177
 
        for f in x $$MAKEFLAGS; do \
1178
 
          case $$f in \
1179
 
            *=* | --[!k]*);; \
1180
 
            *k*) failcom='fail=yes';; \
1181
 
          esac; \
1182
 
        done; \
 
1238
# into them and run 'make' without going through this Makefile.
 
1239
# To change the values of 'make' variables: instead of editing Makefiles,
 
1240
# (1) if the variable is set in 'config.status', edit 'config.status'
 
1241
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
1242
# (2) otherwise, pass the desired values on the 'make' command line.
 
1243
$(am__recursive_targets):
 
1244
        @fail=; \
 
1245
        if $(am__make_keepgoing); then \
 
1246
          failcom='fail=yes'; \
 
1247
        else \
 
1248
          failcom='exit 1'; \
 
1249
        fi; \
1183
1250
        dot_seen=no; \
1184
1251
        target=`echo $@ | sed s/-recursive//`; \
1185
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1252
        case "$@" in \
 
1253
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
1254
          *) list='$(SUBDIRS)' ;; \
 
1255
        esac; \
 
1256
        for subdir in $$list; do \
1186
1257
          echo "Making $$target in $$subdir"; \
1187
1258
          if test "$$subdir" = "."; then \
1188
1259
            dot_seen=yes; \
1197
1268
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1198
1269
        fi; test -z "$$fail"
1199
1270
 
1200
 
$(RECURSIVE_CLEAN_TARGETS):
1201
 
        @fail= failcom='exit 1'; \
1202
 
        for f in x $$MAKEFLAGS; do \
1203
 
          case $$f in \
1204
 
            *=* | --[!k]*);; \
1205
 
            *k*) failcom='fail=yes';; \
1206
 
          esac; \
1207
 
        done; \
1208
 
        dot_seen=no; \
1209
 
        case "$@" in \
1210
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1211
 
          *) list='$(SUBDIRS)' ;; \
1212
 
        esac; \
1213
 
        rev=''; for subdir in $$list; do \
1214
 
          if test "$$subdir" = "."; then :; else \
1215
 
            rev="$$subdir $$rev"; \
1216
 
          fi; \
1217
 
        done; \
1218
 
        rev="$$rev ."; \
1219
 
        target=`echo $@ | sed s/-recursive//`; \
1220
 
        for subdir in $$rev; do \
1221
 
          echo "Making $$target in $$subdir"; \
1222
 
          if test "$$subdir" = "."; then \
1223
 
            local_target="$$target-am"; \
1224
 
          else \
1225
 
            local_target="$$target"; \
1226
 
          fi; \
1227
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1228
 
          || eval $$failcom; \
1229
 
        done && test -z "$$fail"
1230
 
tags-recursive:
1231
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1232
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1233
 
        done
1234
 
ctags-recursive:
1235
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1236
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1237
 
        done
1238
 
 
1239
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1240
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1241
 
        unique=`for i in $$list; do \
1242
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1243
 
          done | \
1244
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1245
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1246
 
        mkid -fID $$unique
1247
 
tags: TAGS
1248
 
 
1249
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1250
 
                $(TAGS_FILES) $(LISP)
 
1271
ID: $(am__tagged_files)
 
1272
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
1273
tags: tags-recursive
 
1274
TAGS: tags
 
1275
 
 
1276
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1251
1277
        set x; \
1252
1278
        here=`pwd`; \
1253
1279
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1263
1289
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1264
1290
          fi; \
1265
1291
        done; \
1266
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1267
 
        unique=`for i in $$list; do \
1268
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1269
 
          done | \
1270
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1271
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1292
        $(am__define_uniq_tagged_files); \
1272
1293
        shift; \
1273
1294
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1274
1295
          test -n "$$unique" || unique=$$empty_fix; \
1280
1301
              $$unique; \
1281
1302
          fi; \
1282
1303
        fi
1283
 
ctags: CTAGS
1284
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1285
 
                $(TAGS_FILES) $(LISP)
1286
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1287
 
        unique=`for i in $$list; do \
1288
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1289
 
          done | \
1290
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1291
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1304
ctags: ctags-recursive
 
1305
 
 
1306
CTAGS: ctags
 
1307
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1308
        $(am__define_uniq_tagged_files); \
1292
1309
        test -z "$(CTAGS_ARGS)$$unique" \
1293
1310
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1294
1311
             $$unique
1297
1314
        here=`$(am__cd) $(top_builddir) && pwd` \
1298
1315
          && $(am__cd) $(top_srcdir) \
1299
1316
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1317
cscopelist: cscopelist-recursive
 
1318
 
 
1319
cscopelist-am: $(am__tagged_files)
 
1320
        list='$(am__tagged_files)'; \
 
1321
        case "$(srcdir)" in \
 
1322
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1323
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1324
        esac; \
 
1325
        for i in $$list; do \
 
1326
          if test -f "$$i"; then \
 
1327
            echo "$(subdir)/$$i"; \
 
1328
          else \
 
1329
            echo "$$sdir/$$i"; \
 
1330
          fi; \
 
1331
        done >> $(top_builddir)/cscope.files
1300
1332
 
1301
1333
distclean-tags:
1302
1334
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1460
1492
 
1461
1493
uninstall-am: uninstall-nobase_vimDATA
1462
1494
 
1463
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1464
 
        install-am install-strip tags-recursive
 
1495
.MAKE: $(am__recursive_targets) install-am install-strip
1465
1496
 
1466
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1467
 
        all all-am all-local check check-am clean clean-generic \
1468
 
        clean-libtool clean-local ctags ctags-recursive distclean \
1469
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
1470
 
        dvi-am html html-am info info-am install install-am \
1471
 
        install-data install-data-am install-dvi install-dvi-am \
1472
 
        install-exec install-exec-am install-html install-html-am \
1473
 
        install-info install-info-am install-man \
1474
 
        install-nobase_vimDATA install-pdf install-pdf-am install-ps \
1475
 
        install-ps-am install-strip installcheck installcheck-am \
1476
 
        installdirs installdirs-am maintainer-clean \
1477
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
1478
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1479
 
        uninstall uninstall-am uninstall-nobase_vimDATA
 
1497
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
 
1498
        check check-am clean clean-generic clean-libtool clean-local \
 
1499
        cscopelist-am ctags ctags-am distclean distclean-generic \
 
1500
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
1501
        html-am info info-am install install-am install-data \
 
1502
        install-data-am install-dvi install-dvi-am install-exec \
 
1503
        install-exec-am install-html install-html-am install-info \
 
1504
        install-info-am install-man install-nobase_vimDATA install-pdf \
 
1505
        install-pdf-am install-ps install-ps-am install-strip \
 
1506
        installcheck installcheck-am installdirs installdirs-am \
 
1507
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1508
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1509
        tags tags-am uninstall uninstall-am uninstall-nobase_vimDATA
1480
1510
 
1481
1511
 
1482
1512
all-local: $(PDFDOCS)