~ubuntu-branches/ubuntu/trusty/patch/trusty-security

« back to all changes in this revision

Viewing changes to lib/gnulib.mk

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2013-06-30 16:14:19 UTC
  • mfrom: (6.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20130630161419-xg7lwk3vpejzedyc
Tags: 2.7.1-3
* Call 'ed' without a path. Closes: #714423.
* Update copyright for GPL v3. Closes: #664640.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## DO NOT EDIT! GENERATED AUTOMATICALLY!
 
2
## Process this file with automake to produce Makefile.in.
 
3
# Copyright (C) 2002-2012 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 <http://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: gnulib-tool --import --dir=. --local-dir=gl --lib=libpatch --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch backupfile clock-time diffseq dirname dup2 errno exitfail extensions fcntl-h full-write getdate getopt-gnu gettime git-version-gen gitlog-to-changelog hash ignore-value largefile lchmod linked-list lstat maintainer-makefile malloc manywarnings memchr minmax mkdir progname quotearg readlink realloc rename rmdir setenv signal ssize_t stat-time stdbool stdlib symlink sys_stat tempname time unistd unlink update-copyright utimens verror xalloc xlist
 
25
 
 
26
 
 
27
MOSTLYCLEANFILES += core *.stackdump
 
28
 
 
29
noinst_LIBRARIES += libpatch.a
 
30
 
 
31
libpatch_a_SOURCES =
 
32
libpatch_a_LIBADD = $(gl_LIBOBJS)
 
33
libpatch_a_DEPENDENCIES = $(gl_LIBOBJS)
 
34
EXTRA_libpatch_a_SOURCES =
 
35
 
 
36
## begin gnulib module alloca-opt
 
37
 
 
38
BUILT_SOURCES += $(ALLOCA_H)
 
39
 
 
40
# We need the following in order to create <alloca.h> when the system
 
41
# doesn't have one that works with the given compiler.
 
42
if GL_GENERATE_ALLOCA_H
 
43
alloca.h: alloca.in.h $(top_builddir)/config.status
 
44
        $(AM_V_GEN)rm -f $@-t $@ && \
 
45
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
46
          cat $(srcdir)/alloca.in.h; \
 
47
        } > $@-t && \
 
48
        mv -f $@-t $@
 
49
else
 
50
alloca.h: $(top_builddir)/config.status
 
51
        rm -f $@
 
52
endif
 
53
MOSTLYCLEANFILES += alloca.h alloca.h-t
 
54
 
 
55
EXTRA_DIST += alloca.in.h
 
56
 
 
57
## end   gnulib module alloca-opt
 
58
 
 
59
## begin gnulib module argmatch
 
60
 
 
61
libpatch_a_SOURCES += argmatch.c
 
62
 
 
63
EXTRA_DIST += argmatch.h
 
64
 
 
65
## end   gnulib module argmatch
 
66
 
 
67
## begin gnulib module backupfile
 
68
 
 
69
libpatch_a_SOURCES += backupfile.c
 
70
 
 
71
EXTRA_DIST += backupfile.h
 
72
 
 
73
## end   gnulib module backupfile
 
74
 
 
75
## begin gnulib module bitrotate
 
76
 
 
77
libpatch_a_SOURCES += bitrotate.h
 
78
 
 
79
## end   gnulib module bitrotate
 
80
 
 
81
## begin gnulib module c-ctype
 
82
 
 
83
libpatch_a_SOURCES += c-ctype.h c-ctype.c
 
84
 
 
85
## end   gnulib module c-ctype
 
86
 
 
87
## begin gnulib module c-strcase
 
88
 
 
89
libpatch_a_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
 
90
 
 
91
## end   gnulib module c-strcase
 
92
 
 
93
## begin gnulib module c-strcaseeq
 
94
 
 
95
 
 
96
EXTRA_DIST += c-strcaseeq.h
 
97
 
 
98
## end   gnulib module c-strcaseeq
 
99
 
 
100
## begin gnulib module canonicalize-lgpl
 
101
 
 
102
 
 
103
EXTRA_DIST += canonicalize-lgpl.c
 
104
 
 
105
EXTRA_libpatch_a_SOURCES += canonicalize-lgpl.c
 
106
 
 
107
## end   gnulib module canonicalize-lgpl
 
108
 
 
109
## begin gnulib module close
 
110
 
 
111
 
 
112
EXTRA_DIST += close.c
 
113
 
 
114
EXTRA_libpatch_a_SOURCES += close.c
 
115
 
 
116
## end   gnulib module close
 
117
 
 
118
## begin gnulib module closedir
 
119
 
 
120
 
 
121
EXTRA_DIST += closedir.c dirent-private.h
 
122
 
 
123
EXTRA_libpatch_a_SOURCES += closedir.c
 
124
 
 
125
## end   gnulib module closedir
 
126
 
 
127
## begin gnulib module configmake
 
128
 
 
129
# Listed in the same order as the GNU makefile conventions, and
 
130
# provided by autoconf 2.59c+.
 
131
# The Automake-defined pkg* macros are appended, in the order
 
132
# listed in the Automake 1.10a+ documentation.
 
133
configmake.h: Makefile
 
134
        $(AM_V_GEN)rm -f $@-t && \
 
135
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
136
          echo '#define PREFIX "$(prefix)"'; \
 
137
          echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
 
138
          echo '#define BINDIR "$(bindir)"'; \
 
139
          echo '#define SBINDIR "$(sbindir)"'; \
 
140
          echo '#define LIBEXECDIR "$(libexecdir)"'; \
 
141
          echo '#define DATAROOTDIR "$(datarootdir)"'; \
 
142
          echo '#define DATADIR "$(datadir)"'; \
 
143
          echo '#define SYSCONFDIR "$(sysconfdir)"'; \
 
144
          echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
 
145
          echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
 
146
          echo '#define INCLUDEDIR "$(includedir)"'; \
 
147
          echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
 
148
          echo '#define DOCDIR "$(docdir)"'; \
 
149
          echo '#define INFODIR "$(infodir)"'; \
 
150
          echo '#define HTMLDIR "$(htmldir)"'; \
 
151
          echo '#define DVIDIR "$(dvidir)"'; \
 
152
          echo '#define PDFDIR "$(pdfdir)"'; \
 
153
          echo '#define PSDIR "$(psdir)"'; \
 
154
          echo '#define LIBDIR "$(libdir)"'; \
 
155
          echo '#define LISPDIR "$(lispdir)"'; \
 
156
          echo '#define LOCALEDIR "$(localedir)"'; \
 
157
          echo '#define MANDIR "$(mandir)"'; \
 
158
          echo '#define MANEXT "$(manext)"'; \
 
159
          echo '#define PKGDATADIR "$(pkgdatadir)"'; \
 
160
          echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
 
161
          echo '#define PKGLIBDIR "$(pkglibdir)"'; \
 
162
          echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
 
163
        } | sed '/""/d' > $@-t && \
 
164
        mv -f $@-t $@
 
165
 
 
166
BUILT_SOURCES += configmake.h
 
167
CLEANFILES += configmake.h configmake.h-t
 
168
 
 
169
## end   gnulib module configmake
 
170
 
 
171
## begin gnulib module diffseq
 
172
 
 
173
libpatch_a_SOURCES += diffseq.h
 
174
 
 
175
## end   gnulib module diffseq
 
176
 
 
177
## begin gnulib module dirent
 
178
 
 
179
BUILT_SOURCES += dirent.h
 
180
 
 
181
# We need the following in order to create <dirent.h> when the system
 
182
# doesn't have one that works with the given compiler.
 
183
dirent.h: dirent.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
184
        $(AM_V_GEN)rm -f $@-t $@ && \
 
185
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
186
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
187
              -e 's|@''HAVE_DIRENT_H''@|$(HAVE_DIRENT_H)|g' \
 
188
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
189
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
190
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
191
              -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
 
192
              -e 's/@''GNULIB_OPENDIR''@/$(GNULIB_OPENDIR)/g' \
 
193
              -e 's/@''GNULIB_READDIR''@/$(GNULIB_READDIR)/g' \
 
194
              -e 's/@''GNULIB_REWINDDIR''@/$(GNULIB_REWINDDIR)/g' \
 
195
              -e 's/@''GNULIB_CLOSEDIR''@/$(GNULIB_CLOSEDIR)/g' \
 
196
              -e 's/@''GNULIB_DIRFD''@/$(GNULIB_DIRFD)/g' \
 
197
              -e 's/@''GNULIB_FDOPENDIR''@/$(GNULIB_FDOPENDIR)/g' \
 
198
              -e 's/@''GNULIB_SCANDIR''@/$(GNULIB_SCANDIR)/g' \
 
199
              -e 's/@''GNULIB_ALPHASORT''@/$(GNULIB_ALPHASORT)/g' \
 
200
              -e 's/@''HAVE_OPENDIR''@/$(HAVE_OPENDIR)/g' \
 
201
              -e 's/@''HAVE_READDIR''@/$(HAVE_READDIR)/g' \
 
