]> git.cworth.org Git - tar/blob - lib/gnulib.mk
Imported Upstream version 1.20
[tar] / lib / gnulib.mk
1 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
2 ## Process this file with automake to produce Makefile.in.
3 # Copyright (C) 2002-2008 Free Software Foundation, Inc.
4 #
5 # This file is free software, distributed under the terms of the GNU
6 # General Public License.  As a special exception to the GNU General
7 # Public License, this file may be distributed as part of a program
8 # that contains a configuration script generated by Autoconf, under
9 # the same distribution terms as the rest of that program.
10 #
11 # Generated by gnulib-tool.
12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libtar --source-base=.#bootmp/lib --m4-base=.#bootmp/m4 --doc-base=.#bootmp/doc --aux-dir=.#bootmp/build-aux --avoid=lock --avoid=size_max --no-libtool --macro-prefix=gl alloca argmatch argp backupfile closeout configmake dirname error exclude exitfail fileblocks fnmatch-gnu fseeko ftruncate full-write getdate getline getopt getpagesize gettext gettime hash human inttostr inttypes lchown localcharset memset mkdtemp modechange obstack quote quotearg rmdir rpmatch safe-read save-cwd savedir setenv snprintf stat-time stdbool stdint stpcpy strdup strerror strtol strtoul timespec unlinkdir unlocked-io utime utimens version-etc-fsf xalloc xalloc-die xgetcwd xstrtoumax
13
14 AUTOMAKE_OPTIONS = 1.5 gnits subdir-objects
15
16 noinst_HEADERS =
17 noinst_LIBRARIES =
18 noinst_LTLIBRARIES =
19 EXTRA_DIST =
20 BUILT_SOURCES =
21 SUFFIXES =
22 MOSTLYCLEANFILES = core *.stackdump
23 MOSTLYCLEANDIRS =
24 CLEANFILES =
25 DISTCLEANFILES =
26 MAINTAINERCLEANFILES =
27
28 AM_CPPFLAGS =
29
30 noinst_LIBRARIES += libtar.a
31
32 libtar_a_SOURCES =
33 libtar_a_LIBADD = $(gl_LIBOBJS)
34 libtar_a_DEPENDENCIES = $(gl_LIBOBJS)
35 EXTRA_libtar_a_SOURCES =
36
37 ## begin gnulib module alloca
38
39
40 EXTRA_DIST += alloca.c
41
42 EXTRA_libtar_a_SOURCES += alloca.c
43
44 libtar_a_LIBADD += @ALLOCA@
45 libtar_a_DEPENDENCIES += @ALLOCA@
46 ## end   gnulib module alloca
47
48 ## begin gnulib module alloca-opt
49
50 BUILT_SOURCES += $(ALLOCA_H)
51
52 # We need the following in order to create <alloca.h> when the system
53 # doesn't have one that works with the given compiler.
54 alloca.h: alloca.in.h
55         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
56           cat $(srcdir)/alloca.in.h; \
57         } > $@-t
58         mv -f $@-t $@
59 MOSTLYCLEANFILES += alloca.h alloca.h-t
60
61 EXTRA_DIST += alloca.in.h
62
63 ## end   gnulib module alloca-opt
64
65 ## begin gnulib module argmatch
66
67
68 EXTRA_DIST += argmatch.c argmatch.h
69
70 EXTRA_libtar_a_SOURCES += argmatch.c
71
72 ## end   gnulib module argmatch
73
74 ## begin gnulib module argp
75
76 libtar_a_SOURCES += argp.h argp-ba.c argp-eexst.c \
77            argp-fmtstream.c argp-fmtstream.h argp-fs-xinl.c argp-help.c \
78            argp-namefrob.h argp-parse.c argp-pin.c argp-pv.c argp-pvh.c \
79            argp-xinl.c
80
81 ## end   gnulib module argp
82
83 ## begin gnulib module backupfile
84
85
86 EXTRA_DIST += backupfile.c backupfile.h
87
88 EXTRA_libtar_a_SOURCES += backupfile.c
89
90 ## end   gnulib module backupfile
91
92 ## begin gnulib module canonicalize-lgpl
93
94
95 EXTRA_DIST += canonicalize-lgpl.c canonicalize.h
96
97 EXTRA_libtar_a_SOURCES += canonicalize-lgpl.c
98
99 ## end   gnulib module canonicalize-lgpl
100
101 ## begin gnulib module chdir-long
102
103
104 EXTRA_DIST += chdir-long.c chdir-long.h
105
106 EXTRA_libtar_a_SOURCES += chdir-long.c
107
108 ## end   gnulib module chdir-long
109
110 ## begin gnulib module chown
111
112
113 EXTRA_DIST += chown.c fchown-stub.c
114
115 EXTRA_libtar_a_SOURCES += chown.c fchown-stub.c
116
117 ## end   gnulib module chown
118
119 ## begin gnulib module close-stream
120
121
122 EXTRA_DIST += close-stream.c close-stream.h
123
124 EXTRA_libtar_a_SOURCES += close-stream.c
125
126 ## end   gnulib module close-stream
127
128 ## begin gnulib module closeout
129
130
131 EXTRA_DIST += closeout.c closeout.h
132
133 EXTRA_libtar_a_SOURCES += closeout.c
134
135 ## end   gnulib module closeout
136
137 ## begin gnulib module configmake
138
139 # Retrieve values of the variables through 'configure' followed by
140 # 'make', not directly through 'configure', so that a user who
141 # sets some of these variables consistently on the 'make' command
142 # line gets correct results.
143 #
144 # One advantage of this approach, compared to the classical
145 # approach of adding -DLIBDIR=\"$(libdir)\" etc. to AM_CPPFLAGS,
146 # is that it protects against the use of undefined variables.
147 # If, say, $(libdir) is not set in the Makefile, LIBDIR is not
148 # defined by this module, and code using LIBDIR gives a
149 # compilation error.
150 #
151 # Another advantage is that 'make' output is shorter.
152 #
153 # Listed in the same order as the GNU makefile conventions.
154 # The Automake-defined pkg* macros are appended, in the order
155 # listed in the Automake 1.10a+ documentation.
156 configmake.h: Makefile
157         rm -f $@-t $@
158         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
159           echo '#define PREFIX "$(prefix)"'; \
160           echo '#define EXEC_PREFIX "$(exec_prefix)"'; \
161           echo '#define BINDIR "$(bindir)"'; \
162           echo '#define SBINDIR "$(sbindir)"'; \
163           echo '#define LIBEXECDIR "$(libexecdir)"'; \
164           echo '#define DATAROOTDIR "$(datarootdir)"'; \
165           echo '#define DATADIR "$(datadir)"'; \
166           echo '#define SYSCONFDIR "$(sysconfdir)"'; \
167           echo '#define SHAREDSTATEDIR "$(sharedstatedir)"'; \
168           echo '#define LOCALSTATEDIR "$(localstatedir)"'; \
169           echo '#define INCLUDEDIR "$(includedir)"'; \
170           echo '#define OLDINCLUDEDIR "$(oldincludedir)"'; \
171           echo '#define DOCDIR "$(docdir)"'; \
172           echo '#define INFODIR "$(infodir)"'; \
173           echo '#define HTMLDIR "$(htmldir)"'; \
174           echo '#define DVIDIR "$(dvidir)"'; \
175           echo '#define PDFDIR "$(pdfdir)"'; \
176           echo '#define PSDIR "$(psdir)"'; \
177           echo '#define LIBDIR "$(libdir)"'; \
178           echo '#define LISPDIR "$(lispdir)"'; \
179           echo '#define LOCALEDIR "$(localedir)"'; \
180           echo '#define MANDIR "$(mandir)"'; \
181           echo '#define MANEXT "$(manext)"'; \
182           echo '#define PKGDATADIR "$(pkgdatadir)"'; \
183           echo '#define PKGINCLUDEDIR "$(pkgincludedir)"'; \
184           echo '#define PKGLIBDIR "$(pkglibdir)"'; \
185           echo '#define PKGLIBEXECDIR "$(pkglibexecdir)"'; \
186         } | sed '/""/d' > $@-t
187         mv $@-t $@
188 BUILT_SOURCES += configmake.h
189 CLEANFILES += configmake.h configmake.h-t
190
191 ## end   gnulib module configmake
192
193 ## begin gnulib module dirfd
194
195
196 EXTRA_DIST += dirfd.c dirfd.h
197
198 EXTRA_libtar_a_SOURCES += dirfd.c
199
200 ## end   gnulib module dirfd
201
202 ## begin gnulib module dirname
203
204
205 EXTRA_DIST += basename.c dirname.c dirname.h stripslash.c
206
207 EXTRA_libtar_a_SOURCES += basename.c dirname.c stripslash.c
208
209 ## end   gnulib module dirname
210
211 ## begin gnulib module dup2
212
213
214 EXTRA_DIST += dup2.c
215
216 EXTRA_libtar_a_SOURCES += dup2.c
217
218 ## end   gnulib module dup2
219
220 ## begin gnulib module error
221
222
223 EXTRA_DIST += error.c error.h
224
225 EXTRA_libtar_a_SOURCES += error.c
226
227 ## end   gnulib module error
228
229 ## begin gnulib module exclude
230
231
232 EXTRA_DIST += exclude.c exclude.h
233
234 EXTRA_libtar_a_SOURCES += exclude.c
235
236 ## end   gnulib module exclude
237
238 ## begin gnulib module exitfail
239
240
241 EXTRA_DIST += exitfail.c exitfail.h
242
243 EXTRA_libtar_a_SOURCES += exitfail.c
244
245 ## end   gnulib module exitfail
246
247 ## begin gnulib module fchdir
248
249 BUILT_SOURCES += $(DIRENT_H)
250
251 # We need the following in order to create <dirent.h> when the system
252 # doesn't have one that works with the given compiler.
253 dirent.h: dirent.in.h
254         rm -f $@-t $@
255         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
256           sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
257               -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
258               -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
259               < $(srcdir)/dirent.in.h; \
260         } > $@-t
261         mv $@-t $@
262 MOSTLYCLEANFILES += dirent.h dirent.h-t
263
264 EXTRA_DIST += dirent.in.h fchdir.c
265
266 EXTRA_libtar_a_SOURCES += fchdir.c
267
268 ## end   gnulib module fchdir
269
270 ## begin gnulib module fcntl
271
272 BUILT_SOURCES += $(FCNTL_H)
273
274 # We need the following in order to create <fcntl.h> when the system
275 # doesn't have one that works with the given compiler.
276 fcntl.h: fcntl.in.h
277         rm -f $@-t $@
278         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
279           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
280               -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
281               -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \
282               -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
283               < $(srcdir)/fcntl.in.h; \
284         } > $@-t
285         mv $@-t $@
286 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
287
288 EXTRA_DIST += fcntl.in.h
289
290 ## end   gnulib module fcntl
291
292 ## begin gnulib module fcntl-safer
293
294
295 EXTRA_DIST += creat-safer.c fcntl--.h fcntl-safer.h open-safer.c
296
297 EXTRA_libtar_a_SOURCES += creat-safer.c open-safer.c
298
299 ## end   gnulib module fcntl-safer
300
301 ## begin gnulib module fileblocks
302
303
304 EXTRA_DIST += fileblocks.c
305
306 EXTRA_libtar_a_SOURCES += fileblocks.c
307
308 ## end   gnulib module fileblocks
309
310 ## begin gnulib module float
311
312 BUILT_SOURCES += $(FLOAT_H)
313
314 # We need the following in order to create <float.h> when the system
315 # doesn't have one that works with the given compiler.
316 float.h: float.in.h
317         rm -f $@-t $@
318         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
319           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
320               -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
321               < $(srcdir)/float.in.h; \
322         } > $@-t
323         mv $@-t $@
324 MOSTLYCLEANFILES += float.h float.h-t
325
326 EXTRA_DIST += float.in.h
327
328 ## end   gnulib module float
329
330 ## begin gnulib module fnmatch
331
332 BUILT_SOURCES += $(FNMATCH_H)
333
334 # We need the following in order to create <fnmatch.h> when the system
335 # doesn't have one that supports the required API.
336 fnmatch.h: fnmatch.in.h
337         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
338           cat $(srcdir)/fnmatch.in.h; \
339         } > $@-t
340         mv -f $@-t $@
341 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
342
343 EXTRA_DIST += fnmatch.c fnmatch.in.h fnmatch_loop.c
344
345 EXTRA_libtar_a_SOURCES += fnmatch.c fnmatch_loop.c
346
347 ## end   gnulib module fnmatch
348
349 ## begin gnulib module fpending
350
351
352 EXTRA_DIST += fpending.c fpending.h
353
354 EXTRA_libtar_a_SOURCES += fpending.c
355
356 ## end   gnulib module fpending
357
358 ## begin gnulib module fseeko
359
360
361 EXTRA_DIST += fseeko.c
362
363 EXTRA_libtar_a_SOURCES += fseeko.c
364
365 ## end   gnulib module fseeko
366
367 ## begin gnulib module ftruncate
368
369
370 EXTRA_DIST += ftruncate.c
371
372 EXTRA_libtar_a_SOURCES += ftruncate.c
373
374 ## end   gnulib module ftruncate
375
376 ## begin gnulib module full-write
377
378 libtar_a_SOURCES += full-write.h full-write.c
379
380 ## end   gnulib module full-write
381
382 ## begin gnulib module getcwd
383
384
385 EXTRA_DIST += getcwd.c
386
387 EXTRA_libtar_a_SOURCES += getcwd.c
388
389 ## end   gnulib module getcwd
390
391 ## begin gnulib module getdate
392
393 libtar_a_SOURCES += getdate.y
394 BUILT_SOURCES += getdate.c
395 MAINTAINERCLEANFILES += getdate.c
396 EXTRA_DIST += getdate.c
397
398 EXTRA_DIST += getdate.h
399
400 ## end   gnulib module getdate
401
402 ## begin gnulib module getdelim
403
404
405 EXTRA_DIST += getdelim.c
406
407 EXTRA_libtar_a_SOURCES += getdelim.c
408
409 ## end   gnulib module getdelim
410
411 ## begin gnulib module getline
412
413
414 EXTRA_DIST += getline.c
415
416 EXTRA_libtar_a_SOURCES += getline.c
417
418 ## end   gnulib module getline
419
420 ## begin gnulib module getopt
421
422 BUILT_SOURCES += $(GETOPT_H)
423
424 # We need the following in order to create <getopt.h> when the system
425 # doesn't have one that works with the given compiler.
426 getopt.h: getopt.in.h
427         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
428           cat $(srcdir)/getopt.in.h; \
429         } > $@-t
430         mv -f $@-t $@
431 MOSTLYCLEANFILES += getopt.h getopt.h-t
432
433 EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
434
435 EXTRA_libtar_a_SOURCES += getopt.c getopt1.c
436
437 ## end   gnulib module getopt
438
439 ## begin gnulib module getpagesize
440
441
442 EXTRA_DIST += getpagesize.c
443
444 EXTRA_libtar_a_SOURCES += getpagesize.c
445
446 ## end   gnulib module getpagesize
447
448 ## begin gnulib module gettext
449
450 # This is for those projects which use "gettextize --intl" to put a source-code
451 # copy of libintl into their package. In such projects, every Makefile.am needs
452 # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
453 # For the Makefile.ams in other directories it is the maintainer's
454 # responsibility; for the one from gnulib we do it here.
455 # This option has no effect when the user disables NLS (because then the intl
456 # directory contains no libintl.h file) or when the project does not use
457 # "gettextize --intl".
458 #AM_CPPFLAGS += -I$(top_builddir)/intl
459
460 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
461
462 ## end   gnulib module gettext
463
464 ## begin gnulib module gettext-h
465
466 libtar_a_SOURCES += gettext.h
467
468 ## end   gnulib module gettext-h
469
470 ## begin gnulib module gettime
471
472
473 EXTRA_DIST += gettime.c
474
475 EXTRA_libtar_a_SOURCES += gettime.c
476
477 ## end   gnulib module gettime
478
479 ## begin gnulib module gettimeofday
480
481
482 EXTRA_DIST += gettimeofday.c
483
484 EXTRA_libtar_a_SOURCES += gettimeofday.c
485
486 ## end   gnulib module gettimeofday
487
488 ## begin gnulib module hash
489
490
491 EXTRA_DIST += hash.c hash.h
492
493 EXTRA_libtar_a_SOURCES += hash.c
494
495 ## end   gnulib module hash
496
497 ## begin gnulib module havelib
498
499
500 EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
501
502 ## end   gnulib module havelib
503
504 ## begin gnulib module human
505
506
507 EXTRA_DIST += human.c human.h
508
509 EXTRA_libtar_a_SOURCES += human.c
510
511 ## end   gnulib module human
512
513 ## begin gnulib module intprops
514
515
516 EXTRA_DIST += intprops.h
517
518 ## end   gnulib module intprops
519
520 ## begin gnulib module inttostr
521
522
523 EXTRA_DIST += imaxtostr.c inttostr.c inttostr.h offtostr.c uinttostr.c umaxtostr.c
524
525 EXTRA_libtar_a_SOURCES += imaxtostr.c inttostr.c offtostr.c uinttostr.c umaxtostr.c
526
527 ## end   gnulib module inttostr
528
529 ## begin gnulib module inttypes
530
531 BUILT_SOURCES += $(INTTYPES_H)
532
533 # We need the following in order to create <inttypes.h> when the system
534 # doesn't have one that works with the given compiler.
535 inttypes.h: inttypes.in.h
536         rm -f $@-t $@
537         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
538           sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
539               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
540               -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
541               -e 's/@''PRI_MACROS_BROKEN''@/$(PRI_MACROS_BROKEN)/g' \
542               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
543               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
544               -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
545               -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
546               -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
547               -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
548               -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
549               -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
550               -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
551               -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
552               -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
553               -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
554               -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
555               -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
556               -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
557               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
558               < $(srcdir)/inttypes.in.h; \
559         } > $@-t
560         mv $@-t $@
561 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
562
563 EXTRA_DIST += inttypes.in.h
564
565 ## end   gnulib module inttypes
566
567 ## begin gnulib module lchown
568
569
570 EXTRA_DIST += lchown.c
571
572 EXTRA_libtar_a_SOURCES += lchown.c
573
574 ## end   gnulib module lchown
575
576 ## begin gnulib module link-warning
577
578 LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h
579
580 EXTRA_DIST += $(top_srcdir)/build-aux/link-warning.h
581
582 ## end   gnulib module link-warning
583
584 ## begin gnulib module localcharset
585
586 libtar_a_SOURCES += localcharset.h localcharset.c
587
588 # We need the following in order to install a simple file in $(libdir)
589 # which is shared with other installed packages. We use a list of referencing
590 # packages so that "make uninstall" will remove the file if and only if it
591 # is not used by another installed package.
592 # On systems with glibc-2.1 or newer, the file is redundant, therefore we
593 # avoid installing it.
594
595 all-local: charset.alias ref-add.sed ref-del.sed
596
597 charset_alias = $(DESTDIR)$(libdir)/charset.alias
598 charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
599 install-exec-local: all-local
600         test $(GLIBC21) != no || $(mkinstalldirs) $(DESTDIR)$(libdir)
601         if test -f $(charset_alias); then \
602           sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
603           $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
604           rm -f $(charset_tmp) ; \
605         else \
606           if test $(GLIBC21) = no; then \
607             sed -f ref-add.sed charset.alias > $(charset_tmp) ; \
608             $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
609             rm -f $(charset_tmp) ; \
610           fi ; \
611         fi
612
613 uninstall-local: all-local
614         if test -f $(charset_alias); then \
615           sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
616           if grep '^# Packages using this file: $$' $(charset_tmp) \
617               > /dev/null; then \
618             rm -f $(charset_alias); \
619           else \
620             $(INSTALL_DATA) $(charset_tmp) $(charset_alias); \
621           fi; \
622           rm -f $(charset_tmp); \
623         fi
624
625 charset.alias: config.charset
626         rm -f t-$@ $@
627         $(SHELL) $(srcdir)/config.charset '$(host)' > t-$@
628         mv t-$@ $@
629
630 SUFFIXES += .sed .sin
631 .sin.sed:
632         rm -f t-$@ $@
633         sed -e '/^#/d' -e 's/@''PACKAGE''@/$(PACKAGE)/g' $< > t-$@
634         mv t-$@ $@
635
636 CLEANFILES += charset.alias ref-add.sed ref-del.sed
637
638 EXTRA_DIST += config.charset ref-add.sin ref-del.sin
639
640 ## end   gnulib module localcharset
641
642 ## begin gnulib module lseek
643
644
645 EXTRA_DIST += lseek.c
646
647 EXTRA_libtar_a_SOURCES += lseek.c
648
649 ## end   gnulib module lseek
650
651 ## begin gnulib module lstat
652
653
654 EXTRA_DIST += lstat.c lstat.h
655
656 EXTRA_libtar_a_SOURCES += lstat.c
657
658 ## end   gnulib module lstat
659
660 ## begin gnulib module malloc
661
662
663 EXTRA_DIST += malloc.c
664
665 EXTRA_libtar_a_SOURCES += malloc.c
666
667 ## end   gnulib module malloc
668
669 ## begin gnulib module malloc-posix
670
671
672 EXTRA_DIST += malloc.c
673
674 EXTRA_libtar_a_SOURCES += malloc.c
675
676 ## end   gnulib module malloc-posix
677
678 ## begin gnulib module malloca
679
680 libtar_a_SOURCES += malloca.c
681
682 EXTRA_DIST += malloca.h malloca.valgrind
683
684 ## end   gnulib module malloca
685
686 ## begin gnulib module mbchar
687
688 libtar_a_SOURCES += mbchar.c
689
690 EXTRA_DIST += mbchar.h
691
692 ## end   gnulib module mbchar
693
694 ## begin gnulib module mbscasecmp
695
696 libtar_a_SOURCES += mbscasecmp.c
697
698 ## end   gnulib module mbscasecmp
699
700 ## begin gnulib module mbuiter
701
702 libtar_a_SOURCES += mbuiter.h
703
704 ## end   gnulib module mbuiter
705
706 ## begin gnulib module memchr
707
708
709 EXTRA_DIST += memchr.c
710
711 EXTRA_libtar_a_SOURCES += memchr.c
712
713 ## end   gnulib module memchr
714
715 ## begin gnulib module mempcpy
716
717
718 EXTRA_DIST += mempcpy.c
719
720 EXTRA_libtar_a_SOURCES += mempcpy.c
721
722 ## end   gnulib module mempcpy
723
724 ## begin gnulib module memrchr
725
726
727 EXTRA_DIST += memrchr.c
728
729 EXTRA_libtar_a_SOURCES += memrchr.c
730
731 ## end   gnulib module memrchr
732
733 ## begin gnulib module memset
734
735
736 EXTRA_DIST += memset.c
737
738 EXTRA_libtar_a_SOURCES += memset.c
739
740 ## end   gnulib module memset
741
742 ## begin gnulib module mkdtemp
743
744
745 EXTRA_DIST += mkdtemp.c
746
747 EXTRA_libtar_a_SOURCES += mkdtemp.c
748
749 ## end   gnulib module mkdtemp
750
751 ## begin gnulib module mktime
752
753
754 EXTRA_DIST += mktime.c
755
756 EXTRA_libtar_a_SOURCES += mktime.c
757
758 ## end   gnulib module mktime
759
760 ## begin gnulib module modechange
761
762
763 EXTRA_DIST += modechange.c modechange.h
764
765 EXTRA_libtar_a_SOURCES += modechange.c
766
767 ## end   gnulib module modechange
768
769 ## begin gnulib module obstack
770
771
772 EXTRA_DIST += obstack.c obstack.h
773
774 EXTRA_libtar_a_SOURCES += obstack.c
775
776 ## end   gnulib module obstack
777
778 ## begin gnulib module openat
779
780
781 EXTRA_DIST += at-func.c fchmodat.c fchownat.c fstatat.c mkdirat.c openat-priv.h openat-proc.c openat.c openat.h
782
783 EXTRA_libtar_a_SOURCES += at-func.c fchmodat.c fchownat.c fstatat.c mkdirat.c openat-proc.c openat.c
784
785 ## end   gnulib module openat
786
787 ## begin gnulib module openat-die
788
789 libtar_a_SOURCES += openat-die.c
790
791 ## end   gnulib module openat-die
792
793 ## begin gnulib module pathmax
794
795
796 EXTRA_DIST += pathmax.h
797
798 ## end   gnulib module pathmax
799
800 ## begin gnulib module quote
801
802
803 EXTRA_DIST += quote.c quote.h
804
805 EXTRA_libtar_a_SOURCES += quote.c
806
807 ## end   gnulib module quote
808
809 ## begin gnulib module quotearg
810
811
812 EXTRA_DIST += quotearg.c quotearg.h
813
814 EXTRA_libtar_a_SOURCES += quotearg.c
815
816 ## end   gnulib module quotearg
817
818 ## begin gnulib module readlink
819
820
821 EXTRA_DIST += readlink.c
822
823 EXTRA_libtar_a_SOURCES += readlink.c
824
825 ## end   gnulib module readlink
826
827 ## begin gnulib module realloc-posix
828
829
830 EXTRA_DIST += realloc.c
831
832 EXTRA_libtar_a_SOURCES += realloc.c
833
834 ## end   gnulib module realloc-posix
835
836 ## begin gnulib module regex
837
838
839 EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
840
841 EXTRA_libtar_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
842
843 ## end   gnulib module regex
844
845 ## begin gnulib module rmdir
846
847
848 EXTRA_DIST += rmdir.c
849
850 EXTRA_libtar_a_SOURCES += rmdir.c
851
852 ## end   gnulib module rmdir
853
854 ## begin gnulib module rpmatch
855
856
857 EXTRA_DIST += rpmatch.c
858
859 EXTRA_libtar_a_SOURCES += rpmatch.c
860
861 ## end   gnulib module rpmatch
862
863 ## begin gnulib module safe-read
864
865
866 EXTRA_DIST += safe-read.c safe-read.h
867
868 EXTRA_libtar_a_SOURCES += safe-read.c
869
870 ## end   gnulib module safe-read
871
872 ## begin gnulib module safe-write
873
874
875 EXTRA_DIST += safe-write.c safe-write.h
876
877 EXTRA_libtar_a_SOURCES += safe-write.c
878
879 ## end   gnulib module safe-write
880
881 ## begin gnulib module same-inode
882
883
884 EXTRA_DIST += same-inode.h
885
886 ## end   gnulib module same-inode
887
888 ## begin gnulib module save-cwd
889
890
891 EXTRA_DIST += save-cwd.c save-cwd.h
892
893 EXTRA_libtar_a_SOURCES += save-cwd.c
894
895 ## end   gnulib module save-cwd
896
897 ## begin gnulib module savedir
898
899
900 EXTRA_DIST += savedir.c savedir.h
901
902 EXTRA_libtar_a_SOURCES += savedir.c
903
904 ## end   gnulib module savedir
905
906 ## begin gnulib module setenv
907
908
909 EXTRA_DIST += setenv.c
910
911 EXTRA_libtar_a_SOURCES += setenv.c
912
913 ## end   gnulib module setenv
914
915 ## begin gnulib module sleep
916
917
918 EXTRA_DIST += sleep.c
919
920 EXTRA_libtar_a_SOURCES += sleep.c
921
922 ## end   gnulib module sleep
923
924 ## begin gnulib module snprintf
925
926
927 EXTRA_DIST += snprintf.c
928
929 EXTRA_libtar_a_SOURCES += snprintf.c
930
931 ## end   gnulib module snprintf
932
933 ## begin gnulib module stat-macros
934
935
936 EXTRA_DIST += stat-macros.h
937
938 ## end   gnulib module stat-macros
939
940 ## begin gnulib module stat-time
941
942
943 EXTRA_DIST += stat-time.h
944
945 ## end   gnulib module stat-time
946
947 ## begin gnulib module stdarg
948
949 BUILT_SOURCES += $(STDARG_H)
950
951 # We need the following in order to create <stdarg.h> when the system
952 # doesn't have one that works with the given compiler.
953 stdarg.h: stdarg.in.h
954         rm -f $@-t $@
955         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
956           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
957               -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
958               < $(srcdir)/stdarg.in.h; \
959         } > $@-t
960         mv $@-t $@
961 MOSTLYCLEANFILES += stdarg.h stdarg.h-t
962
963 EXTRA_DIST += stdarg.in.h
964
965 ## end   gnulib module stdarg
966
967 ## begin gnulib module stdbool
968
969 BUILT_SOURCES += $(STDBOOL_H)
970
971 # We need the following in order to create <stdbool.h> when the system
972 # doesn't have one that works.
973 stdbool.h: stdbool.in.h
974         rm -f $@-t $@
975         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
976           sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
977         } > $@-t
978         mv $@-t $@
979 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
980
981 EXTRA_DIST += stdbool.in.h
982
983 ## end   gnulib module stdbool
984
985 ## begin gnulib module stdint
986
987 BUILT_SOURCES += $(STDINT_H)
988
989 # We need the following in order to create <stdint.h> when the system
990 # doesn't have one that works with the given compiler.
991 stdint.h: stdint.in.h
992         rm -f $@-t $@
993         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
994           sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
995               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
996               -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
997               -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
998               -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
999               -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
1000               -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
1001               -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
1002               -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
1003               -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
1004               -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
1005               -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
1006               -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
1007               -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
1008               -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
1009               -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
1010               -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
1011               -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
1012               -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
1013               -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
1014               -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
1015               -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
1016               < $(srcdir)/stdint.in.h; \
1017         } > $@-t
1018         mv $@-t $@
1019 MOSTLYCLEANFILES += stdint.h stdint.h-t
1020
1021 EXTRA_DIST += stdint.in.h
1022
1023 ## end   gnulib module stdint
1024
1025 ## begin gnulib module stdio
1026
1027 BUILT_SOURCES += stdio.h
1028
1029 # We need the following in order to create <stdio.h> when the system
1030 # doesn't have one that works with the given compiler.
1031 stdio.h: stdio.in.h
1032         rm -f $@-t $@
1033         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1034           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1035               -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
1036               -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
1037               -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
1038               -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
1039               -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
1040               -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
1041               -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
1042               -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
1043               -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
1044               -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
1045               -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
1046               -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
1047               -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
1048               -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
1049               -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
1050               -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
1051               -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
1052               -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
1053               -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
1054               -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
1055               -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
1056               -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
1057               -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
1058               -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
1059               -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
1060               -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
1061               -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
1062               -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
1063               -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
1064               -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
1065               -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
1066               -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
1067               -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
1068               -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
1069               -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
1070               -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
1071               -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
1072               -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
1073               -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
1074               -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
1075               -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
1076               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
1077               < $(srcdir)/stdio.in.h; \
1078         } > $@-t
1079         mv $@-t $@
1080 MOSTLYCLEANFILES += stdio.h stdio.h-t
1081
1082 EXTRA_DIST += stdio.in.h
1083
1084 ## end   gnulib module stdio
1085
1086 ## begin gnulib module stdlib
1087
1088 BUILT_SOURCES += stdlib.h
1089
1090 # We need the following in order to create <stdlib.h> when the system
1091 # doesn't have one that works with the given compiler.
1092 stdlib.h: stdlib.in.h
1093         rm -f $@-t $@
1094         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1095           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1096               -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
1097               -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
1098               -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
1099               -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
1100               -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
1101               -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
1102               -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
1103               -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
1104               -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
1105               -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
1106               -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
1107               -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
1108               -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
1109               -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
1110               -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
1111               -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
1112               -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
1113               -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1114               -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
1115               -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
1116               -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
1117               -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
1118               -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \
1119               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
1120               < $(srcdir)/stdlib.in.h; \
1121         } > $@-t
1122         mv $@-t $@
1123 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
1124
1125 EXTRA_DIST += stdlib.in.h
1126
1127 ## end   gnulib module stdlib
1128
1129 ## begin gnulib module stpcpy
1130
1131
1132 EXTRA_DIST += stpcpy.c
1133
1134 EXTRA_libtar_a_SOURCES += stpcpy.c
1135
1136 ## end   gnulib module stpcpy
1137
1138 ## begin gnulib module strcase
1139
1140
1141 EXTRA_DIST += strcasecmp.c strncasecmp.c
1142
1143 EXTRA_libtar_a_SOURCES += strcasecmp.c strncasecmp.c
1144
1145 ## end   gnulib module strcase
1146
1147 ## begin gnulib module strchrnul
1148
1149
1150 EXTRA_DIST += strchrnul.c
1151
1152 EXTRA_libtar_a_SOURCES += strchrnul.c
1153
1154 ## end   gnulib module strchrnul
1155
1156 ## begin gnulib module strdup
1157
1158
1159 EXTRA_DIST += strdup.c
1160
1161 EXTRA_libtar_a_SOURCES += strdup.c
1162
1163 ## end   gnulib module strdup
1164
1165 ## begin gnulib module streq
1166
1167
1168 EXTRA_DIST += streq.h
1169
1170 ## end   gnulib module streq
1171
1172 ## begin gnulib module strerror
1173
1174
1175 EXTRA_DIST += strerror.c
1176
1177 EXTRA_libtar_a_SOURCES += strerror.c
1178
1179 ## end   gnulib module strerror
1180
1181 ## begin gnulib module string
1182
1183 BUILT_SOURCES += string.h
1184
1185 # We need the following in order to create <string.h> when the system
1186 # doesn't have one that works with the given compiler.
1187 string.h: string.in.h
1188         rm -f $@-t $@
1189         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1190           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1191               -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
1192               -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
1193               -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
1194               -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
1195               -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
1196               -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
1197               -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
1198               -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
1199               -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
1200               -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
1201               -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
1202               -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
1203               -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
1204               -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
1205               -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
1206               -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
1207               -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
1208               -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
1209               -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
1210               -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
1211               -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
1212               -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
1213               -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
1214               -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
1215               -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
1216               -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
1217               -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
1218               -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
1219               -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
1220               -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
1221               -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
1222               -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
1223               -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
1224               -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
1225               -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
1226               -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
1227               -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
1228               -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
1229               -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \
1230               -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
1231               -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
1232               -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
1233               -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
1234               -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
1235               -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
1236               -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
1237               -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
1238               -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
1239               -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
1240               -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
1241               -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
1242               -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
1243               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
1244               < $(srcdir)/string.in.h; \
1245         } > $@-t
1246         mv $@-t $@
1247 MOSTLYCLEANFILES += string.h string.h-t
1248
1249 EXTRA_DIST += string.in.h
1250
1251 ## end   gnulib module string
1252
1253 ## begin gnulib module strings
1254
1255 BUILT_SOURCES += strings.h
1256
1257 # We need the following in order to create <strings.h> when the system
1258 # doesn't have one that works with the given compiler.
1259 strings.h: strings.in.h
1260         rm -f $@-t $@
1261         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1262           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1263               -e 's|@''NEXT_STRINGS_H''@|$(NEXT_STRINGS_H)|g' \
1264               -e 's|@''HAVE_STRCASECMP''@|$(HAVE_STRCASECMP)|g' \
1265               -e 's|@''HAVE_DECL_STRNCASECMP''@|$(HAVE_DECL_STRNCASECMP)|g' \
1266               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
1267               < $(srcdir)/strings.in.h; \
1268         } > $@-t
1269         mv $@-t $@
1270 MOSTLYCLEANFILES += strings.h strings.h-t
1271
1272 EXTRA_DIST += strings.in.h
1273
1274 ## end   gnulib module strings
1275
1276 ## begin gnulib module strndup
1277
1278
1279 EXTRA_DIST += strndup.c
1280
1281 EXTRA_libtar_a_SOURCES += strndup.c
1282
1283 ## end   gnulib module strndup
1284
1285 ## begin gnulib module strnlen
1286
1287
1288 EXTRA_DIST += strnlen.c
1289
1290 EXTRA_libtar_a_SOURCES += strnlen.c
1291
1292 ## end   gnulib module strnlen
1293
1294 ## begin gnulib module strnlen1
1295
1296 libtar_a_SOURCES += strnlen1.h strnlen1.c
1297
1298 ## end   gnulib module strnlen1
1299
1300 ## begin gnulib module strtoimax
1301
1302
1303 EXTRA_DIST += strtoimax.c
1304
1305 EXTRA_libtar_a_SOURCES += strtoimax.c
1306
1307 ## end   gnulib module strtoimax
1308
1309 ## begin gnulib module strtol
1310
1311
1312 EXTRA_DIST += strtol.c
1313
1314 EXTRA_libtar_a_SOURCES += strtol.c
1315
1316 ## end   gnulib module strtol
1317
1318 ## begin gnulib module strtoll
1319
1320
1321 EXTRA_DIST += strtoll.c
1322
1323 EXTRA_libtar_a_SOURCES += strtoll.c
1324
1325 ## end   gnulib module strtoll
1326
1327 ## begin gnulib module strtoul
1328
1329
1330 EXTRA_DIST += strtoul.c
1331
1332 EXTRA_libtar_a_SOURCES += strtoul.c
1333
1334 ## end   gnulib module strtoul
1335
1336 ## begin gnulib module strtoull
1337
1338
1339 EXTRA_DIST += strtoull.c
1340
1341 EXTRA_libtar_a_SOURCES += strtoull.c
1342
1343 ## end   gnulib module strtoull
1344
1345 ## begin gnulib module strtoumax
1346
1347
1348 EXTRA_DIST += strtoumax.c
1349
1350 EXTRA_libtar_a_SOURCES += strtoumax.c
1351
1352 ## end   gnulib module strtoumax
1353
1354 ## begin gnulib module sys_stat
1355
1356 BUILT_SOURCES += $(SYS_STAT_H)
1357
1358 # We need the following in order to create <sys/stat.h> when the system
1359 # has one that is incomplete.
1360 sys/stat.h: sys_stat.in.h
1361         @MKDIR_P@ sys
1362         rm -f $@-t $@
1363         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1364           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1365               -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
1366               -e 's|@''HAVE_IO_H''@|$(HAVE_IO_H)|g' \
1367               -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
1368               -e 's|@''HAVE_DECL_MKDIR''@|$(HAVE_DECL_MKDIR)|g' \
1369               < $(srcdir)/sys_stat.in.h; \
1370         } > $@-t
1371         mv $@-t $@
1372 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
1373 MOSTLYCLEANDIRS += sys
1374
1375 EXTRA_DIST += sys_stat.in.h
1376
1377 ## end   gnulib module sys_stat
1378
1379 ## begin gnulib module sys_time
1380
1381 BUILT_SOURCES += $(SYS_TIME_H)
1382
1383 # We need the following in order to create <sys/time.h> when the system
1384 # doesn't have one that works with the given compiler.
1385 sys/time.h: sys_time.in.h
1386         @MKDIR_P@ sys
1387         rm -f $@-t $@
1388         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1389           sed -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
1390               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1391               -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
1392               -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
1393               -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
1394               < $(srcdir)/sys_time.in.h; \
1395         } > $@-t
1396         mv $@-t $@
1397 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
1398
1399 EXTRA_DIST += sys_time.in.h
1400
1401 ## end   gnulib module sys_time
1402
1403 ## begin gnulib module sysexits
1404
1405 BUILT_SOURCES += $(SYSEXITS_H)
1406
1407 # We need the following in order to create <sysexits.h> when the system
1408 # doesn't have one that works with the given compiler.
1409 sysexits.h: sysexits.in.h
1410         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1411           sed -e 's|@''HAVE_SYSEXITS_H''@|$(HAVE_SYSEXITS_H)|g' \
1412               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1413               -e 's|@''NEXT_SYSEXITS_H''@|$(NEXT_SYSEXITS_H)|g' \
1414               < $(srcdir)/sysexits.in.h; \
1415         } > $@-t
1416         mv -f $@-t $@
1417 MOSTLYCLEANFILES += sysexits.h sysexits.h-t
1418
1419 EXTRA_DIST += sysexits.in.h
1420
1421 ## end   gnulib module sysexits
1422
1423 ## begin gnulib module tempname
1424
1425
1426 EXTRA_DIST += tempname.c tempname.h
1427
1428 EXTRA_libtar_a_SOURCES += tempname.c
1429
1430 ## end   gnulib module tempname
1431
1432 ## begin gnulib module time
1433
1434 BUILT_SOURCES += time.h
1435
1436 # We need the following in order to create <time.h> when the system
1437 # doesn't have one that works with the given compiler.
1438 time.h: time.in.h
1439         rm -f $@-t $@
1440         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1441           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1442               -e 's|@NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
1443               -e 's|@REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
1444               -e 's|@REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
1445               -e 's|@REPLACE_STRPTIME''@|$(REPLACE_STRPTIME)|g' \
1446               -e 's|@REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
1447               -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1448               -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
1449               < $(srcdir)/time.in.h; \
1450         } > $@-t
1451         mv $@-t $@
1452 MOSTLYCLEANFILES += time.h time.h-t
1453
1454 EXTRA_DIST += time.in.h
1455
1456 ## end   gnulib module time
1457
1458 ## begin gnulib module time_r
1459
1460
1461 EXTRA_DIST += time_r.c
1462
1463 EXTRA_libtar_a_SOURCES += time_r.c
1464
1465 ## end   gnulib module time_r
1466
1467 ## begin gnulib module timespec
1468
1469
1470 EXTRA_DIST += timespec.h
1471
1472 ## end   gnulib module timespec
1473
1474 ## begin gnulib module unistd
1475
1476 BUILT_SOURCES += unistd.h
1477
1478 # We need the following in order to create an empty placeholder for
1479 # <unistd.h> when the system doesn't have one.
1480 unistd.h: unistd.in.h
1481         rm -f $@-t $@
1482         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1483           sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
1484               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1485               -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
1486               -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
1487               -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
1488               -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
1489               -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
1490               -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
1491               -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
1492               -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
1493               -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
1494               -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
1495               -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
1496               -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
1497               -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
1498               -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
1499               -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
1500               -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
1501               -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
1502               -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
1503               -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
1504               -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
1505               -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
1506               -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
1507               -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
1508               -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
1509               -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
1510               -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
1511               -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
1512               -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
1513               < $(srcdir)/unistd.in.h; \
1514         } > $@-t
1515         mv $@-t $@
1516 MOSTLYCLEANFILES += unistd.h unistd.h-t
1517
1518 EXTRA_DIST += unistd.in.h
1519
1520 ## end   gnulib module unistd
1521
1522 ## begin gnulib module unistd-safer
1523
1524
1525 EXTRA_DIST += dup-safer.c fd-safer.c pipe-safer.c unistd--.h unistd-safer.h
1526
1527 EXTRA_libtar_a_SOURCES += dup-safer.c fd-safer.c pipe-safer.c
1528
1529 ## end   gnulib module unistd-safer
1530
1531 ## begin gnulib module unitypes
1532
1533
1534 EXTRA_DIST += unitypes.h
1535
1536 ## end   gnulib module unitypes
1537
1538 ## begin gnulib module uniwidth/base
1539
1540
1541 EXTRA_DIST += localcharset.h uniwidth.h
1542
1543 ## end   gnulib module uniwidth/base
1544
1545 ## begin gnulib module uniwidth/width
1546
1547 libtar_a_SOURCES += uniwidth/width.c
1548
1549 EXTRA_DIST += uniwidth/cjk.h
1550
1551 ## end   gnulib module uniwidth/width
1552
1553 ## begin gnulib module unlinkdir
1554
1555
1556 EXTRA_DIST += unlinkdir.c unlinkdir.h
1557
1558 EXTRA_libtar_a_SOURCES += unlinkdir.c
1559
1560 ## end   gnulib module unlinkdir
1561
1562 ## begin gnulib module unlocked-io
1563
1564
1565 EXTRA_DIST += unlocked-io.h
1566
1567 ## end   gnulib module unlocked-io
1568
1569 ## begin gnulib module unsetenv
1570
1571
1572 EXTRA_DIST += unsetenv.c
1573
1574 EXTRA_libtar_a_SOURCES += unsetenv.c
1575
1576 ## end   gnulib module unsetenv
1577
1578 ## begin gnulib module utime
1579
1580
1581 EXTRA_DIST += utime.c
1582
1583 EXTRA_libtar_a_SOURCES += utime.c
1584
1585 ## end   gnulib module utime
1586
1587 ## begin gnulib module utimens
1588
1589
1590 EXTRA_DIST += utimens.c utimens.h
1591
1592 EXTRA_libtar_a_SOURCES += utimens.c
1593
1594 ## end   gnulib module utimens
1595
1596 ## begin gnulib module vasnprintf
1597
1598
1599 EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
1600
1601 EXTRA_libtar_a_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
1602
1603 ## end   gnulib module vasnprintf
1604
1605 ## begin gnulib module verify
1606
1607 libtar_a_SOURCES += verify.h
1608
1609 ## end   gnulib module verify
1610
1611 ## begin gnulib module version-etc
1612
1613 libtar_a_SOURCES += version-etc.h version-etc.c
1614
1615 ## end   gnulib module version-etc
1616
1617 ## begin gnulib module version-etc-fsf
1618
1619 libtar_a_SOURCES += version-etc-fsf.c
1620
1621 ## end   gnulib module version-etc-fsf
1622
1623 ## begin gnulib module vsnprintf
1624
1625
1626 EXTRA_DIST += vsnprintf.c
1627
1628 EXTRA_libtar_a_SOURCES += vsnprintf.c
1629
1630 ## end   gnulib module vsnprintf
1631
1632 ## begin gnulib module wchar
1633
1634 BUILT_SOURCES += $(WCHAR_H)
1635
1636 # We need the following in order to create <wchar.h> when the system
1637 # version does not work standalone.
1638 wchar.h: wchar.in.h
1639         rm -f $@-t $@
1640         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1641           sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1642               -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
1643               -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
1644               -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
1645               -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
1646               -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
1647               -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
1648             < $(srcdir)/wchar.in.h; \
1649         } > $@-t
1650         mv $@-t $@
1651 MOSTLYCLEANFILES += wchar.h wchar.h-t
1652
1653 EXTRA_DIST += wchar.in.h
1654
1655 ## end   gnulib module wchar
1656
1657 ## begin gnulib module wctype
1658
1659 BUILT_SOURCES += $(WCTYPE_H)
1660
1661 # We need the following in order to create <wctype.h> when the system
1662 # doesn't have one that works with the given compiler.
1663 wctype.h: wctype.in.h
1664         rm -f $@-t $@
1665         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1666           sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
1667               -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
1668               -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
1669               -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
1670               -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
1671               < $(srcdir)/wctype.in.h; \
1672         } > $@-t
1673         mv $@-t $@
1674 MOSTLYCLEANFILES += wctype.h wctype.h-t
1675
1676 EXTRA_DIST += wctype.in.h
1677
1678 ## end   gnulib module wctype
1679
1680 ## begin gnulib module wcwidth
1681
1682
1683 EXTRA_DIST += wcwidth.c
1684
1685 EXTRA_libtar_a_SOURCES += wcwidth.c
1686
1687 ## end   gnulib module wcwidth
1688
1689 ## begin gnulib module xalloc
1690
1691
1692 EXTRA_DIST += xalloc.h xmalloc.c
1693
1694 EXTRA_libtar_a_SOURCES += xmalloc.c
1695
1696 ## end   gnulib module xalloc
1697
1698 ## begin gnulib module xalloc-die
1699
1700 libtar_a_SOURCES += xalloc-die.c
1701
1702 ## end   gnulib module xalloc-die
1703
1704 ## begin gnulib module xgetcwd
1705
1706
1707 EXTRA_DIST += xgetcwd.c xgetcwd.h
1708
1709 EXTRA_libtar_a_SOURCES += xgetcwd.c
1710
1711 ## end   gnulib module xgetcwd
1712
1713 ## begin gnulib module xsize
1714
1715 libtar_a_SOURCES += xsize.h
1716
1717 ## end   gnulib module xsize
1718
1719 ## begin gnulib module xstrndup
1720
1721 libtar_a_SOURCES += xstrndup.h xstrndup.c
1722
1723 ## end   gnulib module xstrndup
1724
1725 ## begin gnulib module xstrtol
1726
1727
1728 EXTRA_DIST += xstrtol-error.c xstrtol.c xstrtol.h xstrtoul.c
1729
1730 EXTRA_libtar_a_SOURCES += xstrtol-error.c xstrtol.c xstrtoul.c
1731
1732 ## end   gnulib module xstrtol
1733
1734 ## begin gnulib module xstrtoumax
1735
1736 libtar_a_SOURCES += xstrtoumax.c
1737
1738 ## end   gnulib module xstrtoumax
1739
1740
1741 mostlyclean-local: mostlyclean-generic
1742         @for dir in '' $(MOSTLYCLEANDIRS); do \
1743           if test -n "$$dir" && test -d $$dir; then \
1744             echo "rmdir $$dir"; rmdir $$dir; \
1745           fi; \
1746         done; \
1747         :