1## DO NOT EDIT! GENERATED AUTOMATICALLY! 2## Process this file with automake to produce Makefile.in. 3# Copyright (C) 2002-2021 Free Software Foundation, Inc. 4# 5# This file is free software; you can redistribute it and/or modify 6# it under the terms of the GNU General Public License as published by 7# the Free Software Foundation; either version 3 of the License, or 8# (at your option) any later version. 9# 10# This file is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY; without even the implied warranty of 12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13# GNU General Public License for more details. 14# 15# You should have received a copy of the GNU General Public License 16# along with this file. If not, see <https://www.gnu.org/licenses/>. 17# 18# As a special exception to the GNU General Public License, 19# this file may be distributed as part of a program that 20# contains a configuration script generated by Autoconf, under 21# the same distribution terms as the rest of that program. 22# 23# Generated by gnulib-tool. 24# Reproduce by: 25# gnulib-tool --import \ 26# --lib=libgnu \ 27# --source-base=gnulib \ 28# --m4-base=m4 \ 29# --doc-base=doc \ 30# --tests-base=tests \ 31# --aux-dir=. \ 32# --no-conditional-dependencies \ 33# --no-libtool \ 34# --macro-prefix=gl \ 35# --no-vc-files \ 36# fnmatch \ 37# regex 38 39AUTOMAKE_OPTIONS = 1.11 gnits subdir-objects 40 41SUBDIRS = 42noinst_HEADERS = 43noinst_LIBRARIES = 44noinst_LTLIBRARIES = 45EXTRA_DIST = 46BUILT_SOURCES = 47SUFFIXES = 48MOSTLYCLEANFILES = core *.stackdump 49MOSTLYCLEANDIRS = 50CLEANFILES = 51DISTCLEANFILES = 52MAINTAINERCLEANFILES = 53# No GNU Make output. 54 55AM_CPPFLAGS = 56AM_CFLAGS = 57 58noinst_LIBRARIES += libgnu.a 59 60libgnu_a_SOURCES = 61libgnu_a_LIBADD = $(gl_LIBOBJS) 62libgnu_a_DEPENDENCIES = $(gl_LIBOBJS) 63EXTRA_libgnu_a_SOURCES = 64 65## begin gnulib module absolute-header 66 67# Use this preprocessor expression to decide whether #include_next works. 68# Do not rely on a 'configure'-time test for this, since the expression 69# might appear in an installed header, which is used by some other compiler. 70HAVE_INCLUDE_NEXT = (__GNUC__ || __clang__ || 60000000 <= __DECC_VER) 71 72## end gnulib module absolute-header 73 74## begin gnulib module alloca-opt 75 76BUILT_SOURCES += $(ALLOCA_H) 77 78# We need the following in order to create <alloca.h> when the system 79# doesn't have one that works with the given compiler. 80if GL_GENERATE_ALLOCA_H 81alloca.h: alloca.in.h $(top_builddir)/config.status 82 $(AM_V_GEN)rm -f $@-t $@ && \ 83 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 84 sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \ 85 } > $@-t && \ 86 mv -f $@-t $@ 87else 88alloca.h: $(top_builddir)/config.status 89 rm -f $@ 90endif 91MOSTLYCLEANFILES += alloca.h alloca.h-t 92 93EXTRA_DIST += alloca.in.h 94 95## end gnulib module alloca-opt 96 97## begin gnulib module attribute 98 99 100EXTRA_DIST += attribute.h 101 102## end gnulib module attribute 103 104## begin gnulib module btowc 105 106 107EXTRA_DIST += btowc.c 108 109EXTRA_libgnu_a_SOURCES += btowc.c 110 111## end gnulib module btowc 112 113## begin gnulib module ctype 114 115BUILT_SOURCES += ctype.h 116 117# We need the following in order to create <ctype.h> when the system 118# doesn't have one that works with the given compiler. 119ctype.h: ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) 120 $(AM_V_GEN)rm -f $@-t $@ && \ 121 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 122 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 123 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 124 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 125 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 126 -e 's|@''NEXT_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \ 127 -e 's/@''GNULIB_ISBLANK''@/$(GL_GNULIB_ISBLANK)/g' \ 128 -e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \ 129 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 130 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 131 < $(srcdir)/ctype.in.h; \ 132 } > $@-t && \ 133 mv $@-t $@ 134MOSTLYCLEANFILES += ctype.h ctype.h-t 135 136EXTRA_DIST += ctype.in.h 137 138## end gnulib module ctype 139 140## begin gnulib module dynarray 141 142BUILT_SOURCES += malloc/dynarray.gl.h malloc/dynarray-skeleton.gl.h 143 144malloc/dynarray.gl.h: malloc/dynarray.h 145 $(AM_V_at)$(MKDIR_P) malloc 146 $(AM_V_GEN)rm -f $@-t $@ && \ 147 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 148 sed -e '/libc_hidden_proto/d' < $(srcdir)/malloc/dynarray.h; \ 149 } > $@-t && \ 150 mv $@-t $@ 151MOSTLYCLEANFILES += malloc/dynarray.gl.h malloc/dynarray.gl.h-t 152 153malloc/dynarray-skeleton.gl.h: malloc/dynarray-skeleton.c 154 $(AM_V_at)$(MKDIR_P) malloc 155 $(AM_V_GEN)rm -f $@-t $@ && \ 156 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 157 sed -e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \ 158 -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \ 159 -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \ 160 -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \ 161 -e 's|__glibc_likely|_GL_LIKELY|g' \ 162 -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \ 163 < $(srcdir)/malloc/dynarray-skeleton.c; \ 164 } > $@-t && \ 165 mv $@-t $@ 166MOSTLYCLEANFILES += malloc/dynarray-skeleton.gl.h malloc/dynarray-skeleton.gl.h-t 167 168libgnu_a_SOURCES += malloc/dynarray_at_failure.c malloc/dynarray_emplace_enlarge.c malloc/dynarray_finalize.c malloc/dynarray_resize.c malloc/dynarray_resize_clear.c 169 170EXTRA_DIST += dynarray.h malloc/dynarray-skeleton.c malloc/dynarray.h 171 172EXTRA_libgnu_a_SOURCES += malloc/dynarray-skeleton.c 173 174## end gnulib module dynarray 175 176## begin gnulib module flexmember 177 178 179EXTRA_DIST += flexmember.h 180 181## end gnulib module flexmember 182 183## begin gnulib module fnmatch 184 185 186EXTRA_DIST += fnmatch.c fnmatch_loop.c 187 188EXTRA_libgnu_a_SOURCES += fnmatch.c fnmatch_loop.c 189 190## end gnulib module fnmatch 191 192## begin gnulib module fnmatch-h 193 194BUILT_SOURCES += $(FNMATCH_H) 195 196# We need the following in order to create <fnmatch.h>. 197if GL_GENERATE_FNMATCH_H 198fnmatch.h: fnmatch.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 199 $(AM_V_GEN)rm -f $@-t $@ && \ 200 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 201 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 202 -e 's|@''HAVE_FNMATCH_H''@|$(HAVE_FNMATCH_H)|g' \ 203 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 204 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 205 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 206 -e 's|@''NEXT_FNMATCH_H''@|$(NEXT_FNMATCH_H)|g' \ 207 -e 's/@''GNULIB_FNMATCH''@/$(GL_GNULIB_FNMATCH)/g' \ 208 -e 's|@''HAVE_FNMATCH''@|$(HAVE_FNMATCH)|g' \ 209 -e 's|@''REPLACE_FNMATCH''@|$(REPLACE_FNMATCH)|g' \ 210 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 211 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 212 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 213 < $(srcdir)/fnmatch.in.h; \ 214 } > $@-t && \ 215 mv $@-t $@ 216else 217fnmatch.h: $(top_builddir)/config.status 218 rm -f $@ 219endif 220MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t 221 222EXTRA_DIST += fnmatch.in.h 223 224## end gnulib module fnmatch-h 225 226## begin gnulib module hard-locale 227 228libgnu_a_SOURCES += hard-locale.c 229 230EXTRA_DIST += hard-locale.h 231 232## end gnulib module hard-locale 233 234## begin gnulib module idx 235 236libgnu_a_SOURCES += idx.h 237 238## end gnulib module idx 239 240## begin gnulib module intprops 241 242 243EXTRA_DIST += intprops.h 244 245## end gnulib module intprops 246 247## begin gnulib module inttypes-incomplete 248 249BUILT_SOURCES += inttypes.h 250 251# We need the following in order to create <inttypes.h> when the system 252# doesn't have one that works with the given compiler. 253inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) 254 $(AM_V_GEN)rm -f $@-t $@ && \ 255 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 256 sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ 257 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 258 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 259 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 260 -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \ 261 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ 262 -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \ 263 -e 's/@''GNULIB_IMAXABS''@/$(GL_GNULIB_IMAXABS)/g' \ 264 -e 's/@''GNULIB_IMAXDIV''@/$(GL_GNULIB_IMAXDIV)/g' \ 265 -e 's/@''GNULIB_STRTOIMAX''@/$(GL_GNULIB_STRTOIMAX)/g' \ 266 -e 's/@''GNULIB_STRTOUMAX''@/$(GL_GNULIB_STRTOUMAX)/g' \ 267 -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \ 268 -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \ 269 -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \ 270 -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \ 271 -e 's/@''HAVE_IMAXDIV_T''@/$(HAVE_IMAXDIV_T)/g' \ 272 -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \ 273 -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \ 274 -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \ 275 -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \ 276 -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \ 277 -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \ 278 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 279 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 280 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 281 < $(srcdir)/inttypes.in.h; \ 282 } > $@-t && \ 283 mv $@-t $@ 284MOSTLYCLEANFILES += inttypes.h inttypes.h-t 285 286EXTRA_DIST += inttypes.in.h 287 288## end gnulib module inttypes-incomplete 289 290## begin gnulib module isblank 291 292 293EXTRA_DIST += isblank.c 294 295EXTRA_libgnu_a_SOURCES += isblank.c 296 297## end gnulib module isblank 298 299## begin gnulib module langinfo 300 301BUILT_SOURCES += langinfo.h 302 303# We need the following in order to create an empty placeholder for 304# <langinfo.h> when the system doesn't have one. 305langinfo.h: langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) 306 $(AM_V_GEN)rm -f $@-t $@ && \ 307 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 308 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 309 -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_H)|g' \ 310 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 311 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 312 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 313 -e 's|@''NEXT_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \ 314 -e 's/@''GNULIB_NL_LANGINFO''@/$(GL_GNULIB_NL_LANGINFO)/g' \ 315 -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \ 316 -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \ 317 -e 's|@''HAVE_LANGINFO_ALTMON''@|$(HAVE_LANGINFO_ALTMON)|g' \ 318 -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \ 319 -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \ 320 -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \ 321 -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \ 322 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 323 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 324 < $(srcdir)/langinfo.in.h; \ 325 } > $@-t && \ 326 mv $@-t $@ 327MOSTLYCLEANFILES += langinfo.h langinfo.h-t 328 329EXTRA_DIST += langinfo.in.h 330 331## end gnulib module langinfo 332 333## begin gnulib module libc-config 334 335 336EXTRA_DIST += cdefs.h libc-config.h 337 338## end gnulib module libc-config 339 340## begin gnulib module limits-h 341 342BUILT_SOURCES += $(LIMITS_H) 343 344# We need the following in order to create <limits.h> when the system 345# doesn't have one that is compatible with GNU. 346if GL_GENERATE_LIMITS_H 347limits.h: limits.in.h $(top_builddir)/config.status 348 $(AM_V_GEN)rm -f $@-t $@ && \ 349 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 350 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 351 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 352 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 353 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 354 -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \ 355 < $(srcdir)/limits.in.h; \ 356 } > $@-t && \ 357 mv $@-t $@ 358else 359limits.h: $(top_builddir)/config.status 360 rm -f $@ 361endif 362MOSTLYCLEANFILES += limits.h limits.h-t 363 364EXTRA_DIST += limits.in.h 365 366## end gnulib module limits-h 367 368## begin gnulib module localcharset 369 370libgnu_a_SOURCES += localcharset.c 371 372EXTRA_DIST += localcharset.h 373 374## end gnulib module localcharset 375 376## begin gnulib module locale 377 378BUILT_SOURCES += locale.h 379 380# We need the following in order to create <locale.h> when the system 381# doesn't have one that provides all definitions. 382locale.h: locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 383 $(AM_V_GEN)rm -f $@-t $@ && \ 384 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 385 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 386 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 387 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 388 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 389 -e 's|@''NEXT_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \ 390 -e 's/@''GNULIB_LOCALECONV''@/$(GL_GNULIB_LOCALECONV)/g' \ 391 -e 's/@''GNULIB_SETLOCALE''@/$(GL_GNULIB_SETLOCALE)/g' \ 392 -e 's/@''GNULIB_SETLOCALE_NULL''@/$(GL_GNULIB_SETLOCALE_NULL)/g' \ 393 -e 's/@''GNULIB_DUPLOCALE''@/$(GL_GNULIB_DUPLOCALE)/g' \ 394 -e 's/@''GNULIB_LOCALENAME''@/$(GL_GNULIB_LOCALENAME)/g' \ 395 -e 's|@''HAVE_NEWLOCALE''@|$(HAVE_NEWLOCALE)|g' \ 396 -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \ 397 -e 's|@''HAVE_FREELOCALE''@|$(HAVE_FREELOCALE)|g' \ 398 -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \ 399 -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \ 400 -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \ 401 -e 's|@''REPLACE_NEWLOCALE''@|$(REPLACE_NEWLOCALE)|g' \ 402 -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \ 403 -e 's|@''REPLACE_FREELOCALE''@|$(REPLACE_FREELOCALE)|g' \ 404 -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \ 405 -e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|$(LOCALENAME_ENHANCE_LOCALE_FUNCS)|g' \ 406 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 407 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 408 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 409 < $(srcdir)/locale.in.h; \ 410 } > $@-t && \ 411 mv $@-t $@ 412MOSTLYCLEANFILES += locale.h locale.h-t 413 414EXTRA_DIST += locale.in.h 415 416## end gnulib module locale 417 418## begin gnulib module localeconv 419 420 421EXTRA_DIST += localeconv.c 422 423EXTRA_libgnu_a_SOURCES += localeconv.c 424 425## end gnulib module localeconv 426 427## begin gnulib module lock 428 429libgnu_a_SOURCES += glthread/lock.h glthread/lock.c 430 431## end gnulib module lock 432 433## begin gnulib module mbrtowc 434 435 436EXTRA_DIST += lc-charset-dispatch.c lc-charset-dispatch.h mbrtowc-impl-utf8.h mbrtowc-impl.h mbrtowc.c mbtowc-lock.c mbtowc-lock.h windows-initguard.h 437 438EXTRA_libgnu_a_SOURCES += lc-charset-dispatch.c mbrtowc.c mbtowc-lock.c 439 440## end gnulib module mbrtowc 441 442## begin gnulib module mbsinit 443 444 445EXTRA_DIST += mbsinit.c 446 447EXTRA_libgnu_a_SOURCES += mbsinit.c 448 449## end gnulib module mbsinit 450 451## begin gnulib module mbsrtowcs 452 453 454EXTRA_DIST += mbsrtowcs-impl.h mbsrtowcs-state.c mbsrtowcs.c 455 456EXTRA_libgnu_a_SOURCES += mbsrtowcs-state.c mbsrtowcs.c 457 458## end gnulib module mbsrtowcs 459 460## begin gnulib module mbtowc 461 462 463EXTRA_DIST += mbtowc-impl.h mbtowc.c 464 465EXTRA_libgnu_a_SOURCES += mbtowc.c 466 467## end gnulib module mbtowc 468 469## begin gnulib module memchr 470 471 472EXTRA_DIST += memchr.c memchr.valgrind 473 474EXTRA_libgnu_a_SOURCES += memchr.c 475 476## end gnulib module memchr 477 478## begin gnulib module mempcpy 479 480 481EXTRA_DIST += mempcpy.c 482 483EXTRA_libgnu_a_SOURCES += mempcpy.c 484 485## end gnulib module mempcpy 486 487## begin gnulib module nl_langinfo 488 489 490EXTRA_DIST += nl_langinfo-lock.c nl_langinfo.c windows-initguard.h 491 492EXTRA_libgnu_a_SOURCES += nl_langinfo-lock.c nl_langinfo.c 493 494## end gnulib module nl_langinfo 495 496## begin gnulib module regex 497 498 499EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c 500 501EXTRA_libgnu_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c 502 503## end gnulib module regex 504 505## begin gnulib module setlocale-null 506 507libgnu_a_SOURCES += setlocale_null.c 508 509EXTRA_DIST += setlocale-lock.c setlocale_null.h windows-initguard.h 510 511EXTRA_libgnu_a_SOURCES += setlocale-lock.c 512 513## end gnulib module setlocale-null 514 515## begin gnulib module snippet/_Noreturn 516 517# Because this Makefile snippet defines a variable used by other 518# gnulib Makefile snippets, it must be present in all makefiles that 519# need it. This is ensured by the applicability 'all' defined above. 520 521_NORETURN_H=$(srcdir)/_Noreturn.h 522 523EXTRA_DIST += _Noreturn.h 524 525## end gnulib module snippet/_Noreturn 526 527## begin gnulib module snippet/arg-nonnull 528 529# Because this Makefile snippet defines a variable used by other 530# gnulib Makefile snippets, it must be present in all makefiles that 531# need it. This is ensured by the applicability 'all' defined above. 532 533ARG_NONNULL_H=$(srcdir)/arg-nonnull.h 534 535EXTRA_DIST += arg-nonnull.h 536 537## end gnulib module snippet/arg-nonnull 538 539## begin gnulib module snippet/c++defs 540 541# Because this Makefile snippet defines a variable used by other 542# gnulib Makefile snippets, it must be present in all makefiles that 543# need it. This is ensured by the applicability 'all' defined above. 544 545CXXDEFS_H=$(srcdir)/c++defs.h 546 547EXTRA_DIST += c++defs.h 548 549## end gnulib module snippet/c++defs 550 551## begin gnulib module snippet/warn-on-use 552 553# Because this Makefile snippet defines a variable used by other 554# gnulib Makefile snippets, it must be present in all makefiles that 555# need it. This is ensured by the applicability 'all' defined above. 556 557WARN_ON_USE_H=$(srcdir)/warn-on-use.h 558 559EXTRA_DIST += warn-on-use.h 560 561## end gnulib module snippet/warn-on-use 562 563## begin gnulib module stdbool 564 565BUILT_SOURCES += $(STDBOOL_H) 566 567# We need the following in order to create <stdbool.h> when the system 568# doesn't have one that works. 569if GL_GENERATE_STDBOOL_H 570stdbool.h: stdbool.in.h $(top_builddir)/config.status 571 $(AM_V_GEN)rm -f $@-t $@ && \ 572 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 573 sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \ 574 } > $@-t && \ 575 mv $@-t $@ 576else 577stdbool.h: $(top_builddir)/config.status 578 rm -f $@ 579endif 580MOSTLYCLEANFILES += stdbool.h stdbool.h-t 581 582EXTRA_DIST += stdbool.in.h 583 584## end gnulib module stdbool 585 586## begin gnulib module stddef 587 588BUILT_SOURCES += $(STDDEF_H) 589 590# We need the following in order to create <stddef.h> when the system 591# doesn't have one that works with the given compiler. 592if GL_GENERATE_STDDEF_H 593stddef.h: stddef.in.h $(top_builddir)/config.status 594 $(AM_V_GEN)rm -f $@-t $@ && \ 595 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 596 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 597 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 598 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 599 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 600 -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ 601 -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \ 602 -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ 603 -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ 604 < $(srcdir)/stddef.in.h; \ 605 } > $@-t && \ 606 mv $@-t $@ 607else 608stddef.h: $(top_builddir)/config.status 609 rm -f $@ 610endif 611MOSTLYCLEANFILES += stddef.h stddef.h-t 612 613EXTRA_DIST += stddef.in.h 614 615## end gnulib module stddef 616 617## begin gnulib module stdint 618 619BUILT_SOURCES += $(STDINT_H) 620 621# We need the following in order to create <stdint.h> when the system 622# doesn't have one that works with the given compiler. 623if GL_GENERATE_STDINT_H 624stdint.h: stdint.in.h $(top_builddir)/config.status 625 $(AM_V_GEN)rm -f $@-t $@ && \ 626 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 627 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 628 -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ 629 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 630 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 631 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 632 -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ 633 -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \ 634 -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ 635 -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ 636 -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ 637 -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ 638 -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \ 639 -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \ 640 -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ 641 -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ 642 -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ 643 -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ 644 -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ 645 -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ 646 -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ 647 -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ 648 -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ 649 -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ 650 -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ 651 -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ 652 -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ 653 -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/$(GNULIBHEADERS_OVERRIDE_WINT_T)/g' \ 654 < $(srcdir)/stdint.in.h; \ 655 } > $@-t && \ 656 mv $@-t $@ 657else 658stdint.h: $(top_builddir)/config.status 659 rm -f $@ 660endif 661MOSTLYCLEANFILES += stdint.h stdint.h-t 662 663EXTRA_DIST += stdint.in.h 664 665## end gnulib module stdint 666 667## begin gnulib module stdlib 668 669BUILT_SOURCES += stdlib.h 670 671# We need the following in order to create <stdlib.h> when the system 672# doesn't have one that works with the given compiler. 673stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ 674 $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 675 $(AM_V_GEN)rm -f $@-t $@ && \ 676 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 677 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 678 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 679 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 680 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 681 -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ 682 -e 's/@''GNULIB__EXIT''@/$(GL_GNULIB__EXIT)/g' \ 683 -e 's/@''GNULIB_ALIGNED_ALLOC''@/$(GL_GNULIB_ALIGNED_ALLOC)/g' \ 684 -e 's/@''GNULIB_ATOLL''@/$(GL_GNULIB_ATOLL)/g' \ 685 -e 's/@''GNULIB_CALLOC_POSIX''@/$(GL_GNULIB_CALLOC_POSIX)/g' \ 686 -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GL_GNULIB_CANONICALIZE_FILE_NAME)/g' \ 687 -e 's/@''GNULIB_FREE_POSIX''@/$(GL_GNULIB_FREE_POSIX)/g' \ 688 -e 's/@''GNULIB_GETLOADAVG''@/$(GL_GNULIB_GETLOADAVG)/g' \ 689 -e 's/@''GNULIB_GETSUBOPT''@/$(GL_GNULIB_GETSUBOPT)/g' \ 690 -e 's/@''GNULIB_GRANTPT''@/$(GL_GNULIB_GRANTPT)/g' \ 691 -e 's/@''GNULIB_MALLOC_POSIX''@/$(GL_GNULIB_MALLOC_POSIX)/g' \ 692 -e 's/@''GNULIB_MBTOWC''@/$(GL_GNULIB_MBTOWC)/g' \ 693 -e 's/@''GNULIB_MKDTEMP''@/$(GL_GNULIB_MKDTEMP)/g' \ 694 -e 's/@''GNULIB_MKOSTEMP''@/$(GL_GNULIB_MKOSTEMP)/g' \ 695 -e 's/@''GNULIB_MKOSTEMPS''@/$(GL_GNULIB_MKOSTEMPS)/g' \ 696 -e 's/@''GNULIB_MKSTEMP''@/$(GL_GNULIB_MKSTEMP)/g' \ 697 -e 's/@''GNULIB_MKSTEMPS''@/$(GL_GNULIB_MKSTEMPS)/g' \ 698 -e 's/@''GNULIB_POSIX_MEMALIGN''@/$(GL_GNULIB_POSIX_MEMALIGN)/g' \ 699 -e 's/@''GNULIB_POSIX_OPENPT''@/$(GL_GNULIB_POSIX_OPENPT)/g' \ 700 -e 's/@''GNULIB_PTSNAME''@/$(GL_GNULIB_PTSNAME)/g' \ 701 -e 's/@''GNULIB_PTSNAME_R''@/$(GL_GNULIB_PTSNAME_R)/g' \ 702 -e 's/@''GNULIB_PUTENV''@/$(GL_GNULIB_PUTENV)/g' \ 703 -e 's/@''GNULIB_QSORT_R''@/$(GL_GNULIB_QSORT_R)/g' \ 704 -e 's/@''GNULIB_RANDOM''@/$(GL_GNULIB_RANDOM)/g' \ 705 -e 's/@''GNULIB_RANDOM_R''@/$(GL_GNULIB_RANDOM_R)/g' \ 706 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GL_GNULIB_REALLOC_POSIX)/g' \ 707 -e 's/@''GNULIB_REALLOCARRAY''@/$(GL_GNULIB_REALLOCARRAY)/g' \ 708 -e 's/@''GNULIB_REALPATH''@/$(GL_GNULIB_REALPATH)/g' \ 709 -e 's/@''GNULIB_RPMATCH''@/$(GL_GNULIB_RPMATCH)/g' \ 710 -e 's/@''GNULIB_SECURE_GETENV''@/$(GL_GNULIB_SECURE_GETENV)/g' \ 711 -e 's/@''GNULIB_SETENV''@/$(GL_GNULIB_SETENV)/g' \ 712 -e 's/@''GNULIB_STRTOD''@/$(GL_GNULIB_STRTOD)/g' \ 713 -e 's/@''GNULIB_STRTOL''@/$(GL_GNULIB_STRTOL)/g' \ 714 -e 's/@''GNULIB_STRTOLD''@/$(GL_GNULIB_STRTOLD)/g' \ 715 -e 's/@''GNULIB_STRTOLL''@/$(GL_GNULIB_STRTOLL)/g' \ 716 -e 's/@''GNULIB_STRTOUL''@/$(GL_GNULIB_STRTOUL)/g' \ 717 -e 's/@''GNULIB_STRTOULL''@/$(GL_GNULIB_STRTOULL)/g' \ 718 -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GL_GNULIB_SYSTEM_POSIX)/g' \ 719 -e 's/@''GNULIB_UNLOCKPT''@/$(GL_GNULIB_UNLOCKPT)/g' \ 720 -e 's/@''GNULIB_UNSETENV''@/$(GL_GNULIB_UNSETENV)/g' \ 721 -e 's/@''GNULIB_WCTOMB''@/$(GL_GNULIB_WCTOMB)/g' \ 722 -e 's/@''GNULIB_MDA_ECVT''@/$(GL_GNULIB_MDA_ECVT)/g' \ 723 -e 's/@''GNULIB_MDA_FCVT''@/$(GL_GNULIB_MDA_FCVT)/g' \ 724 -e 's/@''GNULIB_MDA_GCVT''@/$(GL_GNULIB_MDA_GCVT)/g' \ 725 -e 's/@''GNULIB_MDA_MKTEMP''@/$(GL_GNULIB_MDA_MKTEMP)/g' \ 726 -e 's/@''GNULIB_MDA_PUTENV''@/$(GL_GNULIB_MDA_PUTENV)/g' \ 727 < $(srcdir)/stdlib.in.h | \ 728 sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \ 729 -e 's|@''HAVE_ALIGNED_ALLOC''@|$(HAVE_ALIGNED_ALLOC)|g' \ 730 -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \ 731 -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \ 732 -e 's|@''HAVE_DECL_ECVT''@|$(HAVE_DECL_ECVT)|g' \ 733 -e 's|@''HAVE_DECL_FCVT''@|$(HAVE_DECL_FCVT)|g' \ 734 -e 's|@''HAVE_DECL_GCVT''@|$(HAVE_DECL_GCVT)|g' \ 735 -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \ 736 -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \ 737 -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \ 738 -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \ 739 -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \ 740 -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \ 741 -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \ 742 -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \ 743 -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \ 744 -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \ 745 -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \ 746 -e 's|@''HAVE_POSIX_MEMALIGN''@|$(HAVE_POSIX_MEMALIGN)|g' \ 747 -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \ 748 -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \ 749 -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \ 750 -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \ 751 -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \ 752 -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \ 753 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ 754 -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \ 755 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ 756 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ 757 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \ 758 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ 759 -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \ 760 -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \ 761 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ 762 -e 's|@''HAVE_STRTOL''@|$(HAVE_STRTOL)|g' \ 763 -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \ 764 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ 765 -e 's|@''HAVE_STRTOUL''@|$(HAVE_STRTOUL)|g' \ 766 -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \ 767 -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \ 768 -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \ 769 -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \ 770 -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \ 771 -e 's|@''REPLACE_ALIGNED_ALLOC''@|$(REPLACE_ALIGNED_ALLOC)|g' \ 772 -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \ 773 -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \ 774 -e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \ 775 -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \ 776 -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \ 777 -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ 778 -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ 779 -e 's|@''REPLACE_POSIX_MEMALIGN''@|$(REPLACE_POSIX_MEMALIGN)|g' \ 780 -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \ 781 -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \ 782 -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \ 783 -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \ 784 -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \ 785 -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \ 786 -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \ 787 -e 's|@''REPLACE_REALLOCARRAY''@|$(REPLACE_REALLOCARRAY)|g' \ 788 -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \ 789 -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \ 790 -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \ 791 -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \ 792 -e 's|@''REPLACE_STRTOL''@|$(REPLACE_STRTOL)|g' \ 793 -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \ 794 -e 's|@''REPLACE_STRTOLL''@|$(REPLACE_STRTOLL)|g' \ 795 -e 's|@''REPLACE_STRTOUL''@|$(REPLACE_STRTOUL)|g' \ 796 -e 's|@''REPLACE_STRTOULL''@|$(REPLACE_STRTOULL)|g' \ 797 -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \ 798 -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \ 799 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 800 -e '/definition of _Noreturn/r $(_NORETURN_H)' \ 801 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 802 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 803 } > $@-t && \ 804 mv $@-t $@ 805MOSTLYCLEANFILES += stdlib.h stdlib.h-t 806 807EXTRA_DIST += stdlib.in.h 808 809## end gnulib module stdlib 810 811## begin gnulib module streq 812 813 814EXTRA_DIST += streq.h 815 816## end gnulib module streq 817 818## begin gnulib module string 819 820BUILT_SOURCES += string.h 821 822# We need the following in order to create <string.h> when the system 823# doesn't have one that works with the given compiler. 824string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 825 $(AM_V_GEN)rm -f $@-t $@ && \ 826 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ 827 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 828 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 829 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 830 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 831 -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \ 832 -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GL_GNULIB_EXPLICIT_BZERO)/g' \ 833 -e 's/@''GNULIB_FFSL''@/$(GL_GNULIB_FFSL)/g' \ 834 -e 's/@''GNULIB_FFSLL''@/$(GL_GNULIB_FFSLL)/g' \ 835 -e 's/@''GNULIB_MBSLEN''@/$(GL_GNULIB_MBSLEN)/g' \ 836 -e 's/@''GNULIB_MBSNLEN''@/$(GL_GNULIB_MBSNLEN)/g' \ 837 -e 's/@''GNULIB_MBSCHR''@/$(GL_GNULIB_MBSCHR)/g' \ 838 -e 's/@''GNULIB_MBSRCHR''@/$(GL_GNULIB_MBSRCHR)/g' \ 839 -e 's/@''GNULIB_MBSSTR''@/$(GL_GNULIB_MBSSTR)/g' \ 840 -e 's/@''GNULIB_MBSCASECMP''@/$(GL_GNULIB_MBSCASECMP)/g' \ 841 -e 's/@''GNULIB_MBSNCASECMP''@/$(GL_GNULIB_MBSNCASECMP)/g' \ 842 -e 's/@''GNULIB_MBSPCASECMP''@/$(GL_GNULIB_MBSPCASECMP)/g' \ 843 -e 's/@''GNULIB_MBSCASESTR''@/$(GL_GNULIB_MBSCASESTR)/g' \ 844 -e 's/@''GNULIB_MBSCSPN''@/$(GL_GNULIB_MBSCSPN)/g' \ 845 -e 's/@''GNULIB_MBSPBRK''@/$(GL_GNULIB_MBSPBRK)/g' \ 846 -e 's/@''GNULIB_MBSSPN''@/$(GL_GNULIB_MBSSPN)/g' \ 847 -e 's/@''GNULIB_MBSSEP''@/$(GL_GNULIB_MBSSEP)/g' \ 848 -e 's/@''GNULIB_MBSTOK_R''@/$(GL_GNULIB_MBSTOK_R)/g' \ 849 -e 's/@''GNULIB_MEMCHR''@/$(GL_GNULIB_MEMCHR)/g' \ 850 -e 's/@''GNULIB_MEMMEM''@/$(GL_GNULIB_MEMMEM)/g' \ 851 -e 's/@''GNULIB_MEMPCPY''@/$(GL_GNULIB_MEMPCPY)/g' \ 852 -e 's/@''GNULIB_MEMRCHR''@/$(GL_GNULIB_MEMRCHR)/g' \ 853 -e 's/@''GNULIB_RAWMEMCHR''@/$(GL_GNULIB_RAWMEMCHR)/g' \ 854 -e 's/@''GNULIB_STPCPY''@/$(GL_GNULIB_STPCPY)/g' \ 855 -e 's/@''GNULIB_STPNCPY''@/$(GL_GNULIB_STPNCPY)/g' \ 856 -e 's/@''GNULIB_STRCHRNUL''@/$(GL_GNULIB_STRCHRNUL)/g' \ 857 -e 's/@''GNULIB_STRDUP''@/$(GL_GNULIB_STRDUP)/g' \ 858 -e 's/@''GNULIB_STRNCAT''@/$(GL_GNULIB_STRNCAT)/g' \ 859 -e 's/@''GNULIB_STRNDUP''@/$(GL_GNULIB_STRNDUP)/g' \ 860 -e 's/@''GNULIB_STRNLEN''@/$(GL_GNULIB_STRNLEN)/g' \ 861 -e 's/@''GNULIB_STRPBRK''@/$(GL_GNULIB_STRPBRK)/g' \ 862 -e 's/@''GNULIB_STRSEP''@/$(GL_GNULIB_STRSEP)/g' \ 863 -e 's/@''GNULIB_STRSTR''@/$(GL_GNULIB_STRSTR)/g' \ 864 -e 's/@''GNULIB_STRCASESTR''@/$(GL_GNULIB_STRCASESTR)/g' \ 865 -e 's/@''GNULIB_STRTOK_R''@/$(GL_GNULIB_STRTOK_R)/g' \ 866 -e 's/@''GNULIB_STRERROR''@/$(GL_GNULIB_STRERROR)/g' \ 867 -e 's/@''GNULIB_STRERROR_R''@/$(GL_GNULIB_STRERROR_R)/g' \ 868 -e 's/@''GNULIB_STRERRORNAME_NP''@/$(GL_GNULIB_STRERRORNAME_NP)/g' \ 869 -e 's/@''GNULIB_SIGABBREV_NP''@/$(GL_GNULIB_SIGABBREV_NP)/g' \ 870 -e 's/@''GNULIB_SIGDESCR_NP''@/$(GL_GNULIB_SIGDESCR_NP)/g' \ 871 -e 's/@''GNULIB_STRSIGNAL''@/$(GL_GNULIB_STRSIGNAL)/g' \ 872 -e 's/@''GNULIB_STRVERSCMP''@/$(GL_GNULIB_STRVERSCMP)/g' \ 873 -e 's/@''GNULIB_MDA_MEMCCPY''@/$(GL_GNULIB_MDA_MEMCCPY)/g' \ 874 -e 's/@''GNULIB_MDA_STRDUP''@/$(GL_GNULIB_MDA_STRDUP)/g' \ 875 < $(srcdir)/string.in.h | \ 876 sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \ 877 -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \ 878 -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \ 879 -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \ 880 -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \ 881 -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \ 882 -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \ 883 -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \ 884 -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \ 885 -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \ 886 -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \ 887 -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \ 888 -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \ 889 -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \ 890 -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \ 891 -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \ 892 -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \ 893 -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \ 894 -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \ 895 -e 's|@''HAVE_STRERRORNAME_NP''@|$(HAVE_STRERRORNAME_NP)|g' \ 896 -e 's|@''HAVE_SIGABBREV_NP''@|$(HAVE_SIGABBREV_NP)|g' \ 897 -e 's|@''HAVE_SIGDESCR_NP''@|$(HAVE_SIGDESCR_NP)|g' \ 898 -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \ 899 -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \ 900 -e 's|@''REPLACE_FFSLL''@|$(REPLACE_FFSLL)|g' \ 901 -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \ 902 -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \ 903 -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \ 904 -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \ 905 -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \ 906 -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \ 907 -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \ 908 -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \ 909 -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \ 910 -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \ 911 -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \ 912 -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \ 913 -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \ 914 -e 's|@''REPLACE_STRERRORNAME_NP''@|$(REPLACE_STRERRORNAME_NP)|g' \ 915 -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \ 916 -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|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)/string.in.h; \ 921 } > $@-t && \ 922 mv $@-t $@ 923MOSTLYCLEANFILES += string.h string.h-t 924 925EXTRA_DIST += string.in.h 926 927## end gnulib module string 928 929## begin gnulib module strnlen 930 931 932EXTRA_DIST += strnlen.c 933 934EXTRA_libgnu_a_SOURCES += strnlen.c 935 936## end gnulib module strnlen 937 938## begin gnulib module strnlen1 939 940libgnu_a_SOURCES += strnlen1.h strnlen1.c 941 942## end gnulib module strnlen1 943 944## begin gnulib module sys_types 945 946BUILT_SOURCES += sys/types.h 947 948# We need the following in order to create <sys/types.h> when the system 949# doesn't have one that works with the given compiler. 950sys/types.h: sys_types.in.h $(top_builddir)/config.status 951 $(AM_V_at)$(MKDIR_P) sys 952 $(AM_V_GEN)rm -f $@-t $@ && \ 953 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 954 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 955 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 956 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 957 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 958 -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \ 959 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ 960 -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \ 961 < $(srcdir)/sys_types.in.h; \ 962 } > $@-t && \ 963 mv $@-t $@ 964MOSTLYCLEANFILES += sys/types.h sys/types.h-t 965 966EXTRA_DIST += sys_types.in.h 967 968## end gnulib module sys_types 969 970## begin gnulib module threadlib 971 972libgnu_a_SOURCES += glthread/threadlib.c 973 974## end gnulib module threadlib 975 976## begin gnulib module unistd 977 978BUILT_SOURCES += unistd.h 979libgnu_a_SOURCES += unistd.c 980 981# We need the following in order to create an empty placeholder for 982# <unistd.h> when the system doesn't have one. 983unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 984 $(AM_V_GEN)rm -f $@-t $@ && \ 985 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 986 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 987 -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \ 988 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 989 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 990 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 991 -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ 992 -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ 993 -e 's/@''GNULIB_ACCESS''@/$(GL_GNULIB_ACCESS)/g' \ 994 -e 's/@''GNULIB_CHDIR''@/$(GL_GNULIB_CHDIR)/g' \ 995 -e 's/@''GNULIB_CHOWN''@/$(GL_GNULIB_CHOWN)/g' \ 996 -e 's/@''GNULIB_CLOSE''@/$(GL_GNULIB_CLOSE)/g' \ 997 -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GL_GNULIB_COPY_FILE_RANGE)/g' \ 998 -e 's/@''GNULIB_DUP''@/$(GL_GNULIB_DUP)/g' \ 999 -e 's/@''GNULIB_DUP2''@/$(GL_GNULIB_DUP2)/g' \ 1000 -e 's/@''GNULIB_DUP3''@/$(GL_GNULIB_DUP3)/g' \ 1001 -e 's/@''GNULIB_ENVIRON''@/$(GL_GNULIB_ENVIRON)/g' \ 1002 -e 's/@''GNULIB_EUIDACCESS''@/$(GL_GNULIB_EUIDACCESS)/g' \ 1003 -e 's/@''GNULIB_EXECL''@/$(GL_GNULIB_EXECL)/g' \ 1004 -e 's/@''GNULIB_EXECLE''@/$(GL_GNULIB_EXECLE)/g' \ 1005 -e 's/@''GNULIB_EXECLP''@/$(GL_GNULIB_EXECLP)/g' \ 1006 -e 's/@''GNULIB_EXECV''@/$(GL_GNULIB_EXECV)/g' \ 1007 -e 's/@''GNULIB_EXECVE''@/$(GL_GNULIB_EXECVE)/g' \ 1008 -e 's/@''GNULIB_EXECVP''@/$(GL_GNULIB_EXECVP)/g' \ 1009 -e 's/@''GNULIB_EXECVPE''@/$(GL_GNULIB_EXECVPE)/g' \ 1010 -e 's/@''GNULIB_FACCESSAT''@/$(GL_GNULIB_FACCESSAT)/g' \ 1011 -e 's/@''GNULIB_FCHDIR''@/$(GL_GNULIB_FCHDIR)/g' \ 1012 -e 's/@''GNULIB_FCHOWNAT''@/$(GL_GNULIB_FCHOWNAT)/g' \ 1013 -e 's/@''GNULIB_FDATASYNC''@/$(GL_GNULIB_FDATASYNC)/g' \ 1014 -e 's/@''GNULIB_FSYNC''@/$(GL_GNULIB_FSYNC)/g' \ 1015 -e 's/@''GNULIB_FTRUNCATE''@/$(GL_GNULIB_FTRUNCATE)/g' \ 1016 -e 's/@''GNULIB_GETCWD''@/$(GL_GNULIB_GETCWD)/g' \ 1017 -e 's/@''GNULIB_GETDOMAINNAME''@/$(GL_GNULIB_GETDOMAINNAME)/g' \ 1018 -e 's/@''GNULIB_GETDTABLESIZE''@/$(GL_GNULIB_GETDTABLESIZE)/g' \ 1019 -e 's/@''GNULIB_GETENTROPY''@/$(GL_GNULIB_GETENTROPY)/g' \ 1020 -e 's/@''GNULIB_GETGROUPS''@/$(GL_GNULIB_GETGROUPS)/g' \ 1021 -e 's/@''GNULIB_GETHOSTNAME''@/$(GL_GNULIB_GETHOSTNAME)/g' \ 1022 -e 's/@''GNULIB_GETLOGIN''@/$(GL_GNULIB_GETLOGIN)/g' \ 1023 -e 's/@''GNULIB_GETLOGIN_R''@/$(GL_GNULIB_GETLOGIN_R)/g' \ 1024 -e 's/@''GNULIB_GETOPT_POSIX''@/$(GL_GNULIB_GETOPT_POSIX)/g' \ 1025 -e 's/@''GNULIB_GETPAGESIZE''@/$(GL_GNULIB_GETPAGESIZE)/g' \ 1026 -e 's/@''GNULIB_GETPASS''@/$(GL_GNULIB_GETPASS)/g' \ 1027 -e 's/@''GNULIB_GETUSERSHELL''@/$(GL_GNULIB_GETUSERSHELL)/g' \ 1028 -e 's/@''GNULIB_GROUP_MEMBER''@/$(GL_GNULIB_GROUP_MEMBER)/g' \ 1029 -e 's/@''GNULIB_ISATTY''@/$(GL_GNULIB_ISATTY)/g' \ 1030 -e 's/@''GNULIB_LCHOWN''@/$(GL_GNULIB_LCHOWN)/g' \ 1031 -e 's/@''GNULIB_LINK''@/$(GL_GNULIB_LINK)/g' \ 1032 -e 's/@''GNULIB_LINKAT''@/$(GL_GNULIB_LINKAT)/g' \ 1033 -e 's/@''GNULIB_LSEEK''@/$(GL_GNULIB_LSEEK)/g' \ 1034 -e 's/@''GNULIB_PIPE''@/$(GL_GNULIB_PIPE)/g' \ 1035 -e 's/@''GNULIB_PIPE2''@/$(GL_GNULIB_PIPE2)/g' \ 1036 -e 's/@''GNULIB_PREAD''@/$(GL_GNULIB_PREAD)/g' \ 1037 -e 's/@''GNULIB_PWRITE''@/$(GL_GNULIB_PWRITE)/g' \ 1038 -e 's/@''GNULIB_READ''@/$(GL_GNULIB_READ)/g' \ 1039 -e 's/@''GNULIB_READLINK''@/$(GL_GNULIB_READLINK)/g' \ 1040 -e 's/@''GNULIB_READLINKAT''@/$(GL_GNULIB_READLINKAT)/g' \ 1041 -e 's/@''GNULIB_RMDIR''@/$(GL_GNULIB_RMDIR)/g' \ 1042 -e 's/@''GNULIB_SETHOSTNAME''@/$(GL_GNULIB_SETHOSTNAME)/g' \ 1043 -e 's/@''GNULIB_SLEEP''@/$(GL_GNULIB_SLEEP)/g' \ 1044 -e 's/@''GNULIB_SYMLINK''@/$(GL_GNULIB_SYMLINK)/g' \ 1045 -e 's/@''GNULIB_SYMLINKAT''@/$(GL_GNULIB_SYMLINKAT)/g' \ 1046 -e 's/@''GNULIB_TRUNCATE''@/$(GL_GNULIB_TRUNCATE)/g' \ 1047 -e 's/@''GNULIB_TTYNAME_R''@/$(GL_GNULIB_TTYNAME_R)/g' \ 1048 -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GL_GNULIB_UNISTD_H_GETOPT)/g' \ 1049 -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GL_GNULIB_UNISTD_H_NONBLOCKING)/g' \ 1050 -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GL_GNULIB_UNISTD_H_SIGPIPE)/g' \ 1051 -e 's/@''GNULIB_UNLINK''@/$(GL_GNULIB_UNLINK)/g' \ 1052 -e 's/@''GNULIB_UNLINKAT''@/$(GL_GNULIB_UNLINKAT)/g' \ 1053 -e 's/@''GNULIB_USLEEP''@/$(GL_GNULIB_USLEEP)/g' \ 1054 -e 's/@''GNULIB_WRITE''@/$(GL_GNULIB_WRITE)/g' \ 1055 -e 's/@''GNULIB_MDA_ACCESS''@/$(GL_GNULIB_MDA_ACCESS)/g' \ 1056 -e 's/@''GNULIB_MDA_CHDIR''@/$(GL_GNULIB_MDA_CHDIR)/g' \ 1057 -e 's/@''GNULIB_MDA_CLOSE''@/$(GL_GNULIB_MDA_CLOSE)/g' \ 1058 -e 's/@''GNULIB_MDA_DUP''@/$(GL_GNULIB_MDA_DUP)/g' \ 1059 -e 's/@''GNULIB_MDA_DUP2''@/$(GL_GNULIB_MDA_DUP2)/g' \ 1060 -e 's/@''GNULIB_MDA_EXECL''@/$(GL_GNULIB_MDA_EXECL)/g' \ 1061 -e 's/@''GNULIB_MDA_EXECLE''@/$(GL_GNULIB_MDA_EXECLE)/g' \ 1062 -e 's/@''GNULIB_MDA_EXECLP''@/$(GL_GNULIB_MDA_EXECLP)/g' \ 1063 -e 's/@''GNULIB_MDA_EXECV''@/$(GL_GNULIB_MDA_EXECV)/g' \ 1064 -e 's/@''GNULIB_MDA_EXECVE''@/$(GL_GNULIB_MDA_EXECVE)/g' \ 1065 -e 's/@''GNULIB_MDA_EXECVP''@/$(GL_GNULIB_MDA_EXECVP)/g' \ 1066 -e 's/@''GNULIB_MDA_EXECVPE''@/$(GL_GNULIB_MDA_EXECVPE)/g' \ 1067 -e 's/@''GNULIB_MDA_GETCWD''@/$(GL_GNULIB_MDA_GETCWD)/g' \ 1068 -e 's/@''GNULIB_MDA_GETPID''@/$(GL_GNULIB_MDA_GETPID)/g' \ 1069 -e 's/@''GNULIB_MDA_ISATTY''@/$(GL_GNULIB_MDA_ISATTY)/g' \ 1070 -e 's/@''GNULIB_MDA_LSEEK''@/$(GL_GNULIB_MDA_LSEEK)/g' \ 1071 -e 's/@''GNULIB_MDA_READ''@/$(GL_GNULIB_MDA_READ)/g' \ 1072 -e 's/@''GNULIB_MDA_RMDIR''@/$(GL_GNULIB_MDA_RMDIR)/g' \ 1073 -e 's/@''GNULIB_MDA_SWAB''@/$(GL_GNULIB_MDA_SWAB)/g' \ 1074 -e 's/@''GNULIB_MDA_UNLINK''@/$(GL_GNULIB_MDA_UNLINK)/g' \ 1075 -e 's/@''GNULIB_MDA_WRITE''@/$(GL_GNULIB_MDA_WRITE)/g' \ 1076 < $(srcdir)/unistd.in.h | \ 1077 sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \ 1078 -e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \ 1079 -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \ 1080 -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \ 1081 -e 's|@''HAVE_EXECVPE''@|$(HAVE_EXECVPE)|g' \ 1082 -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \ 1083 -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \ 1084 -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \ 1085 -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \ 1086 -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \ 1087 -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \ 1088 -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \ 1089 -e 's|@''HAVE_GETENTROPY''@|$(HAVE_GETENTROPY)|g' \ 1090 -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \ 1091 -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \ 1092 -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \ 1093 -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \ 1094 -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \ 1095 -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \ 1096 -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \ 1097 -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \ 1098 -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \ 1099 -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \ 1100 -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \ 1101 -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \ 1102 -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \ 1103 -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \ 1104 -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \ 1105 -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \ 1106 -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \ 1107 -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \ 1108 -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \ 1109 -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \ 1110 -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \ 1111 -e 's|@''HAVE_DECL_EXECVPE''@|$(HAVE_DECL_EXECVPE)|g' \ 1112 -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \ 1113 -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \ 1114 -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \ 1115 -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \ 1116 -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \ 1117 -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \ 1118 -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \ 1119 -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \ 1120 -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \ 1121 -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \ 1122 -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \ 1123 -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \ 1124 | \ 1125 sed -e 's|@''REPLACE_ACCESS''@|$(REPLACE_ACCESS)|g' \ 1126 -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \ 1127 -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \ 1128 -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \ 1129 -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \ 1130 -e 's|@''REPLACE_EXECL''@|$(REPLACE_EXECL)|g' \ 1131 -e 's|@''REPLACE_EXECLE''@|$(REPLACE_EXECLE)|g' \ 1132 -e 's|@''REPLACE_EXECLP''@|$(REPLACE_EXECLP)|g' \ 1133 -e 's|@''REPLACE_EXECV''@|$(REPLACE_EXECV)|g' \ 1134 -e 's|@''REPLACE_EXECVE''@|$(REPLACE_EXECVE)|g' \ 1135 -e 's|@''REPLACE_EXECVP''@|$(REPLACE_EXECVP)|g' \ 1136 -e 's|@''REPLACE_EXECVPE''@|$(REPLACE_EXECVPE)|g' \ 1137 -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \ 1138 -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \ 1139 -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \ 1140 -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \ 1141 -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \ 1142 -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \ 1143 -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \ 1144 -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \ 1145 -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \ 1146 -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \ 1147 -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \ 1148 -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \ 1149 -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \ 1150 -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \ 1151 -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \ 1152 -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \ 1153 -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \ 1154 -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \ 1155 -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \ 1156 -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \ 1157 -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \ 1158 -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \ 1159 -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \ 1160 -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \ 1161 -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \ 1162 -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \ 1163 -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \ 1164 -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \ 1165 -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \ 1166 -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \ 1167 -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|$(UNISTD_H_HAVE_SYS_RANDOM_H)|g' \ 1168 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \ 1169 -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \ 1170 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 1171 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 1172 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 1173 } > $@-t && \ 1174 mv $@-t $@ 1175MOSTLYCLEANFILES += unistd.h unistd.h-t 1176 1177EXTRA_DIST += unistd.in.h 1178 1179## end gnulib module unistd 1180 1181## begin gnulib module verify 1182 1183 1184EXTRA_DIST += verify.h 1185 1186## end gnulib module verify 1187 1188## begin gnulib module wchar 1189 1190BUILT_SOURCES += wchar.h 1191 1192# We need the following in order to create <wchar.h> when the system 1193# version does not work standalone. 1194wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) 1195 $(AM_V_GEN)rm -f $@-t $@ && \ 1196 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 1197 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 1198 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1199 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 1200 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 1201 -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \ 1202 -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \ 1203 -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \ 1204 -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \ 1205 -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/$(GNULIBHEADERS_OVERRIDE_WINT_T)/g' \ 1206 -e 's/@''GNULIB_BTOWC''@/$(GL_GNULIB_BTOWC)/g' \ 1207 -e 's/@''GNULIB_WCTOB''@/$(GL_GNULIB_WCTOB)/g' \ 1208 -e 's/@''GNULIB_MBSINIT''@/$(GL_GNULIB_MBSINIT)/g' \ 1209 -e 's/@''GNULIB_MBRTOWC''@/$(GL_GNULIB_MBRTOWC)/g' \ 1210 -e 's/@''GNULIB_MBRLEN''@/$(GL_GNULIB_MBRLEN)/g' \ 1211 -e 's/@''GNULIB_MBSRTOWCS''@/$(GL_GNULIB_MBSRTOWCS)/g' \ 1212 -e 's/@''GNULIB_MBSNRTOWCS''@/$(GL_GNULIB_MBSNRTOWCS)/g' \ 1213 -e 's/@''GNULIB_WCRTOMB''@/$(GL_GNULIB_WCRTOMB)/g' \ 1214 -e 's/@''GNULIB_WCSRTOMBS''@/$(GL_GNULIB_WCSRTOMBS)/g' \ 1215 -e 's/@''GNULIB_WCSNRTOMBS''@/$(GL_GNULIB_WCSNRTOMBS)/g' \ 1216 -e 's/@''GNULIB_WCWIDTH''@/$(GL_GNULIB_WCWIDTH)/g' \ 1217 -e 's/@''GNULIB_WMEMCHR''@/$(GL_GNULIB_WMEMCHR)/g' \ 1218 -e 's/@''GNULIB_WMEMCMP''@/$(GL_GNULIB_WMEMCMP)/g' \ 1219 -e 's/@''GNULIB_WMEMCPY''@/$(GL_GNULIB_WMEMCPY)/g' \ 1220 -e 's/@''GNULIB_WMEMMOVE''@/$(GL_GNULIB_WMEMMOVE)/g' \ 1221 -e 's/@''GNULIB_WMEMPCPY''@/$(GL_GNULIB_WMEMPCPY)/g' \ 1222 -e 's/@''GNULIB_WMEMSET''@/$(GL_GNULIB_WMEMSET)/g' \ 1223 -e 's/@''GNULIB_WCSLEN''@/$(GL_GNULIB_WCSLEN)/g' \ 1224 -e 's/@''GNULIB_WCSNLEN''@/$(GL_GNULIB_WCSNLEN)/g' \ 1225 -e 's/@''GNULIB_WCSCPY''@/$(GL_GNULIB_WCSCPY)/g' \ 1226 -e 's/@''GNULIB_WCPCPY''@/$(GL_GNULIB_WCPCPY)/g' \ 1227 -e 's/@''GNULIB_WCSNCPY''@/$(GL_GNULIB_WCSNCPY)/g' \ 1228 -e 's/@''GNULIB_WCPNCPY''@/$(GL_GNULIB_WCPNCPY)/g' \ 1229 -e 's/@''GNULIB_WCSCAT''@/$(GL_GNULIB_WCSCAT)/g' \ 1230 -e 's/@''GNULIB_WCSNCAT''@/$(GL_GNULIB_WCSNCAT)/g' \ 1231 -e 's/@''GNULIB_WCSCMP''@/$(GL_GNULIB_WCSCMP)/g' \ 1232 -e 's/@''GNULIB_WCSNCMP''@/$(GL_GNULIB_WCSNCMP)/g' \ 1233 -e 's/@''GNULIB_WCSCASECMP''@/$(GL_GNULIB_WCSCASECMP)/g' \ 1234 -e 's/@''GNULIB_WCSNCASECMP''@/$(GL_GNULIB_WCSNCASECMP)/g' \ 1235 -e 's/@''GNULIB_WCSCOLL''@/$(GL_GNULIB_WCSCOLL)/g' \ 1236 -e 's/@''GNULIB_WCSXFRM''@/$(GL_GNULIB_WCSXFRM)/g' \ 1237 -e 's/@''GNULIB_WCSDUP''@/$(GL_GNULIB_WCSDUP)/g' \ 1238 -e 's/@''GNULIB_WCSCHR''@/$(GL_GNULIB_WCSCHR)/g' \ 1239 -e 's/@''GNULIB_WCSRCHR''@/$(GL_GNULIB_WCSRCHR)/g' \ 1240 -e 's/@''GNULIB_WCSCSPN''@/$(GL_GNULIB_WCSCSPN)/g' \ 1241 -e 's/@''GNULIB_WCSSPN''@/$(GL_GNULIB_WCSSPN)/g' \ 1242 -e 's/@''GNULIB_WCSPBRK''@/$(GL_GNULIB_WCSPBRK)/g' \ 1243 -e 's/@''GNULIB_WCSSTR''@/$(GL_GNULIB_WCSSTR)/g' \ 1244 -e 's/@''GNULIB_WCSTOK''@/$(GL_GNULIB_WCSTOK)/g' \ 1245 -e 's/@''GNULIB_WCSWIDTH''@/$(GL_GNULIB_WCSWIDTH)/g' \ 1246 -e 's/@''GNULIB_WCSFTIME''@/$(GL_GNULIB_WCSFTIME)/g' \ 1247 -e 's/@''GNULIB_MDA_WCSDUP''@/$(GL_GNULIB_MDA_WCSDUP)/g' \ 1248 < $(srcdir)/wchar.in.h | \ 1249 sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \ 1250 -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \ 1251 -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \ 1252 -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \ 1253 -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \ 1254 -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \ 1255 -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \ 1256 -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \ 1257 -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \ 1258 -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \ 1259 -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \ 1260 -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \ 1261 -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \ 1262 -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \ 1263 -e 's|@''HAVE_WMEMPCPY''@|$(HAVE_WMEMPCPY)|g' \ 1264 -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \ 1265 -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \ 1266 -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \ 1267 -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \ 1268 -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \ 1269 -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \ 1270 -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \ 1271 -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \ 1272 -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \ 1273 -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \ 1274 -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \ 1275 -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \ 1276 -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \ 1277 -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \ 1278 -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \ 1279 -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \ 1280 -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \ 1281 -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \ 1282 -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \ 1283 -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \ 1284 -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \ 1285 -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \ 1286 -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \ 1287 -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \ 1288 -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \ 1289 -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \ 1290 -e 's|@''HAVE_DECL_WCSDUP''@|$(HAVE_DECL_WCSDUP)|g' \ 1291 -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \ 1292 | \ 1293 sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \ 1294 -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \ 1295 -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \ 1296 -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \ 1297 -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \ 1298 -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \ 1299 -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \ 1300 -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \ 1301 -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \ 1302 -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \ 1303 -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \ 1304 -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \ 1305 -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \ 1306 -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \ 1307 -e 's|@''REPLACE_WCSTOK''@|$(REPLACE_WCSTOK)|g' \ 1308 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 1309 -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ 1310 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \ 1311 } > $@-t && \ 1312 mv $@-t $@ 1313MOSTLYCLEANFILES += wchar.h wchar.h-t 1314 1315EXTRA_DIST += wchar.in.h 1316 1317## end gnulib module wchar 1318 1319## begin gnulib module wcrtomb 1320 1321 1322EXTRA_DIST += wcrtomb.c 1323 1324EXTRA_libgnu_a_SOURCES += wcrtomb.c 1325 1326## end gnulib module wcrtomb 1327 1328## begin gnulib module wctype-h 1329 1330BUILT_SOURCES += wctype.h 1331libgnu_a_SOURCES += wctype-h.c 1332 1333# We need the following in order to create <wctype.h> when the system 1334# doesn't have one that works with the given compiler. 1335wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) 1336 $(AM_V_GEN)rm -f $@-t $@ && \ 1337 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ 1338 sed -e 's|@''GUARD_PREFIX''@|GL|g' \ 1339 -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \ 1340 -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ 1341 -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ 1342 -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \ 1343 -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \ 1344 -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \ 1345 -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/$(GNULIBHEADERS_OVERRIDE_WINT_T)/g' \ 1346 -e 's/@''GNULIB_ISWBLANK''@/$(GL_GNULIB_ISWBLANK)/g' \ 1347 -e 's/@''GNULIB_ISWDIGIT''@/$(GL_GNULIB_ISWDIGIT)/g' \ 1348 -e 's/@''GNULIB_ISWXDIGIT''@/$(GL_GNULIB_ISWXDIGIT)/g' \ 1349 -e 's/@''GNULIB_WCTYPE''@/$(GL_GNULIB_WCTYPE)/g' \ 1350 -e 's/@''GNULIB_ISWCTYPE''@/$(GL_GNULIB_ISWCTYPE)/g' \ 1351 -e 's/@''GNULIB_WCTRANS''@/$(GL_GNULIB_WCTRANS)/g' \ 1352 -e 's/@''GNULIB_TOWCTRANS''@/$(GL_GNULIB_TOWCTRANS)/g' \ 1353 -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \ 1354 -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ 1355 -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \ 1356 -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \ 1357 -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ 1358 -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \ 1359 -e 's/@''REPLACE_ISWDIGIT''@/$(REPLACE_ISWDIGIT)/g' \ 1360 -e 's/@''REPLACE_ISWXDIGIT''@/$(REPLACE_ISWXDIGIT)/g' \ 1361 -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ 1362 -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \ 1363 -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ 1364 -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ 1365 < $(srcdir)/wctype.in.h; \ 1366 } > $@-t && \ 1367 mv $@-t $@ 1368MOSTLYCLEANFILES += wctype.h wctype.h-t 1369 1370EXTRA_DIST += wctype.in.h 1371 1372## end gnulib module wctype-h 1373 1374## begin gnulib module windows-mutex 1375 1376 1377EXTRA_DIST += windows-initguard.h windows-mutex.c windows-mutex.h 1378 1379EXTRA_libgnu_a_SOURCES += windows-mutex.c 1380 1381## end gnulib module windows-mutex 1382 1383## begin gnulib module windows-once 1384 1385 1386EXTRA_DIST += windows-once.c windows-once.h 1387 1388EXTRA_libgnu_a_SOURCES += windows-once.c 1389 1390## end gnulib module windows-once 1391 1392## begin gnulib module windows-recmutex 1393 1394 1395EXTRA_DIST += windows-initguard.h windows-recmutex.c windows-recmutex.h 1396 1397EXTRA_libgnu_a_SOURCES += windows-recmutex.c 1398 1399## end gnulib module windows-recmutex 1400 1401## begin gnulib module windows-rwlock 1402 1403 1404EXTRA_DIST += windows-initguard.h windows-rwlock.c windows-rwlock.h 1405 1406EXTRA_libgnu_a_SOURCES += windows-rwlock.c 1407 1408## end gnulib module windows-rwlock 1409 1410## begin gnulib module wmemchr 1411 1412 1413EXTRA_DIST += wmemchr-impl.h wmemchr.c 1414 1415EXTRA_libgnu_a_SOURCES += wmemchr.c 1416 1417## end gnulib module wmemchr 1418 1419## begin gnulib module wmempcpy 1420 1421 1422EXTRA_DIST += wmempcpy.c 1423 1424EXTRA_libgnu_a_SOURCES += wmempcpy.c 1425 1426## end gnulib module wmempcpy 1427 1428 1429mostlyclean-local: mostlyclean-generic 1430 @for dir in '' $(MOSTLYCLEANDIRS); do \ 1431 if test -n "$$dir" && test -d $$dir; then \ 1432 echo "rmdir $$dir"; rmdir $$dir; \ 1433 fi; \ 1434 done; \ 1435 : 1436