202
              -e 's/@''HAVE_REWINDDIR''@/$(HAVE_REWINDDIR)/g' \
 
203
              -e 's/@''HAVE_CLOSEDIR''@/$(HAVE_CLOSEDIR)/g' \
 
204
              -e 's|@''HAVE_DECL_DIRFD''@|$(HAVE_DECL_DIRFD)|g' \
 
205
              -e 's|@''HAVE_DECL_FDOPENDIR''@|$(HAVE_DECL_FDOPENDIR)|g' \
 
206
              -e 's|@''HAVE_FDOPENDIR''@|$(HAVE_FDOPENDIR)|g' \
 
207
              -e 's|@''HAVE_SCANDIR''@|$(HAVE_SCANDIR)|g' \
 
208
              -e 's|@''HAVE_ALPHASORT''@|$(HAVE_ALPHASORT)|g' \
 
209
              -e 's|@''REPLACE_OPENDIR''@|$(REPLACE_OPENDIR)|g' \
 
210
              -e 's|@''REPLACE_CLOSEDIR''@|$(REPLACE_CLOSEDIR)|g' \
 
211
              -e 's|@''REPLACE_DIRFD''@|$(REPLACE_DIRFD)|g' \
 
212
              -e 's|@''REPLACE_FDOPENDIR''@|$(REPLACE_FDOPENDIR)|g' \
 
213
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
214
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
215
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
216
              < $(srcdir)/dirent.in.h; \
 
217
        } > $@-t && \
 
218
        mv $@-t $@
 
219
MOSTLYCLEANFILES += dirent.h dirent.h-t
 
220
 
 
221
EXTRA_DIST += dirent.in.h
 
222
 
 
223
## end   gnulib module dirent
 
224
 
 
225
## begin gnulib module dirent-safer
 
226
 
 
227
libpatch_a_SOURCES += opendir-safer.c
 
228
 
 
229
EXTRA_DIST += dirent--.h dirent-safer.h
 
230
 
 
231
## end   gnulib module dirent-safer
 
232
 
 
233
## begin gnulib module dirfd
 
234
 
 
235
 
 
236
EXTRA_DIST += dirfd.c
 
237
 
 
238
EXTRA_libpatch_a_SOURCES += dirfd.c
 
239
 
 
240
## end   gnulib module dirfd
 
241
 
 
242
## begin gnulib module dirname
 
243
 
 
244
libpatch_a_SOURCES += dirname.c basename.c
 
245
 
 
246
EXTRA_DIST += stripslash.c
 
247
 
 
248
EXTRA_libpatch_a_SOURCES += stripslash.c
 
249
 
 
250
## end   gnulib module dirname
 
251
 
 
252
## begin gnulib module dirname-lgpl
 
253
 
 
254
libpatch_a_SOURCES += dirname-lgpl.c basename-lgpl.c stripslash.c
 
255
 
 
256
EXTRA_DIST += dirname.h
 
257
 
 
258
## end   gnulib module dirname-lgpl
 
259
 
 
260
## begin gnulib module dosname
 
261
 
 
262
 
 
263
EXTRA_DIST += dosname.h
 
264
 
 
265
## end   gnulib module dosname
 
266
 
 
267
## begin gnulib module dup2
 
268
 
 
269
 
 
270
EXTRA_DIST += dup2.c
 
271
 
 
272
EXTRA_libpatch_a_SOURCES += dup2.c
 
273
 
 
274
## end   gnulib module dup2
 
275
 
 
276
## begin gnulib module errno
 
277
 
 
278
BUILT_SOURCES += $(ERRNO_H)
 
279
 
 
280
# We need the following in order to create <errno.h> when the system
 
281
# doesn't have one that is POSIX compliant.
 
282
if GL_GENERATE_ERRNO_H
 
283
errno.h: errno.in.h $(top_builddir)/config.status
 
284
        $(AM_V_GEN)rm -f $@-t $@ && \
 
285
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
286
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
287
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
288
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
289
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
290
              -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
 
291
              -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
 
292
              -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
 
293
              -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
 
294
              -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
 
295
              -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
 
296
              -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
 
297
              < $(srcdir)/errno.in.h; \
 
298
        } > $@-t && \
 
299
        mv $@-t $@
 
300
else
 
301
errno.h: $(top_builddir)/config.status
 
302
        rm -f $@
 
303
endif
 
304
MOSTLYCLEANFILES += errno.h errno.h-t
 
305
 
 
306
EXTRA_DIST += errno.in.h
 
307
 
 
308
## end   gnulib module errno
 
309
 
 
310
## begin gnulib module error
 
311
 
 
312
 
 
313
EXTRA_DIST += error.c error.h
 
314
 
 
315
EXTRA_libpatch_a_SOURCES += error.c
 
316
 
 
317
## end   gnulib module error
 
318
 
 
319
## begin gnulib module exitfail
 
320
 
 
321
libpatch_a_SOURCES += exitfail.c
 
322
 
 
323
EXTRA_DIST += exitfail.h
 
324
 
 
325
## end   gnulib module exitfail
 
326
 
 
327
## begin gnulib module fcntl
 
328
 
 
329
 
 
330
EXTRA_DIST += fcntl.c
 
331
 
 
332
EXTRA_libpatch_a_SOURCES += fcntl.c
 
333
 
 
334
## end   gnulib module fcntl
 
335
 
 
336
## begin gnulib module fcntl-h
 
337
 
 
338
BUILT_SOURCES += fcntl.h
 
339
 
 
340
# We need the following in order to create <fcntl.h> when the system
 
341
# doesn't have one that works with the given compiler.
 
342
fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
343
        $(AM_V_GEN)rm -f $@-t $@ && \
 
344
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
345
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
346
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
347
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
348
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
349
              -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
 
350
              -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
 
351
              -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
 
352
              -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
 
353
              -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
 
354
              -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
 
355
              -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
 
356
              -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
 
357
              -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
 
358
              -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
 
359
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
360
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
361
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
362
              < $(srcdir)/fcntl.in.h; \
 
363
        } > $@-t && \
 
364
        mv $@-t $@
 
365
MOSTLYCLEANFILES += fcntl.h fcntl.h-t
 
366
 
 
367
EXTRA_DIST += fcntl.in.h
 
368
 
 
369
## end   gnulib module fcntl-h
 
370
 
 
371
## begin gnulib module fd-hook
 
372
 
 
373
libpatch_a_SOURCES += fd-hook.c
 
374
 
 
375
EXTRA_DIST += fd-hook.h
 
376
 
 
377
## end   gnulib module fd-hook
 
378
 
 
379
## begin gnulib module filename
 
380
 
 
381
 
 
382
EXTRA_DIST += filename.h
 
383
 
 
384
## end   gnulib module filename
 
385
 
 
386
## begin gnulib module float
 
387
 
 
388
BUILT_SOURCES += $(FLOAT_H)
 
389
 
 
390
# We need the following in order to create <float.h> when the system
 
391
# doesn't have one that works with the given compiler.
 
392
if GL_GENERATE_FLOAT_H
 
393
float.h: float.in.h $(top_builddir)/config.status
 
394
        $(AM_V_GEN)rm -f $@-t $@ && \
 
395
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
396
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
397
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
398
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
399
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
400
              -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
 
401
              -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
 
402
              < $(srcdir)/float.in.h; \
 
403
        } > $@-t && \
 
404
        mv $@-t $@
 
405
else
 
406
float.h: $(top_builddir)/config.status
 
407
        rm -f $@
 
408
endif
 
409
MOSTLYCLEANFILES += float.h float.h-t
 
410
 
 
411
EXTRA_DIST += float.c float.in.h itold.c
 
412
 
 
413
EXTRA_libpatch_a_SOURCES += float.c itold.c
 
414
 
 
415
## end   gnulib module float
 
416
 
 
417
## begin gnulib module fstat
 
418
 
 
419
 
 
420
EXTRA_DIST += fstat.c
 
421
 
 
422
EXTRA_libpatch_a_SOURCES += fstat.c
 
423
 
 
424
## end   gnulib module fstat
 
425
 
 
426
## begin gnulib module full-write
 
427
 
 
428
libpatch_a_SOURCES += full-write.h full-write.c
 
429
 
 
430
## end   gnulib module full-write
 
431
 
 
432
## begin gnulib module getdate
 
433
 
 
434
 
 
435
EXTRA_DIST += getdate.h
 
436
 
 
437
## end   gnulib module getdate
 
438
 
 
439
## begin gnulib module getdtablesize
 
440
 
 
441
 
 
442
EXTRA_DIST += getdtablesize.c
 
443
 
 
444
EXTRA_libpatch_a_SOURCES += getdtablesize.c
 
445
 
 
446
## end   gnulib module getdtablesize
 
447
 
 
448
## begin gnulib module getopt-posix
 
449
 
 
450
BUILT_SOURCES += $(GETOPT_H)
 
451
 
 
452
# We need the following in order to create <getopt.h> when the system
 
