65
65
## end gnulib module alloca-opt
67
## begin gnulib module arg-nonnull
69
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
70
# statements but through direct file reference. Therefore this snippet must be
71
# present in all Makefile.am that need it. This is ensured by the applicability
72
# 'all' defined above.
74
BUILT_SOURCES += arg-nonnull.h
75
# The arg-nonnull.h that gets inserted into generated .h files is the same as
76
# build-aux/arg-nonnull.h, except that it has the copyright header cut off.
77
arg-nonnull.h: $(top_srcdir)/build-aux/arg-nonnull.h
78
$(AM_V_GEN)rm -f $@-t $@ && \
79
sed -n -e '/GL_ARG_NONNULL/,$$p' \
80
< $(top_srcdir)/build-aux/arg-nonnull.h \
83
MOSTLYCLEANFILES += arg-nonnull.h arg-nonnull.h-t
85
ARG_NONNULL_H=arg-nonnull.h
87
EXTRA_DIST += $(top_srcdir)/build-aux/arg-nonnull.h
89
## end gnulib module arg-nonnull
67
91
## begin gnulib module byteswap
69
93
BUILT_SOURCES += $(BYTESWAP_H)
83
107
## end gnulib module byteswap
109
## begin gnulib module c++defs
111
# The BUILT_SOURCES created by this Makefile snippet are not used via #include
112
# statements but through direct file reference. Therefore this snippet must be
113
# present in all Makefile.am that need it. This is ensured by the applicability
114
# 'all' defined above.
116
BUILT_SOURCES += c++defs.h
117
# The c++defs.h that gets inserted into generated .h files is the same as
118
# build-aux/c++defs.h, except that it has the copyright header cut off.
119
c++defs.h: $(top_srcdir)/build-aux/c++defs.h
120
$(AM_V_GEN)rm -f $@-t $@ && \
121
sed -n -e '/_GL_CXXDEFS/,$$p' \
122
< $(top_srcdir)/build-aux/c++defs.h \
125
MOSTLYCLEANFILES += c++defs.h c++defs.h-t
129
EXTRA_DIST += $(top_srcdir)/build-aux/c++defs.h
131
## end gnulib module c++defs
85
133
## begin gnulib module c-ctype
87
135
liblgnu_la_SOURCES += c-ctype.h c-ctype.c
427
469
-e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
428
470
-e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
429
471
-e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
430
-e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
472
< $(srcdir)/stdio.in.h | \
473
sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
431
474
-e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
432
475
-e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
433
476
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
434
477
-e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
435
478
-e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
436
479
-e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
480
-e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
481
-e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
437
482
-e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
438
483
-e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
439
484
-e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
459
505
-e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
460
506
-e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
461
507
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
508
-e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
462
509
-e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
463
510
-e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
464
511
-e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
465
512
-e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
466
513
-e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
467
514
-e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
468
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
469
< $(srcdir)/stdio.in.h; \
515
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
516
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
517
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
472
520
MOSTLYCLEANFILES += stdio.h stdio.h-t
494
542
-e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|$(GNULIB_CANONICALIZE_FILE_NAME)|g' \
495
543
-e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
496
544
-e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
545
-e 's|@''GNULIB_GRANTPT''@|$(GNULIB_GRANTPT)|g' \
497
546
-e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
498
547
-e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
499
548
-e 's|@''GNULIB_MKOSTEMP''@|$(GNULIB_MKOSTEMP)|g' \
500
549
-e 's|@''GNULIB_MKOSTEMPS''@|$(GNULIB_MKOSTEMPS)|g' \
501
550
-e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
502
551
-e 's|@''GNULIB_MKSTEMPS''@|$(GNULIB_MKSTEMPS)|g' \
552
-e 's|@''GNULIB_PTSNAME''@|$(GNULIB_PTSNAME)|g' \
503
553
-e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
504
554
-e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
505
555
-e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
509
559
-e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
510
560
-e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
511
561
-e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
562
-e 's|@''GNULIB_UNLOCKPT''@|$(GNULIB_UNLOCKPT)|g' \
512
563
-e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
513
564
-e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
514
565
-e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
515
566
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
516
567
-e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
517
568
-e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
569
-e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
518
570
-e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
519
571
-e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
520
572
-e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
521
573
-e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
574
-e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
522
575
-e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
576
-e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
523
577
-e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
524
578
-e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
525
579
-e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
531
585
-e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
532
586
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
533
587
-e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
588
-e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
534
589
-e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
535
590
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
536
591
-e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
537
592
-e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
538
593
-e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
594
-e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
539
595
-e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
540
-e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \
541
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
596
-e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
597
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
598
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
599
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
542
600
< $(srcdir)/stdlib.in.h; \
616
678
-e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
617
679
-e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
618
680
-e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
619
-e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
620
681
-e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
621
682
-e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
683
-e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
622
684
-e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
623
685
-e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
624
686
-e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
625
687
-e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
626
688
-e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
627
689
-e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
690
-e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
628
691
-e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
692
-e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
629
693
-e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
630
694
-e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
631
695
-e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
632
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
696
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
697
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
698
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
633
699
< $(srcdir)/string.in.h; \
775
852
# We need the following in order to create <time.h> when the system
776
853
# doesn't have one that works with the given compiler.
854
time.h: time.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
778
855
$(AM_V_GEN)rm -f $@-t $@ && \
779
856
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
780
857
sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
781
858
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
782
-e 's|@NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
783
-e 's|@REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
784
-e 's|@REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
785
-e 's|@REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
786
-e 's|@REPLACE_STRPTIME''@|$(REPLACE_STRPTIME)|g' \
787
-e 's|@REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
788
-e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
789
-e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
859
-e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
860
-e 's|@''GNULIB_MKTIME''@|$(GNULIB_MKTIME)|g' \
861
-e 's|@''GNULIB_NANOSLEEP''@|$(GNULIB_NANOSLEEP)|g' \
862
-e 's|@''GNULIB_STRPTIME''@|$(GNULIB_STRPTIME)|g' \
863
-e 's|@''GNULIB_TIMEGM''@|$(GNULIB_TIMEGM)|g' \
864
-e 's|@''GNULIB_TIME_R''@|$(GNULIB_TIME_R)|g' \
865
-e 's|@''HAVE_LOCALTIME_R''@|$(HAVE_LOCALTIME_R)|g' \
866
-e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
867
-e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
868
-e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
869
-e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
870
-e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
871
-e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
872
-e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
873
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
874
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
875
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
876
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
877
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
790
878
< $(srcdir)/time.in.h; \
841
931
-e 's|@''GNULIB_LINKAT''@|$(GNULIB_LINKAT)|g' \
842
932
-e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
843
933
-e 's|@''GNULIB_PIPE2''@|$(GNULIB_PIPE2)|g' \
934
-e 's|@''GNULIB_PREAD''@|$(GNULIB_PREAD)|g' \
844
935
-e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
845
936
-e 's|@''GNULIB_READLINKAT''@|$(GNULIB_READLINKAT)|g' \
846
937
-e 's|@''GNULIB_RMDIR''@|$(GNULIB_RMDIR)|g' \
847
938
-e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
848
939
-e 's|@''GNULIB_SYMLINK''@|$(GNULIB_SYMLINK)|g' \
849
940
-e 's|@''GNULIB_SYMLINKAT''@|$(GNULIB_SYMLINKAT)|g' \
941
-e 's|@''GNULIB_TTYNAME_R''@|$(GNULIB_TTYNAME_R)|g' \
850
942
-e 's|@''GNULIB_UNISTD_H_GETOPT''@|$(GNULIB_UNISTD_H_GETOPT)|g' \
851
943
-e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
852
944
-e 's|@''GNULIB_UNLINK''@|$(GNULIB_UNLINK)|g' \
853
945
-e 's|@''GNULIB_UNLINKAT''@|$(GNULIB_UNLINKAT)|g' \
946
-e 's|@''GNULIB_USLEEP''@|$(GNULIB_USLEEP)|g' \
854
947
-e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
948
< $(srcdir)/unistd.in.h | \
949
sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
855
950
-e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
856
951
-e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
857
952
-e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
858
953
-e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
954
-e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
859
955
-e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
860
956
-e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
861
957
-e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
862
958
-e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
863
959
-e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
960
-e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
864
961
-e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
962
-e 's|@''HAVE_GETLOGIN''@|$(HAVE_GETLOGIN)|g' \
865
963
-e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
866
-e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
964
-e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
867
965
-e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
868
966
-e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
869
967
-e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
968
-e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
870
969
-e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
871
970
-e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
872
971
-e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
873
972
-e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
874
973
-e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
974
-e 's|@''HAVE_TTYNAME_R''@|$(HAVE_TTYNAME_R)|g' \
875
975
-e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
976
-e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
876
977
-e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
877
978
-e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
979
-e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
980
-e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
878
981
-e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
879
982
-e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
880
983
-e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
881
984
-e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
882
985
-e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
883
986
-e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
884
-e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
885
987
-e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
886
988
-e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
989
-e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
887
990
-e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
888
991
-e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
889
992
-e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
890
993
-e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
891
994
-e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
995
-e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
892
996
-e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
893
997
-e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
998
-e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
894
999
-e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
895
1000
-e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
896
1001
-e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
1002
-e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
897
1003
-e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
898
1004
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
899
1005
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
900
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
901
< $(srcdir)/unistd.in.h; \
1006
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1007
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1008
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
904
1011
MOSTLYCLEANFILES += unistd.h unistd.h-t
935
1042
## end gnulib module vsnprintf
1044
## begin gnulib module warn-on-use
1046
BUILT_SOURCES += warn-on-use.h
1047
# The warn-on-use.h that gets inserted into generated .h files is the same as
1048
# build-aux/warn-on-use.h, except that it has the copyright header cut off.
1049
warn-on-use.h: $(top_srcdir)/build-aux/warn-on-use.h
1050
$(AM_V_GEN)rm -f $@-t $@ && \
1051
sed -n -e '/^.ifndef/,$$p' \
1052
< $(top_srcdir)/build-aux/warn-on-use.h \
1055
MOSTLYCLEANFILES += warn-on-use.h warn-on-use.h-t
1057
WARN_ON_USE_H=warn-on-use.h
1059
EXTRA_DIST += $(top_srcdir)/build-aux/warn-on-use.h
1061
## end gnulib module warn-on-use
937
1063
## begin gnulib module wchar
939
BUILT_SOURCES += $(WCHAR_H)
1065
BUILT_SOURCES += wchar.h
941
1067
# We need the following in order to create <wchar.h> when the system
942
1068
# version does not work standalone.
1069
wchar.h: wchar.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
944
1070
$(AM_V_GEN)rm -f $@-t $@ && \
945
1071
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
946
1072
sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \