Annotation of embedaddon/libiconv/srclib/Makefile.gnulib, revision 1.1
1.1 ! misho 1: ## DO NOT EDIT! GENERATED AUTOMATICALLY!
! 2: ## Process this file with automake to produce Makefile.in.
! 3: # Copyright (C) 2002-2009 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=gnulib-local --lib=libicrt --source-base=srclib --m4-base=srcm4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=Makefile.gnulib --no-libtool --macro-prefix=gl binary-io error exit gettext gettext-h libiconv-misc mbstate memmove progname relocatable-prog sigpipe stdio strerror unistd uniwidth/width unlocked-io xalloc
! 13:
! 14:
! 15: MOSTLYCLEANFILES += core *.stackdump
! 16:
! 17: noinst_LIBRARIES += libicrt.a
! 18:
! 19: libicrt_a_SOURCES =
! 20: libicrt_a_LIBADD = $(gl_LIBOBJS)
! 21: libicrt_a_DEPENDENCIES = $(gl_LIBOBJS)
! 22: EXTRA_libicrt_a_SOURCES =
! 23:
! 24: ## begin gnulib module alloca-opt
! 25:
! 26: BUILT_SOURCES += $(ALLOCA_H)
! 27:
! 28: # We need the following in order to create <alloca.h> when the system
! 29: # doesn't have one that works with the given compiler.
! 30: alloca.h: alloca.in.h
! 31: { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
! 32: cat $(srcdir)/alloca.in.h; \
! 33: } > $@-t
! 34: mv -f $@-t $@
! 35: MOSTLYCLEANFILES += alloca.h alloca.h-t
! 36:
! 37: EXTRA_DIST += alloca.in.h
! 38:
! 39: ## end gnulib module alloca-opt
! 40:
! 41: ## begin gnulib module areadlink
! 42:
! 43: libicrt_a_SOURCES += areadlink.c
! 44:
! 45: EXTRA_DIST += areadlink.h
! 46:
! 47: ## end gnulib module areadlink
! 48:
! 49: ## begin gnulib module binary-io
! 50:
! 51: libicrt_a_SOURCES += binary-io.h
! 52:
! 53: ## end gnulib module binary-io
! 54:
! 55: ## begin gnulib module canonicalize-lgpl
! 56:
! 57:
! 58: EXTRA_DIST += canonicalize-lgpl.c canonicalize.h
! 59:
! 60: EXTRA_libicrt_a_SOURCES += canonicalize-lgpl.c
! 61:
! 62: ## end gnulib module canonicalize-lgpl
! 63:
! 64: ## begin gnulib module errno
! 65:
! 66: BUILT_SOURCES += $(ERRNO_H)
! 67:
! 68: # We need the following in order to create <errno.h> when the system
! 69: # doesn't have one that is POSIX compliant.
! 70: errno.h: errno.in.h
! 71: rm -f $@-t $@
! 72: { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
! 73: sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
! 74: -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
! 75: -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
! 76: -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
! 77: -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
! 78: -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
! 79: -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
! 80: -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
! 81: -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
! 82: < $(srcdir)/errno.in.h; \
! 83: } > $@-t
! 84: mv $@-t $@
! 85: MOSTLYCLEANFILES += errno.h errno.h-t
! 86:
! 87: EXTRA_DIST += errno.in.h
! 88:
! 89: ## end gnulib module errno
! 90:
! 91: ## begin gnulib module error
! 92:
! 93:
! 94: EXTRA_DIST += error.c error.h
! 95:
! 96: EXTRA_libicrt_a_SOURCES += error.c
! 97:
! 98: ## end gnulib module error
! 99:
! 100: ## begin gnulib module gettext
! 101:
! 102: # This is for those projects which use "gettextize --intl" to put a source-code
! 103: # copy of libintl into their package. In such projects, every Makefile.am needs
! 104: # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
! 105: # For the Makefile.ams in other directories it is the maintainer's
! 106: # responsibility; for the one from gnulib we do it here.
! 107: # This option has no effect when the user disables NLS (because then the intl
! 108: # directory contains no libintl.h file) or when the project does not use
! 109: # "gettextize --intl".
! 110: AM_CPPFLAGS += -I$(top_builddir)/intl
! 111:
! 112: EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
! 113:
! 114: ## end gnulib module gettext
! 115:
! 116: ## begin gnulib module gettext-h
! 117:
! 118: libicrt_a_SOURCES += gettext.h
! 119:
! 120: ## end gnulib module gettext-h
! 121:
! 122: ## begin gnulib module havelib
! 123:
! 124:
! 125: EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
! 126:
! 127: ## end gnulib module havelib
! 128:
! 129: ## begin gnulib module intprops
! 130:
! 131:
! 132: EXTRA_DIST += intprops.h
! 133:
! 134: ## end gnulib module intprops
! 135:
! 136: ## begin gnulib module libiconv-misc
! 137:
! 138: # Parametrization of the 'relocatable' module.
! 139: AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1
! 140:
! 141: ## end gnulib module libiconv-misc
! 142:
! 143: ## begin gnulib module link-warning
! 144:
! 145: LINK_WARNING_H=$(top_srcdir)/build-aux/link-warning.h
! 146:
! 147: EXTRA_DIST += $(top_srcdir)/build-aux/link-warning.h
! 148:
! 149: ## end gnulib module link-warning
! 150:
! 151: ## begin gnulib module malloc-posix
! 152:
! 153:
! 154: EXTRA_DIST += malloc.c
! 155:
! 156: EXTRA_libicrt_a_SOURCES += malloc.c
! 157:
! 158: ## end gnulib module malloc-posix
! 159:
! 160: ## begin gnulib module malloca
! 161:
! 162: libicrt_a_SOURCES += malloca.c
! 163:
! 164: EXTRA_DIST += malloca.h malloca.valgrind
! 165:
! 166: ## end gnulib module malloca
! 167:
! 168: ## begin gnulib module memmove
! 169:
! 170:
! 171: EXTRA_DIST += memmove.c
! 172:
! 173: EXTRA_libicrt_a_SOURCES += memmove.c
! 174:
! 175: ## end gnulib module memmove
! 176:
! 177: ## begin gnulib module pathmax
! 178:
! 179:
! 180: EXTRA_DIST += pathmax.h
! 181:
! 182: ## end gnulib module pathmax
! 183:
! 184: ## begin gnulib module progname
! 185:
! 186: libicrt_a_SOURCES += progname.h progname.c
! 187:
! 188: ## end gnulib module progname
! 189:
! 190: ## begin gnulib module readlink
! 191:
! 192:
! 193: EXTRA_DIST += readlink.c
! 194:
! 195: EXTRA_libicrt_a_SOURCES += readlink.c
! 196:
! 197: ## end gnulib module readlink
! 198:
! 199: ## begin gnulib module relocatable-prog
! 200:
! 201: DEFS += -DEXEEXT=\"@EXEEXT@\"
! 202:
! 203: EXTRA_DIST += progreloc.c relocatable.c relocatable.h
! 204:
! 205: EXTRA_libicrt_a_SOURCES += progreloc.c relocatable.c
! 206:
! 207: EXTRA_DIST += $(top_srcdir)/build-aux/config.libpath $(top_srcdir)/build-aux/reloc-ldflags
! 208:
! 209: ## end gnulib module relocatable-prog
! 210:
! 211: ## begin gnulib module relocatable-prog-wrapper
! 212:
! 213:
! 214: EXTRA_DIST += areadlink.c areadlink.h c-ctype.c c-ctype.h canonicalize-lgpl.c canonicalize.h malloca.c malloca.h progname.c progname.h progreloc.c readlink.c relocatable.c relocatable.h relocwrapper.c setenv.c strerror.c
! 215:
! 216: EXTRA_DIST += $(top_srcdir)/build-aux/install-reloc
! 217:
! 218: ## end gnulib module relocatable-prog-wrapper
! 219:
! 220: ## begin gnulib module signal
! 221:
! 222: BUILT_SOURCES += signal.h
! 223:
! 224: # We need the following in order to create <signal.h> when the system
! 225: # doesn't have a complete one.
! 226: signal.h: signal.in.h
! 227: rm -f $@-t $@
! 228: { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
! 229: sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
! 230: -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
! 231: -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
! 232: -e 's|@''GNULIB_SIGNAL_H_SIGPIPE''@|$(GNULIB_SIGNAL_H_SIGPIPE)|g' \
! 233: -e 's|@''GNULIB_SIGPROCMASK''@|$(GNULIB_SIGPROCMASK)|g' \
! 234: -e 's|@''GNULIB_SIGACTION''@|$(GNULIB_SIGACTION)|g' \
! 235: -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
! 236: -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
! 237: -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
! 238: -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
! 239: -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
! 240: -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
! 241: -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
! 242: < $(srcdir)/signal.in.h; \
! 243: } > $@-t
! 244: mv $@-t $@
! 245: MOSTLYCLEANFILES += signal.h signal.h-t
! 246:
! 247: EXTRA_DIST += signal.in.h
! 248:
! 249: ## end gnulib module signal
! 250:
! 251: ## begin gnulib module sigprocmask
! 252:
! 253:
! 254: EXTRA_DIST += sigprocmask.c
! 255:
! 256: EXTRA_libicrt_a_SOURCES += sigprocmask.c
! 257:
! 258: ## end gnulib module sigprocmask
! 259:
! 260: ## begin gnulib module stdbool
! 261:
! 262: BUILT_SOURCES += $(STDBOOL_H)
! 263:
! 264: # We need the following in order to create <stdbool.h> when the system
! 265: # doesn't have one that works.
! 266: stdbool.h: stdbool.in.h
! 267: rm -f $@-t $@
! 268: { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
! 269: sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
! 270: } > $@-t
! 271: mv $@-t $@
! 272: MOSTLYCLEANFILES += stdbool.h stdbool.h-t
! 273:
! 274: EXTRA_DIST += stdbool.in.h
! 275:
! 276: ## end gnulib module stdbool
! 277:
! 278: ## begin gnulib module stdint
! 279:
! 280: BUILT_SOURCES += $(STDINT_H)
! 281:
! 282: # We need the following in order to create <stdint.h> when the system
! 283: # doesn't have one that works with the given compiler.
! 284: stdint.h: stdint.in.h
! 285: rm -f $@-t $@
! 286: { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
! 287: sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
! 288: -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
! 289: -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
! 290: -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
! 291: -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
! 292: -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
! 293: -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
! 294: -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
! 295: -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
! 296: -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
! 297: -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
! 298: -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
! 299: -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
! 300: -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
! 301: -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
! 302: -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
! 303: -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
! 304: -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
! 305: -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
! 306: -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
! 307: -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
! 308: -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
! 309: -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
! 310: -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
! 311: < $(srcdir)/stdint.in.h; \
! 312: } > $@-t
! 313: mv $@-t $@
! 314: MOSTLYCLEANFILES += stdint.h stdint.h-t
! 315:
! 316: EXTRA_DIST += stdint.in.h
! 317:
! 318: ## end gnulib module stdint
! 319:
! 320: ## begin gnulib module stdio
! 321:
! 322: BUILT_SOURCES += stdio.h
! 323:
! 324: # We need the following in order to create <stdio.h> when the system
! 325: # doesn't have one that works with the given compiler.
! 326: stdio.h: stdio.in.h
! 327: rm -f $@-t $@
! 328: { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
! 329: sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
! 330: -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
! 331: -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
! 332: -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
! 333: -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
! 334: -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
! 335: -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
! 336: -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
! 337: -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
! 338: -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
! 339: -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
! 340: -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
! 341: -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
! 342: -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
! 343: -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
! 344: -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
! 345: -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
! 346: -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
! 347: -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
! 348: -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
! 349: -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
! 350: -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
! 351: -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
! 352: -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
! 353: -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
! 354: -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
! 355: -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
! 356: -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
! 357: -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
! 358: -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
! 359: -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
! 360: -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
! 361: -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
! 362: -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
! 363: -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
! 364: -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
! 365: -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
! 366: -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
! 367: -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
! 368: -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
! 369: -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
! 370: -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
! 371: -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
! 372: -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
! 373: -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
! 374: -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
! 375: -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
! 376: -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
! 377: -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
! 378: -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
! 379: -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
! 380: -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
! 381: -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
! 382: -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
! 383: -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
! 384: -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
! 385: -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
! 386: -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
! 387: -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
! 388: -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
! 389: -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
! 390: -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
! 391: -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
! 392: -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
! 393: -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
! 394: -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
! 395: -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
! 396: -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
! 397: -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
! 398: -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
! 399: -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
! 400: -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
! 401: -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
! 402: < $(srcdir)/stdio.in.h; \
! 403: } > $@-t
! 404: mv $@-t $@
! 405: MOSTLYCLEANFILES += stdio.h stdio.h-t
! 406:
! 407: EXTRA_DIST += stdio-write.c stdio.in.h
! 408:
! 409: EXTRA_libicrt_a_SOURCES += stdio-write.c
! 410:
! 411: ## end gnulib module stdio
! 412:
! 413: ## begin gnulib module stdlib
! 414:
! 415: BUILT_SOURCES += stdlib.h
! 416:
! 417: # We need the following in order to create <stdlib.h> when the system
! 418: # doesn't have one that works with the given compiler.
! 419: stdlib.h: stdlib.in.h
! 420: rm -f $@-t $@
! 421: { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
! 422: sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
! 423: -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
! 424: -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
! 425: -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
! 426: -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
! 427: -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
! 428: -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
! 429: -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
! 430: -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
! 431: -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
! 432: -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
! 433: -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
! 434: -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
! 435: -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
! 436: -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
! 437: -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
! 438: -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
! 439: -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
! 440: -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
! 441: -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
! 442: -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
! 443: -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
! 444: -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
! 445: -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
! 446: -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
! 447: -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
! 448: -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
! 449: -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
! 450: -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
! 451: -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
! 452: -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
! 453: -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
! 454: -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
! 455: -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
! 456: -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
! 457: -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
! 458: -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
! 459: -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
! 460: -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
! 461: -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \
! 462: -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
! 463: < $(srcdir)/stdlib.in.h; \
! 464: } > $@-t
! 465: mv $@-t $@
! 466: MOSTLYCLEANFILES += stdlib.h stdlib.h-t
! 467:
! 468: EXTRA_DIST += stdlib.in.h
! 469:
! 470: ## end gnulib module stdlib
! 471:
! 472: ## begin gnulib module streq
! 473:
! 474:
! 475: EXTRA_DIST += streq.h
! 476:
! 477: ## end gnulib module streq
! 478:
! 479: ## begin gnulib module strerror
! 480:
! 481:
! 482: EXTRA_DIST += strerror.c
! 483:
! 484: EXTRA_libicrt_a_SOURCES += strerror.c
! 485:
! 486: ## end gnulib module strerror
! 487:
! 488: ## begin gnulib module string
! 489:
! 490: BUILT_SOURCES += string.h
! 491:
! 492: # We need the following in order to create <string.h> when the system
! 493: # doesn't have one that works with the given compiler.
! 494: string.h: string.in.h
! 495: rm -f $@-t $@
! 496: { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
! 497: sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
! 498: -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
! 499: -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
! 500: -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
! 501: -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
! 502: -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
! 503: -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
! 504: -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
! 505: -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
! 506: -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
! 507: -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
! 508: -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
! 509: -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
! 510: -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
! 511: -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
! 512: -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
! 513: -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
! 514: -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
! 515: -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
! 516: -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
! 517: -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
! 518: -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
! 519: -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
! 520: -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
! 521: -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
! 522: -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
! 523: -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
! 524: -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
! 525: -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
! 526: -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
! 527: -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
! 528: -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
! 529: -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
! 530: -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
! 531: -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
! 532: -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
! 533: -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
! 534: -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
! 535: -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
! 536: -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
! 537: -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
! 538: -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
! 539: -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
! 540: -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
! 541: -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \
! 542: -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
! 543: -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
! 544: -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
! 545: -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
! 546: -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
! 547: -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
! 548: -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
! 549: -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
! 550: -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
! 551: -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
! 552: -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
! 553: -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
! 554: -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
! 555: -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
! 556: -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
! 557: -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
! 558: -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
! 559: < $(srcdir)/string.in.h; \
! 560: } > $@-t
! 561: mv $@-t $@
! 562: MOSTLYCLEANFILES += string.h string.h-t
! 563:
! 564: EXTRA_DIST += string.in.h
! 565:
! 566: ## end gnulib module string
! 567:
! 568: ## begin gnulib module unistd
! 569:
! 570: BUILT_SOURCES += unistd.h
! 571:
! 572: # We need the following in order to create an empty placeholder for
! 573: # <unistd.h> when the system doesn't have one.
! 574: unistd.h: unistd.in.h
! 575: rm -f $@-t $@
! 576: { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
! 577: sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
! 578: -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
! 579: -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
! 580: -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
! 581: -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
! 582: -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
! 583: -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
! 584: -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
! 585: -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
! 586: -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
! 587: -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
! 588: -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
! 589: -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
! 590: -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
! 591: -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
! 592: -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
! 593: -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
! 594: -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
! 595: -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
! 596: -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
! 597: -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
! 598: -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
! 599: -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
! 600: -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
! 601: -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
! 602: -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
! 603: -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
! 604: -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
! 605: -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
! 606: -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
! 607: -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
! 608: -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
! 609: -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
! 610: -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
! 611: -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
! 612: -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
! 613: -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
! 614: -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
! 615: -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
! 616: -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
! 617: -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
! 618: -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
! 619: -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
! 620: -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
! 621: -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
! 622: -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
! 623: -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
! 624: -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
! 625: -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
! 626: -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
! 627: -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
! 628: -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
! 629: < $(srcdir)/unistd.in.h; \
! 630: } > $@-t
! 631: mv $@-t $@
! 632: MOSTLYCLEANFILES += unistd.h unistd.h-t
! 633:
! 634: EXTRA_DIST += unistd.in.h
! 635:
! 636: ## end gnulib module unistd
! 637:
! 638: ## begin gnulib module unitypes
! 639:
! 640:
! 641: EXTRA_DIST += unitypes.h
! 642:
! 643: ## end gnulib module unitypes
! 644:
! 645: ## begin gnulib module uniwidth/base
! 646:
! 647:
! 648: EXTRA_DIST += localcharset.h uniwidth.h
! 649:
! 650: ## end gnulib module uniwidth/base
! 651:
! 652: ## begin gnulib module uniwidth/width
! 653:
! 654: libicrt_a_SOURCES += uniwidth/width.c
! 655:
! 656: EXTRA_DIST += uniwidth/cjk.h
! 657:
! 658: ## end gnulib module uniwidth/width
! 659:
! 660: ## begin gnulib module unlocked-io
! 661:
! 662:
! 663: EXTRA_DIST += unlocked-io.h
! 664:
! 665: ## end gnulib module unlocked-io
! 666:
! 667: ## begin gnulib module wchar
! 668:
! 669: BUILT_SOURCES += $(WCHAR_H)
! 670:
! 671: # We need the following in order to create <wchar.h> when the system
! 672: # version does not work standalone.
! 673: wchar.h: wchar.in.h
! 674: rm -f $@-t $@
! 675: { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
! 676: sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
! 677: -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
! 678: -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
! 679: -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
! 680: -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
! 681: -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
! 682: -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
! 683: -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
! 684: -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
! 685: -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
! 686: -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
! 687: -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
! 688: -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
! 689: -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
! 690: -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
! 691: -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
! 692: -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
! 693: -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
! 694: -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
! 695: -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
! 696: -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
! 697: -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
! 698: -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
! 699: -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
! 700: -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
! 701: -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
! 702: -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
! 703: -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
! 704: -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
! 705: -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
! 706: -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
! 707: -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
! 708: -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
! 709: -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
! 710: -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
! 711: -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
! 712: -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
! 713: -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
! 714: -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
! 715: -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
! 716: < $(srcdir)/wchar.in.h; \
! 717: } > $@-t
! 718: mv $@-t $@
! 719: MOSTLYCLEANFILES += wchar.h wchar.h-t
! 720:
! 721: EXTRA_DIST += wchar.in.h
! 722:
! 723: ## end gnulib module wchar
! 724:
! 725: ## begin gnulib module xalloc
! 726:
! 727: libicrt_a_SOURCES += xalloc.h xmalloc.c xstrdup.c
! 728:
! 729: ## end gnulib module xalloc
! 730:
! 731: ## begin gnulib module xreadlink
! 732:
! 733: libicrt_a_SOURCES += xreadlink.c
! 734:
! 735: EXTRA_DIST += xreadlink.h
! 736:
! 737: ## end gnulib module xreadlink
! 738:
! 739:
! 740: mostlyclean-local: mostlyclean-generic
! 741: @for dir in '' $(MOSTLYCLEANDIRS); do \
! 742: if test -n "$$dir" && test -d $$dir; then \
! 743: echo "rmdir $$dir"; rmdir $$dir; \
! 744: fi; \
! 745: done; \
! 746: :
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>