~ubuntu-branches/ubuntu/wily/man-db/wily-proposed

« back to all changes in this revision

Viewing changes to gnulib/lib/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-06-24 11:34:02 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20130624113402-6xdn53l2p9qu8yus
Tags: 2.6.4-1
* New upstream release:
  - Document default section list in manual pages (closes: #611007).
  - Quieten most warnings from compiling Gnulib (closes: #668429).
  - The MANLESS environment variable is now treated as if it were a
    default value for the -r option to man: occurrences of the text
    "$MAN_PN" are expanded, and explicitly using the -r option overrides
    the default (closes: #690831).
* Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts.
* Remove maintainer script support for direct upgrades from pre-etch
  (three releases before current stable).
* Breaks/Replaces manpages-zh (<< 1.5.2-1.1); man-db now ships zh_CN
  translations formerly included there.

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.
15
14
 
16
15
@SET_MAKE@
17
16
 
18
 
# Copyright (C) 2002-2012 Free Software Foundation, Inc.
 
17
# Copyright (C) 2002-2013 Free Software Foundation, Inc.
19
18
#
20
19
# This file is free software; you can redistribute it and/or modify
21
20
# it under the terms of the GNU General Public License as published by
41
40
 
42
41
 
43
42
VPATH = @srcdir@
44
 
am__make_dryrun = \
45
 
  { \
46
 
    am__dry=no; \
 
43
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
44
am__make_running_with_option = \
 
45
  case $${target_option-} in \
 
46
      ?) ;; \
 
47
      *) echo "am__make_running_with_option: internal error: invalid" \
 
48
              "target option '$${target_option-}' specified" >&2; \
 
49
         exit 1;; \
 
50
  esac; \
 
51
  has_opt=no; \
 
52
  sane_makeflags=$$MAKEFLAGS; \
 
53
  if $(am__is_gnu_make); then \
 
54
    sane_makeflags=$$MFLAGS; \
 
55
  else \
47
56
    case $$MAKEFLAGS in \
48
57
      *\\[\ \   ]*) \
49
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
50
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
51
 
      *) \
52
 
        for am__flg in $$MAKEFLAGS; do \
53
 
          case $$am__flg in \
54
 
            *=*|--*) ;; \
55
 
            *n*) am__dry=yes; break;; \
56
 
          esac; \
57
 
        done;; \
58
 
    esac; \
59
 
    test $$am__dry = yes; \
60
 
  }
 
58
        bs=\\; \
 
59
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
60
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
61
    esac; \
 
62
  fi; \
 
63
  skip_next=no; \
 
64
  strip_trailopt () \
 
65
  { \
 
66
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
67
  }; \
 
68
  for flg in $$sane_makeflags; do \
 
69
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
70
    case $$flg in \
 
71
      *=*|--*) continue;; \
 
72
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
73
      -*I?*) strip_trailopt 'I';; \
 
74
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
75
      -*O?*) strip_trailopt 'O';; \
 
76
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
77
      -*l?*) strip_trailopt 'l';; \
 
78
      -[dEDm]) skip_next=yes;; \
 
79
      -[JT]) skip_next=yes;; \
 
80
    esac; \
 
81
    case $$flg in \
 
82
      *$$target_option*) has_opt=yes; break;; \
 
83
    esac; \
 
84
  done; \
 
85
  test $$has_opt = yes
 
86
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
87
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
61
88
pkgdatadir = $(datadir)/@PACKAGE@
62
89
pkgincludedir = $(includedir)/@PACKAGE@
63
90
pkglibdir = $(libdir)/@PACKAGE@
76
103
build_triplet = @build@
77
104
host_triplet = @host@
78
105
subdir = gnulib/lib
79
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
80
 
        $(srcdir)/Makefile.in alloca.c
 
106
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am alloca.c \
 
107
        $(top_srcdir)/tools/depcomp $(noinst_HEADERS)
81
108
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82
109
am__aclocal_m4_deps = $(top_srcdir)/m4/man-bdb.m4 \
83
110
        $(top_srcdir)/m4/man-check-progs.m4 \
109
136
        $(top_srcdir)/gnulib/m4/error.m4 \
110
137
        $(top_srcdir)/gnulib/m4/exponentd.m4 \
111
138
        $(top_srcdir)/gnulib/m4/extensions.m4 \
 
139
        $(top_srcdir)/gnulib/m4/extern-inline.m4 \
112
140
        $(top_srcdir)/gnulib/m4/fchdir.m4 \
113
141
        $(top_srcdir)/gnulib/m4/fcntl-o.m4 \
114
142
        $(top_srcdir)/gnulib/m4/fcntl.m4 \
137
165
        $(top_srcdir)/gnulib/m4/iconv.m4 \
138
166
        $(top_srcdir)/gnulib/m4/idpriv.m4 \
139
167
        $(top_srcdir)/gnulib/m4/include_next.m4 \
140
 
        $(top_srcdir)/gnulib/m4/inline.m4 \
141
168
        $(top_srcdir)/gnulib/m4/intlmacosx.m4 \
142
169
        $(top_srcdir)/gnulib/m4/intmax_t.m4 \
143
170
        $(top_srcdir)/gnulib/m4/inttypes_h.m4 \
144
171
        $(top_srcdir)/gnulib/m4/langinfo_h.m4 \
 
172
        $(top_srcdir)/gnulib/m4/largefile.m4 \
145
173
        $(top_srcdir)/gnulib/m4/lib-ignore.m4 \
146
174
        $(top_srcdir)/gnulib/m4/lib-ld.m4 \
147
175
        $(top_srcdir)/gnulib/m4/lib-link.m4 \
151
179
        $(top_srcdir)/gnulib/m4/locale-fr.m4 \
152
180
        $(top_srcdir)/gnulib/m4/locale-ja.m4 \
153
181
        $(top_srcdir)/gnulib/m4/locale-zh.m4 \
 
182
        $(top_srcdir)/gnulib/m4/locale_h.m4 \
 
183
        $(top_srcdir)/gnulib/m4/localeconv.m4 \