453
# doesn't have one that works with the given compiler.
 
454
getopt.h: getopt.in.h $(top_builddir)/config.status $(ARG_NONNULL_H)
 
455
        $(AM_V_GEN)rm -f $@-t $@ && \
 
456
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
457
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
458
              -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \
 
459
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
460
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
461
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
462
              -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \
 
463
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
464
              < $(srcdir)/getopt.in.h; \
 
465
        } > $@-t && \
 
466
        mv -f $@-t $@
 
467
MOSTLYCLEANFILES += getopt.h getopt.h-t
 
468
 
 
469
EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
 
470
 
 
471
EXTRA_libpatch_a_SOURCES += getopt.c getopt1.c
 
472
 
 
473
## end   gnulib module getopt-posix
 
474
 
 
475
## begin gnulib module gettext-h
 
476
 
 
477
libpatch_a_SOURCES += gettext.h
 
478
 
 
479
## end   gnulib module gettext-h
 
480
 
 
481
## begin gnulib module gettime
 
482
 
 
483
libpatch_a_SOURCES += gettime.c
 
484
 
 
485
## end   gnulib module gettime
 
486
 
 
487
## begin gnulib module gettimeofday
 
488
 
 
489
 
 
490
EXTRA_DIST += gettimeofday.c
 
491
 
 
492
EXTRA_libpatch_a_SOURCES += gettimeofday.c
 
493
 
 
494
## end   gnulib module gettimeofday
 
495
 
 
496
## begin gnulib module git-version-gen
 
497
 
 
498
 
 
499
EXTRA_DIST += $(top_srcdir)/build-aux/git-version-gen
 
500
 
 
501
## end   gnulib module git-version-gen
 
502
 
 
503
## begin gnulib module gitlog-to-changelog
 
504
 
 
505
 
 
506
EXTRA_DIST += $(top_srcdir)/build-aux/gitlog-to-changelog
 
507
 
 
508
## end   gnulib module gitlog-to-changelog
 
509
 
 
510
## begin gnulib module gnumakefile
 
511
 
 
512
distclean-local: clean-GNUmakefile
 
513
clean-GNUmakefile:
 
514
        test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile
 
515
 
 
516
EXTRA_DIST += $(top_srcdir)/GNUmakefile
 
517
 
 
518
## end   gnulib module gnumakefile
 
519
 
 
520
## begin gnulib module hash
 
521
 
 
522
libpatch_a_SOURCES += hash.c
 
523
 
 
524
EXTRA_DIST += hash.h
 
525
 
 
526
## end   gnulib module hash
 
527
 
 
528
## begin gnulib module ignore-value
 
529
 
 
530
 
 
531
EXTRA_DIST += ignore-value.h
 
532
 
 
533
## end   gnulib module ignore-value
 
534
 
 
535
## begin gnulib module intprops
 
536
 
 
537
 
 
538
EXTRA_DIST += intprops.h
 
539
 
 
540
## end   gnulib module intprops
 
541
 
 
542
## begin gnulib module linked-list
 
543
 
 
544
libpatch_a_SOURCES += gl_linked_list.h gl_linked_list.c gl_anylinked_list1.h gl_anylinked_list2.h
 
545
 
 
546
## end   gnulib module linked-list
 
547
 
 
548
## begin gnulib module list
 
549
 
 
550
libpatch_a_SOURCES += gl_list.h gl_list.c
 
551
 
 
552
## end   gnulib module list
 
553
 
 
554
## begin gnulib module localcharset
 
555
 
 
556
libpatch_a_SOURCES += localcharset.h localcharset.c
 
557
 
 
558
# We need the following in order to install a simple file in $(libdir)
 
559
# which is shared with other installed packages. We use a list of referencing
 
560
# packages so that "make uninstall" will remove the file if and only if it
 
561
# is not used by another installed package.
 
562
# On systems with glibc-2.1 or newer, the file is redundant, therefore we
 
563
# avoid installing it.
 
564
 
 
565
all-local: charset.alias ref-add.sed ref-del.sed
 
566
 
 
567
charset_alias = $(DESTDIR)$(libdir)/charset.alias
 
568
charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
 
569
install-exec-local: install-exec-localcharset
 
570
install-exec-localcharset: all-local
 
571
        if test $(GLIBC21) = no; then \
 
572
          case '$(host_os)' in \
 
573
            darwin[56]*) \
 
574
              need_charset_alias=true ;; \
 
575
            darwin* | cygwin* | mingw* | pw32* | cegcc*) \
 
576
              need_charset_alias=false ;; \
 
577
            *) \
 
578
              need_charset_alias=true ;; \
 
579
          esac ; \
 
580
        else \
 
581
          need_charset_alias=false ; \
 
582
        fi ; \
 
583
        if $$need_charset_alias; then \
 
584
          $(mkinstalldirs) $(DESTDIR)$(libdir) ; \
 
585
        fi ; \
 
586
        if test -f $(charset_alias); then \
 
587
          sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
 
588
          $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
 
589
          rm -f $(charset_tmp) ; \
 
590
        else \
 
591
          if $$need_charset_alias; then \
 
592
            sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
 
593
            $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
 
594
            rm -f $(charset_tmp) ; \
 
595
          fi ; \
 
596
        fi
 
597
 
 
598
uninstall-local: uninstall-localcharset
 
599
uninstall-localcharset: all-local
 
600
        if test -f $(charset_alias); then \
 
601
          sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
 
602
          if grep '^# Packages using this file: $$' $(charset_tmp) \
 
603
              > /dev/null; then \
 
604
            rm -f $(charset_alias); \
 
605
          else \
 
606
            $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
 
607
          fi; \
 
608
          rm -f $(charset_tmp); \
 
609
        fi
 
610
 
 
611
charset.alias: config.charset
 
612
        $(AM_V_GEN)rm -f t-$@ $@ && \
 
613
        $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@ && \
 
614
        mv t-$@ $@
 
615
 
 
616
SUFFIXES += .sed .sin
 
617
.sin.sed:
 
618
        $(AM_V_GEN)rm -f t-$@ $@ && \
 
619
        sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@ && \
 
620
        mv t-$@ $@
 
621
 
 
622
CLEANFILES += charset.alias ref-add.sed ref-del.sed
 
623
 
 
624
EXTRA_DIST += config.charset ref-add.sin ref-del.sin
 
625
 
 
626
## end   gnulib module localcharset
 
627
 
 
628
## begin gnulib module lstat
 
629
 
 
630
 
 
631
EXTRA_DIST += lstat.c
 
632
 
 
633
EXTRA_libpatch_a_SOURCES += lstat.c
 
634
 
 
635
## end   gnulib module lstat
 
636
 
 
637
## begin gnulib module maintainer-makefile
 
638
 
 
639
EXTRA_DIST += $(top_srcdir)/maint.mk
 
640
 
 
641
## end   gnulib module maintainer-makefile
 
642
 
 
643
## begin gnulib module malloc-gnu
 
644
 
 
645
 
 
646
EXTRA_DIST += malloc.c
 
647
 
 
648
EXTRA_libpatch_a_SOURCES += malloc.c
 
649
 
 
650
## end   gnulib module malloc-gnu
 
651
 
 
652
## begin gnulib module malloc-posix
 
653
 
 
654
 
 
655
EXTRA_DIST += malloc.c
 
656
 
 
657
EXTRA_libpatch_a_SOURCES += malloc.c
 
658
 
 
659
## end   gnulib module malloc-posix
 
660
 
 
661
## begin gnulib module malloca
 
662
 
 
663
libpatch_a_SOURCES += malloca.c
 
664
 
 
665
EXTRA_DIST += malloca.h malloca.valgrind
 
666
 
 
667
## end   gnulib module malloca
 
668
 
 
669
## begin gnulib module mbrtowc
 
670
 
 
671
 
 
672
EXTRA_DIST += mbrtowc.c
 
673
 
 
674
EXTRA_libpatch_a_SOURCES += mbrtowc.c
 
675
 
 
676
## end   gnulib module mbrtowc
 
677
 
 
678
## begin gnulib module mbsinit
 
679
 
 
680
 
 
681
EXTRA_DIST += mbsinit.c
 
682
 
 
683
EXTRA_libpatch_a_SOURCES += mbsinit.c
 
684
 
 
685
## end   gnulib module mbsinit
 
686
 
 
687
## begin gnulib module memchr
 
688
 
 
689
 
 
690
EXTRA_DIST += memchr.c memchr.valgrind
 
691
 
 
692
EXTRA_libpatch_a_SOURCES += memchr.c
 
693
 
 
694
## end   gnulib module memchr
 
695
 
 
696
## begin gnulib module minmax
 
697
 
 
698
libpatch_a_SOURCES += minmax.h
 
699
 
 
700
## end   gnulib module minmax
 
701
 
 
702
## begin gnulib module mkdir
 
703
 
 
704
 
 
705
EXTRA_DIST += mkdir.c
 
706
 
 
707
EXTRA_libpatch_a_SOURCES += mkdir.c
 
