1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2020 Free Software Foundation, Inc.
4#
5# This file is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version.
9#
10# This file is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this file.  If not, see <https://www.gnu.org/licenses/>.
17#
18# As a special exception to the GNU General Public License,
19# this file may be distributed as part of a program that
20# contains a configuration script generated by Autoconf, under
21# the same distribution terms as the rest of that program.
22#
23# Generated by gnulib-tool.
24# Reproduce by:
25# gnulib-tool --import --local-dir=gl \
26#  --lib=libdatamash \
27#  --source-base=lib \
28#  --m4-base=m4 \
29#  --doc-base=doc \
30#  --tests-base=tests \
31#  --aux-dir=build-aux \
32#  --makefile-name=gnulib.mk \
33#  --no-conditional-dependencies \
34#  --no-libtool \
35#  --macro-prefix=gl \
36#  announce-gen \
37#  assert \
38#  base64 \
39#  c-ctype \
40#  calloc-gnu \
41#  ceill \
42#  closeout \
43#  configmake \
44#  crypto/md5 \
45#  crypto/sha1 \
46#  crypto/sha256 \
47#  crypto/sha512 \
48#  dirname \
49#  do-release-commit-and-tag \
50#  error \
51#  expl \
52#  extensions \
53#  fabsl \
54#  fdl \
55#  floorl \
56#  fpucw \
57#  gendocs \
58#  getopt-gnu \
59#  gettext \
60#  git-version-gen \
61#  gitlog-to-changelog \
62#  gnu-web-doc-update \
63#  gnupload \
64#  hard-locale \
65#  hash \
66#  hash-pjw \
67#  hash-pjw-bare \
68#  ignore-value \
69#  intprops \
70#  inttostr \
71#  inttypes \
72#  isblank \
73#  isnanl \
74#  linebuffer \
75#  locale \
76#  localeconv \
77#  logl \
78#  maintainer-makefile \
79#  mbsrtowcs \
80#  minmax \
81#  modfl \
82#  netinet_in \
83#  non-recursive-gnulib-prefix-hack \
84#  pmccabe2html \
85#  progname \
86#  propername \
87#  random \
88#  readme-release \
89#  realloc-gnu \
90#  roundl \
91#  size_max \
92#  sqrtl \
93#  stdint \
94#  stdnoreturn \
95#  stpcpy \
96#  strsep \
97#  sys_socket \
98#  unlocked-io \
99#  update-copyright \
100#  version-etc \
101#  warnings \
102#  xalloc \
103#  xstrndup \
104#  xstrtol \
105#  xstrtol-error \
106#  xstrtoumax
107
108
109MOSTLYCLEANFILES += lib/core lib/*.stackdump
110# No GNU Make output.
111
112noinst_LIBRARIES += lib/libdatamash.a
113
114lib_libdatamash_a_SOURCES =
115lib_libdatamash_a_LIBADD = $(gl_LIBOBJS)
116lib_libdatamash_a_DEPENDENCIES = $(gl_LIBOBJS)
117EXTRA_lib_libdatamash_a_SOURCES =
118
119## begin gnulib module absolute-header
120
121# Use this preprocessor expression to decide whether #include_next works.
122# Do not rely on a 'configure'-time test for this, since the expression
123# might appear in an installed header, which is used by some other compiler.
124HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
125
126## end   gnulib module absolute-header
127
128## begin gnulib module alloca-opt
129
130BUILT_SOURCES += $(ALLOCA_H)
131
132# We need the following in order to create <alloca.h> when the system
133# doesn't have one that works with the given compiler.
134if GL_GENERATE_ALLOCA_H
135lib/alloca.h: lib/alloca.in.h $(top_builddir)/config.status
136	$(AM_V_GEN)rm -f $@-t $@ && \
137	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
138	  sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(top_srcdir)/lib/alloca.in.h; \
139	} > $@-t && \
140	mv -f $@-t $@
141else
142lib/alloca.h: $(top_builddir)/config.status
143	rm -f $@
144endif
145MOSTLYCLEANFILES += lib/alloca.h lib/alloca.h-t
146
147EXTRA_DIST += lib/alloca.in.h
148
149## end   gnulib module alloca-opt
150
151## begin gnulib module announce-gen
152
153
154EXTRA_DIST += $(top_srcdir)/build-aux/announce-gen
155
156## end   gnulib module announce-gen
157
158## begin gnulib module assure
159
160
161EXTRA_DIST += lib/assure.h
162
163## end   gnulib module assure
164
165## begin gnulib module base64
166
167lib_libdatamash_a_SOURCES += lib/base64.h lib/base64.c
168
169## end   gnulib module base64
170
171## begin gnulib module bitrotate
172
173lib_libdatamash_a_SOURCES += lib/bitrotate.h lib/bitrotate.c
174
175## end   gnulib module bitrotate
176
177## begin gnulib module byteswap
178
179BUILT_SOURCES += $(BYTESWAP_H)
180
181# We need the following in order to create <byteswap.h> when the system
182# doesn't have one.
183if GL_GENERATE_BYTESWAP_H
184lib/byteswap.h: lib/byteswap.in.h $(top_builddir)/config.status
185	$(AM_V_GEN)rm -f $@-t $@ && \
186	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
187	  cat $(top_srcdir)/lib/byteswap.in.h; \
188	} > $@-t && \
189	mv -f $@-t $@
190else
191lib/byteswap.h: $(top_builddir)/config.status
192	rm -f $@
193endif
194MOSTLYCLEANFILES += lib/byteswap.h lib/byteswap.h-t
195
196EXTRA_DIST += lib/byteswap.in.h
197
198## end   gnulib module byteswap
199
200## begin gnulib module c-ctype
201
202lib_libdatamash_a_SOURCES += lib/c-ctype.h lib/c-ctype.c
203
204## end   gnulib module c-ctype
205
206## begin gnulib module c-strcase
207
208lib_libdatamash_a_SOURCES += lib/c-strcase.h lib/c-strcasecmp.c lib/c-strncasecmp.c
209
210## end   gnulib module c-strcase
211
212## begin gnulib module c-strcaseeq
213
214
215EXTRA_DIST += lib/c-strcaseeq.h
216
217## end   gnulib module c-strcaseeq
218
219## begin gnulib module calloc-gnu
220
221
222EXTRA_DIST += lib/calloc.c
223
224EXTRA_lib_libdatamash_a_SOURCES += lib/calloc.c
225
226## end   gnulib module calloc-gnu
227
228## begin gnulib module calloc-posix
229
230
231EXTRA_DIST += lib/calloc.c
232
233EXTRA_lib_libdatamash_a_SOURCES += lib/calloc.c
234
235## end   gnulib module calloc-posix
236
237## begin gnulib module ceil
238
239
240EXTRA_DIST += lib/ceil.c
241
242EXTRA_lib_libdatamash_a_SOURCES += lib/ceil.c
243
244## end   gnulib module ceil
245
246## begin gnulib module ceill
247
248
249EXTRA_DIST += lib/ceil.c lib/ceill.c
250
251EXTRA_lib_libdatamash_a_SOURCES += lib/ceil.c lib/ceill.c
252
253## end   gnulib module ceill
254
255## begin gnulib module close-stream
256
257lib_libdatamash_a_SOURCES += lib/close-stream.c
258
259EXTRA_DIST += lib/close-stream.h
260
261## end   gnulib module close-stream
262
263## begin gnulib module closeout
264
265lib_libdatamash_a_SOURCES += lib/closeout.c
266
267EXTRA_DIST += lib/closeout.h
268
269## end   gnulib module closeout
270
271## begin gnulib module configmake
272
273# Listed in the same order as the GNU makefile conventions, and
274# provided by autoconf 2.59c+ or 2.70.
275# The Automake-defined pkg* macros are appended, in the order
276# listed in the Automake 1.10a+ documentation.
277lib/configmake.h: Makefile
278	$(AM_V_GEN)rm -f $@-t && \
279	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
280	  echo '#if HAVE_WINSOCK2_H'; \
281	  echo '# include <winsock2.h> /* avoid mingw pollution on DATADIR */'; \
282	  echo '#endif'; \
283	  echo '#define PREFIX "$(prefix)"'; \
284	  echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
285	  echo '#define BINDIR "$(bindir)"'; \
286	  echo '#define SBINDIR "$(sbindir)"'; \
287	  echo '#define LIBEXECDIR "$(libexecdir)"'; \
288	  echo '#define DATAROOTDIR "$(datarootdir)"'; \
289	  echo '#define DATADIR "$(datadir)"'; \
290	  echo '#define SYSCONFDIR "$(sysconfdir)"'; \
291	  echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
292	  echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
293	  echo '#define RUNSTATEDIR "$(runstatedir)"'; \
294	  echo '#define INCLUDEDIR "$(includedir)"'; \
295	  echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
296	  echo '#define DOCDIR "$(docdir)"'; \
297	  echo '#define INFODIR "$(infodir)"'; \
298	  echo '#define HTMLDIR "$(htmldir)"'; \
299	  echo '#define DVIDIR "$(dvidir)"'; \
300	  echo '#define PDFDIR "$(pdfdir)"'; \
301	  echo '#define PSDIR "$(psdir)"'; \
302	  echo '#define LIBDIR "$(libdir)"'; \
303	  echo '#define LISPDIR "$(lispdir)"'; \
304	  echo '#define LOCALEDIR "$(localedir)"'; \
305	  echo '#define MANDIR "$(mandir)"'; \
306	  echo '#define MANEXT "$(manext)"'; \
307	  echo '#define PKGDATADIR "$(pkgdatadir)"'; \
308	  echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
309	  echo '#define PKGLIBDIR "$(pkglibdir)"'; \
310	  echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
311	} | sed '/""/d' > $@-t && \
312	mv -f $@-t $@
313
314BUILT_SOURCES += lib/configmake.h
315CLEANFILES += lib/configmake.h lib/configmake.h-t
316
317## end   gnulib module configmake
318
319## begin gnulib module crypto/af_alg
320
321lib_libdatamash_a_SOURCES += lib/af_alg.c
322
323EXTRA_DIST += lib/af_alg.h lib/sys-limits.h
324
325## end   gnulib module crypto/af_alg
326
327## begin gnulib module crypto/md5-buffer
328
329lib_libdatamash_a_SOURCES += lib/md5.c
330
331EXTRA_DIST += lib/gl_openssl.h lib/md5.h
332
333## end   gnulib module crypto/md5-buffer
334
335## begin gnulib module crypto/sha1-buffer
336
337lib_libdatamash_a_SOURCES += lib/sha1.c
338
339EXTRA_DIST += lib/gl_openssl.h lib/sha1.h
340
341## end   gnulib module crypto/sha1-buffer
342
343## begin gnulib module crypto/sha256-buffer
344
345lib_libdatamash_a_SOURCES += lib/sha256.c
346
347EXTRA_DIST += lib/gl_openssl.h lib/sha256.h
348
349## end   gnulib module crypto/sha256-buffer
350
351## begin gnulib module crypto/sha512-buffer
352
353lib_libdatamash_a_SOURCES += lib/sha512.c
354
355EXTRA_DIST += lib/gl_openssl.h lib/sha512.h
356
357## end   gnulib module crypto/sha512-buffer
358
359## begin gnulib module ctype
360
361BUILT_SOURCES += lib/ctype.h
362
363# We need the following in order to create <ctype.h> when the system
364# doesn't have one that works with the given compiler.
365lib/ctype.h: lib/ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
366	$(AM_V_GEN)rm -f $@-t $@ && \
367	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
368	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
369	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
370	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
371	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
372	      -e 's|@''NEXT_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \
373	      -e 's/@''GNULIB_ISBLANK''@/$(GNULIB_ISBLANK)/g' \
374	      -e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \
375	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
376	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
377	      < $(top_srcdir)/lib/ctype.in.h; \
378	} > $@-t && \
379	mv $@-t $@
380MOSTLYCLEANFILES += lib/ctype.h lib/ctype.h-t
381
382EXTRA_DIST += lib/ctype.in.h
383
384## end   gnulib module ctype
385
386## begin gnulib module dirname
387
388lib_libdatamash_a_SOURCES += lib/dirname.c lib/basename.c
389
390EXTRA_DIST += lib/stripslash.c
391
392EXTRA_lib_libdatamash_a_SOURCES += lib/stripslash.c
393
394## end   gnulib module dirname
395
396## begin gnulib module dirname-lgpl
397
398lib_libdatamash_a_SOURCES += lib/dirname-lgpl.c lib/basename-lgpl.c lib/stripslash.c
399
400EXTRA_DIST += lib/dirname.h
401
402## end   gnulib module dirname-lgpl
403
404## begin gnulib module do-release-commit-and-tag
405
406
407EXTRA_DIST += $(top_srcdir)/build-aux/do-release-commit-and-tag
408
409## end   gnulib module do-release-commit-and-tag
410
411## begin gnulib module dosname
412
413
414EXTRA_DIST += lib/dosname.h
415
416## end   gnulib module dosname
417
418## begin gnulib module errno
419
420BUILT_SOURCES += $(ERRNO_H)
421
422# We need the following in order to create <errno.h> when the system
423# doesn't have one that is POSIX compliant.
424if GL_GENERATE_ERRNO_H
425lib/errno.h: lib/errno.in.h $(top_builddir)/config.status
426	$(AM_V_GEN)rm -f $@-t $@ && \
427	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
428	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
429	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
430	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
431	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
432	      -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
433	      -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
434	      -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
435	      -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
436	      -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
437	      -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
438	      -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
439	      < $(top_srcdir)/lib/errno.in.h; \
440	} > $@-t && \
441	mv $@-t $@
442else
443lib/errno.h: $(top_builddir)/config.status
444	rm -f $@
445endif
446MOSTLYCLEANFILES += lib/errno.h lib/errno.h-t
447
448EXTRA_DIST += lib/errno.in.h
449
450## end   gnulib module errno
451
452## begin gnulib module error
453
454
455EXTRA_DIST += lib/error.c lib/error.h
456
457EXTRA_lib_libdatamash_a_SOURCES += lib/error.c
458
459## end   gnulib module error
460
461## begin gnulib module exitfail
462
463lib_libdatamash_a_SOURCES += lib/exitfail.c
464
465EXTRA_DIST += lib/exitfail.h
466
467## end   gnulib module exitfail
468
469## begin gnulib module expl
470
471
472EXTRA_DIST += lib/expl-table.c lib/expl.c
473
474EXTRA_lib_libdatamash_a_SOURCES += lib/expl-table.c lib/expl.c
475
476## end   gnulib module expl
477
478## begin gnulib module fabsl
479
480
481EXTRA_DIST += lib/fabsl.c
482
483EXTRA_lib_libdatamash_a_SOURCES += lib/fabsl.c
484
485## end   gnulib module fabsl
486
487## begin gnulib module fflush
488
489
490EXTRA_DIST += lib/fflush.c lib/stdio-impl.h
491
492EXTRA_lib_libdatamash_a_SOURCES += lib/fflush.c
493
494## end   gnulib module fflush
495
496## begin gnulib module float
497
498BUILT_SOURCES += $(FLOAT_H)
499
500# We need the following in order to create <float.h> when the system
501# doesn't have one that works with the given compiler.
502if GL_GENERATE_FLOAT_H
503lib/float.h: lib/float.in.h $(top_builddir)/config.status
504	$(AM_V_GEN)rm -f $@-t $@ && \
505	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
506	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
507	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
508	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
509	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
510	      -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
511	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
512	      < $(top_srcdir)/lib/float.in.h; \
513	} > $@-t && \
514	mv $@-t $@
515else
516lib/float.h: $(top_builddir)/config.status
517	rm -f $@
518endif
519MOSTLYCLEANFILES += lib/float.h lib/float.h-t
520
521EXTRA_DIST += lib/float.c lib/float.in.h lib/itold.c
522
523EXTRA_lib_libdatamash_a_SOURCES += lib/float.c lib/itold.c
524
525## end   gnulib module float
526
527## begin gnulib module floor
528
529
530EXTRA_DIST += lib/floor.c
531
532EXTRA_lib_libdatamash_a_SOURCES += lib/floor.c
533
534## end   gnulib module floor
535
536## begin gnulib module floorl
537
538
539EXTRA_DIST += lib/floor.c lib/floorl.c
540
541EXTRA_lib_libdatamash_a_SOURCES += lib/floor.c lib/floorl.c
542
543## end   gnulib module floorl
544
545## begin gnulib module fpending
546
547
548EXTRA_DIST += lib/fpending.c lib/fpending.h lib/stdio-impl.h
549
550EXTRA_lib_libdatamash_a_SOURCES += lib/fpending.c
551
552## end   gnulib module fpending
553
554## begin gnulib module fpucw
555
556
557EXTRA_DIST += lib/fpucw.h
558
559## end   gnulib module fpucw
560
561## begin gnulib module fpurge
562
563
564EXTRA_DIST += lib/fpurge.c lib/stdio-impl.h
565
566EXTRA_lib_libdatamash_a_SOURCES += lib/fpurge.c
567
568## end   gnulib module fpurge
569
570## begin gnulib module freading
571
572lib_libdatamash_a_SOURCES += lib/freading.c
573
574EXTRA_DIST += lib/freading.h lib/stdio-impl.h
575
576## end   gnulib module freading
577
578## begin gnulib module frexp
579
580
581EXTRA_DIST += lib/frexp.c
582
583EXTRA_lib_libdatamash_a_SOURCES += lib/frexp.c
584
585## end   gnulib module frexp
586
587## begin gnulib module frexpl
588
589
590EXTRA_DIST += lib/frexp.c lib/frexpl.c
591
592EXTRA_lib_libdatamash_a_SOURCES += lib/frexp.c lib/frexpl.c
593
594## end   gnulib module frexpl
595
596## begin gnulib module fseek
597
598
599EXTRA_DIST += lib/fseek.c
600
601EXTRA_lib_libdatamash_a_SOURCES += lib/fseek.c
602
603## end   gnulib module fseek
604
605## begin gnulib module fseeko
606
607
608EXTRA_DIST += lib/fseeko.c lib/stdio-impl.h
609
610EXTRA_lib_libdatamash_a_SOURCES += lib/fseeko.c
611
612## end   gnulib module fseeko
613
614## begin gnulib module fstat
615
616
617EXTRA_DIST += lib/fstat.c lib/stat-w32.c lib/stat-w32.h
618
619EXTRA_lib_libdatamash_a_SOURCES += lib/fstat.c lib/stat-w32.c
620
621## end   gnulib module fstat
622
623## begin gnulib module ftell
624
625
626EXTRA_DIST += lib/ftell.c
627
628EXTRA_lib_libdatamash_a_SOURCES += lib/ftell.c
629
630## end   gnulib module ftell
631
632## begin gnulib module ftello
633
634
635EXTRA_DIST += lib/ftello.c lib/stdio-impl.h
636
637EXTRA_lib_libdatamash_a_SOURCES += lib/ftello.c
638
639## end   gnulib module ftello
640
641## begin gnulib module gendocs
642
643
644EXTRA_DIST += $(top_srcdir)/build-aux/gendocs.sh
645
646## end   gnulib module gendocs
647
648## begin gnulib module getopt-posix
649
650BUILT_SOURCES += $(GETOPT_H) $(GETOPT_CDEFS_H)
651
652# We need the following in order to create <getopt.h> when the system
653# doesn't have one that works with the given compiler.
654lib/getopt.h: lib/getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
655	$(AM_V_GEN)rm -f $@-t $@ && \
656	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
657	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
658	      -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
659	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
660	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
661	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
662	      -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
663	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
664	      < $(top_srcdir)/lib/getopt.in.h; \
665	} > $@-t && \
666	mv -f $@-t $@
667
668lib/getopt-cdefs.h: lib/getopt-cdefs.in.h $(top_builddir)/config.status
669	$(AM_V_GEN)rm -f $@-t $@ && \
670	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
671          sed -e 's|@''HAVE_SYS_CDEFS_H''@|$(HAVE_SYS_CDEFS_H)|g' \
672	      < $(top_srcdir)/lib/getopt-cdefs.in.h; \
673	} > $@-t && \
674	mv -f $@-t $@
675
676MOSTLYCLEANFILES += lib/getopt.h lib/getopt.h-t lib/getopt-cdefs.h lib/getopt-cdefs.h-t
677
678EXTRA_DIST += lib/getopt-cdefs.in.h lib/getopt-core.h lib/getopt-ext.h lib/getopt-pfx-core.h lib/getopt-pfx-ext.h lib/getopt.c lib/getopt.in.h lib/getopt1.c lib/getopt_int.h
679
680EXTRA_lib_libdatamash_a_SOURCES += lib/getopt.c lib/getopt1.c
681
682## end   gnulib module getopt-posix
683
684## begin gnulib module getprogname
685
686lib_libdatamash_a_SOURCES += lib/getprogname.h lib/getprogname.c
687
688## end   gnulib module getprogname
689
690## begin gnulib module gettext
691
692# If your project uses "gettextize --intl" to put a source-code
693# copy of libintl into the package, every Makefile.am needs
694# -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
695# Here's one way to do this:
696#AM_CPPFLAGS += -I$(top_builddir)/intl
697# This option has no effect when the user disables NLS (because then
698# the intl directory contains no libintl.h file).  This option is not
699# enabled by default because the intl directory might not exist if
700# your project does not use "gettext --intl", and some compilers
701# complain about -I options applied to nonexistent directories.
702
703EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
704
705## end   gnulib module gettext
706
707## begin gnulib module gettext-h
708
709lib_libdatamash_a_SOURCES += lib/gettext.h
710
711## end   gnulib module gettext-h
712
713## begin gnulib module git-version-gen
714
715
716EXTRA_DIST += $(top_srcdir)/build-aux/git-version-gen
717
718## end   gnulib module git-version-gen
719
720## begin gnulib module gitlog-to-changelog
721
722
723EXTRA_DIST += $(top_srcdir)/build-aux/gitlog-to-changelog
724
725## end   gnulib module gitlog-to-changelog
726
727## begin gnulib module gnu-web-doc-update
728
729
730EXTRA_DIST += $(top_srcdir)/build-aux/gnu-web-doc-update
731
732## end   gnulib module gnu-web-doc-update
733
734## begin gnulib module gnumakefile
735
736EXTRA_DIST += $(top_srcdir)/GNUmakefile
737distclean-local: clean-GNUmakefile
738clean-GNUmakefile:
739	test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile
740
741## end   gnulib module gnumakefile
742
743## begin gnulib module gnupload
744
745
746EXTRA_DIST += $(top_srcdir)/build-aux/gnupload
747
748## end   gnulib module gnupload
749
750## begin gnulib module gperf
751
752GPERF = gperf
753V_GPERF = $(V_GPERF_@AM_V@)
754V_GPERF_ = $(V_GPERF_@AM_DEFAULT_V@)
755V_GPERF_0 = @echo "  GPERF   " $@;
756
757## end   gnulib module gperf
758
759## begin gnulib module hard-locale
760
761lib_libdatamash_a_SOURCES += lib/hard-locale.c
762
763EXTRA_DIST += lib/hard-locale.h
764
765## end   gnulib module hard-locale
766
767## begin gnulib module hash
768
769lib_libdatamash_a_SOURCES += lib/hash.c
770
771EXTRA_DIST += lib/hash.h
772
773## end   gnulib module hash
774
775## begin gnulib module hash-pjw
776
777lib_libdatamash_a_SOURCES += lib/hash-pjw.h lib/hash-pjw.c
778
779## end   gnulib module hash-pjw
780
781## begin gnulib module hash-pjw-bare
782
783lib_libdatamash_a_SOURCES += lib/hash-pjw-bare.h lib/hash-pjw-bare.c
784
785## end   gnulib module hash-pjw-bare
786
787## begin gnulib module havelib
788
789
790EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
791
792## end   gnulib module havelib
793
794## begin gnulib module iconv-h
795
796BUILT_SOURCES += $(ICONV_H)
797
798# We need the following in order to create <iconv.h> when the system
799# doesn't have one that works with the given compiler.
800if GL_GENERATE_ICONV_H
801lib/iconv.h: lib/iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
802	$(AM_V_GEN)rm -f $@-t $@ && \
803	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
804	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
805	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
806	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
807	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
808	      -e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \
809	      -e 's/@''GNULIB_ICONV''@/$(GNULIB_ICONV)/g' \
810	      -e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \
811	      -e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \
812	      -e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \
813	      -e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|g' \
814	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
815	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
816	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
817	      < $(top_srcdir)/lib/iconv.in.h; \
818	} > $@-t && \
819	mv $@-t $@
820else
821lib/iconv.h: $(top_builddir)/config.status
822	rm -f $@
823endif
824MOSTLYCLEANFILES += lib/iconv.h lib/iconv.h-t
825
826EXTRA_DIST += lib/iconv.in.h
827
828## end   gnulib module iconv-h
829
830## begin gnulib module iconv_open
831
832$(top_srcdir)/lib/iconv_open-aix.h: $(top_srcdir)/lib/iconv_open-aix.gperf
833	$(V_GPERF)$(GPERF) -m 10 $(top_srcdir)/lib/iconv_open-aix.gperf > $(top_srcdir)/lib/iconv_open-aix.h-t && \
834	mv $(top_srcdir)/lib/iconv_open-aix.h-t $(top_srcdir)/lib/iconv_open-aix.h
835$(top_srcdir)/lib/iconv_open-hpux.h: $(top_srcdir)/lib/iconv_open-hpux.gperf
836	$(V_GPERF)$(GPERF) -m 10 $(top_srcdir)/lib/iconv_open-hpux.gperf > $(top_srcdir)/lib/iconv_open-hpux.h-t && \
837	mv $(top_srcdir)/lib/iconv_open-hpux.h-t $(top_srcdir)/lib/iconv_open-hpux.h
838$(top_srcdir)/lib/iconv_open-irix.h: $(top_srcdir)/lib/iconv_open-irix.gperf
839	$(V_GPERF)$(GPERF) -m 10 $(top_srcdir)/lib/iconv_open-irix.gperf > $(top_srcdir)/lib/iconv_open-irix.h-t && \
840	mv $(top_srcdir)/lib/iconv_open-irix.h-t $(top_srcdir)/lib/iconv_open-irix.h
841$(top_srcdir)/lib/iconv_open-osf.h: $(top_srcdir)/lib/iconv_open-osf.gperf
842	$(V_GPERF)$(GPERF) -m 10 $(top_srcdir)/lib/iconv_open-osf.gperf > $(top_srcdir)/lib/iconv_open-osf.h-t && \
843	mv $(top_srcdir)/lib/iconv_open-osf.h-t $(top_srcdir)/lib/iconv_open-osf.h
844$(top_srcdir)/lib/iconv_open-solaris.h: $(top_srcdir)/lib/iconv_open-solaris.gperf
845	$(V_GPERF)$(GPERF) -m 10 $(top_srcdir)/lib/iconv_open-solaris.gperf > $(top_srcdir)/lib/iconv_open-solaris.h-t && \
846	mv $(top_srcdir)/lib/iconv_open-solaris.h-t $(top_srcdir)/lib/iconv_open-solaris.h
847$(top_srcdir)/lib/iconv_open-zos.h: $(top_srcdir)/lib/iconv_open-zos.gperf
848	$(V_GPERF)$(GPERF) -m 10 $(top_srcdir)/lib/iconv_open-zos.gperf > $(top_srcdir)/lib/iconv_open-zos.h-t && \
849	mv $(top_srcdir)/lib/iconv_open-zos.h-t $(top_srcdir)/lib/iconv_open-zos.h
850BUILT_SOURCES        += lib/iconv_open-aix.h lib/iconv_open-hpux.h lib/iconv_open-irix.h lib/iconv_open-osf.h lib/iconv_open-solaris.h lib/iconv_open-zos.h
851MOSTLYCLEANFILES     += lib/iconv_open-aix.h-t lib/iconv_open-hpux.h-t lib/iconv_open-irix.h-t lib/iconv_open-osf.h-t lib/iconv_open-solaris.h-t lib/iconv_open-zos.h-t
852MAINTAINERCLEANFILES += lib/iconv_open-aix.h lib/iconv_open-hpux.h lib/iconv_open-irix.h lib/iconv_open-osf.h lib/iconv_open-solaris.h lib/iconv_open-zos.h
853EXTRA_DIST           += lib/iconv_open-aix.h lib/iconv_open-hpux.h lib/iconv_open-irix.h lib/iconv_open-osf.h lib/iconv_open-solaris.h lib/iconv_open-zos.h
854
855EXTRA_DIST += lib/iconv.c lib/iconv_close.c lib/iconv_open-aix.gperf lib/iconv_open-hpux.gperf lib/iconv_open-irix.gperf lib/iconv_open-osf.gperf lib/iconv_open-solaris.gperf lib/iconv_open-zos.gperf lib/iconv_open.c
856
857EXTRA_lib_libdatamash_a_SOURCES += lib/iconv.c lib/iconv_close.c lib/iconv_open.c
858
859## end   gnulib module iconv_open
860
861## begin gnulib module ignore-value
862
863
864EXTRA_DIST += lib/ignore-value.h
865
866## end   gnulib module ignore-value
867
868## begin gnulib module intprops
869
870
871EXTRA_DIST += lib/intprops.h
872
873## end   gnulib module intprops
874
875## begin gnulib module inttostr
876
877lib_libdatamash_a_SOURCES +=    lib/imaxtostr.c    lib/inttostr.c    lib/offtostr.c    lib/uinttostr.c    lib/umaxtostr.c
878
879EXTRA_DIST += lib/anytostr.c lib/inttostr.h
880
881EXTRA_lib_libdatamash_a_SOURCES += lib/anytostr.c
882
883## end   gnulib module inttostr
884
885## begin gnulib module inttypes-incomplete
886
887BUILT_SOURCES += lib/inttypes.h
888
889# We need the following in order to create <inttypes.h> when the system
890# doesn't have one that works with the given compiler.
891lib/inttypes.h: lib/inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
892	$(AM_V_GEN)rm -f $@-t $@ && \
893	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
894	  sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
895	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
896	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
897	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
898	      -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
899	      -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
900	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
901	      -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
902	      -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
903	      -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
904	      -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
905	      -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
906	      -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
907	      -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
908	      -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
909	      -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
910	      -e 's/@''HAVE_IMAXDIV_T''@/$(HAVE_IMAXDIV_T)/g' \
911	      -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
912	      -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
913	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
914	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
915	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
916	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
917	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
918	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
919	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
920	      < $(top_srcdir)/lib/inttypes.in.h; \
921	} > $@-t && \
922	mv $@-t $@
923MOSTLYCLEANFILES += lib/inttypes.h lib/inttypes.h-t
924
925EXTRA_DIST += lib/inttypes.in.h
926
927## end   gnulib module inttypes-incomplete
928
929## begin gnulib module isblank
930
931
932EXTRA_DIST += lib/isblank.c
933
934EXTRA_lib_libdatamash_a_SOURCES += lib/isblank.c
935
936## end   gnulib module isblank
937
938## begin gnulib module isfinite
939
940
941EXTRA_DIST += lib/isfinite.c
942
943EXTRA_lib_libdatamash_a_SOURCES += lib/isfinite.c
944
945## end   gnulib module isfinite
946
947## begin gnulib module isinf
948
949
950EXTRA_DIST += lib/isinf.c
951
952EXTRA_lib_libdatamash_a_SOURCES += lib/isinf.c
953
954## end   gnulib module isinf
955
956## begin gnulib module isnand-nolibm
957
958
959EXTRA_DIST += lib/float+.h lib/isnan.c lib/isnand-nolibm.h lib/isnand.c
960
961EXTRA_lib_libdatamash_a_SOURCES += lib/isnan.c lib/isnand.c
962
963## end   gnulib module isnand-nolibm
964
965## begin gnulib module isnanf-nolibm
966
967
968EXTRA_DIST += lib/float+.h lib/isnan.c lib/isnanf-nolibm.h lib/isnanf.c
969
970EXTRA_lib_libdatamash_a_SOURCES += lib/isnan.c lib/isnanf.c
971
972## end   gnulib module isnanf-nolibm
973
974## begin gnulib module isnanl
975
976
977EXTRA_DIST += lib/float+.h lib/isnan.c lib/isnanl.c
978
979EXTRA_lib_libdatamash_a_SOURCES += lib/isnan.c lib/isnanl.c
980
981## end   gnulib module isnanl
982
983## begin gnulib module isnanl-nolibm
984
985
986EXTRA_DIST += lib/float+.h lib/isnan.c lib/isnanl-nolibm.h lib/isnanl.c
987
988EXTRA_lib_libdatamash_a_SOURCES += lib/isnan.c lib/isnanl.c
989
990## end   gnulib module isnanl-nolibm
991
992## begin gnulib module iswblank
993
994
995EXTRA_DIST += lib/iswblank.c
996
997EXTRA_lib_libdatamash_a_SOURCES += lib/iswblank.c
998
999## end   gnulib module iswblank
1000
1001## begin gnulib module iswdigit
1002
1003
1004EXTRA_DIST += lib/iswdigit.c
1005
1006EXTRA_lib_libdatamash_a_SOURCES += lib/iswdigit.c
1007
1008## end   gnulib module iswdigit
1009
1010## begin gnulib module iswxdigit
1011
1012
1013EXTRA_DIST += lib/iswxdigit.c
1014
1015EXTRA_lib_libdatamash_a_SOURCES += lib/iswxdigit.c
1016
1017## end   gnulib module iswxdigit
1018
1019## begin gnulib module ldexpl
1020
1021
1022EXTRA_DIST += lib/ldexpl.c
1023
1024EXTRA_lib_libdatamash_a_SOURCES += lib/ldexpl.c
1025
1026## end   gnulib module ldexpl
1027
1028## begin gnulib module libc-config
1029
1030
1031EXTRA_DIST += lib/cdefs.h lib/libc-config.h
1032
1033## end   gnulib module libc-config
1034
1035## begin gnulib module limits-h
1036
1037BUILT_SOURCES += $(LIMITS_H)
1038
1039# We need the following in order to create <limits.h> when the system
1040# doesn't have one that is compatible with GNU.
1041if GL_GENERATE_LIMITS_H
1042lib/limits.h: lib/limits.in.h $(top_builddir)/config.status
1043	$(AM_V_GEN)rm -f $@-t $@ && \
1044	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1045	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1046	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1047	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1048	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1049	      -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
1050	      < $(top_srcdir)/lib/limits.in.h; \
1051	} > $@-t && \
1052	mv $@-t $@
1053else
1054lib/limits.h: $(top_builddir)/config.status
1055	rm -f $@
1056endif
1057MOSTLYCLEANFILES += lib/limits.h lib/limits.h-t
1058
1059EXTRA_DIST += lib/limits.in.h
1060
1061## end   gnulib module limits-h
1062
1063## begin gnulib module linebuffer
1064
1065lib_libdatamash_a_SOURCES += lib/linebuffer.h lib/linebuffer.c
1066
1067## end   gnulib module linebuffer
1068
1069## begin gnulib module localcharset
1070
1071lib_libdatamash_a_SOURCES += lib/localcharset.c
1072
1073EXTRA_DIST += lib/localcharset.h
1074
1075## end   gnulib module localcharset
1076
1077## begin gnulib module locale
1078
1079BUILT_SOURCES += lib/locale.h
1080
1081# We need the following in order to create <locale.h> when the system
1082# doesn't have one that provides all definitions.
1083lib/locale.h: lib/locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1084	$(AM_V_GEN)rm -f $@-t $@ && \
1085	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1086	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1087	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1088	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1089	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1090	      -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \
1091	      -e 's/@''GNULIB_LOCALECONV''@/$(GNULIB_LOCALECONV)/g' \
1092	      -e 's/@''GNULIB_SETLOCALE''@/$(GNULIB_SETLOCALE)/g' \
1093	      -e 's/@''GNULIB_SETLOCALE_NULL''@/$(GNULIB_SETLOCALE_NULL)/g' \
1094	      -e 's/@''GNULIB_DUPLOCALE''@/$(GNULIB_DUPLOCALE)/g' \
1095	      -e 's/@''GNULIB_LOCALENAME''@/$(GNULIB_LOCALENAME)/g' \
1096	      -e 's|@''HAVE_NEWLOCALE''@|$(HAVE_NEWLOCALE)|g' \
1097	      -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \
1098	      -e 's|@''HAVE_FREELOCALE''@|$(HAVE_FREELOCALE)|g' \
1099	      -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \
1100	      -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \
1101	      -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \
1102	      -e 's|@''REPLACE_NEWLOCALE''@|$(REPLACE_NEWLOCALE)|g' \
1103	      -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \
1104	      -e 's|@''REPLACE_FREELOCALE''@|$(REPLACE_FREELOCALE)|g' \
1105	      -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \
1106	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1107	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1108	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1109	      < $(top_srcdir)/lib/locale.in.h; \
1110	} > $@-t && \
1111	mv $@-t $@
1112MOSTLYCLEANFILES += lib/locale.h lib/locale.h-t
1113
1114EXTRA_DIST += lib/locale.in.h
1115
1116## end   gnulib module locale
1117
1118## begin gnulib module localeconv
1119
1120
1121EXTRA_DIST += lib/localeconv.c
1122
1123EXTRA_lib_libdatamash_a_SOURCES += lib/localeconv.c
1124
1125## end   gnulib module localeconv
1126
1127## begin gnulib module log
1128
1129
1130EXTRA_DIST += lib/log.c
1131
1132EXTRA_lib_libdatamash_a_SOURCES += lib/log.c
1133
1134## end   gnulib module log
1135
1136## begin gnulib module logl
1137
1138
1139EXTRA_DIST += lib/logl.c
1140
1141EXTRA_lib_libdatamash_a_SOURCES += lib/logl.c
1142
1143## end   gnulib module logl
1144
1145## begin gnulib module lseek
1146
1147
1148EXTRA_DIST += lib/lseek.c
1149
1150EXTRA_lib_libdatamash_a_SOURCES += lib/lseek.c
1151
1152## end   gnulib module lseek
1153
1154## begin gnulib module maintainer-makefile
1155
1156EXTRA_DIST += $(top_srcdir)/maint.mk
1157
1158## end   gnulib module maintainer-makefile
1159
1160## begin gnulib module malloc-posix
1161
1162
1163EXTRA_DIST += lib/malloc.c
1164
1165EXTRA_lib_libdatamash_a_SOURCES += lib/malloc.c
1166
1167## end   gnulib module malloc-posix
1168
1169## begin gnulib module malloca
1170
1171lib_libdatamash_a_SOURCES += lib/malloca.c
1172
1173EXTRA_DIST += lib/malloca.h
1174
1175## end   gnulib module malloca
1176
1177## begin gnulib module math
1178
1179BUILT_SOURCES += lib/math.h
1180lib_libdatamash_a_SOURCES += lib/math.c
1181
1182# We need the following in order to create <math.h> when the system
1183# doesn't have one that works with the given compiler.
1184lib/math.h: lib/math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1185	$(AM_V_GEN)rm -f $@-t $@ && \
1186	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1187	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1188	      -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
1189	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1190	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1191	      -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
1192	      -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
1193	      -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
1194	      -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
1195	      -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
1196	      -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
1197	      -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
1198	      -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
1199	      -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
1200	      -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
1201	      -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
1202	      -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
1203	      -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
1204	      -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
1205	      -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
1206	      -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
1207	      -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
1208	      -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
1209	      -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
1210	      -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
1211	      -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
1212	      -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
1213	      -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
1214	      -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
1215	      -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
1216	      -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
1217	      -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
1218	      -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
1219	      -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
1220	      -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
1221	      -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
1222	      -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
1223	      -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
1224	      -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
1225	      -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
1226	      -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
1227	      -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
1228	      -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
1229	      -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
1230	      -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
1231	      -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
1232	      -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
1233	      -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
1234	      -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
1235	      -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
1236	      < $(top_srcdir)/lib/math.in.h | \
1237	  sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
1238	      -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
1239	      -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
1240	      -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
1241	      -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
1242	      -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
1243	      -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
1244	      -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
1245	      -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
1246	      -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
1247	      -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
1248	      -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
1249	      -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
1250	      -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
1251	      -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
1252	      -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
1253	      -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
1254	      -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
1255	      -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
1256	      -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
1257	      -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
1258	      -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
1259	      -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
1260	      -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
1261	      -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
1262	      -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
1263	      -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
1264	      -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
1265	      -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
1266	      -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
1267	      -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
1268	      -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
1269	      -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
1270	      -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
1271	      -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
1272	      -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
1273	      -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
1274	      -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
1275	      -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
1276	      -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
1277	      -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
1278	      -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
1279	      -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
1280	      -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
1281	      -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
1282	      -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
1283	      -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
1284	      -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
1285	      -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
1286	      -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
1287	      -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
1288	  | \
1289	  sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
1290	      -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
1291	      -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
1292	      -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
1293	      -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
1294	      -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
1295	      -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
1296	      -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
1297	      -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
1298	      -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
1299	      -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
1300	      -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
1301	      -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
1302	      -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
1303	      -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
1304	      -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
1305	      -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
1306	      -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
1307	      -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
1308	      -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
1309	      -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
1310	      -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
1311	      -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
1312	      -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
1313	      -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
1314	      -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
1315	      -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
1316	      -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
1317	      -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
1318	      -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
1319	      -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
1320	      -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
1321	      -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
1322	      -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
1323	      -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
1324	      -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
1325	      -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
1326	      -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
1327	      -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
1328	      -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
1329	      -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
1330	      -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
1331	      -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
1332	      -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
1333	      -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
1334	      -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
1335	      -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
1336	      -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
1337	      -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
1338	      -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
1339	      -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
1340	      -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
1341	      -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
1342	      -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
1343	      -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
1344	      -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
1345	      -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
1346	      -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
1347	      -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
1348	      -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
1349	      -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
1350	      -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
1351	      -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
1352	      -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
1353	      -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
1354	      -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
1355	      -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
1356	      -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
1357	      -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
1358	      -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
1359	      -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
1360	      -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
1361	      -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
1362	      -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
1363	      -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
1364	      -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
1365	      -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
1366	      -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
1367	      -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
1368	      -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
1369	      -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
1370	      -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
1371	      -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
1372	      -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
1373	      -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
1374	      -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
1375	      -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
1376	      -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
1377	      -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
1378	      -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
1379	      -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
1380	      -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
1381	      -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
1382	      -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
1383	      -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
1384	      -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
1385	  | \
1386	  sed -e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \
1387	      -e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \
1388	      -e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \
1389	      -e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \
1390	      -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
1391	      -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
1392	      -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
1393	      -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
1394	      -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
1395	      -e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \
1396	      -e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \
1397	      -e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \
1398	      -e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \
1399	      -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
1400	      -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
1401	      -e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \
1402	      -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
1403	      -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
1404	      -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
1405	      -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
1406	      -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
1407	      -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
1408	      -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
1409	      -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
1410	      -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
1411	      -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
1412	      -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
1413	      -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
1414	      -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
1415	      -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
1416	      -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
1417	      -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
1418	      -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
1419	      -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
1420	      -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
1421	      -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
1422	      -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
1423	      -e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \
1424	      -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
1425	      -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
1426	      -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
1427	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
1428	      -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
1429	      -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
1430	      -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
1431	      -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
1432	      -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
1433	      -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
1434	      -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
1435	      -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
1436	      -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
1437	      -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
1438	      -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
1439	      -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
1440	      -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
1441	      -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
1442	      -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
1443	      -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
1444	      -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
1445	      -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
1446	      -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
1447	      -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
1448	      -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
1449	      -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
1450	      -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
1451	      -e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \
1452	      -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
1453	      -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
1454	      -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
1455	      -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
1456	      -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
1457	      -e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \
1458	      -e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \
1459	      -e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \
1460	      -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
1461	      -e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \
1462	      -e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \
1463	      -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
1464	      -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
1465	      -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
1466	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1467	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1468	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1469	} > $@-t && \
1470	mv $@-t $@
1471MOSTLYCLEANFILES += lib/math.h lib/math.h-t
1472
1473EXTRA_DIST += lib/math.in.h
1474
1475## end   gnulib module math
1476
1477## begin gnulib module mbchar
1478
1479lib_libdatamash_a_SOURCES += lib/mbchar.c
1480
1481EXTRA_DIST += lib/mbchar.h
1482
1483## end   gnulib module mbchar
1484
1485## begin gnulib module mbiter
1486
1487lib_libdatamash_a_SOURCES += lib/mbiter.h lib/mbiter.c
1488
1489## end   gnulib module mbiter
1490
1491## begin gnulib module mbrtowc
1492
1493
1494EXTRA_DIST += lib/lc-charset-dispatch.c lib/lc-charset-dispatch.h lib/mbrtowc-impl-utf8.h lib/mbrtowc-impl.h lib/mbrtowc.c lib/mbtowc-lock.c lib/mbtowc-lock.h lib/windows-initguard.h
1495
1496EXTRA_lib_libdatamash_a_SOURCES += lib/lc-charset-dispatch.c lib/mbrtowc.c lib/mbtowc-lock.c
1497
1498## end   gnulib module mbrtowc
1499
1500## begin gnulib module mbsinit
1501
1502
1503EXTRA_DIST += lib/mbsinit.c
1504
1505EXTRA_lib_libdatamash_a_SOURCES += lib/mbsinit.c
1506
1507## end   gnulib module mbsinit
1508
1509## begin gnulib module mbslen
1510
1511lib_libdatamash_a_SOURCES += lib/mbslen.c
1512
1513## end   gnulib module mbslen
1514
1515## begin gnulib module mbsrtowcs
1516
1517
1518EXTRA_DIST += lib/mbsrtowcs-impl.h lib/mbsrtowcs-state.c lib/mbsrtowcs.c
1519
1520EXTRA_lib_libdatamash_a_SOURCES += lib/mbsrtowcs-state.c lib/mbsrtowcs.c
1521
1522## end   gnulib module mbsrtowcs
1523
1524## begin gnulib module mbsstr
1525
1526lib_libdatamash_a_SOURCES += lib/mbsstr.c
1527
1528EXTRA_DIST += lib/str-kmp.h
1529
1530## end   gnulib module mbsstr
1531
1532## begin gnulib module mbuiter
1533
1534lib_libdatamash_a_SOURCES += lib/mbuiter.h lib/mbuiter.c
1535
1536## end   gnulib module mbuiter
1537
1538## begin gnulib module memchr
1539
1540
1541EXTRA_DIST += lib/memchr.c lib/memchr.valgrind
1542
1543EXTRA_lib_libdatamash_a_SOURCES += lib/memchr.c
1544
1545## end   gnulib module memchr
1546
1547## begin gnulib module minmax
1548
1549lib_libdatamash_a_SOURCES += lib/minmax.h
1550
1551## end   gnulib module minmax
1552
1553## begin gnulib module modf
1554
1555
1556EXTRA_DIST += lib/modf.c
1557
1558EXTRA_lib_libdatamash_a_SOURCES += lib/modf.c
1559
1560## end   gnulib module modf
1561
1562## begin gnulib module modfl
1563
1564
1565EXTRA_DIST += lib/modfl.c
1566
1567EXTRA_lib_libdatamash_a_SOURCES += lib/modfl.c
1568
1569## end   gnulib module modfl
1570
1571## begin gnulib module msvc-inval
1572
1573
1574EXTRA_DIST += lib/msvc-inval.c lib/msvc-inval.h
1575
1576EXTRA_lib_libdatamash_a_SOURCES += lib/msvc-inval.c
1577
1578## end   gnulib module msvc-inval
1579
1580## begin gnulib module msvc-nothrow
1581
1582
1583EXTRA_DIST += lib/msvc-nothrow.c lib/msvc-nothrow.h
1584
1585EXTRA_lib_libdatamash_a_SOURCES += lib/msvc-nothrow.c
1586
1587## end   gnulib module msvc-nothrow
1588
1589## begin gnulib module netinet_in
1590
1591BUILT_SOURCES += $(NETINET_IN_H)
1592
1593# We need the following in order to create <netinet/in.h> when the system
1594# doesn't have one.
1595if GL_GENERATE_NETINET_IN_H
1596lib/netinet/in.h: lib/netinet_in.in.h $(top_builddir)/config.status
1597	$(AM_V_at)$(MKDIR_P) lib/netinet
1598	$(AM_V_GEN)rm -f $@-t $@ && \
1599	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1600	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1601	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1602	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1603	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1604	      -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
1605	      -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
1606	      < $(top_srcdir)/lib/netinet_in.in.h; \
1607	} > $@-t && \
1608	mv $@-t $@
1609else
1610lib/netinet/in.h: $(top_builddir)/config.status
1611	rm -f $@
1612endif
1613MOSTLYCLEANFILES += lib/netinet/in.h lib/netinet/in.h-t
1614MOSTLYCLEANDIRS += lib/netinet
1615
1616EXTRA_DIST += lib/netinet_in.in.h
1617
1618## end   gnulib module netinet_in
1619
1620## begin gnulib module non-recursive-gnulib-prefix-hack
1621
1622
1623EXTRA_DIST += $(top_srcdir)/build-aux/prefix-gnulib-mk
1624
1625## end   gnulib module non-recursive-gnulib-prefix-hack
1626
1627## begin gnulib module pathmax
1628
1629
1630EXTRA_DIST += lib/pathmax.h
1631
1632## end   gnulib module pathmax
1633
1634## begin gnulib module pmccabe2html
1635
1636
1637EXTRA_DIST += $(top_srcdir)/build-aux/pmccabe2html $(top_srcdir)/build-aux/pmccabe.css
1638
1639## end   gnulib module pmccabe2html
1640
1641## begin gnulib module progname
1642
1643lib_libdatamash_a_SOURCES += lib/progname.h lib/progname.c
1644
1645## end   gnulib module progname
1646
1647## begin gnulib module propername
1648
1649lib_libdatamash_a_SOURCES += lib/propername.h lib/propername.c
1650
1651## end   gnulib module propername
1652
1653## begin gnulib module quotearg
1654
1655lib_libdatamash_a_SOURCES += lib/quotearg.c
1656
1657EXTRA_DIST += lib/quote.h lib/quotearg.h
1658
1659## end   gnulib module quotearg
1660
1661## begin gnulib module random
1662
1663
1664EXTRA_DIST += lib/random.c
1665
1666EXTRA_lib_libdatamash_a_SOURCES += lib/random.c
1667
1668## end   gnulib module random
1669
1670## begin gnulib module random_r
1671
1672
1673EXTRA_DIST += lib/random_r.c
1674
1675EXTRA_lib_libdatamash_a_SOURCES += lib/random_r.c
1676
1677## end   gnulib module random_r
1678
1679## begin gnulib module realloc-gnu
1680
1681
1682EXTRA_DIST += lib/realloc.c
1683
1684EXTRA_lib_libdatamash_a_SOURCES += lib/realloc.c
1685
1686## end   gnulib module realloc-gnu
1687
1688## begin gnulib module realloc-posix
1689
1690
1691EXTRA_DIST += lib/realloc.c
1692
1693EXTRA_lib_libdatamash_a_SOURCES += lib/realloc.c
1694
1695## end   gnulib module realloc-posix
1696
1697## begin gnulib module round
1698
1699
1700EXTRA_DIST += lib/round.c
1701
1702EXTRA_lib_libdatamash_a_SOURCES += lib/round.c
1703
1704## end   gnulib module round
1705
1706## begin gnulib module roundl
1707
1708
1709EXTRA_DIST += lib/round.c lib/roundl.c
1710
1711EXTRA_lib_libdatamash_a_SOURCES += lib/round.c lib/roundl.c
1712
1713## end   gnulib module roundl
1714
1715## begin gnulib module setlocale-null
1716
1717lib_libdatamash_a_SOURCES += lib/setlocale_null.c
1718
1719EXTRA_DIST += lib/setlocale-lock.c lib/setlocale_null.h lib/windows-initguard.h
1720
1721EXTRA_lib_libdatamash_a_SOURCES += lib/setlocale-lock.c
1722
1723## end   gnulib module setlocale-null
1724
1725## begin gnulib module signbit
1726
1727
1728EXTRA_DIST += lib/float+.h lib/signbitd.c lib/signbitf.c lib/signbitl.c
1729
1730EXTRA_lib_libdatamash_a_SOURCES += lib/signbitd.c lib/signbitf.c lib/signbitl.c
1731
1732## end   gnulib module signbit
1733
1734## begin gnulib module size_max
1735
1736lib_libdatamash_a_SOURCES += lib/size_max.h
1737
1738## end   gnulib module size_max
1739
1740## begin gnulib module snippet/_Noreturn
1741
1742# Because this Makefile snippet defines a variable used by other
1743# gnulib Makefile snippets, it must be present in all makefiles that
1744# need it. This is ensured by the applicability 'all' defined above.
1745
1746_NORETURN_H=$(top_srcdir)/lib/_Noreturn.h
1747
1748EXTRA_DIST += lib/_Noreturn.h
1749
1750## end   gnulib module snippet/_Noreturn
1751
1752## begin gnulib module snippet/arg-nonnull
1753
1754# Because this Makefile snippet defines a variable used by other
1755# gnulib Makefile snippets, it must be present in all makefiles that
1756# need it. This is ensured by the applicability 'all' defined above.
1757
1758ARG_NONNULL_H=$(top_srcdir)/lib/arg-nonnull.h
1759
1760EXTRA_DIST += lib/arg-nonnull.h
1761
1762## end   gnulib module snippet/arg-nonnull
1763
1764## begin gnulib module snippet/c++defs
1765
1766# Because this Makefile snippet defines a variable used by other
1767# gnulib Makefile snippets, it must be present in all makefiles that
1768# need it. This is ensured by the applicability 'all' defined above.
1769
1770CXXDEFS_H=$(top_srcdir)/lib/c++defs.h
1771
1772EXTRA_DIST += lib/c++defs.h
1773
1774## end   gnulib module snippet/c++defs
1775
1776## begin gnulib module snippet/unused-parameter
1777
1778# Because this Makefile snippet defines a variable used by other
1779# gnulib Makefile snippets, it must be present in all makefiles that
1780# need it. This is ensured by the applicability 'all' defined above.
1781
1782UNUSED_PARAMETER_H=$(top_srcdir)/lib/unused-parameter.h
1783
1784EXTRA_DIST += lib/unused-parameter.h
1785
1786## end   gnulib module snippet/unused-parameter
1787
1788## begin gnulib module snippet/warn-on-use
1789
1790# Because this Makefile snippet defines a variable used by other
1791# gnulib Makefile snippets, it must be present in all makefiles that
1792# need it. This is ensured by the applicability 'all' defined above.
1793
1794WARN_ON_USE_H=$(top_srcdir)/lib/warn-on-use.h
1795
1796EXTRA_DIST += lib/warn-on-use.h
1797
1798## end   gnulib module snippet/warn-on-use
1799
1800## begin gnulib module sqrtl
1801
1802
1803EXTRA_DIST += lib/sqrtl.c
1804
1805EXTRA_lib_libdatamash_a_SOURCES += lib/sqrtl.c
1806
1807## end   gnulib module sqrtl
1808
1809## begin gnulib module stat-time
1810
1811lib_libdatamash_a_SOURCES += lib/stat-time.c
1812
1813EXTRA_DIST += lib/stat-time.h
1814
1815## end   gnulib module stat-time
1816
1817## begin gnulib module stdalign
1818
1819BUILT_SOURCES += $(STDALIGN_H)
1820
1821# We need the following in order to create <stdalign.h> when the system
1822# doesn't have one that works.
1823if GL_GENERATE_STDALIGN_H
1824lib/stdalign.h: lib/stdalign.in.h $(top_builddir)/config.status
1825	$(AM_V_GEN)rm -f $@-t $@ && \
1826	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1827	  cat $(top_srcdir)/lib/stdalign.in.h; \
1828	} > $@-t && \
1829	mv $@-t $@
1830else
1831lib/stdalign.h: $(top_builddir)/config.status
1832	rm -f $@
1833endif
1834MOSTLYCLEANFILES += lib/stdalign.h lib/stdalign.h-t
1835
1836EXTRA_DIST += lib/stdalign.in.h
1837
1838## end   gnulib module stdalign
1839
1840## begin gnulib module stdarg
1841
1842BUILT_SOURCES += $(STDARG_H)
1843
1844# We need the following in order to create <stdarg.h> when the system
1845# doesn't have one that works with the given compiler.
1846if GL_GENERATE_STDARG_H
1847lib/stdarg.h: lib/stdarg.in.h $(top_builddir)/config.status
1848	$(AM_V_GEN)rm -f $@-t $@ && \
1849	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1850	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1851	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1852	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1853	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1854	      -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
1855	      < $(top_srcdir)/lib/stdarg.in.h; \
1856	} > $@-t && \
1857	mv $@-t $@
1858else
1859lib/stdarg.h: $(top_builddir)/config.status
1860	rm -f $@
1861endif
1862MOSTLYCLEANFILES += lib/stdarg.h lib/stdarg.h-t
1863
1864EXTRA_DIST += lib/stdarg.in.h
1865
1866## end   gnulib module stdarg
1867
1868## begin gnulib module stdbool
1869
1870BUILT_SOURCES += $(STDBOOL_H)
1871
1872# We need the following in order to create <stdbool.h> when the system
1873# doesn't have one that works.
1874if GL_GENERATE_STDBOOL_H
1875lib/stdbool.h: lib/stdbool.in.h $(top_builddir)/config.status
1876	$(AM_V_GEN)rm -f $@-t $@ && \
1877	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1878	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(top_srcdir)/lib/stdbool.in.h; \
1879	} > $@-t && \
1880	mv $@-t $@
1881else
1882lib/stdbool.h: $(top_builddir)/config.status
1883	rm -f $@
1884endif
1885MOSTLYCLEANFILES += lib/stdbool.h lib/stdbool.h-t
1886
1887EXTRA_DIST += lib/stdbool.in.h
1888
1889## end   gnulib module stdbool
1890
1891## begin gnulib module stddef
1892
1893BUILT_SOURCES += $(STDDEF_H)
1894
1895# We need the following in order to create <stddef.h> when the system
1896# doesn't have one that works with the given compiler.
1897if GL_GENERATE_STDDEF_H
1898lib/stddef.h: lib/stddef.in.h $(top_builddir)/config.status
1899	$(AM_V_GEN)rm -f $@-t $@ && \
1900	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1901	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1902	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1903	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1904	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1905	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
1906	      -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
1907	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
1908	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
1909	      < $(top_srcdir)/lib/stddef.in.h; \
1910	} > $@-t && \
1911	mv $@-t $@
1912else
1913lib/stddef.h: $(top_builddir)/config.status
1914	rm -f $@
1915endif
1916MOSTLYCLEANFILES += lib/stddef.h lib/stddef.h-t
1917
1918EXTRA_DIST += lib/stddef.in.h
1919
1920## end   gnulib module stddef
1921
1922## begin gnulib module stdint
1923
1924BUILT_SOURCES += $(STDINT_H)
1925
1926# We need the following in order to create <stdint.h> when the system
1927# doesn't have one that works with the given compiler.
1928if GL_GENERATE_STDINT_H
1929lib/stdint.h: lib/stdint.in.h $(top_builddir)/config.status
1930	$(AM_V_GEN)rm -f $@-t $@ && \
1931	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1932	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1933	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
1934	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1935	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1936	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1937	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
1938	      -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
1939	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
1940	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
1941	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1942	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1943	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1944	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
1945	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1946	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1947	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1948	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1949	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1950	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1951	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1952	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1953	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1954	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1955	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1956	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1957	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1958	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
1959	      < $(top_srcdir)/lib/stdint.in.h; \
1960	} > $@-t && \
1961	mv $@-t $@
1962else
1963lib/stdint.h: $(top_builddir)/config.status
1964	rm -f $@
1965endif
1966MOSTLYCLEANFILES += lib/stdint.h lib/stdint.h-t
1967
1968EXTRA_DIST += lib/stdint.in.h
1969
1970## end   gnulib module stdint
1971
1972## begin gnulib module stdio
1973
1974BUILT_SOURCES += lib/stdio.h
1975
1976# We need the following in order to create <stdio.h> when the system
1977# doesn't have one that works with the given compiler.
1978lib/stdio.h: lib/stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1979	$(AM_V_GEN)rm -f $@-t $@ && \
1980	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1981	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
1982	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1983	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1984	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1985	      -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1986	      -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
1987	      -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
1988	      -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
1989	      -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
1990	      -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
1991	      -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
1992	      -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
1993	      -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
1994	      -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
1995	      -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
1996	      -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
1997	      -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
1998	      -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
1999	      -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
2000	      -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
2001	      -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
2002	      -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
2003	      -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
2004	      -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
2005	      -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
2006	      -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
2007	      -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
2008	      -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
2009	      -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
2010	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
2011	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
2012	      -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
2013	      -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
2014	      -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
2015	      -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
2016	      -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
2017	      -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
2018	      -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
2019	      -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
2020	      -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
2021	      -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
2022	      -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
2023	      -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
2024	      -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
2025	      -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
2026	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
2027	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
2028	      -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
2029	      -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
2030	      -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
2031	      -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
2032	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
2033	      -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
2034	      -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
2035	      -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
2036	      -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
2037	      -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
2038	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
2039	      < $(top_srcdir)/lib/stdio.in.h | \
2040	  sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
2041	      -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
2042	      -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
2043	      -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
2044	      -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
2045	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
2046	      -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
2047	      -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
2048	      -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
2049	      -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
2050	      -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
2051	      -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
2052	      -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
2053	      -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
2054	      -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
2055	      -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
2056	      -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
2057	      -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
2058	      -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
2059	      -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
2060	      -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
2061	      -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
2062	      -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
2063	      -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
2064	      -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
2065	      -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
2066	      -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
2067	      -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
2068	      -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
2069	      -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
2070	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
2071	      -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
2072	      -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
2073	      -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
2074	      -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
2075	      -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
2076	      -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
2077	      -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
2078	      -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
2079	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
2080	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
2081	      -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
2082	      -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
2083	      -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
2084	      -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
2085	      -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
2086	      -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
2087	      -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
2088	      -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
2089	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2090	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2091	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2092	} > $@-t && \
2093	mv $@-t $@
2094MOSTLYCLEANFILES += lib/stdio.h lib/stdio.h-t
2095
2096EXTRA_DIST += lib/stdio.in.h
2097
2098## end   gnulib module stdio
2099
2100## begin gnulib module stdlib
2101
2102BUILT_SOURCES += lib/stdlib.h
2103
2104# We need the following in order to create <stdlib.h> when the system
2105# doesn't have one that works with the given compiler.
2106lib/stdlib.h: lib/stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
2107  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2108	$(AM_V_GEN)rm -f $@-t $@ && \
2109	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2110	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2111	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2112	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2113	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2114	      -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
2115	      -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
2116	      -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
2117	      -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
2118	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
2119	      -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
2120	      -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
2121	      -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
2122	      -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
2123	      -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
2124	      -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
2125	      -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
2126	      -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
2127	      -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
2128	      -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
2129	      -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
2130	      -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
2131	      -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
2132	      -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
2133	      -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
2134	      -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
2135	      -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
2136	      -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
2137	      -e 's/@''GNULIB_REALLOCARRAY''@/$(GNULIB_REALLOCARRAY)/g' \
2138	      -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
2139	      -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
2140	      -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
2141	      -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
2142	      -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
2143	      -e 's/@''GNULIB_STRTOLD''@/$(GNULIB_STRTOLD)/g' \
2144	      -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
2145	      -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
2146	      -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
2147	      -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
2148	      -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
2149	      -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
2150	      < $(top_srcdir)/lib/stdlib.in.h | \
2151	  sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
2152	      -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
2153	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
2154	      -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
2155	      -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
2156	      -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
2157	      -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
2158	      -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
2159	      -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
2160	      -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
2161	      -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
2162	      -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
2163	      -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
2164	      -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
2165	      -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
2166	      -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
2167	      -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
2168	      -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
2169	      -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
2170	      -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
2171	      -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
2172	      -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
2173	      -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
2174	      -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
2175	      -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
2176	      -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
2177	      -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
2178	      -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
2179	      -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
2180	      -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
2181	      -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
2182	      -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
2183	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
2184	      -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
2185	      -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
2186	      -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
2187	      -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
2188	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
2189	      -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
2190	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
2191	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
2192	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
2193	      -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
2194	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
2195	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
2196	      -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
2197	      -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
2198	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
2199	      -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
2200	      -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
2201	      -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
2202	      -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
2203	      -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
2204	      -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
2205	      -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
2206	      -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
2207	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2208	      -e '/definition of _Noreturn/r $(_NORETURN_H)' \
2209	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2210	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2211	} > $@-t && \
2212	mv $@-t $@
2213MOSTLYCLEANFILES += lib/stdlib.h lib/stdlib.h-t
2214
2215EXTRA_DIST += lib/stdlib.in.h
2216
2217## end   gnulib module stdlib
2218
2219## begin gnulib module stdnoreturn
2220
2221BUILT_SOURCES += $(STDNORETURN_H)
2222
2223# We need the following in order to create <stdnoreturn.h> when the system
2224# doesn't have one that works.
2225if GL_GENERATE_STDNORETURN_H
2226lib/stdnoreturn.h: lib/stdnoreturn.in.h $(top_builddir)/config.status $(_NORETURN_H)
2227	$(AM_V_GEN)rm -f $@-t $@ && \
2228	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2229	  sed -e '/definition of _Noreturn/r $(_NORETURN_H)' \
2230              < $(top_srcdir)/lib/stdnoreturn.in.h; \
2231	} > $@-t && \
2232	mv $@-t $@
2233else
2234lib/stdnoreturn.h: $(top_builddir)/config.status
2235	rm -f $@
2236endif
2237MOSTLYCLEANFILES += lib/stdnoreturn.h lib/stdnoreturn.h-t
2238
2239EXTRA_DIST += lib/stdnoreturn.in.h
2240
2241## end   gnulib module stdnoreturn
2242
2243## begin gnulib module stpcpy
2244
2245
2246EXTRA_DIST += lib/stpcpy.c
2247
2248EXTRA_lib_libdatamash_a_SOURCES += lib/stpcpy.c
2249
2250## end   gnulib module stpcpy
2251
2252## begin gnulib module streq
2253
2254
2255EXTRA_DIST += lib/streq.h
2256
2257## end   gnulib module streq
2258
2259## begin gnulib module strerror
2260
2261
2262EXTRA_DIST += lib/strerror.c
2263
2264EXTRA_lib_libdatamash_a_SOURCES += lib/strerror.c
2265
2266## end   gnulib module strerror
2267
2268## begin gnulib module strerror-override
2269
2270
2271EXTRA_DIST += lib/strerror-override.c lib/strerror-override.h
2272
2273EXTRA_lib_libdatamash_a_SOURCES += lib/strerror-override.c
2274
2275## end   gnulib module strerror-override
2276
2277## begin gnulib module striconv
2278
2279lib_libdatamash_a_SOURCES += lib/striconv.h lib/striconv.c
2280if GL_COND_LIBTOOL
2281endif
2282
2283## end   gnulib module striconv
2284
2285## begin gnulib module string
2286
2287BUILT_SOURCES += lib/string.h
2288
2289# We need the following in order to create <string.h> when the system
2290# doesn't have one that works with the given compiler.
2291lib/string.h: lib/string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2292	$(AM_V_GEN)rm -f $@-t $@ && \
2293	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2294	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2295	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2296	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2297	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2298	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
2299	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \
2300	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
2301	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
2302	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
2303	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
2304	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
2305	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
2306	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
2307	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
2308	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
2309	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
2310	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
2311	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
2312	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
2313	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
2314	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
2315	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
2316	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
2317	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
2318	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
2319	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
2320	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
2321	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
2322	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
2323	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
2324	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
2325	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
2326	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
2327	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
2328	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
2329	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
2330	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
2331	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
2332	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
2333	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
2334	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
2335	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
2336	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
2337	      < $(top_srcdir)/lib/string.in.h | \
2338	  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
2339	      -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
2340	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
2341	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
2342	      -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
2343	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
2344	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
2345	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
2346	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
2347	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
2348	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
2349	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
2350	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
2351	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
2352	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
2353	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
2354	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
2355	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
2356	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
2357	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
2358	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
2359	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
2360	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
2361	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
2362	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
2363	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
2364	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
2365	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
2366	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
2367	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
2368	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
2369	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
2370	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
2371	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
2372	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
2373	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
2374	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
2375	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2376	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2377	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2378	      < $(top_srcdir)/lib/string.in.h; \
2379	} > $@-t && \
2380	mv $@-t $@
2381MOSTLYCLEANFILES += lib/string.h lib/string.h-t
2382
2383EXTRA_DIST += lib/string.in.h
2384
2385## end   gnulib module string
2386
2387## begin gnulib module strndup
2388
2389
2390EXTRA_DIST += lib/strndup.c
2391
2392EXTRA_lib_libdatamash_a_SOURCES += lib/strndup.c
2393
2394## end   gnulib module strndup
2395
2396## begin gnulib module strnlen
2397
2398
2399EXTRA_DIST += lib/strnlen.c
2400
2401EXTRA_lib_libdatamash_a_SOURCES += lib/strnlen.c
2402
2403## end   gnulib module strnlen
2404
2405## begin gnulib module strnlen1
2406
2407lib_libdatamash_a_SOURCES += lib/strnlen1.h lib/strnlen1.c
2408
2409## end   gnulib module strnlen1
2410
2411## begin gnulib module strsep
2412
2413
2414EXTRA_DIST += lib/strsep.c
2415
2416EXTRA_lib_libdatamash_a_SOURCES += lib/strsep.c
2417
2418## end   gnulib module strsep
2419
2420## begin gnulib module strtoull
2421
2422
2423EXTRA_DIST += lib/strtol.c lib/strtoul.c lib/strtoull.c
2424
2425EXTRA_lib_libdatamash_a_SOURCES += lib/strtol.c lib/strtoul.c lib/strtoull.c
2426
2427## end   gnulib module strtoull
2428
2429## begin gnulib module strtoumax
2430
2431
2432EXTRA_DIST += lib/strtoimax.c lib/strtoumax.c
2433
2434EXTRA_lib_libdatamash_a_SOURCES += lib/strtoimax.c lib/strtoumax.c
2435
2436## end   gnulib module strtoumax
2437
2438## begin gnulib module sys_socket
2439
2440BUILT_SOURCES += lib/sys/socket.h
2441lib_libdatamash_a_SOURCES += lib/sys_socket.c
2442
2443# We need the following in order to create <sys/socket.h> when the system
2444# doesn't have one that works with the given compiler.
2445lib/sys/socket.h: lib/sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2446	$(AM_V_at)$(MKDIR_P) lib/sys
2447	$(AM_V_GEN)rm -f $@-t $@ && \
2448	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2449	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2450	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2451	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2452	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2453	      -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
2454	      -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
2455	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2456	      -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \
2457	      -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \
2458	      -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \
2459	      -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \
2460	      -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \
2461	      -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \
2462	      -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \
2463	      -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \
2464	      -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \
2465	      -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \
2466	      -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \
2467	      -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \
2468	      -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \
2469	      -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \
2470	      -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \
2471	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2472	      -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
2473	      -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
2474	      -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
2475	      -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
2476	      -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
2477	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2478	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2479	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2480	      < $(top_srcdir)/lib/sys_socket.in.h; \
2481	} > $@-t && \
2482	mv -f $@-t $@
2483MOSTLYCLEANFILES += lib/sys/socket.h lib/sys/socket.h-t
2484MOSTLYCLEANDIRS += lib/sys
2485
2486EXTRA_DIST += lib/sys_socket.in.h
2487
2488## end   gnulib module sys_socket
2489
2490## begin gnulib module sys_stat
2491
2492BUILT_SOURCES += lib/sys/stat.h
2493
2494# We need the following in order to create <sys/stat.h> when the system
2495# has one that is incomplete.
2496lib/sys/stat.h: lib/sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2497	$(AM_V_at)$(MKDIR_P) lib/sys
2498	$(AM_V_GEN)rm -f $@-t $@ && \
2499	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2500	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2501	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2502	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2503	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2504	      -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
2505	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
2506	      -e 's|@''WINDOWS_STAT_TIMESPEC''@|$(WINDOWS_STAT_TIMESPEC)|g' \
2507	      -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
2508	      -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
2509	      -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
2510	      -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
2511	      -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
2512	      -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
2513	      -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
2514	      -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
2515	      -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
2516	      -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
2517	      -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
2518	      -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
2519	      -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
2520	      -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GNULIB_OVERRIDES_STRUCT_STAT)/g' \
2521	      -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
2522	      -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
2523	      -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
2524	      -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
2525	      -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
2526	      -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
2527	      -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
2528	      -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
2529	      -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
2530	      -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
2531	      -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
2532	      -e 's|@''REPLACE_FCHMODAT''@|$(REPLACE_FCHMODAT)|g' \
2533	      -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
2534	      -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
2535	      -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
2536	      -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
2537	      -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
2538	      -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
2539	      -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
2540	      -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
2541	      -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
2542	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2543	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2544	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2545	      < $(top_srcdir)/lib/sys_stat.in.h; \
2546	} > $@-t && \
2547	mv $@-t $@
2548MOSTLYCLEANFILES += lib/sys/stat.h lib/sys/stat.h-t
2549MOSTLYCLEANDIRS += lib/sys
2550
2551EXTRA_DIST += lib/sys_stat.in.h
2552
2553## end   gnulib module sys_stat
2554
2555## begin gnulib module sys_types
2556
2557BUILT_SOURCES += lib/sys/types.h
2558
2559# We need the following in order to create <sys/types.h> when the system
2560# doesn't have one that works with the given compiler.
2561lib/sys/types.h: lib/sys_types.in.h $(top_builddir)/config.status
2562	$(AM_V_at)$(MKDIR_P) lib/sys
2563	$(AM_V_GEN)rm -f $@-t $@ && \
2564	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2565	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2566	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2567	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2568	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2569	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
2570	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2571	      -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
2572	      < $(top_srcdir)/lib/sys_types.in.h; \
2573	} > $@-t && \
2574	mv $@-t $@
2575MOSTLYCLEANFILES += lib/sys/types.h lib/sys/types.h-t
2576
2577EXTRA_DIST += lib/sys_types.in.h
2578
2579## end   gnulib module sys_types
2580
2581## begin gnulib module sys_uio
2582
2583BUILT_SOURCES += lib/sys/uio.h
2584
2585# We need the following in order to create <sys/uio.h> when the system
2586# doesn't have one that works with the given compiler.
2587lib/sys/uio.h: lib/sys_uio.in.h $(top_builddir)/config.status
2588	$(AM_V_at)$(MKDIR_P) lib/sys
2589	$(AM_V_GEN)rm -f $@-t $@ && \
2590	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2591	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2592	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2593	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2594	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2595	      -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
2596	      -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
2597	      < $(top_srcdir)/lib/sys_uio.in.h; \
2598	} > $@-t && \
2599	mv -f $@-t $@
2600MOSTLYCLEANFILES += lib/sys/uio.h lib/sys/uio.h-t
2601MOSTLYCLEANDIRS += lib/sys
2602
2603EXTRA_DIST += lib/sys_uio.in.h
2604
2605## end   gnulib module sys_uio
2606
2607## begin gnulib module time
2608
2609BUILT_SOURCES += lib/time.h
2610
2611# We need the following in order to create <time.h> when the system
2612# doesn't have one that works with the given compiler.
2613lib/time.h: lib/time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2614	$(AM_V_GEN)rm -f $@-t $@ && \
2615	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2616	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2617	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2618	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2619	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2620	      -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
2621	      -e 's/@''GNULIB_CTIME''@/$(GNULIB_CTIME)/g' \
2622	      -e 's/@''GNULIB_LOCALTIME''@/$(GNULIB_LOCALTIME)/g' \
2623	      -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
2624	      -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
2625	      -e 's/@''GNULIB_STRFTIME''@/$(GNULIB_STRFTIME)/g' \
2626	      -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
2627	      -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
2628	      -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
2629	      -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
2630	      -e 's/@''GNULIB_TZSET''@/$(GNULIB_TZSET)/g' \
2631	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
2632	      -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
2633	      -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
2634	      -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
2635	      -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
2636	      -e 's|@''HAVE_TZSET''@|$(HAVE_TZSET)|g' \
2637	      -e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
2638	      -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
2639	      -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
2640	      -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
2641	      -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
2642	      -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
2643	      -e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
2644	      -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
2645	      -e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
2646	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2647	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2648	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2649	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2650	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2651	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2652	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2653	      < $(top_srcdir)/lib/time.in.h; \
2654	} > $@-t && \
2655	mv $@-t $@
2656MOSTLYCLEANFILES += lib/time.h lib/time.h-t
2657
2658EXTRA_DIST += lib/time.in.h
2659
2660## end   gnulib module time
2661
2662## begin gnulib module trim
2663
2664lib_libdatamash_a_SOURCES += lib/trim.c
2665
2666EXTRA_DIST += lib/trim.h
2667
2668## end   gnulib module trim
2669
2670## begin gnulib module trunc
2671
2672
2673EXTRA_DIST += lib/trunc.c
2674
2675EXTRA_lib_libdatamash_a_SOURCES += lib/trunc.c
2676
2677## end   gnulib module trunc
2678
2679## begin gnulib module truncl
2680
2681
2682EXTRA_DIST += lib/trunc.c lib/truncl.c
2683
2684EXTRA_lib_libdatamash_a_SOURCES += lib/trunc.c lib/truncl.c
2685
2686## end   gnulib module truncl
2687
2688## begin gnulib module u64
2689
2690lib_libdatamash_a_SOURCES += lib/u64.c
2691
2692EXTRA_DIST += lib/u64.h
2693
2694## end   gnulib module u64
2695
2696## begin gnulib module unistd
2697
2698BUILT_SOURCES += lib/unistd.h
2699lib_libdatamash_a_SOURCES += lib/unistd.c
2700
2701# We need the following in order to create an empty placeholder for
2702# <unistd.h> when the system doesn't have one.
2703lib/unistd.h: lib/unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2704	$(AM_V_GEN)rm -f $@-t $@ && \
2705	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2706	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2707	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
2708	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2709	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2710	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2711	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
2712	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2713	      -e 's/@''GNULIB_ACCESS''@/$(GNULIB_ACCESS)/g' \
2714	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
2715	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
2716	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2717	      -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GNULIB_COPY_FILE_RANGE)/g' \
2718	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
2719	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
2720	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
2721	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
2722	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
2723	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
2724	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
2725	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
2726	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
2727	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
2728	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
2729	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
2730	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
2731	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
2732	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
2733	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
2734	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
2735	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
2736	      -e 's/@''GNULIB_GETOPT_POSIX''@/$(GNULIB_GETOPT_POSIX)/g' \
2737	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
2738	      -e 's/@''GNULIB_GETPASS''@/$(GNULIB_GETPASS)/g' \
2739	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
2740	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
2741	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
2742	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
2743	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
2744	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
2745	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
2746	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
2747	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
2748	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
2749	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
2750	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
2751	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
2752	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
2753	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
2754	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
2755	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
2756	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
2757	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
2758	      -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \
2759	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
2760	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
2761	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
2762	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
2763	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
2764	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
2765	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
2766	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
2767	      < $(top_srcdir)/lib/unistd.in.h | \
2768	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
2769	      -e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \
2770	      -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
2771	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
2772	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
2773	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
2774	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
2775	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
2776	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
2777	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
2778	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
2779	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
2780	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
2781	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
2782	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
2783	      -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
2784	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
2785	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
2786	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
2787	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
2788	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
2789	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
2790	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
2791	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
2792	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
2793	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
2794	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
2795	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
2796	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
2797	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
2798	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
2799	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
2800	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
2801	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
2802	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
2803	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
2804	      -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
2805	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
2806	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
2807	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
2808	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
2809	      -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
2810	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
2811	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
2812	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
2813	  | \
2814	  sed -e 's|@''REPLACE_ACCESS''@|$(REPLACE_ACCESS)|g' \
2815	      -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
2816	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
2817	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
2818	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
2819	      -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
2820	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
2821	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
2822	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
2823	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
2824	      -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
2825	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
2826	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
2827	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
2828	      -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
2829	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
2830	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
2831	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
2832	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
2833	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
2834	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
2835	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
2836	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
2837	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
2838	      -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
2839	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
2840	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
2841	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
2842	      -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
2843	      -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
2844	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
2845	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
2846	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
2847	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
2848	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
2849	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
2850	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
2851	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2852	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2853	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2854	} > $@-t && \
2855	mv $@-t $@
2856MOSTLYCLEANFILES += lib/unistd.h lib/unistd.h-t
2857
2858EXTRA_DIST += lib/unistd.in.h
2859
2860## end   gnulib module unistd
2861
2862## begin gnulib module unistr/base
2863
2864BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
2865
2866lib/unistr.h: lib/unistr.in.h
2867	$(AM_V_GEN)rm -f $@-t $@ && \
2868	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2869	  cat $(top_srcdir)/lib/unistr.in.h; \
2870	} > $@-t && \
2871	mv -f $@-t $@
2872MOSTLYCLEANFILES += lib/unistr.h lib/unistr.h-t
2873
2874EXTRA_DIST += lib/unistr.in.h
2875
2876## end   gnulib module unistr/base
2877
2878## begin gnulib module unistr/u8-mbtoucr
2879
2880if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR
2881lib_libdatamash_a_SOURCES += lib/unistr/u8-mbtoucr.c
2882endif
2883
2884## end   gnulib module unistr/u8-mbtoucr
2885
2886## begin gnulib module unistr/u8-uctomb
2887
2888if LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB
2889lib_libdatamash_a_SOURCES += lib/unistr/u8-uctomb.c lib/unistr/u8-uctomb-aux.c
2890endif
2891
2892## end   gnulib module unistr/u8-uctomb
2893
2894## begin gnulib module unitypes
2895
2896BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
2897
2898lib/unitypes.h: lib/unitypes.in.h
2899	$(AM_V_GEN)rm -f $@-t $@ && \
2900	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2901	  cat $(top_srcdir)/lib/unitypes.in.h; \
2902	} > $@-t && \
2903	mv -f $@-t $@
2904MOSTLYCLEANFILES += lib/unitypes.h lib/unitypes.h-t
2905
2906EXTRA_DIST += lib/unitypes.in.h
2907
2908## end   gnulib module unitypes
2909
2910## begin gnulib module uniwidth/base
2911
2912BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H)
2913
2914lib/uniwidth.h: lib/uniwidth.in.h
2915	$(AM_V_GEN)rm -f $@-t $@ && \
2916	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2917	  cat $(top_srcdir)/lib/uniwidth.in.h; \
2918	} > $@-t && \
2919	mv -f $@-t $@
2920MOSTLYCLEANFILES += lib/uniwidth.h lib/uniwidth.h-t
2921
2922EXTRA_DIST += lib/localcharset.h lib/uniwidth.in.h
2923
2924## end   gnulib module uniwidth/base
2925
2926## begin gnulib module uniwidth/width
2927
2928if LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH
2929lib_libdatamash_a_SOURCES += lib/uniwidth/width.c
2930endif
2931
2932EXTRA_DIST += lib/uniwidth/cjk.h
2933
2934## end   gnulib module uniwidth/width
2935
2936## begin gnulib module unlocked-io
2937
2938
2939EXTRA_DIST += lib/unlocked-io.h
2940
2941## end   gnulib module unlocked-io
2942
2943## begin gnulib module update-copyright
2944
2945
2946EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
2947
2948## end   gnulib module update-copyright
2949
2950## begin gnulib module useless-if-before-free
2951
2952
2953EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
2954
2955## end   gnulib module useless-if-before-free
2956
2957## begin gnulib module vc-list-files
2958
2959
2960EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
2961
2962## end   gnulib module vc-list-files
2963
2964## begin gnulib module verify
2965
2966
2967EXTRA_DIST += lib/verify.h
2968
2969## end   gnulib module verify
2970
2971## begin gnulib module version-etc
2972
2973lib_libdatamash_a_SOURCES += lib/version-etc.h lib/version-etc.c
2974
2975## end   gnulib module version-etc
2976
2977## begin gnulib module wchar
2978
2979BUILT_SOURCES += lib/wchar.h
2980
2981# We need the following in order to create <wchar.h> when the system
2982# version does not work standalone.
2983lib/wchar.h: lib/wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2984	$(AM_V_GEN)rm -f $@-t $@ && \
2985	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2986	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
2987	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2988	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2989	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2990	      -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
2991	      -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
2992	      -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
2993	      -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
2994	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
2995	      -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
2996	      -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
2997	      -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
2998	      -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
2999	      -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
3000	      -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
3001	      -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
3002	      -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
3003	      -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
3004	      -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
3005	      -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
3006	      -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
3007	      -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
3008	      -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
3009	      -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
3010	      -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
3011	      -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
3012	      -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
3013	      -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
3014	      -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
3015	      -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
3016	      -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
3017	      -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
3018	      -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
3019	      -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
3020	      -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
3021	      -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
3022	      -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
3023	      -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
3024	      -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
3025	      -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
3026	      -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
3027	      -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
3028	      -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
3029	      -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
3030	      -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
3031	      -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
3032	      -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
3033	      -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
3034	      -e 's/@''GNULIB_WCSFTIME''@/$(GNULIB_WCSFTIME)/g' \
3035	      < $(top_srcdir)/lib/wchar.in.h | \
3036	  sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
3037	      -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
3038	      -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
3039	      -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
3040	      -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
3041	      -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
3042	      -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
3043	      -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
3044	      -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
3045	      -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
3046	      -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
3047	      -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
3048	      -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
3049	      -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
3050	      -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
3051	      -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
3052	      -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
3053	      -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
3054	      -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
3055	      -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
3056	      -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
3057	      -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
3058	      -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
3059	      -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
3060	      -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
3061	      -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
3062	      -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
3063	      -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
3064	      -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
3065	      -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
3066	      -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
3067	      -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
3068	      -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
3069	      -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
3070	      -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
3071	      -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
3072	      -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
3073	      -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
3074	      -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \
3075	      -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
3076	      -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
3077	  | \
3078	  sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
3079	      -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
3080	      -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
3081	      -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
3082	      -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
3083	      -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
3084	      -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
3085	      -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
3086	      -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
3087	      -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
3088	      -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
3089	      -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
3090	      -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
3091	      -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \
3092	      -e 's|@''REPLACE_WCSTOK''@|$(REPLACE_WCSTOK)|g' \
3093	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3094	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3095	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3096	} > $@-t && \
3097	mv $@-t $@
3098MOSTLYCLEANFILES += lib/wchar.h lib/wchar.h-t
3099
3100EXTRA_DIST += lib/wchar.in.h
3101
3102## end   gnulib module wchar
3103
3104## begin gnulib module wctype-h
3105
3106BUILT_SOURCES += lib/wctype.h
3107lib_libdatamash_a_SOURCES += lib/wctype-h.c
3108
3109# We need the following in order to create <wctype.h> when the system
3110# doesn't have one that works with the given compiler.
3111lib/wctype.h: lib/wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
3112	$(AM_V_GEN)rm -f $@-t $@ && \
3113	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3114	  sed -e 's|@''GUARD_PREFIX''@|GL|g' \
3115	      -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
3116	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3117	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3118	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3119	      -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
3120	      -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
3121	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
3122	      -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
3123	      -e 's/@''GNULIB_ISWDIGIT''@/$(GNULIB_ISWDIGIT)/g' \
3124	      -e 's/@''GNULIB_ISWXDIGIT''@/$(GNULIB_ISWXDIGIT)/g' \
3125	      -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
3126	      -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
3127	      -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
3128	      -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
3129	      -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
3130	      -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
3131	      -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
3132	      -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
3133	      -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
3134	      -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
3135	      -e 's/@''REPLACE_ISWDIGIT''@/$(REPLACE_ISWDIGIT)/g' \
3136	      -e 's/@''REPLACE_ISWXDIGIT''@/$(REPLACE_ISWXDIGIT)/g' \
3137	      -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
3138	      -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
3139	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3140	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
3141	      < $(top_srcdir)/lib/wctype.in.h; \
3142	} > $@-t && \
3143	mv $@-t $@
3144MOSTLYCLEANFILES += lib/wctype.h lib/wctype.h-t
3145
3146EXTRA_DIST += lib/wctype.in.h
3147
3148## end   gnulib module wctype-h
3149
3150## begin gnulib module wcwidth
3151
3152
3153EXTRA_DIST += lib/wcwidth.c
3154
3155EXTRA_lib_libdatamash_a_SOURCES += lib/wcwidth.c
3156
3157## end   gnulib module wcwidth
3158
3159## begin gnulib module xalloc
3160
3161lib_libdatamash_a_SOURCES += lib/xmalloc.c
3162
3163EXTRA_DIST += lib/xalloc.h
3164
3165## end   gnulib module xalloc
3166
3167## begin gnulib module xalloc-die
3168
3169lib_libdatamash_a_SOURCES += lib/xalloc-die.c
3170
3171## end   gnulib module xalloc-die
3172
3173## begin gnulib module xalloc-oversized
3174
3175
3176EXTRA_DIST += lib/xalloc-oversized.h
3177
3178## end   gnulib module xalloc-oversized
3179
3180## begin gnulib module xstriconv
3181
3182lib_libdatamash_a_SOURCES += lib/xstriconv.h lib/xstriconv.c
3183
3184## end   gnulib module xstriconv
3185
3186## begin gnulib module xstrndup
3187
3188lib_libdatamash_a_SOURCES += lib/xstrndup.h lib/xstrndup.c
3189
3190## end   gnulib module xstrndup
3191
3192## begin gnulib module xstrtol
3193
3194lib_libdatamash_a_SOURCES += lib/xstrtol.c lib/xstrtoul.c
3195
3196EXTRA_DIST += lib/xstrtol.h
3197
3198## end   gnulib module xstrtol
3199
3200## begin gnulib module xstrtol-error
3201
3202lib_libdatamash_a_SOURCES += lib/xstrtol-error.c
3203
3204EXTRA_DIST += lib/xstrtol-error.h
3205
3206## end   gnulib module xstrtol-error
3207
3208## begin gnulib module xstrtoumax
3209
3210lib_libdatamash_a_SOURCES += lib/xstrtoumax.c
3211
3212## end   gnulib module xstrtoumax
3213
3214
3215mostlyclean-local: mostlyclean-generic
3216	@for dir in '' $(MOSTLYCLEANDIRS); do \
3217	  if test -n "$$dir" && test -d $$dir; then \
3218	    echo "rmdir $$dir"; rmdir $$dir; \
3219	  fi; \
3220	done; \
3221	:
3222