154
184
        $(top_srcdir)/gnulib/m4/lock.m4 \
155
185
        $(top_srcdir)/gnulib/m4/longlong.m4 \
156
186
        $(top_srcdir)/gnulib/m4/lstat.m4 \
179
209
        $(top_srcdir)/gnulib/m4/nl_langinfo.m4 \
180
210
        $(top_srcdir)/gnulib/m4/nls.m4 \
181
211
        $(top_srcdir)/gnulib/m4/nocrash.m4 \
 
212
        $(top_srcdir)/gnulib/m4/off_t.m4 \
182
213
        $(top_srcdir)/gnulib/m4/onceonly.m4 \
183
214
        $(top_srcdir)/gnulib/m4/open.m4 \
184
215
        $(top_srcdir)/gnulib/m4/openat.m4 \
198
229
        $(top_srcdir)/gnulib/m4/rmdir.m4 \
199
230
        $(top_srcdir)/gnulib/m4/same.m4 \
200
231
        $(top_srcdir)/gnulib/m4/save-cwd.m4 \
 
232
        $(top_srcdir)/gnulib/m4/secure_getenv.m4 \
201
233
        $(top_srcdir)/gnulib/m4/setenv.m4 \
202
234
        $(top_srcdir)/gnulib/m4/sigaction.m4 \
203
235
        $(top_srcdir)/gnulib/m4/signal_h.m4 \
262
294
am__dirstamp = $(am__leading_dot)dirstamp
263
295
am_libgnu_la_OBJECTS = areadlink-with-size.lo argp-ba.lo argp-eexst.lo \
264
296
        argp-fmtstream.lo argp-fs-xinl.lo argp-help.lo argp-parse.lo \
265
 
        argp-pin.lo argp-pv.lo argp-pvh.lo argp-xinl.lo \
 
297
        argp-pin.lo argp-pv.lo argp-pvh.lo argp-xinl.lo bitrotate.lo \
266
298
        canonicalize.lo cloexec.lo dirname.lo basename.lo \
267
299
        dirname-lgpl.lo basename-lgpl.lo stripslash.lo exitfail.lo \
268
300
        fd-hook.lo file-set.lo filenamecat-lgpl.lo hash.lo hash-pjw.lo \
269
301
        hash-triple.lo idpriv-drop.lo idpriv-droptemp.lo \
270
302
        localcharset.lo glthread/lock.lo malloca.lo openat-die.lo \
271
 
        same.lo save-cwd.lo strnlen1.lo tempname.lo \
272
 
        glthread/threadlib.lo dup-safer.lo fd-safer.lo pipe-safer.lo \
273
 
        xmalloc.lo xalloc-die.lo xgetcwd.lo xstrndup.lo xvasprintf.lo \
274
 
        xasprintf.lo
 
303
        same.lo save-cwd.lo sig-handler.lo strnlen1.lo tempname.lo \
 
304
        glthread/threadlib.lo unistd.lo dup-safer.lo fd-safer.lo \
 
305
        pipe-safer.lo wctype-h.lo xmalloc.lo xalloc-die.lo xgetcwd.lo \
 
306
        xsize.lo xstrndup.lo xvasprintf.lo xasprintf.lo
275
307
libgnu_la_OBJECTS = $(am_libgnu_la_OBJECTS)
276
308
AM_V_lt = $(am__v_lt_@AM_V@)
277
309
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
278
310
am__v_lt_0 = --silent
 
311
am__v_lt_1 = 
279
312
libgnu_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
280
313
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
281
314
        $(libgnu_la_LDFLAGS) $(LDFLAGS) -o $@
 
315
AM_V_P = $(am__v_P_@AM_V@)
 
316
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
317
am__v_P_0 = false
 
318
am__v_P_1 = :
 
319
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
320
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
321
am__v_GEN_0 = @echo "  GEN     " $@;
 
322
am__v_GEN_1 = 
 
323
AM_V_at = $(am__v_at_@AM_V@)
 
324
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
325
am__v_at_0 = @
 
326
am__v_at_1 = 
282
327
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
283
328
depcomp = $(SHELL) $(top_srcdir)/tools/depcomp
284
329
am__depfiles_maybe = depfiles
291
336
        $(AM_CFLAGS) $(CFLAGS)
292
337
AM_V_CC = $(am__v_CC_@AM_V@)
293
338
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
294
 
am__v_CC_0 = @echo "  CC    " $@;
295
 
AM_V_at = $(am__v_at_@AM_V@)
296
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
297
 
am__v_at_0 = @
 
339
am__v_CC_0 = @echo "  CC      " $@;
 
340
am__v_CC_1 = 
298
341
CCLD = $(CC)
299
342
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
300
343
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
301
344
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
302
345
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
303
346
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
304
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
305
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
306
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
307
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
347
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
348
am__v_CCLD_1 = 
308
349
SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
309
350
DIST_SOURCES = $(libgnu_la_SOURCES) $(EXTRA_libgnu_la_SOURCES)
310
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
311
 
        html-recursive info-recursive install-data-recursive \
312
 
        install-dvi-recursive install-exec-recursive \
313
 
        install-html-recursive install-info-recursive \
314
 
        install-pdf-recursive install-ps-recursive install-recursive \
315
 
        installcheck-recursive installdirs-recursive pdf-recursive \
316
 
        ps-recursive uninstall-recursive
 
351
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
352
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
353
        install-data-recursive install-dvi-recursive \
 
354
        install-exec-recursive install-html-recursive \
 
355
        install-info-recursive install-pdf-recursive \
 
356
        install-ps-recursive install-recursive installcheck-recursive \
 
357
        installdirs-recursive pdf-recursive ps-recursive \
 
358
        tags-recursive uninstall-recursive
317
359
am__can_run_installinfo = \
318
360
  case $$AM_UPDATE_INFO_DIR in \
319
361
    n|no|NO) false;; \
322
364
HEADERS = $(noinst_HEADERS)
323
365
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
324
366
  distclean-recursive maintainer-clean-recursive
325
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
326
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
367
am__recursive_targets = \
 