708
 
 
709
## end   gnulib module mkdir
 
710
 
 
711
## begin gnulib module mktime
 
712
 
 
713
 
 
714
EXTRA_DIST += mktime-internal.h mktime.c
 
715
 
 
716
EXTRA_libpatch_a_SOURCES += mktime.c
 
717
 
 
718
## end   gnulib module mktime
 
719
 
 
720
## begin gnulib module msvc-inval
 
721
 
 
722
 
 
723
EXTRA_DIST += msvc-inval.c msvc-inval.h
 
724
 
 
725
EXTRA_libpatch_a_SOURCES += msvc-inval.c
 
726
 
 
727
## end   gnulib module msvc-inval
 
728
 
 
729
## begin gnulib module msvc-nothrow
 
730
 
 
731
 
 
732
EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
 
733
 
 
734
EXTRA_libpatch_a_SOURCES += msvc-nothrow.c
 
735
 
 
736
## end   gnulib module msvc-nothrow
 
737
 
 
738
## begin gnulib module opendir
 
739
 
 
740
 
 
741
EXTRA_DIST += dirent-private.h opendir.c
 
742
 
 
743
EXTRA_libpatch_a_SOURCES += opendir.c
 
744
 
 
745
## end   gnulib module opendir
 
746
 
 
747
## begin gnulib module parse-datetime
 
748
 
 
749
# This rule overrides the Automake generated .y.c rule, to ensure that the
 
750
# parse-datetime.c file gets generated in the source directory, not in the
 
751
# build directory.
 
752
parse-datetime.c: parse-datetime.y
 
753
        $(AM_V_GEN)$(SHELL) $(YLWRAP) $(srcdir)/parse-datetime.y \
 
754
                                      y.tab.c parse-datetime.c \
 
755
                                      y.tab.h parse-datetime.h \
 
756
                                      y.output parse-datetime.output \
 
757
                                      -- $(YACC) $(YFLAGS) $(AM_YFLAGS) && \
 
758
        mv parse-datetime.c parse-datetime.c-t && \
 
759
        mv parse-datetime.c-t $(srcdir)/parse-datetime.c
 
760
libpatch_a_SOURCES += parse-datetime.y
 
761
BUILT_SOURCES += parse-datetime.c
 
762
MOSTLYCLEANFILES += parse-datetime.c-t
 
763
MAINTAINERCLEANFILES += parse-datetime.c
 
764
EXTRA_DIST += parse-datetime.c
 
765
 
 
766
EXTRA_DIST += parse-datetime.h
 
767
 
 
768
## end   gnulib module parse-datetime
 
769
 
 
770
## begin gnulib module pathmax
 
771
 
 
772
 
 
773
EXTRA_DIST += pathmax.h
 
774
 
 
775
## end   gnulib module pathmax
 
776
 
 
777
## begin gnulib module progname
 
778
 
 
779
libpatch_a_SOURCES += progname.h progname.c
 
780
 
 
781
## end   gnulib module progname
 
782
 
 
783
## begin gnulib module quote
 
784
 
 
785
 
 
786
EXTRA_DIST += quote.h
 
787
 
 
788
## end   gnulib module quote
 
789
 
 
790
## begin gnulib module quotearg
 
791
 
 
792
libpatch_a_SOURCES += quotearg.c
 
793
 
 
794
EXTRA_DIST += quote.h quotearg.h
 
795
 
 
796
## end   gnulib module quotearg
 
797
 
 
798
## begin gnulib module raise
 
799
 
 
800
 
 
801
EXTRA_DIST += raise.c
 
802
 
 
803
EXTRA_libpatch_a_SOURCES += raise.c
 
804
 
 
805
## end   gnulib module raise
 
806
 
 
807
## begin gnulib module readdir
 
808
 
 
809
 
 
810
EXTRA_DIST += dirent-private.h readdir.c
 
811
 
 
812
EXTRA_libpatch_a_SOURCES += readdir.c
 
813
 
 
814
## end   gnulib module readdir
 
815
 
 
816
## begin gnulib module readlink
 
817
 
 
818
 
 
819
EXTRA_DIST += readlink.c
 
820
 
 
821
EXTRA_libpatch_a_SOURCES += readlink.c
 
822
 
 
823
## end   gnulib module readlink
 
824
 
 
825
## begin gnulib module realloc-gnu
 
826
 
 
827
 
 
828
EXTRA_DIST += realloc.c
 
829
 
 
830
EXTRA_libpatch_a_SOURCES += realloc.c
 
831
 
 
832
## end   gnulib module realloc-gnu
 
833
 
 
834
## begin gnulib module realloc-posix
 
835
 
 
836
 
 
837
EXTRA_DIST += realloc.c
 
838
 
 
839
EXTRA_libpatch_a_SOURCES += realloc.c
 
840
 
 
841
## end   gnulib module realloc-posix
 
842
 
 
843
## begin gnulib module rename
 
844
 
 
845
 
 
846
EXTRA_DIST += rename.c
 
847
 
 
848
EXTRA_libpatch_a_SOURCES += rename.c
 
849
 
 
850
## end   gnulib module rename
 
851
 
 
852
## begin gnulib module rmdir
 
853
 
 
854
 
 
855
EXTRA_DIST += rmdir.c
 
856
 
 
857
EXTRA_libpatch_a_SOURCES += rmdir.c
 
858
 
 
859
## end   gnulib module rmdir
 
860
 
 
861
## begin gnulib module safe-write
 
862
 
 
863
libpatch_a_SOURCES += safe-write.c
 
864
 
 
865
EXTRA_DIST += safe-read.c safe-write.h
 
866
 
 
867
EXTRA_libpatch_a_SOURCES += safe-read.c
 
868
 
 
869
## end   gnulib module safe-write
 
870
 
 
871
## begin gnulib module same-inode
 
872
 
 
873
 
 
874
EXTRA_DIST += same-inode.h
 
875
 
 
876
## end   gnulib module same-inode
 
877
 
 
878
## begin gnulib module setenv
 
879
 
 
880
 
 
881
EXTRA_DIST += setenv.c
 
882
 
 
883
EXTRA_libpatch_a_SOURCES += setenv.c
 
884
 
 
885
## end   gnulib module setenv
 
886
 
 
887
## begin gnulib module signal-h
 
888
 
 
889
BUILT_SOURCES += signal.h
 
890
 
 
891
# We need the following in order to create <signal.h> when the system
 
892
# doesn't have a complete one.
 
893
signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
894
        $(AM_V_GEN)rm -f $@-t $@ && \
 
895
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
896
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
897
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
898
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
899
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
900
              -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
 
901
              -e 's|@''GNULIB_PTHREAD_SIGMASK''@|$(GNULIB_PTHREAD_SIGMASK)|g' \
 
902
              -e 's|@''GNULIB_RAISE''@|$(GNULIB_RAISE)|g' \
 
903
              -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
 
904
              -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
 
905
              -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
 
906
              -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
 
907
              -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
 
908
              -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
 
909
              -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
 
910
              -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
 
911
              -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
 
912
              -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
 
913
              -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
 
914
              -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
 
915
              -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
 
916
              -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|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
              < $(srcdir)/signal.in.h; \
 
921
        } > $@-t && \
 
922
        mv $@-t $@
 
923
MOSTLYCLEANFILES += signal.h signal.h-t
 
924
 
 
925
EXTRA_DIST += signal.in.h
 
926
 
 
927
## end   gnulib module signal-h
 
928
 
 
929
## begin gnulib module size_max
 
930
 
 
931
libpatch_a_SOURCES += size_max.h
 
932
 
 
933
## end   gnulib module size_max
 
934
 
 
935
## begin gnulib module snippet/_Noreturn
 
936
 
 
937
# Because this Makefile snippet defines a variable used by other
 
938
# gnulib Makefile snippets, it must be present in all Makefile.am that
 
939
# need it. This is ensured by the applicability 'all' defined above.
 
940
 
 
941
_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
 
942
 
 
943
EXTRA_DIST += $(top_srcdir)/build-aux/snippet/_Noreturn.h
 
944
 
 
945
## end   gnulib module snippet/_Noreturn
 
946
 
 
947
## begin gnulib module snippet/arg-nonnull
 
948
 
 
949
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
 
950
# statements but through direct file reference. Therefore this snippet must be
 
951
# present in all Makefile.am that need it. This is ensured by the applicability
 
952
# 'all' defined above.
 
953
 
 
954
BUILT_SOURCES += arg-nonnull.h
 
955
# The arg-nonnull.h that gets inserted into generated .h files is the same as
 
956
# build-aux/snippet/arg-nonnull.h, except that it has the copyright header cut
 
957
# off.
 
958
arg-nonnull.h: $(top_srcdir)/build-aux/snippet/arg-nonnull.h
 
959
        $(AM_V_GEN)rm -f $@-t $@ && \
 
960
        sed -n -e '/GL_ARG_NONNULL/,$$p' \
 
961
          < $(top_srcdir)/build-aux/snippet/arg-nonnull.h \
 
962
          > $@-t && \
 
963
        mv $@-t $@
 
964
MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
 
965
 
 
966
ARG_NONNULL_H=arg-nonnull.h
 
967
 
 
968
EXTRA_DIST += $(top_srcdir)/build-aux/snippet/arg-nonnull.h
 
969
 
 
970
## end   gnulib module snippet/arg-nonnull
 
971
 
 
972
## begin gnulib module snippet/c++defs
 
973
 
 
974
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
 
975
# statements but through direct file reference. Therefore this snippet must be
 
976
# present in all Makefile.am that need it. This is ensured by the applicability
 
977
# 'all' defined above.
 
978
 
 
979
BUILT_SOURCES += c++defs.h
 
980
# The c++defs.h that gets inserted into generated .h files is the same as
 
981
# build-aux/snippet/c++defs.h, except that it has the copyright header cut off.
 
982
c++defs.h: $(top_srcdir)/build-aux/snippet/c++defs.h
 
983
        $(AM_V_GEN)rm -f $@-t $@ && \
 
984
        sed -n -e '/_GL_CXXDEFS/,$$p' \
 
985
          < $(top_srcdir)/build-aux/snippet/c++defs.h \
 
986
          > $@-t && \
 
987
        mv $@-t $@
 
988
MOSTLYCLEANFILES += c++defs.h c++defs.h-t
 
989
 
 
990
CXXDEFS_H=c++defs.h
 
991
 
 
992
EXTRA_DIST += $(top_srcdir)/build-aux/snippet/c++defs.h
 
993
 
 
994
## end   gnulib module snippet/c++defs
 
995
 
 
996
## begin gnulib module snippet/warn-on-use
 
997
 
 
998
BUILT_SOURCES += warn-on-use.h
 
999
# The warn-on-use.h that gets inserted into generated .h files is the same as
 
1000
# build-aux/snippet/warn-on-use.h, except that it has the copyright header cut
 
1001
# off.
 
1002
warn-on-use.h: $(top_srcdir)/build-aux/snippet/warn-on-use.h
 
1003
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1004
        sed -n -e '/^.ifndef/,$$p' \
 
1005
          < $(top_srcdir)/build-aux/snippet/warn-on-use.h \
 
1006
          > $@-t && \
 
1007
        mv $@-t $@
 
1008
MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
 
1009
 
 
1010
WARN_ON_USE_H=warn-on-use.h
 
1011
 
 
1012
EXTRA_DIST += $(top_srcdir)/build-aux/snippet/warn-on-use.h
 
1013
 
 
1014
## end   gnulib module snippet/warn-on-use
 
1015
 
 
1016
## begin gnulib module stat
 
1017
 
 
1018
 
 
1019
EXTRA_DIST += stat.c
 
1020
 
 
1021
EXTRA_libpatch_a_SOURCES += stat.c
 
1022
 
 
1023
## end   gnulib module stat
 
1024
 
 
1025
## begin gnulib module stat-time
 
1026
 
 
1027
libpatch_a_SOURCES += stat-time.c
 
1028
 
 
1029
EXTRA_DIST += stat-time.h
 
1030
 
 
1031
## end   gnulib module stat-time
 
1032
 
 
1033
## begin gnulib module stdarg
 
1034
 
 
1035
BUILT_SOURCES += $(STDARG_H)
 
1036
 
 
1037
# We need the following in order to create <stdarg.h> when the system
 
1038
# doesn't have one that works with the given compiler.
 
1039
if GL_GENERATE_STDARG_H
 
1040
stdarg.h: stdarg.in.h $(top_builddir)/config.status
 
1041
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1042
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1043
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1044
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1045
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1046
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1047
              -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
 
1048
              < $(srcdir)/stdarg.in.h; \
 
1049
        } > $@-t && \
 
1050
        mv $@-t $@
 
1051
else
 
1052
stdarg.h: $(top_builddir)/config.status
 
1053
        rm -f $@
 
1054
endif
 
1055
MOSTLYCLEANFILES += stdarg.h stdarg.h-t
 
1056
 
 
1057
EXTRA_DIST += stdarg.in.h
 
1058
 
 
1059
## end   gnulib module stdarg
 
1060
 
 
1061
## begin gnulib module stdbool
 
1062
 
 
1063
BUILT_SOURCES += $(STDBOOL_H)
 
1064
 
 
1065
# We need the following in order to create <stdbool.h> when the system
 
1066
# doesn't have one that works.
 
1067
if GL_GENERATE_STDBOOL_H
 
1068
stdbool.h: stdbool.in.h $(top_builddir)/config.status
 
1069
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1070
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1071
          sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
 
1072
        } > $@-t && \
 
1073
        mv $@-t $@
 
1074
else
 
1075
stdbool.h: $(top_builddir)/config.status
 
1076
        rm -f $@
 
1077
endif
 
1078
MOSTLYCLEANFILES += stdbool.h stdbool.h-t
 
1079
 
 
1080
EXTRA_DIST += stdbool.in.h
 
1081
 
 
1082
## end   gnulib module stdbool
 
1083
 
 
1084
## begin gnulib module stddef
 
1085
 
 
1086
BUILT_SOURCES += $(STDDEF_H)
 
1087
 
 
1088
# We need the following in order to create <stddef.h> when the system
 
1089
# doesn't have one that works with the given compiler.
 
1090
if GL_GENERATE_STDDEF_H
 
1091
stddef.h: stddef.in.h $(top_builddir)/config.status
 
1092
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1093
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1094
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1095
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1096
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1097
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1098
              -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
 
1099
              -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
 
1100
              -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
 
1101
              < $(srcdir)/stddef.in.h; \
 
1102
        } > $@-t && \
 
1103
        mv $@-t $@
 
1104
else
 
1105
stddef.h: $(top_builddir)/config.status
 
1106
        rm -f $@
 
1107
endif
 
1108
MOSTLYCLEANFILES += stddef.h stddef.h-t
 
1109
 
 
1110
EXTRA_DIST += stddef.in.h
 
1111
 
 
1112
## end   gnulib module stddef
 
1113
 
 
1114
## begin gnulib module stdint
 
1115
 
 
1116
BUILT_SOURCES += $(STDINT_H)
 
1117
 
 
1118
# We need the following in order to create <stdint.h> when the system
 
1119
# doesn't have one that works with the given compiler.
 
1120
if GL_GENERATE_STDINT_H
 
1121
stdint.h: stdint.in.h $(top_builddir)/config.status
 
1122
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1123
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1124
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1125
              -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
 
1126
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1127
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1128
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1129
              -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
 
1130
              -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
 
1131
              -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
 
1132
              -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
 
1133
              -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
 
1134
              -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
 
1135
              -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
 
1136
              -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
 
1137
              -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
 
1138
              -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
 
1139
              -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
 
1140
              -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
 
1141
              -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
 
1142
              -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
 
1143
              -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
 
1144
              -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
 
1145
              -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
 
1146
              -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
 
1147
              -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
 
1148
              -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
 
1149
              -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
 
1150
              -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
 
1151
              < $(srcdir)/stdint.in.h; \
 
1152
        } > $@-t && \
 
1153
        mv $@-t $@
 
1154
else
 
1155
stdint.h: $(top_builddir)/config.status
 
1156
        rm -f $@
 
1157
endif
 
1158
MOSTLYCLEANFILES += stdint.h stdint.h-t
 
1159
 
 
1160
EXTRA_DIST += stdint.in.h
 
1161
 
 
1162
## end   gnulib module stdint
 
1163
 
 
1164
## begin gnulib module stdio
 
1165
 
 
1166
BUILT_SOURCES += stdio.h
 
1167
 
 
1168
# We need the following in order to create <stdio.h> when the system
 
1169
# doesn't have one that works with the given compiler.
 
1170
stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1171
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1172
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1173
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1174
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1175
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1176
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1177
              -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
 
1178
              -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
 
1179
              -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
 
1180
              -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
 
1181
              -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
 
1182
              -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
 
1183
              -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
 
1184
              -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
 
1185
              -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
 
1186
              -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
 
1187
              -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
 
1188
              -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
 
1189
              -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
 
1190
              -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
 
1191
              -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
 
1192
              -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
 
1193
              -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
 
1194
              -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
 
1195
              -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
 
1196
              -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
 
1197
              -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
 
1198
              -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
 
1199
              -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
 
1200
              -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
 
1201
              -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
 
1202
              -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
 
1203
              -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
 
1204
              -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
 
1205
              -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
 
1206
              -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
 
1207
              -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
 
1208
              -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
 
1209
              -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
 
1210
              -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
 
1211
              -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
 
1212
              -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
 
1213
              -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
 
1214
              -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
 
1215
              -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
 
1216
              -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
 
1217
              -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
 
1218
              -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
 
1219
              -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
 
1220
              -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
 
1221
              -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
 
1222
              -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
 
1223
              -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
 
1224
              -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
 
1225
              -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
 
1226
              -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
 
1227
              -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
 
1228
              -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
 
1229
              -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
 
1230
              -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
 
1231
              < $(srcdir)/stdio.in.h | \
 
1232
          sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
 
1233
              -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
 
1234
              -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
 
1235
              -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
 
1236
              -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
 
1237
              -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
 
1238
              -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
 
1239
              -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
 
1240
              -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
 
1241
              -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
 
1242
              -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
 
1243
              -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
 
1244
              -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
 
1245
              -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
 
1246
              -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
 
1247
              -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
 
1248
              -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
 
1249
              -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
 
1250
              -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
 
1251
              -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
 
1252
              -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
 
1253
              -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
 
1254
              -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
 
1255
              -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
 
1256
              -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
 
1257
              -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
 
1258
              -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
 
1259
              -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
 
1260
              -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
 
1261
              -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
 
1262
              -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
 
1263
              -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
 
1264
              -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
 
1265
              -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
 
1266
              -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
 
1267
              -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
 
1268
              -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
 
1269
              -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
 
1270
              -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
 
1271
              -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
 
1272
              -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
 
1273
              -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
 
1274
              -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
 
1275
              -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
 
1276
              -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
 
1277
              -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
 
1278
              -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
 
1279
              -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
 
1280
              -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
 
1281
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1282
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1283
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
 
1284
        } > $@-t && \
 
1285
        mv $@-t $@
 
1286
MOSTLYCLEANFILES += stdio.h stdio.h-t
 
1287
 
 
1288
EXTRA_DIST += stdio.in.h
 
1289
 
 
1290
## end   gnulib module stdio
 
1291
 
 
1292
## begin gnulib module stdlib
 
1293
 
 
1294
BUILT_SOURCES += stdlib.h
 
1295
 
 
1296
# We need the following in order to create <stdlib.h> when the system
 
1297
# doesn't have one that works with the given compiler.
 
1298
stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
 
1299
  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1300
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1301
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1302
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1303
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1304
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1305
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1306
              -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
 
1307
              -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
 
1308
              -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
 
1309
              -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
 
1310
              -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
 
1311
              -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
 
1312
              -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
 
1313
              -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
 
1314
              -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
 
1315
              -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
 
1316
              -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
 
1317
              -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
 
1318
              -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
 
1319
              -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
 
1320
              -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
 
1321
              -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
 
1322
              -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
 
1323
              -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
 
1324
              -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
 
1325
              -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
 
1326
              -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
 
1327
              -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
 
1328
              -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
 
1329
              -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
 
1330
              -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
 
1331
              -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
 
1332
              -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
 
1333
              -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
 
1334
              -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
 
1335
              -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
 
1336
              -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
 
1337
              -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
 
1338
              < $(srcdir)/stdlib.in.h | \
 
1339
          sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
 
1340
              -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
 
1341
              -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
 
1342
              -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
 
1343
              -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
 
1344
              -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
 
1345
              -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
 
1346
              -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
 
1347
              -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
 
1348
              -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
 
1349
              -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
 
1350
              -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
 
1351
              -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
 
1352
              -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
 
1353
              -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
 
1354
              -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
 
1355
              -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
 
1356
              -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
 
1357
              -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
 
1358
              -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
 
1359
              -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
 
1360
              -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
 
1361
              -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
 
1362
              -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
 
1363
              -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
 
1364
              -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
 
1365
              -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
 
1366
              -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
 
1367
              -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
 
1368
              -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
 
1369
              -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
 
1370
              -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
 
1371
              -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
 
1372
              -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
 
1373
              -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
 
1374
              -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
 
1375
              -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
 
1376
              -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
 
1377
              -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
 
1378
              -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
 
1379
              -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
 
1380
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1381
              -e '/definition of _Noreturn/r $(_NORETURN_H)' \
 
1382
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1383
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
 
1384
        } > $@-t && \
 
1385
        mv $@-t $@
 
1386
MOSTLYCLEANFILES += stdlib.h stdlib.h-t
 
1387
 
 
1388
EXTRA_DIST += stdlib.in.h
 
1389
 
 
1390
## end   gnulib module stdlib
 
1391
 
 
1392
## begin gnulib module streq
 
1393
 
 
1394
 
 
1395
EXTRA_DIST += streq.h
 
1396
 
 
1397
## end   gnulib module streq
 
1398
 
 
1399
## begin gnulib module strerror
 
1400
 
 
1401
 
 
1402
EXTRA_DIST += strerror.c
 
1403
 
 
1404
EXTRA_libpatch_a_SOURCES += strerror.c
 
1405
 
 
1406
## end   gnulib module strerror
 
1407
 
 
1408
## begin gnulib module strerror-override
 
1409
 
 
1410
 
 
1411
EXTRA_DIST += strerror-override.c strerror-override.h
 
1412
 
 
1413
EXTRA_libpatch_a_SOURCES += strerror-override.c
 
1414
 
 
1415
## end   gnulib module strerror-override
 
1416
 
 
1417
## begin gnulib module string
 
1418
 
 
1419
BUILT_SOURCES += string.h
 
1420
 
 
1421
# We need the following in order to create <string.h> when the system
 
1422
# doesn't have one that works with the given compiler.
 
1423
string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1424
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1425
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1426
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1427
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1428
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1429
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1430
              -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
 
1431
              -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
 
1432
              -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
 
1433
              -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
 
1434
              -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
 
1435
              -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
 
1436
              -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
 
1437
              -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
 
1438
              -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
 
1439
              -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
 
1440
              -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
 
1441
              -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
 
1442
              -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
 
1443
              -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
 
1444
              -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
 
1445
              -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
 
1446
              -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
 
1447
              -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
 
1448
              -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
 
1449
              -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
 
1450
              -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
 
1451
              -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
 
1452
              -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
 
1453
              -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
 
1454
              -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
 
1455
              -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
 
1456
              -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
 
1457
              -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
 
1458
              -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
 
1459
              -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
 
1460
              -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
 
1461
              -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
 
1462
              -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
 
1463
              -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
 
1464
              -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
 
1465
              -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
 
1466
              -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
 
1467
              -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
 
1468
              < $(srcdir)/string.in.h | \
 
1469
          sed -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
 
1470
              -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
 
1471
              -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
 
1472
              -e 's|@''HAVE_MEMCHR''@|$(HAVE_MEMCHR)|g' \
 
1473
              -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
 
1474
              -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
 
1475
              -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
 
1476
              -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
 
1477
              -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
 
1478
              -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
 
1479
              -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
 
1480
              -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
 
1481
              -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
 
1482
              -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
 
1483
              -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
 
1484
              -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
 
1485
              -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
 
1486
              -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
 
1487
              -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
 
1488
              -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
 
1489
              -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
 
1490
              -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
 
1491
              -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
 
1492
              -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
 
1493
              -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
 
1494
              -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
 
1495
              -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
 
1496
              -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
 
1497
              -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
 
1498
              -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
 
1499
              -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
 
1500
              -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
 
1501
              -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
 
1502
              -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
 
1503
              -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
 
1504
              -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
 
1505
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1506
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1507
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
 
1508
              < $(srcdir)/string.in.h; \
 
1509
        } > $@-t && \
 
1510
        mv $@-t $@
 
1511
MOSTLYCLEANFILES += string.h string.h-t
 
1512
 
 
1513
EXTRA_DIST += string.in.h
 
1514
 
 
1515
## end   gnulib module string
 
1516
 
 
1517
## begin gnulib module strndup
 
1518
 
 
1519
 
 
1520
EXTRA_DIST += strndup.c
 
1521
 
 
1522
EXTRA_libpatch_a_SOURCES += strndup.c
 
1523
 
 
1524
## end   gnulib module strndup
 
1525
 
 
1526
## begin gnulib module strnlen
 
1527
 
 
1528
 
 
1529
EXTRA_DIST += strnlen.c
 
1530
 
 
1531
EXTRA_libpatch_a_SOURCES += strnlen.c
 
1532
 
 
1533
## end   gnulib module strnlen
 
1534
 
 
1535
## begin gnulib module symlink
 
1536
 
 
1537
 
 
1538
EXTRA_DIST += symlink.c
 
1539
 
 
1540
EXTRA_libpatch_a_SOURCES += symlink.c
 
1541
 
 
1542
## end   gnulib module symlink
 
1543
 
 
1544
## begin gnulib module sys_stat
 
1545
 
 
1546
BUILT_SOURCES += sys/stat.h
 
1547
 
 
1548
# We need the following in order to create <sys/stat.h> when the system
 
1549
# has one that is incomplete.
 
1550
sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1551
        $(AM_V_at)$(MKDIR_P) sys
 
1552
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1553
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1554
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1555
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1556
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1557
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1558
              -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
 
1559
              -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
 
1560
              -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
 
1561
              -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
 
1562
              -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
 
1563
              -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
 
1564
              -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
 
1565
              -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
 
1566
              -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
 
1567
              -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
 
1568
              -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
 
1569
              -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
 
1570
              -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
 
1571
              -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
 
1572
              -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
 
1573
              -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
 
1574
              -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
 
1575
              -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
 
1576
              -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
 
1577
              -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
 
1578
              -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
 
1579
              -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
 
1580
              -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
 
1581
              -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
 
1582
              -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
 
1583
              -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
 
1584
              -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
 
1585
              -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
 
1586
              -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
 
1587
              -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
 
1588
              -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
 
1589
              -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
 
1590
              -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
 
1591
              -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
 
1592
              -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
 
1593
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1594
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1595
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
1596
              < $(srcdir)/sys_stat.in.h; \
 
1597
        } > $@-t && \
 
1598
        mv $@-t $@
 
1599
MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
 
1600
MOSTLYCLEANDIRS += sys
 
1601
 
 
1602
EXTRA_DIST += sys_stat.in.h
 
1603
 
 
1604
## end   gnulib module sys_stat
 
1605
 
 
1606
## begin gnulib module sys_time
 
1607
 
 
1608
BUILT_SOURCES += sys/time.h
 
1609
 
 
1610
# We need the following in order to create <sys/time.h> when the system
 
1611
# doesn't have one that works with the given compiler.
 
1612
sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1613
        $(AM_V_at)$(MKDIR_P) sys
 
1614
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1615
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1616
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1617
              -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
 
1618
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1619
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1620
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1621
              -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
 
1622
              -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
 
1623
              -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
 
1624
              -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
 
1625
              -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
 
1626
              -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
 
1627
              -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
 
1628
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1629
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1630
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
1631
              < $(srcdir)/sys_time.in.h; \
 
1632
        } > $@-t && \
 
1633
        mv $@-t $@
 
1634
MOSTLYCLEANFILES += sys/time.h sys/time.h-t
 
1635
 
 
1636
EXTRA_DIST += sys_time.in.h
 
1637
 
 
1638
## end   gnulib module sys_time
 
1639
 
 
1640
## begin gnulib module sys_types
 
1641
 
 
1642
BUILT_SOURCES += sys/types.h
 
1643
 
 
1644
# We need the following in order to create <sys/types.h> when the system
 
1645
# doesn't have one that works with the given compiler.
 
1646
sys/types.h: sys_types.in.h $(top_builddir)/config.status
 
1647
        $(AM_V_at)$(MKDIR_P) sys
 
1648
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1649
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1650
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1651
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1652
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1653
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1654
              -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
 
1655
              -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
 
1656
              < $(srcdir)/sys_types.in.h; \
 
1657
        } > $@-t && \
 
1658
        mv $@-t $@
 
1659
MOSTLYCLEANFILES += sys/types.h sys/types.h-t
 
1660
 
 
1661
EXTRA_DIST += sys_types.in.h
 
1662
 
 
1663
## end   gnulib module sys_types
 
1664
 
 
1665
## begin gnulib module tempname
 
1666
 
 
1667
libpatch_a_SOURCES += tempname.c
 
1668
 
 
1669
EXTRA_DIST += tempname.h
 
1670
 
 
1671
## end   gnulib module tempname
 
1672
 
 
1673
## begin gnulib module time
 
1674
 
 
1675
BUILT_SOURCES += time.h
 
1676
 
 
1677
# We need the following in order to create <time.h> when the system
 
1678
# doesn't have one that works with the given compiler.
 
1679
time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1680
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1681
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
 
1682
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1683
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1684
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1685
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1686
              -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
 
1687
              -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
 
1688
              -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
 
1689
              -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
 
1690
              -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
 
1691
              -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
 
1692
              -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
 
1693
              -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
 
1694
              -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
 
1695
              -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
 
1696
              -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
 
1697
              -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
 
1698
              -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
 
1699
              -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
 
1700
              -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
 
1701
              -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
 
1702
              -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
 
1703
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1704
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1705
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
1706
              < $(srcdir)/time.in.h; \
 
1707
        } > $@-t && \
 
1708
        mv $@-t $@
 
1709
MOSTLYCLEANFILES += time.h time.h-t
 
1710
 
 
1711
EXTRA_DIST += time.in.h
 
1712
 
 
1713
## end   gnulib module time
 
1714
 
 
1715
## begin gnulib module time_r
 
1716
 
 
1717
 
 
1718
EXTRA_DIST += time_r.c
 
1719
 
 
1720
EXTRA_libpatch_a_SOURCES += time_r.c
 
1721
 
 
1722
## end   gnulib module time_r
 
1723
 
 
1724
## begin gnulib module timespec
 
1725
 
 
1726
libpatch_a_SOURCES += timespec.c
 
1727
 
 
1728
EXTRA_DIST += timespec.h
 
1729
 
 
1730
## end   gnulib module timespec
 
1731
 
 
1732
## begin gnulib module unistd
 
1733
 
 
1734
BUILT_SOURCES += unistd.h
 
1735
 
 
1736
# We need the following in order to create an empty placeholder for
 
1737
# <unistd.h> when the system doesn't have one.
 
1738
unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1739
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1740
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1741
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1742
              -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
 
1743
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1744
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1745
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1746
              -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
 
1747
              -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
 
1748
              -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
 
1749
              -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
 
1750
              -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
 
1751
              -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
 
1752
              -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
 
1753
              -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
 
1754
              -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
 
1755
              -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
 
1756
              -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
 
1757
              -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
 
1758
              -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
 
1759
              -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
 
1760
              -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
 
1761
              -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
 
1762
              -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
 
1763
              -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
 
1764
              -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
 
1765
              -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
 
1766
              -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
 
1767
              -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
 
1768
              -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
 
1769
              -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
 
1770
              -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
 
1771
              -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
 
1772
              -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
 
1773
              -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
 
1774
              -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
 
1775
              -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
 
1776
              -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
 
1777
              -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
 
1778
              -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
 
1779
              -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
 
1780
              -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
 
1781
              -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
 
1782
              -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
 
1783
              -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
 
1784
              -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
 
1785
              -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
 
1786
              -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
 
1787
              -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
 
1788
              -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
 
1789
              -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
 
1790
              -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_UNISTD_H_GETOPT)/g' \
 
1791
              -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
 
1792
              -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
 
1793
              -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
 
1794
              -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
 
1795
              -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
 
1796
              -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
 
1797
              < $(srcdir)/unistd.in.h | \
 
1798
          sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
 
1799
              -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
 
1800
              -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
 
1801
              -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
 
1802
              -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
 
1803
              -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
 
1804
              -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
 
1805
              -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
 
1806
              -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
 
1807
              -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
 
1808
              -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
 
1809
              -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
 
1810
              -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
 
1811
              -e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
 
1812
              -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
 
1813
              -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
 
1814
              -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
 
1815
              -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
 
1816
              -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
 
1817
              -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
 
1818
              -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
 
1819
              -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
 
1820
              -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
 
1821
              -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
 
1822
              -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
 
1823
              -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
 
1824
              -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
 
1825
              -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
 
1826
              -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
 
1827
              -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
 
1828
              -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
 
1829
              -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
 
1830
              -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
 
1831
              -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
 
1832
              -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
 
1833
              -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
 
1834
              -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
 
1835
              -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
 
1836
              -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
 
1837
              -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
 
1838
              -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
 
1839
              -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
 
1840
          | \
 
1841
          sed -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
 
1842
              -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
 
1843
              -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
 
1844
              -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
 
1845
              -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
 
1846
              -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
 
1847
              -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
 
1848
              -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
 
1849
              -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
 
1850
              -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
 
1851
              -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
 
1852
              -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
 
1853
              -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
 
1854
              -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
 
1855
              -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
 
1856
              -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
 
1857
              -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
 
1858
              -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
 
1859
              -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
 
1860
              -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
 
1861
              -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
 
1862
              -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
 
1863
              -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
 
1864
              -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
 
1865
              -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
 
1866
              -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
 
1867
              -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
 
1868
              -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
 
1869
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
 
1870
              -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
 
1871
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
1872
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
1873
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
 
1874
        } > $@-t && \
 
1875
        mv $@-t $@
 
1876
MOSTLYCLEANFILES += unistd.h unistd.h-t
 
1877
 
 
1878
EXTRA_DIST += unistd.in.h
 
1879
 
 
1880
## end   gnulib module unistd
 
1881
 
 
1882
## begin gnulib module unistd-safer
 
1883
 
 
1884
libpatch_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
 
1885
 
 
1886
EXTRA_DIST += unistd--.h unistd-safer.h
 
1887
 
 
1888
## end   gnulib module unistd-safer
 
1889
 
 
1890
## begin gnulib module unlink
 
1891
 
 
1892
 
 
1893
EXTRA_DIST += unlink.c
 
1894
 
 
1895
EXTRA_libpatch_a_SOURCES += unlink.c
 
1896
 
 
1897
## end   gnulib module unlink
 
1898
 
 
1899
## begin gnulib module unsetenv
 
1900
 
 
1901
 
 
1902
EXTRA_DIST += unsetenv.c
 
1903
 
 
1904
EXTRA_libpatch_a_SOURCES += unsetenv.c
 
1905
 
 
1906
## end   gnulib module unsetenv
 
1907
 
 
1908
## begin gnulib module update-copyright
 
1909
 
 
1910
 
 
1911
EXTRA_DIST += $(top_srcdir)/build-aux/update-copyright
 
1912
 
 
1913
## end   gnulib module update-copyright
 
1914
 
 
1915
## begin gnulib module useless-if-before-free
 
1916
 
 
1917
 
 
1918
EXTRA_DIST += $(top_srcdir)/build-aux/useless-if-before-free
 
1919
 
 
1920
## end   gnulib module useless-if-before-free
 
1921
 
 
1922
## begin gnulib module utimens
 
1923
 
 
1924
libpatch_a_SOURCES += utimens.c
 
1925
 
 
1926
EXTRA_DIST += utimens.h
 
1927
 
 
1928
## end   gnulib module utimens
 
1929
 
 
1930
## begin gnulib module vasnprintf
 
1931
 
 
1932
 
 
1933
EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
 
1934
 
 
1935
EXTRA_libpatch_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
 
1936
 
 
1937
## end   gnulib module vasnprintf
 
1938
 
 
1939
## begin gnulib module vasprintf
 
1940
 
 
1941
 
 
1942
EXTRA_DIST += asprintf.c vasprintf.c
 
1943
 
 
1944
EXTRA_libpatch_a_SOURCES += asprintf.c vasprintf.c
 
1945
 
 
1946
## end   gnulib module vasprintf
 
1947
 
 
1948
## begin gnulib module vc-list-files
 
1949
 
 
1950
 
 
1951
EXTRA_DIST += $(top_srcdir)/build-aux/vc-list-files
 
1952
 
 
1953
## end   gnulib module vc-list-files
 
1954
 
 
1955
## begin gnulib module verify
 
1956
 
 
1957
 
 
1958
EXTRA_DIST += verify.h
 
1959
 
 
1960
## end   gnulib module verify
 
1961
 
 
1962
## begin gnulib module verror
 
1963
 
 
1964
libpatch_a_SOURCES += verror.h verror.c
 
1965
 
 
1966
## end   gnulib module verror
 
1967
 
 
1968
## begin gnulib module wchar
 
1969
 
 
1970
BUILT_SOURCES += wchar.h
 
1971
 
 
1972
# We need the following in order to create <wchar.h> when the system
 
1973
# version does not work standalone.
 
1974
wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
 
1975
        $(AM_V_GEN)rm -f $@-t $@ && \
 
1976
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
1977
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
1978
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
1979
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
1980
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
1981
              -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
 
1982
              -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
 
1983
              -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
 
1984
              -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
 
1985
              -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
 
1986
              -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
 
1987
              -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
 
1988
              -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
 
1989
              -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
 
1990
              -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
 
1991
              -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
 
1992
              -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
 
1993
              -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
 
1994
              -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
 
1995
              -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
 
1996
              -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
 
1997
              -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
 
1998
              -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
 
1999
              -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
 
2000
              -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
 
2001
              -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
 
2002
              -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
 
2003
              -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
 
2004
              -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
 
2005
              -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
 
2006
              -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
 
2007
              -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
 
2008
              -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
 
2009
              -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
 
2010
              -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
 
2011
              -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
 
2012
              -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
 
2013
              -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
 
2014
              -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
 
2015
              -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
 
2016
              -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
 
2017
              -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
 
2018
              -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
 
2019
              -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
 
2020
              -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
 
2021
              -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
 
2022
              -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
 
2023
              < $(srcdir)/wchar.in.h | \
 
2024
          sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
 
2025
              -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
 
2026
              -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
 
2027
              -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
 
2028
              -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
 
2029
              -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
 
2030
              -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
 
2031
              -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
 
2032
              -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
 
2033
              -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
 
2034
              -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
 
2035
              -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
 
2036
              -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
 
2037
              -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
 
2038
              -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
 
2039
              -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
 
2040
              -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
 
2041
              -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
 
2042
              -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
 
2043
              -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
 
2044
              -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
 
2045
              -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
 
2046
              -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
 
2047
              -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
 
2048
              -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
 
2049
              -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
 
2050
              -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
 
2051
              -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
 
2052
              -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
 
2053
              -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
 
2054
              -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
 
2055
              -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
 
2056
              -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
 
2057
              -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
 
2058
              -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
 
2059
              -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
 
2060
              -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
 
2061
              -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
 
2062
              -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
 
2063
              -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
 
2064
          | \
 
2065
          sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
 
2066
              -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
 
2067
              -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
 
2068
              -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
 
2069
              -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
 
2070
              -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
 
2071
              -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
 
2072
              -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
 
2073
              -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
 
2074
              -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
 
2075
              -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
 
2076
              -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
 
2077
              -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
 
2078
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
2079
              -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
 
2080
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
 
2081
        } > $@-t && \
 
2082
        mv $@-t $@
 
2083
MOSTLYCLEANFILES += wchar.h wchar.h-t
 
2084
 
 
2085
EXTRA_DIST += wchar.in.h
 
2086
 
 
2087
## end   gnulib module wchar
 
2088
 
 
2089
## begin gnulib module wctype-h
 
2090
 
 
2091
BUILT_SOURCES += wctype.h
 
2092
 
 
2093
# We need the following in order to create <wctype.h> when the system
 
2094
# doesn't have one that works with the given compiler.
 
2095
wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H)
 
2096
        $(AM_V_GEN)rm -f $@-t $@ && \
 
2097
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
 
2098
          sed -e 's|@''GUARD_PREFIX''@|GL|g' \
 
2099
              -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
 
2100
              -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
 
2101
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
 
2102
              -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
 
2103
              -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
 
2104
              -e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
 
2105
              -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
 
2106
              -e 's/@''GNULIB_ISWCTYPE''@/$(GNULIB_ISWCTYPE)/g' \
 
2107
              -e 's/@''GNULIB_WCTRANS''@/$(GNULIB_WCTRANS)/g' \
 
2108
              -e 's/@''GNULIB_TOWCTRANS''@/$(GNULIB_TOWCTRANS)/g' \
 
2109
              -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
 
2110
              -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
 
2111
              -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \
 
2112
              -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \
 
2113
              -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
 
2114
              -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \
 
2115
              -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \
 
2116
              -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \
 
2117
              -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
 
2118
              -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
 
2119
              < $(srcdir)/wctype.in.h; \
 
2120
        } > $@-t && \
 
2121
        mv $@-t $@
 
2122
MOSTLYCLEANFILES += wctype.h wctype.h-t
 
2123
 
 
2124
EXTRA_DIST += wctype.in.h
 
2125
 
 
2126
## end   gnulib module wctype-h
 
2127
 
 
2128
## begin gnulib module write
 
2129
 
 
2130
 
 
2131
EXTRA_DIST += write.c
 
2132
 
 
2133
EXTRA_libpatch_a_SOURCES += write.c
 
2134
 
 
2135
## end   gnulib module write
 
2136
 
 
2137
## begin gnulib module xalloc
 
2138
 
 
2139
libpatch_a_SOURCES += xmalloc.c
 
2140
 
 
2141
EXTRA_DIST += xalloc.h
 
2142
 
 
2143
## end   gnulib module xalloc
 
2144
 
 
2145
## begin gnulib module xalloc-die
 
2146
 
 
2147
libpatch_a_SOURCES += xalloc-die.c
 
2148
 
 
2149
## end   gnulib module xalloc-die
 
2150
 
 
2151
## begin gnulib module xalloc-oversized
 
2152
 
 
2153
 
 
2154
EXTRA_DIST += xalloc-oversized.h
 
2155
 
 
2156
## end   gnulib module xalloc-oversized
 
2157
 
 
2158
## begin gnulib module xlist
 
2159
 
 
2160
libpatch_a_SOURCES += gl_xlist.h gl_xlist.c
 
2161
 
 
2162
## end   gnulib module xlist
 
2163
 
 
2164
## begin gnulib module xsize
 
2165
 
 
2166
libpatch_a_SOURCES += xsize.h xsize.c
 
2167
 
 
2168
## end   gnulib module xsize
 
2169
 
 
2170
## begin gnulib module xstrndup
 
2171
 
 
2172
libpatch_a_SOURCES += xstrndup.h xstrndup.c
 
2173
 
 
2174
## end   gnulib module xstrndup
 
2175
 
 
2176
## begin gnulib module xvasprintf
 
2177
 
 
2178
libpatch_a_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c
 
2179
 
 
2180
EXTRA_DIST += xalloc.h
 
2181
 
 
2182
## end   gnulib module xvasprintf
 
2183
 
 
2184
 
 
2185
mostlyclean-local: mostlyclean-generic
 
2186
        @for dir in '' $(MOSTLYCLEANDIRS); do \
 
2187
          if test -n "$$dir" && test -d $$dir; then \
 
2188
            echo "rmdir $$dir"; rmdir $$dir; \
 
2189
          fi; \
 
2190
        done; \
 
2191
        :