368
  $(RECURSIVE_TARGETS) \
 
369
  $(RECURSIVE_CLEAN_TARGETS) \
 
370
  $(am__extra_recursive_targets)
 
371
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
327
372
        distdir
 
373
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
374
# Read a list of newline-separated strings from the standard input,
 
375
# and print each of them once, without duplicates.  Input order is
 
376
# *not* preserved.
 
377
am__uniquify_input = $(AWK) '\
 
378
  BEGIN { nonempty = 0; } \
 
379
  { items[$$0] = 1; nonempty = 1; } \
 
380
  END { if (nonempty) { for (i in items) print i; }; } \
 
381
'
 
382
# Make sure the list of sources is unique.  This is necessary because,
 
383
# e.g., the same source file might be shared among _SOURCES variables
 
384
# for different programs/libraries.
 
385
am__define_uniq_tagged_files = \
 
386
  list='$(am__tagged_files)'; \
 
387
  unique=`for i in $$list; do \
 
388
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
389
  done | $(am__uniquify_input)`
328
390
ETAGS = etags
329
391
CTAGS = ctags
330
392
DIST_SUBDIRS = $(SUBDIRS)
420
482
GNULIB_DUP = @GNULIB_DUP@
421
483
GNULIB_DUP2 = @GNULIB_DUP2@
422
484
GNULIB_DUP3 = @GNULIB_DUP3@
 
485
GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@
423
486
GNULIB_ENVIRON = @GNULIB_ENVIRON@
424
487
GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
425
488
GNULIB_FACCESSAT = @GNULIB_FACCESSAT@
483
546
GNULIB_LCHOWN = @GNULIB_LCHOWN@
484
547
GNULIB_LINK = @GNULIB_LINK@
485
548
GNULIB_LINKAT = @GNULIB_LINKAT@
 
549
GNULIB_LOCALECONV = @GNULIB_LOCALECONV@
486
550
GNULIB_LSEEK = @GNULIB_LSEEK@
487
551
GNULIB_LSTAT = @GNULIB_LSTAT@
488
552
GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
564
628
GNULIB_RPMATCH = @GNULIB_RPMATCH@
565
629
GNULIB_SCANDIR = @GNULIB_SCANDIR@
566
630
GNULIB_SCANF = @GNULIB_SCANF@
 
631
GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
567
632
GNULIB_SETENV = @GNULIB_SETENV@
568
633
GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
 
634
GNULIB_SETLOCALE = @GNULIB_SETLOCALE@
569
635
GNULIB_SIGACTION = @GNULIB_SIGACTION@
570
636
GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@
571
637
GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@
704
770
HAVE_DPRINTF = @HAVE_DPRINTF@
705
771
HAVE_DUP2 = @HAVE_DUP2@
706
772
HAVE_DUP3 = @HAVE_DUP3@
 
773
HAVE_DUPLOCALE = @HAVE_DUPLOCALE@
707
774
HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
708
775
HAVE_FACCESSAT = @HAVE_FACCESSAT@
709
776
HAVE_FCHDIR = @HAVE_FCHDIR@
795
862
HAVE_REWINDDIR = @HAVE_REWINDDIR@
796
863
HAVE_RPMATCH = @HAVE_RPMATCH@
797
864
HAVE_SCANDIR = @HAVE_SCANDIR@
 
865
HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
798
866
HAVE_SETENV = @HAVE_SETENV@
799
867
HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
800
868
HAVE_SIGACTION = @HAVE_SIGACTION@
881
949
HAVE_WMEMCPY = @HAVE_WMEMCPY@
882
950
HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
883
951
HAVE_WMEMSET = @HAVE_WMEMSET@
 
952
HAVE_XLOCALE_H = @HAVE_XLOCALE_H@
884
953
HAVE__BOOL = @HAVE__BOOL@
885
954
HAVE__EXIT = @HAVE__EXIT@
886
955
IGNORE_UNUSED_LIBRARIES_CFLAGS = @IGNORE_UNUSED_LIBRARIES_CFLAGS@
925
994
LTLIBTHREAD = @LTLIBTHREAD@
926
995
MAINT = @MAINT@
927
996
MAKEINFO = @MAKEINFO@
 
997
MANDIR_LAYOUT = @MANDIR_LAYOUT@
928
998
MANIFEST_TOOL = @MANIFEST_TOOL@
929
999
MAN_SUBDIRS = @MAN_SUBDIRS@
930
1000
MKDIR_P = @MKDIR_P@
937
1007
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
938
1008
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@
939
1009
NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = @NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H@
 
1010
NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@
940
1011
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@
941
1012
NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
942
1013
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
960
1031
NEXT_FLOAT_H = @NEXT_FLOAT_H@
961
1032
NEXT_GETOPT_H = @NEXT_GETOPT_H@
962
1033
NEXT_LANGINFO_H = @NEXT_LANGINFO_H@
 
1034
NEXT_LOCALE_H = @NEXT_LOCALE_H@
963
1035
NEXT_SIGNAL_H = @NEXT_SIGNAL_H@
964
1036
NEXT_STDARG_H = @NEXT_STDARG_H@
965
1037
NEXT_STDDEF_H = @NEXT_STDDEF_H@
1011
1083
REPLACE_DPRINTF = @REPLACE_DPRINTF@
1012
1084
REPLACE_DUP = @REPLACE_DUP@
1013
1085
REPLACE_DUP2 = @REPLACE_DUP2@
 
1086
REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@
1014
1087
REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
1015
1088
REPLACE_FCLOSE = @REPLACE_FCLOSE@
1016
1089
REPLACE_FCNTL = @REPLACE_FCNTL@
1027
1100
REPLACE_FSTATAT = @REPLACE_FSTATAT@
1028
1101
REPLACE_FTELL = @REPLACE_FTELL@
1029
1102
REPLACE_FTELLO = @REPLACE_FTELLO@
 
1103
REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
1030
1104
REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
1031
1105
REPLACE_GETCWD = @REPLACE_GETCWD@
1032
1106
REPLACE_GETDELIM = @REPLACE_GETDELIM@
1043
1117
REPLACE_LCHOWN = @REPLACE_LCHOWN@
1044
1118
REPLACE_LINK = @REPLACE_LINK@
1045
1119
REPLACE_LINKAT = @REPLACE_LINKAT@
 
1120
REPLACE_LOCALECONV = @REPLACE_LOCALECONV@
1046
1121
REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
1047
1122
REPLACE_LSEEK = @REPLACE_LSEEK@
1048
1123
REPLACE_LSTAT = @REPLACE_LSTAT@
1073
1148
REPLACE_PREAD = @REPLACE_PREAD@
1074
1149
REPLACE_PRINTF = @REPLACE_PRINTF@
1075
1150
REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@
 
1151
REPLACE_PTSNAME = @REPLACE_PTSNAME@
1076
1152
REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
1077
1153
REPLACE_PUTENV = @REPLACE_PUTENV@
1078
1154
REPLACE_PWRITE = @REPLACE_PWRITE@
1087
1163
REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
1088
1164
REPLACE_RMDIR = @REPLACE_RMDIR@
1089
1165
REPLACE_SETENV = @REPLACE_SETENV@
 
1166
REPLACE_SETLOCALE = @REPLACE_SETLOCALE@
1090
1167
REPLACE_SLEEP = @REPLACE_SLEEP@
1091
1168
REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
1092
1169
REPLACE_SPRINTF = @REPLACE_SPRINTF@
1106
1183
REPLACE_STRSTR = @REPLACE_STRSTR@
1107
1184
REPLACE_STRTOD = @REPLACE_STRTOD@
1108
1185
REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
 
1186
REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@
1109
1187
REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@
1110
1188
REPLACE_SYMLINK = @REPLACE_SYMLINK@
1111
1189
REPLACE_TIMEGM = @REPLACE_TIMEGM@
1144
1222
STRIP = @STRIP@
1145
1223
SYSEXITS_H = @SYSEXITS_H@
1146
1224
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
 
1225
TBL_X_FORMAT = @TBL_X_FORMAT@
1147
1226
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
1148
1227
TRANS_APROPOS = @TRANS_APROPOS@
1149
1228
TRANS_APROPOS_UPPER = @TRANS_APROPOS_UPPER@
1171
1250
VERSION = @VERSION@
1172
1251
WARN_CFLAGS = @WARN_CFLAGS@
1173
1252
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
 
1253
WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
 
1254
WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
1174
1255
WINT_T_SUFFIX = @WINT_T_SUFFIX@
1175
1256
XGETTEXT = @XGETTEXT@
1176
1257
XGETTEXT_015 = @XGETTEXT_015@
1273
1354
unxz = @unxz@
1274
1355
vgrind = @vgrind@
1275
1356
xz = @xz@
1276
 
AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
 
1357
AUTOMAKE_OPTIONS = 1.9.6 gnits subdir-objects
1277
1358
SUBDIRS = 
1278
1359
noinst_HEADERS = 
1279
1360
noinst_LIBRARIES = 
1280
1361
noinst_LTLIBRARIES = libgnu.la
 
1362
 
 
1363
# If your project uses "gettextize --intl" to put a source-code
 
1364
# copy of libintl into the package, every Makefile.am needs
 
1365
# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
 
1366
# Here's one way to do this:
 
1367
#AM_CPPFLAGS += -I$(top_builddir)/intl
 
1368
# This option has no effect when the user disables NLS (because then
 
1369
# the intl directory contains no libintl.h file).  This option is not
 
1370
# enabled by default because the intl directory might not exist if
 
1371
# your project does not use "gettext --intl", and some compilers
 
1372
# complain about -I options applied to nonexistent directories.
1281
1373
EXTRA_DIST = alloca.c alloca.in.h areadlink.h openat-priv.h \
1282
1374
        openat-proc.c btowc.c canonicalize.h canonicalize-lgpl.c \
1283
1375
        chdir-long.c chdir-long.h cloexec.h close.c closedir.c \
1286
1378
        fchdir.c fcntl.c fcntl.in.h fd-hook.h fdopendir.c file-set.h \
1287
1379
        filename.h filenamecat.h float.c float.in.h itold.c flock.c \
1288
1380
        fnmatch.c fnmatch.in.h fnmatch_loop.c fstat.c at-func.c \
1289
 
        fstatat.c openat-priv.h getcwd.c getcwd-lgpl.c getdelim.c \
1290
 
        getdtablesize.c getline.c getlogin_r.c getopt.c getopt.in.h \
1291
 
        getopt1.c getopt_int.h $(top_srcdir)/tools/config.rpath \
1292
 
        gettimeofday.c glob-libc.h glob.c glob.in.h hash.h \
1293
 
        hash-triple.h $(top_srcdir)/tools/config.rpath idpriv.h \
1294
 
        idpriv.h intprops.h langinfo.in.h config.charset ref-add.sin \
1295
 
        ref-del.sin lstat.c malloc.c malloc.c malloca.h \
 
1381
        fstatat.c getcwd.c getcwd-lgpl.c getdelim.c getdtablesize.c \
 
1382
        getline.c getlogin_r.c getopt.c getopt.in.h getopt1.c \
 
1383
        getopt_int.h $(top_srcdir)/tools/config.rpath gettimeofday.c \
 
1384
        glob-libc.h glob.c glob.in.h hash.h hash-triple.h \
 
1385
        $(top_srcdir)/tools/config.rpath idpriv.h idpriv.h intprops.h \
 
1386
        langinfo.in.h config.charset ref-add.sin ref-del.sin \
 
1387
        locale.in.h localeconv.c lstat.c malloc.c malloc.c malloca.h \
1296
1388
        malloca.valgrind mbrtowc.c mbsinit.c mbsrtowcs-impl.h \
1297
1389
        mbsrtowcs-state.c mbsrtowcs.c mbtowc-impl.h mbtowc.c memchr.c \
1298
1390
        memchr.valgrind mempcpy.c memrchr.c mkdtemp.c mkstemp.c \
1299
1391
        msvc-inval.c msvc-inval.h msvc-nothrow.c msvc-nothrow.h \
1300
 
        nl_langinfo.c open.c openat-priv.h openat.c openat.h \
1301
 
        dirent-private.h opendir.c pathmax.h raise.c rawmemchr.c \
1302
 
        rawmemchr.valgrind dirent-private.h readdir.c readlink.c \
1303
 
        realloc.c regcomp.c regex.c regex.h regex_internal.c \
1304
 
        regex_internal.h regexec.c rename.c dirent-private.h \
1305
 
        rewinddir.c rmdir.c same.h same-inode.h save-cwd.h setenv.c \
1306
 
        sig-handler.h sigaction.c signal.in.h sigprocmask.c sleep.c \
 
1392
        nl_langinfo.c open.c openat.c openat.h dirent-private.h \
 
1393
        opendir.c pathmax.h raise.c rawmemchr.c rawmemchr.valgrind \
 
1394
        dirent-private.h readdir.c readlink.c realloc.c regcomp.c \
 
1395
        regex.c regex.h regex_internal.c regex_internal.h regexec.c \
 
1396
        rename.c dirent-private.h rewinddir.c rmdir.c same.h \
 
1397
        same-inode.h save-cwd.h secure_getenv.c setenv.c sig-handler.h \
 
1398
        sigaction.c signal.in.h sigprocmask.c sleep.c \
1307
1399
        $(top_srcdir)/tools/snippet/_Noreturn.h \
1308
1400
        $(top_srcdir)/tools/snippet/arg-nonnull.h \
1309
1401
        $(top_srcdir)/tools/snippet/c++defs.h \
1332
1424
# 'all' defined above.
1333
1425
BUILT_SOURCES = $(ALLOCA_H) configmake.h dirent.h $(ERRNO_H) fcntl.h \
1334
1426
        $(FLOAT_H) $(FNMATCH_H) $(GETOPT_H) $(GLOB_H) langinfo.h \
1335
 
        signal.h arg-nonnull.h c++defs.h warn-on-use.h $(STDALIGN_H) \
1336
 
        $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) stdio.h \
1337
 
        stdlib.h string.h strings.h sys/file.h sys/stat.h sys/time.h \
1338
 
        sys/types.h $(SYSEXITS_H) time.h unistd.h wchar.h wctype.h
 
1427
        locale.h signal.h arg-nonnull.h c++defs.h warn-on-use.h \
 
1428
        $(STDALIGN_H) $(STDARG_H) $(STDBOOL_H) $(STDDEF_H) $(STDINT_H) \
 
1429
        stdio.h stdlib.h string.h strings.h sys/file.h sys/stat.h \
 
1430
        sys/time.h sys/types.h $(SYSEXITS_H) time.h unistd.h wchar.h \
 
1431
        wctype.h
1339
1432
SUFFIXES = .sed .sin
1340
1433
MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t dirent.h \
1341
1434
        dirent.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h \
1342
1435
        float.h-t fnmatch.h fnmatch.h-t getopt.h getopt.h-t glob.h \
1343
 
        glob.h-t langinfo.h langinfo.h-t signal.h signal.h-t \
1344
 
        arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t \
 
1436
        glob.h-t langinfo.h langinfo.h-t locale.h locale.h-t signal.h \
 
1437
        signal.h-t arg-nonnull.h arg-nonnull.h-t c++defs.h c++defs.h-t \
1345
1438
        warn-on-use.h warn-on-use.h-t stdalign.h stdalign.h-t stdarg.h \
1346
1439
        stdarg.h-t stdbool.h stdbool.h-t stddef.h stddef.h-t stdint.h \
1347
1440
        stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t string.h \
1354
1447
        ref-del.sed
1355
1448
DISTCLEANFILES = 
1356
1449
MAINTAINERCLEANFILES = 
1357
 
 
1358
 
# This is for those projects which use "gettextize --intl" to put a source-code
1359
 
# copy of libintl into their package. In such projects, every Makefile.am needs
1360
 
# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
1361
 
# For the Makefile.ams in other directories it is the maintainer's
1362
 
# responsibility; for the one from gnulib we do it here.
1363
 
# This option has no effect when the user disables NLS (because then the intl
1364
 
# directory contains no libintl.h file) or when the project does not use
1365
 
# "gettextize --intl".
1366
 
AM_CPPFLAGS = -DDEFAULT_TEXT_DOMAIN=\"man-db-gnulib\" \
1367
 
        -I$(top_builddir)/intl
 
1450
AM_CPPFLAGS = -DDEFAULT_TEXT_DOMAIN=\"man-db-gnulib\"
1368
1451
AM_CFLAGS = 
1369
1452
libgnu_la_SOURCES = areadlink-with-size.c argp.h argp-ba.c \
1370
1453
        argp-eexst.c argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c \
1371
1454
        argp-help.c argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c \
1372
 
        argp-pvh.c argp-xinl.c bitrotate.h canonicalize.c cloexec.c \
1373
 
        dirname.c basename.c dirname-lgpl.c basename-lgpl.c \
 
1455
        argp-pvh.c argp-xinl.c bitrotate.h bitrotate.c canonicalize.c \
 
1456
        cloexec.c dirname.c basename.c dirname-lgpl.c basename-lgpl.c \
1374
1457
        stripslash.c exitfail.c fd-hook.c file-set.c \
1375
1458
        filenamecat-lgpl.c gettext.h hash.c hash-pjw.h hash-pjw.c \
1376
1459
        hash-triple.c idpriv-drop.c idpriv-droptemp.c localcharset.h \
1377
1460
        localcharset.c glthread/lock.h glthread/lock.c malloca.c \
1378
 
        minmax.h openat-die.c same.c save-cwd.c size_max.h strnlen1.h \
1379
 
        strnlen1.c tempname.c glthread/threadlib.c dup-safer.c \
1380
 
        fd-safer.c pipe-safer.c xmalloc.c xalloc-die.c xgetcwd.c \
1381
 
        xsize.h xstrndup.h xstrndup.c xvasprintf.h xvasprintf.c \
1382
 
        xasprintf.c
 
1461
        minmax.h openat-die.c same.c save-cwd.c sig-handler.c \
 
1462
        size_max.h strnlen1.h strnlen1.c tempname.c \
 
1463
        glthread/threadlib.c unistd.c dup-safer.c fd-safer.c \
 
1464
        pipe-safer.c wctype-h.c xmalloc.c xalloc-die.c xgetcwd.c \
 
1465
        xsize.h xsize.c xstrndup.h xstrndup.c xvasprintf.h \
 
1466
        xvasprintf.c xasprintf.c
1383
1467
libgnu_la_LIBADD = $(gl_LTLIBOBJS) @LTALLOCA@
1384
1468
libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS) @LTALLOCA@
1385
1469
EXTRA_libgnu_la_SOURCES = alloca.c openat-proc.c btowc.c \
1388
1472
        float.c itold.c flock.c fnmatch.c fnmatch_loop.c fstat.c \
1389
1473
        at-func.c fstatat.c getcwd.c getcwd-lgpl.c getdelim.c \
1390
1474
        getdtablesize.c getline.c getlogin_r.c getopt.c getopt1.c \
1391
 
        gettimeofday.c glob.c lstat.c malloc.c malloc.c mbrtowc.c \
1392
 
        mbsinit.c mbsrtowcs-state.c mbsrtowcs.c mbtowc.c memchr.c \
1393
 
        mempcpy.c memrchr.c mkdtemp.c mkstemp.c msvc-inval.c \
 
1475
        gettimeofday.c glob.c localeconv.c lstat.c malloc.c malloc.c \
 
1476
        mbrtowc.c mbsinit.c mbsrtowcs-state.c mbsrtowcs.c mbtowc.c \
 
1477
        memchr.c mempcpy.c memrchr.c mkdtemp.c mkstemp.c msvc-inval.c \
1394
1478
        msvc-nothrow.c nl_langinfo.c open.c openat.c opendir.c raise.c \
1395
1479
        rawmemchr.c readdir.c readlink.c realloc.c regcomp.c regex.c \
1396
1480
        regex_internal.c regexec.c rename.c rewinddir.c rmdir.c \
1397
 
        setenv.c sigaction.c sigprocmask.c sleep.c stat.c strcasecmp.c \
1398
 
        strncasecmp.c strchrnul.c strdup.c strerror.c \
1399
 
        strerror-override.c strndup.c strnlen.c strsep.c unsetenv.c \
1400
 
        asnprintf.c printf-args.c printf-parse.c vasnprintf.c \
1401
 
        asprintf.c vasprintf.c vsnprintf.c wcrtomb.c
 
1481
        secure_getenv.c setenv.c sigaction.c sigprocmask.c sleep.c \
 
1482
        stat.c strcasecmp.c strncasecmp.c strchrnul.c strdup.c \
 
1483
        strerror.c strerror-override.c strndup.c strnlen.c strsep.c \
 
1484
        unsetenv.c asnprintf.c printf-args.c printf-parse.c \
 
1485
        vasnprintf.c asprintf.c vasprintf.c vsnprintf.c wcrtomb.c
1402
1486
libgnu_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(LTLIBINTL) \
1403
1487
        $(LTLIBTHREAD)
1404
1488
charset_alias = $(DESTDIR)$(libdir)/charset.alias
1452
1536
 
1453
1537
clean-noinstLTLIBRARIES:
1454
1538
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1455
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1456
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1457
 
          test "$$dir" != "$$p" || dir=.; \
1458
 
          echo "rm -f \"$${dir}/so_locations\""; \
1459
 
          rm -f "$${dir}/so_locations"; \
1460
 
        done
 
1539
        @list='$(noinst_LTLIBRARIES)'; \
 
1540
        locs=`for p in $$list; do echo $$p; done | \
 
1541
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
1542
              sort -u`; \
 
1543
        test -z "$$locs" || { \
 
1544
          echo rm -f $${locs}; \
 
1545
          rm -f $${locs}; \
 
1546
        }
1461
1547
glthread/$(am__dirstamp):
1462
1548
        @$(MKDIR_P) glthread
1463
1549
        @: > glthread/$(am__dirstamp)
1468
1554
        glthread/$(DEPDIR)/$(am__dirstamp)
1469
1555
glthread/threadlib.lo: glthread/$(am__dirstamp) \
1470
1556
        glthread/$(DEPDIR)/$(am__dirstamp)
 
1557
 
1471
1558
libgnu.la: $(libgnu_la_OBJECTS) $(libgnu_la_DEPENDENCIES) $(EXTRA_libgnu_la_DEPENDENCIES) 
1472
1559
        $(AM_V_CCLD)$(libgnu_la_LINK)  $(libgnu_la_OBJECTS) $(libgnu_la_LIBADD) $(LIBS)
1473
1560
 
1474
1561
mostlyclean-compile:
1475
1562
        -rm -f *.$(OBJEXT)
1476
 
        -rm -f glthread/lock.$(OBJEXT)
1477
 
        -rm -f glthread/lock.lo
1478
 
        -rm -f glthread/threadlib.$(OBJEXT)
1479
 
        -rm -f glthread/threadlib.lo
 
1563
        -rm -f glthread/*.$(OBJEXT)
 
1564
        -rm -f glthread/*.lo
1480
1565
 
1481
1566
distclean-compile:
1482
1567
        -rm -f *.tab.c
1499
1584
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at-func.Plo@am__quote@
1500
1585
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename-lgpl.Plo@am__quote@
1501
1586
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename.Plo@am__quote@
 
1587
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrotate.Plo@am__quote@
1502
1588
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/btowc.Plo@am__quote@
1503
1589
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonicalize-lgpl.Plo@am__quote@
1504
1590
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canonicalize.Plo@am__quote@
1544
1630
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idpriv-droptemp.Plo@am__quote@
1545
1631
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/itold.Plo@am__quote@
1546
1632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localcharset.Plo@am__quote@
 
1633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localeconv.Plo@am__quote@
1547
1634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lstat.Plo@am__quote@
1548
1635
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloc.Plo@am__quote@
1549
1636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/malloca.Plo@am__quote@
1582
1669
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmdir.Plo@am__quote@
1583
1670
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/same.Plo@am__quote@
1584
1671
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/save-cwd.Plo@am__quote@
 
1672
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/secure_getenv.Plo@am__quote@
1585
1673
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setenv.Plo@am__quote@
 
1674
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sig-handler.Plo@am__quote@
1586
1675
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigaction.Plo@am__quote@
1587
1676
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigprocmask.Plo@am__quote@
1588
1677
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sleep.Plo@am__quote@
1599
1688
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen1.Plo@am__quote@
1600
1689
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strsep.Plo@am__quote@
1601
1690
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tempname.Plo@am__quote@
 
1691
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unistd.Plo@am__quote@
1602
1692
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unsetenv.Plo@am__quote@
1603
1693
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasnprintf.Plo@am__quote@
1604
1694
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vasprintf.Plo@am__quote@
1605
1695
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vsnprintf.Plo@am__quote@
1606
1696
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcrtomb.Plo@am__quote@
 
1697
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wctype-h.Plo@am__quote@
1607
1698
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xalloc-die.Plo@am__quote@
1608
1699
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xasprintf.Plo@am__quote@
1609
1700
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xgetcwd.Plo@am__quote@
1610
1701
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Plo@am__quote@
 
1702
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsize.Plo@am__quote@
1611
1703
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup.Plo@am__quote@
1612
1704
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xvasprintf.Plo@am__quote@
1613
1705
@AMDEP_TRUE@@am__include@ @am__quote@glthread/$(DEPDIR)/lock.Plo@am__quote@
1645
1737
        -rm -rf glthread/.libs glthread/_libs
1646
1738
 
1647
1739
# This directory's subdirectories are mostly independent; you can cd
1648
 
# into them and run `make' without going through this Makefile.
1649
 
# To change the values of `make' variables: instead of editing Makefiles,
1650
 
# (1) if the variable is set in `config.status', edit `config.status'
1651
 
#     (which will cause the Makefiles to be regenerated when you run `make');
1652
 
# (2) otherwise, pass the desired values on the `make' command line.
1653
 
$(RECURSIVE_TARGETS):
1654
 
        @fail= failcom='exit 1'; \
1655
 
        for f in x $$MAKEFLAGS; do \
1656
 
          case $$f in \
1657
 
            *=* | --[!k]*);; \
1658
 
            *k*) failcom='fail=yes';; \
1659
 
          esac; \
1660
 
        done; \
 
1740
# into them and run 'make' without going through this Makefile.
 
1741
# To change the values of 'make' variables: instead of editing Makefiles,
 
1742
# (1) if the variable is set in 'config.status', edit 'config.status'
 
1743
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
1744
# (2) otherwise, pass the desired values on the 'make' command line.
 
1745
$(am__recursive_targets):
 
1746
        @fail=; \
 
1747
        if $(am__make_keepgoing); then \
 
1748
          failcom='fail=yes'; \
 
1749
        else \
 
1750
          failcom='exit 1'; \
 
1751
        fi; \
1661
1752
        dot_seen=no; \
1662
1753
        target=`echo $@ | sed s/-recursive//`; \
1663
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1754
        case "$@" in \
 
1755
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
1756
          *) list='$(SUBDIRS)' ;; \
 
1757
        esac; \
 
1758
        for subdir in $$list; do \
1664
1759
          echo "Making $$target in $$subdir"; \
1665
1760
          if test "$$subdir" = "."; then \
1666
1761
            dot_seen=yes; \
1675
1770
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1676
1771
        fi; test -z "$$fail"
1677
1772
 
1678
 
$(RECURSIVE_CLEAN_TARGETS):
1679
 
        @fail= failcom='exit 1'; \
1680
 
        for f in x $$MAKEFLAGS; do \
1681
 
          case $$f in \
1682
 
            *=* | --[!k]*);; \
1683
 
            *k*) failcom='fail=yes';; \
1684
 
          esac; \
1685
 
        done; \
1686
 
        dot_seen=no; \
1687
 
        case "$@" in \
1688
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1689
 
          *) list='$(SUBDIRS)' ;; \
1690
 
        esac; \
1691
 
        rev=''; for subdir in $$list; do \
1692
 
          if test "$$subdir" = "."; then :; else \
1693
 
            rev="$$subdir $$rev"; \
1694
 
          fi; \
1695
 
        done; \
1696
 
        rev="$$rev ."; \
1697
 
        target=`echo $@ | sed s/-recursive//`; \
1698
 
        for subdir in $$rev; do \
1699
 
          echo "Making $$target in $$subdir"; \
1700
 
          if test "$$subdir" = "."; then \
1701
 
            local_target="$$target-am"; \
1702
 
          else \
1703
 
            local_target="$$target"; \
1704
 
          fi; \
1705
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1706
 
          || eval $$failcom; \
1707
 
        done && test -z "$$fail"
1708
 
tags-recursive:
1709
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1710
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1711
 
        done
1712
 
ctags-recursive:
1713
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
1714
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1715
 
        done
1716
 
 
1717
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1718
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1719
 
        unique=`for i in $$list; do \
1720
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1721
 
          done | \
1722
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1723
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1724
 
        mkid -fID $$unique
1725
 
tags: TAGS
1726
 
 
1727
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1728
 
                $(TAGS_FILES) $(LISP)
 
1773
ID: $(am__tagged_files)
 
1774
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
1775
tags: tags-recursive
 
1776
TAGS: tags
 
1777
 
 
1778
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1729
1779
        set x; \
1730
1780
        here=`pwd`; \
1731
1781
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1741
1791
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1742
1792
          fi; \
1743
1793
        done; \
1744
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1745
 
        unique=`for i in $$list; do \
1746
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1747
 
          done | \
1748
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1749
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1794
        $(am__define_uniq_tagged_files); \
1750
1795
        shift; \
1751
1796
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1752
1797
          test -n "$$unique" || unique=$$empty_fix; \
1758
1803
              $$unique; \
1759
1804
          fi; \
1760
1805
        fi
1761
 
ctags: CTAGS
1762
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1763
 
                $(TAGS_FILES) $(LISP)
1764
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1765
 
        unique=`for i in $$list; do \
1766
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1767
 
          done | \
1768
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1769
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1806
ctags: ctags-recursive
 
1807
 
 
1808
CTAGS: ctags
 
1809
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1810
        $(am__define_uniq_tagged_files); \
1770
1811
        test -z "$(CTAGS_ARGS)$$unique" \
1771
1812
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1772
1813
             $$unique
1775
1816
        here=`$(am__cd) $(top_builddir) && pwd` \
1776
1817
          && $(am__cd) $(top_srcdir) \
1777
1818
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1819
cscopelist: cscopelist-recursive
 
1820
 
 
1821
cscopelist-am: $(am__tagged_files)
 
1822
        list='$(am__tagged_files)'; \
 
1823
        case "$(srcdir)" in \
 
1824
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1825
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1826
        esac; \
 
1827
        for i in $$list; do \
 
1828
          if test -f "$$i"; then \
 
1829
            echo "$(subdir)/$$i"; \
 
1830
          else \
 
1831
            echo "$$sdir/$$i"; \
 
1832
          fi; \
 
1833
        done >> $(top_builddir)/cscope.files
1778
1834
 
1779
1835
distclean-tags:
1780
1836
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1949
2005
 
1950
2006
uninstall-am: uninstall-local
1951
2007
 
1952
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1953
 
        ctags-recursive install install-am install-strip \
1954
 
        tags-recursive
 
2008
.MAKE: $(am__recursive_targets) all check install install-am \
 
2009
        install-strip
1955
2010
 
1956
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1957
 
        all all-am all-local check check-am clean clean-generic \
1958
 
        clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
1959
 
        ctags ctags-recursive distclean distclean-compile \
1960
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
1961
 
        dvi-am html html-am info info-am install install-am \
1962
 
        install-data install-data-am install-dvi install-dvi-am \
1963
 
        install-exec install-exec-am install-exec-local install-html \
 
2011
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
 
2012
        check check-am clean clean-generic clean-libtool \
 
2013
        clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \
 
2014
        ctags ctags-am distclean distclean-compile distclean-generic \
 
2015
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
2016
        html-am info info-am install install-am install-data \
 
2017
        install-data-am install-dvi install-dvi-am install-exec \
 
2018
        install-exec-am install-exec-local install-html \
1964
2019
        install-html-am install-info install-info-am install-man \
1965
2020
        install-pdf install-pdf-am install-ps install-ps-am \
1966
2021
        install-strip installcheck installcheck-am installdirs \
1967
2022
        installdirs-am maintainer-clean maintainer-clean-generic \
1968
2023
        mostlyclean mostlyclean-compile mostlyclean-generic \
1969
2024
        mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am tags \
1970
 
        tags-recursive uninstall uninstall-am uninstall-local
 
2025
        tags-am uninstall uninstall-am uninstall-local
1971
2026
 
1972
2027
 
1973
2028
# We need the following in order to create <alloca.h> when the system
2015
2070
          echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
2016
2071
          echo '#define PKGLIBDIR "$(pkglibdir)"'; \
2017
2072
          echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
2018
 
        } | sed '/""/d' > $@-t
 
2073
        } | sed '/""/d' > $@-t && \
2019
2074
        mv -f $@-t $@
2020
2075
 
2021
2076
# We need the following in order to create <dirent.h> when the system
2248
2303
        sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
2249
2304
        mv t-$@ $@
2250
2305
 
 
2306
# We need the following in order to create <locale.h> when the system
 
2307
# doesn't have one that provides all definitions.
 
2308
locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
2309
        $(AM_V_GEN)rm -f $@-t $@ && \
 
2310
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
2311
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
2312
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
2313
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
2314
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
2315
              -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
 
2316
              -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \
 
2317
              -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \
 
2318
              -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \
 
2319
              -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
 
2320
              -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
 
2321
              -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
 
2322
              -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
 
2323
              -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
 
2324
              -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
 
2325
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
2326
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
2327
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
2328
              < $(srcdir)/locale.in.h; \
 
2329
        } > $@-t && \
 
2330
        mv $@-t $@
 
2331
 
2251
2332
# We need the following in order to create <signal.h> when the system
2252
2333
# doesn't have a complete one.
2253
2334
signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2435
2516
              -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
2436
2517
              -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
2437
2518
              -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
2438
 
              -e 's/@''GNULIB_GETS''@/$(GNULIB_GETS)/g' \
2439
2519
              -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
2440
2520
              -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
2441
2521
              -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
2555
2635
              -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
2556
2636
              -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
2557
2637
              -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
 
2638
              -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
2558
2639
              -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
2559
2640
              -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
2560
2641
              -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
2583
2664
              -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
2584
2665
              -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
2585
2666
              -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
 
2667
              -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
2586
2668
              -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
2587
2669
              -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
2588
2670
              -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
2596
2678
              -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
2597
2679
              -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
2598
2680
              -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
 
2681
              -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
2599
2682
              -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
2600
2683
              -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
2601
2684
              -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
2755
2838
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2756
2839
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2757
2840
              -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
 
2841
              -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
2758
2842
              -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
2759
2843
              -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
2760
2844
              -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
2831
2915
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2832
2916
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2833
2917
              -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
 
2918
              -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2834
2919
              < $(srcdir)/sys_types.in.h; \
2835
2920
        } > $@-t && \
2836
2921
        mv $@-t $@
2896
2981
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2897
2982
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2898
2983
              -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
 
2984
              -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2899
2985
              -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
2900
2986
              -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
2901
2987
              -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2994
3080
              -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2995
3081
              -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
2996
3082
              -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
 
3083
              -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
2997
3084
              -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2998
3085
              -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
2999
3086
              -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \