Makefile.in 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326
  1. # Makefile.in generated by automake 1.11 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. # Copyright (C) 2002-2009 Free Software Foundation, Inc.
  15. #
  16. # This file is free software, distributed under the terms of the GNU
  17. # General Public License. As a special exception to the GNU General
  18. # Public License, this file may be distributed as part of a program
  19. # that contains a configuration script generated by Autoconf, under
  20. # the same distribution terms as the rest of that program.
  21. #
  22. # Generated by gnulib-tool.
  23. # 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
  24. VPATH = @srcdir@
  25. pkgdatadir = $(datadir)/@PACKAGE@
  26. pkgincludedir = $(includedir)/@PACKAGE@
  27. pkglibdir = $(libdir)/@PACKAGE@
  28. pkglibexecdir = $(libexecdir)/@PACKAGE@
  29. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  30. install_sh_DATA = $(install_sh) -c -m 644
  31. install_sh_PROGRAM = $(install_sh) -c
  32. install_sh_SCRIPT = $(install_sh) -c
  33. INSTALL_HEADER = $(INSTALL_DATA)
  34. transform = $(program_transform_name)
  35. NORMAL_INSTALL = :
  36. PRE_INSTALL = :
  37. POST_INSTALL = :
  38. NORMAL_UNINSTALL = :
  39. PRE_UNINSTALL = :
  40. POST_UNINSTALL = :
  41. build_triplet = @build@
  42. host_triplet = @host@
  43. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.gnulib \
  44. $(srcdir)/Makefile.in
  45. subdir = srclib
  46. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  47. am__aclocal_m4_deps = $(top_srcdir)/srcm4/00gnulib.m4 \
  48. $(top_srcdir)/srcm4/alloca.m4 \
  49. $(top_srcdir)/srcm4/canonicalize-lgpl.m4 \
  50. $(top_srcdir)/srcm4/codeset.m4 $(top_srcdir)/srcm4/eealloc.m4 \
  51. $(top_srcdir)/srcm4/environ.m4 $(top_srcdir)/srcm4/errno_h.m4 \
  52. $(top_srcdir)/srcm4/error.m4 $(top_srcdir)/srcm4/extensions.m4 \
  53. $(top_srcdir)/srcm4/gettext.m4 \
  54. $(top_srcdir)/srcm4/gnulib-common.m4 \
  55. $(top_srcdir)/srcm4/gnulib-comp.m4 \
  56. $(top_srcdir)/srcm4/iconv.m4 \
  57. $(top_srcdir)/srcm4/include_next.m4 \
  58. $(top_srcdir)/srcm4/intlmacosx.m4 \
  59. $(top_srcdir)/srcm4/lib-ld.m4 $(top_srcdir)/srcm4/lib-link.m4 \
  60. $(top_srcdir)/srcm4/lib-prefix.m4 \
  61. $(top_srcdir)/srcm4/longlong.m4 $(top_srcdir)/srcm4/malloc.m4 \
  62. $(top_srcdir)/srcm4/malloca.m4 \
  63. $(top_srcdir)/srcm4/mbstate_t.m4 \
  64. $(top_srcdir)/srcm4/memmove.m4 \
  65. $(top_srcdir)/srcm4/multiarch.m4 $(top_srcdir)/srcm4/nls.m4 \
  66. $(top_srcdir)/srcm4/pathmax.m4 $(top_srcdir)/srcm4/po.m4 \
  67. $(top_srcdir)/srcm4/progtest.m4 \
  68. $(top_srcdir)/srcm4/readlink.m4 \
  69. $(top_srcdir)/srcm4/relocatable-lib.m4 \
  70. $(top_srcdir)/srcm4/relocatable.m4 \
  71. $(top_srcdir)/srcm4/setenv.m4 $(top_srcdir)/srcm4/signal_h.m4 \
  72. $(top_srcdir)/srcm4/signalblocking.m4 \
  73. $(top_srcdir)/srcm4/sigpipe.m4 $(top_srcdir)/srcm4/ssize_t.m4 \
  74. $(top_srcdir)/srcm4/stdbool.m4 $(top_srcdir)/srcm4/stdint.m4 \
  75. $(top_srcdir)/srcm4/stdio_h.m4 $(top_srcdir)/srcm4/stdlib_h.m4 \
  76. $(top_srcdir)/srcm4/strerror.m4 \
  77. $(top_srcdir)/srcm4/string_h.m4 \
  78. $(top_srcdir)/srcm4/unistd_h.m4 \
  79. $(top_srcdir)/srcm4/unlocked-io.m4 \
  80. $(top_srcdir)/srcm4/visibility.m4 $(top_srcdir)/srcm4/wchar.m4 \
  81. $(top_srcdir)/srcm4/wchar_t.m4 $(top_srcdir)/srcm4/wint_t.m4 \
  82. $(top_srcdir)/m4/cp.m4 $(top_srcdir)/m4/eilseq.m4 \
  83. $(top_srcdir)/m4/endian.m4 $(top_srcdir)/m4/libtool.m4 \
  84. $(top_srcdir)/m4/ln.m4 $(top_srcdir)/m4/ltoptions.m4 \
  85. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  86. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  87. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  88. $(ACLOCAL_M4)
  89. mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
  90. CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/lib/config.h
  91. CONFIG_CLEAN_FILES =
  92. CONFIG_CLEAN_VPATH_FILES =
  93. LIBRARIES = $(noinst_LIBRARIES)
  94. ARFLAGS = cru
  95. libicrt_a_AR = $(AR) $(ARFLAGS)
  96. am__DEPENDENCIES_1 =
  97. am_libicrt_a_OBJECTS = areadlink.$(OBJEXT) malloca.$(OBJEXT) \
  98. progname.$(OBJEXT) width.$(OBJEXT) xmalloc.$(OBJEXT) \
  99. xstrdup.$(OBJEXT) xreadlink.$(OBJEXT)
  100. libicrt_a_OBJECTS = $(am_libicrt_a_OBJECTS)
  101. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/lib
  102. depcomp =
  103. am__depfiles_maybe =
  104. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  105. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  106. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  107. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  108. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  109. CCLD = $(CC)
  110. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  111. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  112. $(LDFLAGS) -o $@
  113. SOURCES = $(libicrt_a_SOURCES) $(EXTRA_libicrt_a_SOURCES)
  114. DIST_SOURCES = $(libicrt_a_SOURCES) $(EXTRA_libicrt_a_SOURCES)
  115. ETAGS = etags
  116. CTAGS = ctags
  117. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  118. ACLOCAL = @ACLOCAL@
  119. ALLOCA = @ALLOCA@
  120. ALLOCA_H = @ALLOCA_H@
  121. AMTAR = @AMTAR@
  122. APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
  123. AR = @AR@
  124. AS = @AS@
  125. AUTOCONF = @AUTOCONF@
  126. AUTOHEADER = @AUTOHEADER@
  127. AUTOMAKE = @AUTOMAKE@
  128. AWK = @AWK@
  129. BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
  130. BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
  131. BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
  132. BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
  133. BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
  134. BROKEN_WCHAR_H = @BROKEN_WCHAR_H@
  135. CC = @CC@
  136. CCDEPMODE = @CCDEPMODE@
  137. CFLAGS = @CFLAGS@
  138. CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
  139. CP = @CP@
  140. CPP = @CPP@
  141. CPPFLAGS = @CPPFLAGS@
  142. CYGPATH_W = @CYGPATH_W@
  143. DEFS = @DEFS@ -DEXEEXT=\"@EXEEXT@\"
  144. DEPDIR = @DEPDIR@
  145. DLLTOOL = @DLLTOOL@
  146. DLL_VARIABLE = @DLL_VARIABLE@
  147. DSYMUTIL = @DSYMUTIL@
  148. DUMPBIN = @DUMPBIN@
  149. ECHO_C = @ECHO_C@
  150. ECHO_N = @ECHO_N@
  151. ECHO_T = @ECHO_T@
  152. EGREP = @EGREP@
  153. EILSEQ = @EILSEQ@
  154. EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
  155. EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
  156. ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
  157. ENOLINK_VALUE = @ENOLINK_VALUE@
  158. EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
  159. EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
  160. ERRNO_H = @ERRNO_H@
  161. EXEEXT = @EXEEXT@
  162. FGREP = @FGREP@
  163. GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
  164. GMSGFMT = @GMSGFMT@
  165. GMSGFMT_015 = @GMSGFMT_015@
  166. GNULIB_ATOLL = @GNULIB_ATOLL@
  167. GNULIB_BTOWC = @GNULIB_BTOWC@
  168. GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@
  169. GNULIB_CHOWN = @GNULIB_CHOWN@
  170. GNULIB_CLOSE = @GNULIB_CLOSE@
  171. GNULIB_DPRINTF = @GNULIB_DPRINTF@
  172. GNULIB_DUP2 = @GNULIB_DUP2@
  173. GNULIB_ENVIRON = @GNULIB_ENVIRON@
  174. GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@
  175. GNULIB_FCHDIR = @GNULIB_FCHDIR@
  176. GNULIB_FCLOSE = @GNULIB_FCLOSE@
  177. GNULIB_FFLUSH = @GNULIB_FFLUSH@
  178. GNULIB_FOPEN = @GNULIB_FOPEN@
  179. GNULIB_FPRINTF = @GNULIB_FPRINTF@
  180. GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@
  181. GNULIB_FPURGE = @GNULIB_FPURGE@
  182. GNULIB_FPUTC = @GNULIB_FPUTC@
  183. GNULIB_FPUTS = @GNULIB_FPUTS@
  184. GNULIB_FREOPEN = @GNULIB_FREOPEN@
  185. GNULIB_FSEEK = @GNULIB_FSEEK@
  186. GNULIB_FSEEKO = @GNULIB_FSEEKO@
  187. GNULIB_FSYNC = @GNULIB_FSYNC@
  188. GNULIB_FTELL = @GNULIB_FTELL@
  189. GNULIB_FTELLO = @GNULIB_FTELLO@
  190. GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@
  191. GNULIB_FWRITE = @GNULIB_FWRITE@
  192. GNULIB_GETCWD = @GNULIB_GETCWD@
  193. GNULIB_GETDELIM = @GNULIB_GETDELIM@
  194. GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@
  195. GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@
  196. GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@
  197. GNULIB_GETLINE = @GNULIB_GETLINE@
  198. GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@
  199. GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@
  200. GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@
  201. GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@
  202. GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@
  203. GNULIB_LCHOWN = @GNULIB_LCHOWN@
  204. GNULIB_LINK = @GNULIB_LINK@
  205. GNULIB_LSEEK = @GNULIB_LSEEK@
  206. GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@
  207. GNULIB_MBRLEN = @GNULIB_MBRLEN@
  208. GNULIB_MBRTOWC = @GNULIB_MBRTOWC@
  209. GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@
  210. GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@
  211. GNULIB_MBSCHR = @GNULIB_MBSCHR@
  212. GNULIB_MBSCSPN = @GNULIB_MBSCSPN@
  213. GNULIB_MBSINIT = @GNULIB_MBSINIT@
  214. GNULIB_MBSLEN = @GNULIB_MBSLEN@
  215. GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@
  216. GNULIB_MBSNLEN = @GNULIB_MBSNLEN@
  217. GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@
  218. GNULIB_MBSPBRK = @GNULIB_MBSPBRK@
  219. GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@
  220. GNULIB_MBSRCHR = @GNULIB_MBSRCHR@
  221. GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@
  222. GNULIB_MBSSEP = @GNULIB_MBSSEP@
  223. GNULIB_MBSSPN = @GNULIB_MBSSPN@
  224. GNULIB_MBSSTR = @GNULIB_MBSSTR@
  225. GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@
  226. GNULIB_MEMCHR = @GNULIB_MEMCHR@
  227. GNULIB_MEMMEM = @GNULIB_MEMMEM@
  228. GNULIB_MEMPCPY = @GNULIB_MEMPCPY@
  229. GNULIB_MEMRCHR = @GNULIB_MEMRCHR@
  230. GNULIB_MKDTEMP = @GNULIB_MKDTEMP@
  231. GNULIB_MKSTEMP = @GNULIB_MKSTEMP@
  232. GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@
  233. GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@
  234. GNULIB_PERROR = @GNULIB_PERROR@
  235. GNULIB_PRINTF = @GNULIB_PRINTF@
  236. GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@
  237. GNULIB_PUTC = @GNULIB_PUTC@
  238. GNULIB_PUTCHAR = @GNULIB_PUTCHAR@
  239. GNULIB_PUTENV = @GNULIB_PUTENV@
  240. GNULIB_PUTS = @GNULIB_PUTS@
  241. GNULIB_RANDOM_R = @GNULIB_RANDOM_R@
  242. GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@
  243. GNULIB_READLINK = @GNULIB_READLINK@
  244. GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@
  245. GNULIB_RPMATCH = @GNULIB_RPMATCH@
  246. GNULIB_SETENV = @GNULIB_SETENV@
  247. GNULIB_SIGACTION = @GNULIB_SIGACTION@
  248. GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@
  249. GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@
  250. GNULIB_SLEEP = @GNULIB_SLEEP@
  251. GNULIB_SNPRINTF = @GNULIB_SNPRINTF@
  252. GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@
  253. GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@
  254. GNULIB_STPCPY = @GNULIB_STPCPY@
  255. GNULIB_STPNCPY = @GNULIB_STPNCPY@
  256. GNULIB_STRCASESTR = @GNULIB_STRCASESTR@
  257. GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@
  258. GNULIB_STRDUP = @GNULIB_STRDUP@
  259. GNULIB_STRERROR = @GNULIB_STRERROR@
  260. GNULIB_STRNDUP = @GNULIB_STRNDUP@
  261. GNULIB_STRNLEN = @GNULIB_STRNLEN@
  262. GNULIB_STRPBRK = @GNULIB_STRPBRK@
  263. GNULIB_STRSEP = @GNULIB_STRSEP@
  264. GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
  265. GNULIB_STRSTR = @GNULIB_STRSTR@
  266. GNULIB_STRTOD = @GNULIB_STRTOD@
  267. GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
  268. GNULIB_STRTOLL = @GNULIB_STRTOLL@
  269. GNULIB_STRTOULL = @GNULIB_STRTOULL@
  270. GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@
  271. GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@
  272. GNULIB_UNSETENV = @GNULIB_UNSETENV@
  273. GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
  274. GNULIB_VDPRINTF = @GNULIB_VDPRINTF@
  275. GNULIB_VFPRINTF = @GNULIB_VFPRINTF@
  276. GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@
  277. GNULIB_VPRINTF = @GNULIB_VPRINTF@
  278. GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@
  279. GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@
  280. GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@
  281. GNULIB_WCRTOMB = @GNULIB_WCRTOMB@
  282. GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@
  283. GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@
  284. GNULIB_WCTOB = @GNULIB_WCTOB@
  285. GNULIB_WCWIDTH = @GNULIB_WCWIDTH@
  286. GNULIB_WRITE = @GNULIB_WRITE@
  287. GREP = @GREP@
  288. HAVE_ATOLL = @HAVE_ATOLL@
  289. HAVE_BTOWC = @HAVE_BTOWC@
  290. HAVE_CALLOC_POSIX = @HAVE_CALLOC_POSIX@
  291. HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
  292. HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
  293. HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
  294. HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
  295. HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
  296. HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
  297. HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
  298. HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
  299. HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
  300. HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
  301. HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
  302. HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@
  303. HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
  304. HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
  305. HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
  306. HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
  307. HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
  308. HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
  309. HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
  310. HAVE_DPRINTF = @HAVE_DPRINTF@
  311. HAVE_DUP2 = @HAVE_DUP2@
  312. HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
  313. HAVE_FSEEKO = @HAVE_FSEEKO@
  314. HAVE_FSYNC = @HAVE_FSYNC@
  315. HAVE_FTELLO = @HAVE_FTELLO@
  316. HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
  317. HAVE_GETDOMAINNAME = @HAVE_GETDOMAINNAME@
  318. HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
  319. HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
  320. HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
  321. HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
  322. HAVE_GETUSERSHELL = @HAVE_GETUSERSHELL@
  323. HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
  324. HAVE_LINK = @HAVE_LINK@
  325. HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@
  326. HAVE_MALLOC_POSIX = @HAVE_MALLOC_POSIX@
  327. HAVE_MBRLEN = @HAVE_MBRLEN@
  328. HAVE_MBRTOWC = @HAVE_MBRTOWC@
  329. HAVE_MBSINIT = @HAVE_MBSINIT@
  330. HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
  331. HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
  332. HAVE_MEMPCPY = @HAVE_MEMPCPY@
  333. HAVE_MKDTEMP = @HAVE_MKDTEMP@
  334. HAVE_OS_H = @HAVE_OS_H@
  335. HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@
  336. HAVE_RANDOM_H = @HAVE_RANDOM_H@
  337. HAVE_RANDOM_R = @HAVE_RANDOM_R@
  338. HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
  339. HAVE_READLINK = @HAVE_READLINK@
  340. HAVE_REALLOC_POSIX = @HAVE_REALLOC_POSIX@
  341. HAVE_RPMATCH = @HAVE_RPMATCH@
  342. HAVE_SETENV = @HAVE_SETENV@
  343. HAVE_SIGACTION = @HAVE_SIGACTION@
  344. HAVE_SIGINFO_T = @HAVE_SIGINFO_T@
  345. HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
  346. HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
  347. HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
  348. HAVE_SIGSET_T = @HAVE_SIGSET_T@
  349. HAVE_SLEEP = @HAVE_SLEEP@
  350. HAVE_STDINT_H = @HAVE_STDINT_H@
  351. HAVE_STPCPY = @HAVE_STPCPY@
  352. HAVE_STPNCPY = @HAVE_STPNCPY@
  353. HAVE_STRCASESTR = @HAVE_STRCASESTR@
  354. HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
  355. HAVE_STRNDUP = @HAVE_STRNDUP@
  356. HAVE_STRPBRK = @HAVE_STRPBRK@
  357. HAVE_STRSEP = @HAVE_STRSEP@
  358. HAVE_STRTOD = @HAVE_STRTOD@
  359. HAVE_STRTOLL = @HAVE_STRTOLL@
  360. HAVE_STRTOULL = @HAVE_STRTOULL@
  361. HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
  362. HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@
  363. HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
  364. HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
  365. HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
  366. HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
  367. HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
  368. HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
  369. HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@
  370. HAVE_UNISTD_H = @HAVE_UNISTD_H@
  371. HAVE_UNSETENV = @HAVE_UNSETENV@
  372. HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@
  373. HAVE_VASPRINTF = @HAVE_VASPRINTF@
  374. HAVE_VDPRINTF = @HAVE_VDPRINTF@
  375. HAVE_VISIBILITY = @HAVE_VISIBILITY@
  376. HAVE_WCHAR_H = @HAVE_WCHAR_H@
  377. HAVE_WCHAR_T = @HAVE_WCHAR_T@
  378. HAVE_WCRTOMB = @HAVE_WCRTOMB@
  379. HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
  380. HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
  381. HAVE_WINT_T = @HAVE_WINT_T@
  382. HAVE__BOOL = @HAVE__BOOL@
  383. ICONV_CONST = @ICONV_CONST@
  384. INCLUDE_NEXT = @INCLUDE_NEXT@
  385. INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
  386. INSTALL = @INSTALL@
  387. INSTALL_DATA = @INSTALL_DATA@
  388. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  389. INSTALL_PROGRAM_ENV = @INSTALL_PROGRAM_ENV@
  390. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  391. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  392. INTLLIBS = @INTLLIBS@
  393. INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
  394. LD = @LD@
  395. LDFLAGS = @LDFLAGS@
  396. LIBICONV = @LIBICONV@
  397. LIBICRT_LIBDEPS = @LIBICRT_LIBDEPS@
  398. LIBICRT_LTLIBDEPS = @LIBICRT_LTLIBDEPS@
  399. LIBINTL = @LIBINTL@
  400. LIBOBJS = @LIBOBJS@
  401. LIBS = @LIBS@
  402. LIBTOOL = @LIBTOOL@
  403. LIPO = @LIPO@
  404. LN = @LN@
  405. LN_S = @LN_S@
  406. LTLIBICONV = @LTLIBICONV@
  407. LTLIBINTL = @LTLIBINTL@
  408. LTLIBOBJS = @LTLIBOBJS@
  409. MAKEINFO = @MAKEINFO@
  410. MKDIR_P = @MKDIR_P@
  411. MSGFMT = @MSGFMT@
  412. MSGFMT_015 = @MSGFMT_015@
  413. MSGMERGE = @MSGMERGE@
  414. NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
  415. NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@
  416. NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
  417. NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
  418. NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
  419. NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
  420. NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
  421. NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
  422. NEXT_ERRNO_H = @NEXT_ERRNO_H@
  423. NEXT_SIGNAL_H = @NEXT_SIGNAL_H@
  424. NEXT_STDINT_H = @NEXT_STDINT_H@
  425. NEXT_STDIO_H = @NEXT_STDIO_H@
  426. NEXT_STDLIB_H = @NEXT_STDLIB_H@
  427. NEXT_STRING_H = @NEXT_STRING_H@
  428. NEXT_UNISTD_H = @NEXT_UNISTD_H@
  429. NEXT_WCHAR_H = @NEXT_WCHAR_H@
  430. NM = @NM@
  431. NMEDIT = @NMEDIT@
  432. OBJDUMP = @OBJDUMP@
  433. OBJEXT = @OBJEXT@
  434. OTOOL = @OTOOL@
  435. OTOOL64 = @OTOOL64@
  436. PACKAGE = @PACKAGE@
  437. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  438. PACKAGE_NAME = @PACKAGE_NAME@
  439. PACKAGE_STRING = @PACKAGE_STRING@
  440. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  441. PACKAGE_VERSION = @PACKAGE_VERSION@
  442. PATH_SEPARATOR = @PATH_SEPARATOR@
  443. POSUB = @POSUB@
  444. PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
  445. PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
  446. RANLIB = @RANLIB@
  447. RC = @RC@
  448. RELOCATABLE = @RELOCATABLE@
  449. RELOCATABLE_BUILD_DIR = @RELOCATABLE_BUILD_DIR@
  450. RELOCATABLE_CONFIG_H_DIR = @RELOCATABLE_CONFIG_H_DIR@
  451. RELOCATABLE_LDFLAGS = @RELOCATABLE_LDFLAGS@
  452. RELOCATABLE_LIBRARY_PATH = @RELOCATABLE_LIBRARY_PATH@
  453. RELOCATABLE_SRC_DIR = @RELOCATABLE_SRC_DIR@
  454. REPLACE_BTOWC = @REPLACE_BTOWC@
  455. REPLACE_CHOWN = @REPLACE_CHOWN@
  456. REPLACE_CLOSE = @REPLACE_CLOSE@
  457. REPLACE_DPRINTF = @REPLACE_DPRINTF@
  458. REPLACE_FCHDIR = @REPLACE_FCHDIR@
  459. REPLACE_FCLOSE = @REPLACE_FCLOSE@
  460. REPLACE_FFLUSH = @REPLACE_FFLUSH@
  461. REPLACE_FOPEN = @REPLACE_FOPEN@
  462. REPLACE_FPRINTF = @REPLACE_FPRINTF@
  463. REPLACE_FPURGE = @REPLACE_FPURGE@
  464. REPLACE_FREOPEN = @REPLACE_FREOPEN@
  465. REPLACE_FSEEK = @REPLACE_FSEEK@
  466. REPLACE_FSEEKO = @REPLACE_FSEEKO@
  467. REPLACE_FTELL = @REPLACE_FTELL@
  468. REPLACE_FTELLO = @REPLACE_FTELLO@
  469. REPLACE_GETCWD = @REPLACE_GETCWD@
  470. REPLACE_GETLINE = @REPLACE_GETLINE@
  471. REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
  472. REPLACE_LCHOWN = @REPLACE_LCHOWN@
  473. REPLACE_LSEEK = @REPLACE_LSEEK@
  474. REPLACE_MBRLEN = @REPLACE_MBRLEN@
  475. REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
  476. REPLACE_MBSINIT = @REPLACE_MBSINIT@
  477. REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
  478. REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
  479. REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
  480. REPLACE_MEMCHR = @REPLACE_MEMCHR@
  481. REPLACE_MEMMEM = @REPLACE_MEMMEM@
  482. REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
  483. REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
  484. REPLACE_PERROR = @REPLACE_PERROR@
  485. REPLACE_PRINTF = @REPLACE_PRINTF@
  486. REPLACE_PUTENV = @REPLACE_PUTENV@
  487. REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
  488. REPLACE_SPRINTF = @REPLACE_SPRINTF@
  489. REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
  490. REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
  491. REPLACE_STRDUP = @REPLACE_STRDUP@
  492. REPLACE_STRERROR = @REPLACE_STRERROR@
  493. REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
  494. REPLACE_STRSTR = @REPLACE_STRSTR@
  495. REPLACE_STRTOD = @REPLACE_STRTOD@
  496. REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
  497. REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
  498. REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
  499. REPLACE_VPRINTF = @REPLACE_VPRINTF@
  500. REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
  501. REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
  502. REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
  503. REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
  504. REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
  505. REPLACE_WCTOB = @REPLACE_WCTOB@
  506. REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
  507. REPLACE_WRITE = @REPLACE_WRITE@
  508. SED = @SED@
  509. SET_MAKE = @SET_MAKE@
  510. SHELL = @SHELL@
  511. SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
  512. SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
  513. SRCLIBOBJS = @SRCLIBOBJS@
  514. STDBOOL_H = @STDBOOL_H@
  515. STDINT_H = @STDINT_H@
  516. STRIP = @STRIP@
  517. UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
  518. USE_EXTRA_ENCODINGS = @USE_EXTRA_ENCODINGS@
  519. USE_MBSTATE_T = @USE_MBSTATE_T@
  520. USE_NLS = @USE_NLS@
  521. VERSION = @VERSION@
  522. VOID_UNSETENV = @VOID_UNSETENV@
  523. WCHAR_H = @WCHAR_H@
  524. WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
  525. WINDRES = @WINDRES@
  526. WINT_T_SUFFIX = @WINT_T_SUFFIX@
  527. WOE32 = @WOE32@
  528. WOE32DLL = @WOE32DLL@
  529. XGETTEXT = @XGETTEXT@
  530. XGETTEXT_015 = @XGETTEXT_015@
  531. XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
  532. abs_builddir = @abs_builddir@
  533. abs_srcdir = @abs_srcdir@
  534. abs_top_builddir = @abs_top_builddir@
  535. abs_top_srcdir = @abs_top_srcdir@
  536. ac_ct_CC = @ac_ct_CC@
  537. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  538. am__include = @am__include@
  539. am__leading_dot = @am__leading_dot@
  540. am__quote = @am__quote@
  541. am__tar = @am__tar@
  542. am__untar = @am__untar@
  543. bindir = @bindir@
  544. build = @build@
  545. build_alias = @build_alias@
  546. build_cpu = @build_cpu@
  547. build_os = @build_os@
  548. build_vendor = @build_vendor@
  549. builddir = @builddir@
  550. datadir = @datadir@
  551. datarootdir = @datarootdir@
  552. docdir = @docdir@
  553. dvidir = @dvidir@
  554. exec_prefix = @exec_prefix@
  555. gl_LIBOBJS = @gl_LIBOBJS@
  556. gl_LTLIBOBJS = @gl_LTLIBOBJS@
  557. gltests_LIBOBJS = @gltests_LIBOBJS@
  558. gltests_LTLIBOBJS = @gltests_LTLIBOBJS@
  559. host = @host@
  560. host_alias = @host_alias@
  561. host_cpu = @host_cpu@
  562. host_os = @host_os@
  563. host_vendor = @host_vendor@
  564. htmldir = @htmldir@
  565. includedir = @includedir@
  566. infodir = @infodir@
  567. install_sh = @install_sh@
  568. libdir = @libdir@
  569. libexecdir = @libexecdir@
  570. localedir = @localedir@
  571. localstatedir = @localstatedir@
  572. lt_ECHO = @lt_ECHO@
  573. mandir = @mandir@
  574. mkdir_p = @mkdir_p@
  575. oldincludedir = @oldincludedir@
  576. pdfdir = @pdfdir@
  577. prefix = @prefix@
  578. program_transform_name = @program_transform_name@
  579. psdir = @psdir@
  580. sbindir = @sbindir@
  581. sharedstatedir = @sharedstatedir@
  582. srcdir = @srcdir@
  583. subdirs = @subdirs@
  584. sysconfdir = @sysconfdir@
  585. target_alias = @target_alias@
  586. top_build_prefix = @top_build_prefix@
  587. top_builddir = @top_builddir@
  588. top_srcdir = @top_srcdir@
  589. AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
  590. EXTRA_DIST = alloca.in.h areadlink.h canonicalize-lgpl.c \
  591. canonicalize.h errno.in.h error.c error.h \
  592. $(top_srcdir)/build-aux/config.rpath \
  593. $(top_srcdir)/build-aux/config.rpath intprops.h \
  594. $(top_srcdir)/build-aux/link-warning.h malloc.c malloca.h \
  595. malloca.valgrind memmove.c pathmax.h readlink.c progreloc.c \
  596. relocatable.c relocatable.h \
  597. $(top_srcdir)/build-aux/config.libpath \
  598. $(top_srcdir)/build-aux/reloc-ldflags areadlink.c areadlink.h \
  599. c-ctype.c c-ctype.h canonicalize-lgpl.c canonicalize.h \
  600. malloca.c malloca.h progname.c progname.h progreloc.c \
  601. readlink.c relocatable.c relocatable.h relocwrapper.c setenv.c \
  602. strerror.c $(top_srcdir)/build-aux/install-reloc signal.in.h \
  603. sigprocmask.c stdbool.in.h stdint.in.h stdio-write.c \
  604. stdio.in.h stdlib.in.h streq.h strerror.c string.in.h \
  605. unistd.in.h unitypes.h localcharset.h uniwidth.h \
  606. uniwidth/cjk.h unlocked-io.h wchar.in.h xreadlink.h
  607. BUILT_SOURCES = $(ALLOCA_H) $(ERRNO_H) signal.h $(STDBOOL_H) \
  608. $(STDINT_H) stdio.h stdlib.h string.h unistd.h $(WCHAR_H)
  609. MOSTLYCLEANFILES = core *.stackdump core *.stackdump alloca.h \
  610. alloca.h-t errno.h errno.h-t signal.h signal.h-t stdbool.h \
  611. stdbool.h-t stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h \
  612. stdlib.h-t string.h string.h-t unistd.h unistd.h-t wchar.h \
  613. wchar.h-t
  614. noinst_LIBRARIES = libicrt.a
  615. # This is for those projects which use "gettextize --intl" to put a source-code
  616. # copy of libintl into their package. In such projects, every Makefile.am needs
  617. # -I$(top_builddir)/intl, so that <libintl.h> can be found in this directory.
  618. # For the Makefile.ams in other directories it is the maintainer's
  619. # responsibility; for the one from gnulib we do it here.
  620. # This option has no effect when the user disables NLS (because then the intl
  621. # directory contains no libintl.h file) or when the project does not use
  622. # "gettextize --intl".
  623. # Parametrization of the 'relocatable' module.
  624. AM_CPPFLAGS = -I$(top_builddir)/intl -DDEPENDS_ON_LIBICONV=1 \
  625. -DDEPENDS_ON_LIBINTL=1
  626. libicrt_a_SOURCES = areadlink.c binary-io.h gettext.h malloca.c \
  627. progname.h progname.c uniwidth/width.c xalloc.h xmalloc.c \
  628. xstrdup.c xreadlink.c
  629. libicrt_a_LIBADD = $(gl_LIBOBJS)
  630. libicrt_a_DEPENDENCIES = $(gl_LIBOBJS)
  631. EXTRA_libicrt_a_SOURCES = canonicalize-lgpl.c error.c malloc.c \
  632. memmove.c readlink.c progreloc.c relocatable.c sigprocmask.c \
  633. stdio-write.c strerror.c
  634. LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h
  635. all: $(BUILT_SOURCES)
  636. $(MAKE) $(AM_MAKEFLAGS) all-am
  637. .SUFFIXES:
  638. .SUFFIXES: .c .lo .o .obj
  639. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.gnulib $(am__configure_deps)
  640. @for dep in $?; do \
  641. case '$(am__configure_deps)' in \
  642. *$$dep*) \
  643. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  644. && { if test -f $@; then exit 0; else break; fi; }; \
  645. exit 1;; \
  646. esac; \
  647. done; \
  648. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits srclib/Makefile'; \
  649. $(am__cd) $(top_srcdir) && \
  650. $(AUTOMAKE) --gnits srclib/Makefile
  651. .PRECIOUS: Makefile
  652. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  653. @case '$?' in \
  654. *config.status*) \
  655. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  656. *) \
  657. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  658. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  659. esac;
  660. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  661. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  662. $(top_srcdir)/configure: $(am__configure_deps)
  663. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  664. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  665. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  666. $(am__aclocal_m4_deps):
  667. clean-noinstLIBRARIES:
  668. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  669. libicrt.a: $(libicrt_a_OBJECTS) $(libicrt_a_DEPENDENCIES)
  670. -rm -f libicrt.a
  671. $(libicrt_a_AR) libicrt.a $(libicrt_a_OBJECTS) $(libicrt_a_LIBADD)
  672. $(RANLIB) libicrt.a
  673. mostlyclean-compile:
  674. -rm -f *.$(OBJEXT)
  675. distclean-compile:
  676. -rm -f *.tab.c
  677. .c.o:
  678. $(COMPILE) -c $<
  679. .c.obj:
  680. $(COMPILE) -c `$(CYGPATH_W) '$<'`
  681. .c.lo:
  682. $(LTCOMPILE) -c -o $@ $<
  683. width.o: uniwidth/width.c
  684. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o width.o `test -f 'uniwidth/width.c' || echo '$(srcdir)/'`uniwidth/width.c
  685. width.obj: uniwidth/width.c
  686. $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o width.obj `if test -f 'uniwidth/width.c'; then $(CYGPATH_W) 'uniwidth/width.c'; else $(CYGPATH_W) '$(srcdir)/uniwidth/width.c'; fi`
  687. mostlyclean-libtool:
  688. -rm -f *.lo
  689. clean-libtool:
  690. -rm -rf .libs _libs
  691. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  692. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  693. unique=`for i in $$list; do \
  694. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  695. done | \
  696. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  697. END { if (nonempty) { for (i in files) print i; }; }'`; \
  698. mkid -fID $$unique
  699. tags: TAGS
  700. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  701. $(TAGS_FILES) $(LISP)
  702. set x; \
  703. here=`pwd`; \
  704. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  705. unique=`for i in $$list; do \
  706. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  707. done | \
  708. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  709. END { if (nonempty) { for (i in files) print i; }; }'`; \
  710. shift; \
  711. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  712. test -n "$$unique" || unique=$$empty_fix; \
  713. if test $$# -gt 0; then \
  714. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  715. "$$@" $$unique; \
  716. else \
  717. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  718. $$unique; \
  719. fi; \
  720. fi
  721. ctags: CTAGS
  722. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  723. $(TAGS_FILES) $(LISP)
  724. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  725. unique=`for i in $$list; do \
  726. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  727. done | \
  728. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  729. END { if (nonempty) { for (i in files) print i; }; }'`; \
  730. test -z "$(CTAGS_ARGS)$$unique" \
  731. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  732. $$unique
  733. GTAGS:
  734. here=`$(am__cd) $(top_builddir) && pwd` \
  735. && $(am__cd) $(top_srcdir) \
  736. && gtags -i $(GTAGS_ARGS) "$$here"
  737. distclean-tags:
  738. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  739. distdir: $(DISTFILES)
  740. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  741. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  742. list='$(DISTFILES)'; \
  743. dist_files=`for file in $$list; do echo $$file; done | \
  744. sed -e "s|^$$srcdirstrip/||;t" \
  745. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  746. case $$dist_files in \
  747. */*) $(MKDIR_P) `echo "$$dist_files" | \
  748. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  749. sort -u` ;; \
  750. esac; \
  751. for file in $$dist_files; do \
  752. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  753. if test -d $$d/$$file; then \
  754. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  755. if test -d "$(distdir)/$$file"; then \
  756. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  757. fi; \
  758. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  759. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  760. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  761. fi; \
  762. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  763. else \
  764. test -f "$(distdir)/$$file" \
  765. || cp -p $$d/$$file "$(distdir)/$$file" \
  766. || exit 1; \
  767. fi; \
  768. done
  769. check-am: all-am
  770. check: $(BUILT_SOURCES)
  771. $(MAKE) $(AM_MAKEFLAGS) check-am
  772. all-am: Makefile $(LIBRARIES)
  773. installdirs:
  774. install: $(BUILT_SOURCES)
  775. $(MAKE) $(AM_MAKEFLAGS) install-am
  776. install-exec: install-exec-am
  777. install-data: install-data-am
  778. uninstall: uninstall-am
  779. install-am: all-am
  780. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  781. installcheck: installcheck-am
  782. install-strip:
  783. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  784. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  785. `test -z '$(STRIP)' || \
  786. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  787. mostlyclean-generic:
  788. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  789. clean-generic:
  790. distclean-generic:
  791. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  792. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  793. maintainer-clean-generic:
  794. @echo "This command is intended for maintainers to use"
  795. @echo "it deletes files that may require special tools to rebuild."
  796. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  797. clean: clean-am
  798. clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
  799. mostlyclean-am
  800. distclean: distclean-am
  801. -rm -f Makefile
  802. distclean-am: clean-am distclean-compile distclean-generic \
  803. distclean-tags
  804. dvi: dvi-am
  805. dvi-am:
  806. html: html-am
  807. html-am:
  808. info: info-am
  809. info-am:
  810. install-data-am:
  811. install-dvi: install-dvi-am
  812. install-dvi-am:
  813. install-exec-am:
  814. install-html: install-html-am
  815. install-html-am:
  816. install-info: install-info-am
  817. install-info-am:
  818. install-man:
  819. install-pdf: install-pdf-am
  820. install-pdf-am:
  821. install-ps: install-ps-am
  822. install-ps-am:
  823. installcheck-am:
  824. maintainer-clean: maintainer-clean-am
  825. -rm -f Makefile
  826. maintainer-clean-am: distclean-am maintainer-clean-generic
  827. mostlyclean: mostlyclean-am
  828. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  829. mostlyclean-libtool mostlyclean-local
  830. pdf: pdf-am
  831. pdf-am:
  832. ps: ps-am
  833. ps-am:
  834. uninstall-am:
  835. .MAKE: all check install install-am install-strip
  836. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  837. clean-libtool clean-noinstLIBRARIES ctags distclean \
  838. distclean-compile distclean-generic distclean-libtool \
  839. distclean-tags distdir dvi dvi-am html html-am info info-am \
  840. install install-am install-data install-data-am install-dvi \
  841. install-dvi-am install-exec install-exec-am install-html \
  842. install-html-am install-info install-info-am install-man \
  843. install-pdf install-pdf-am install-ps install-ps-am \
  844. install-strip installcheck installcheck-am installdirs \
  845. maintainer-clean maintainer-clean-generic mostlyclean \
  846. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  847. mostlyclean-local pdf pdf-am ps ps-am tags uninstall \
  848. uninstall-am
  849. # We need the following in order to create <alloca.h> when the system
  850. # doesn't have one that works with the given compiler.
  851. alloca.h: alloca.in.h
  852. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  853. cat $(srcdir)/alloca.in.h; \
  854. } > $@-t
  855. mv -f $@-t $@
  856. # We need the following in order to create <errno.h> when the system
  857. # doesn't have one that is POSIX compliant.
  858. errno.h: errno.in.h
  859. rm -f $@-t $@
  860. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  861. sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  862. -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
  863. -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
  864. -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
  865. -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
  866. -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
  867. -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
  868. -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
  869. -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
  870. < $(srcdir)/errno.in.h; \
  871. } > $@-t
  872. mv $@-t $@
  873. # We need the following in order to create <signal.h> when the system
  874. # doesn't have a complete one.
  875. signal.h: signal.in.h
  876. rm -f $@-t $@
  877. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  878. sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  879. -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
  880. -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
  881. -e 's|@''GNULIB_SIGNAL_H_SIGPIPE''@|$(GNULIB_SIGNAL_H_SIGPIPE)|g' \
  882. -e 's|@''GNULIB_SIGPROCMASK''@|$(GNULIB_SIGPROCMASK)|g' \
  883. -e 's|@''GNULIB_SIGACTION''@|$(GNULIB_SIGACTION)|g' \
  884. -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
  885. -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
  886. -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
  887. -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
  888. -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
  889. -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
  890. -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
  891. < $(srcdir)/signal.in.h; \
  892. } > $@-t
  893. mv $@-t $@
  894. # We need the following in order to create <stdbool.h> when the system
  895. # doesn't have one that works.
  896. stdbool.h: stdbool.in.h
  897. rm -f $@-t $@
  898. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  899. sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
  900. } > $@-t
  901. mv $@-t $@
  902. # We need the following in order to create <stdint.h> when the system
  903. # doesn't have one that works with the given compiler.
  904. stdint.h: stdint.in.h
  905. rm -f $@-t $@
  906. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  907. sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
  908. -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  909. -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
  910. -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
  911. -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
  912. -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
  913. -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
  914. -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
  915. -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
  916. -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
  917. -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
  918. -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
  919. -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
  920. -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
  921. -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
  922. -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
  923. -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
  924. -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
  925. -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
  926. -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
  927. -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
  928. -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
  929. -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
  930. -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
  931. < $(srcdir)/stdint.in.h; \
  932. } > $@-t
  933. mv $@-t $@
  934. # We need the following in order to create <stdio.h> when the system
  935. # doesn't have one that works with the given compiler.
  936. stdio.h: stdio.in.h
  937. rm -f $@-t $@
  938. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  939. sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  940. -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
  941. -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
  942. -e 's|@''GNULIB_FPRINTF''@|$(GNULIB_FPRINTF)|g' \
  943. -e 's|@''GNULIB_FPRINTF_POSIX''@|$(GNULIB_FPRINTF_POSIX)|g' \
  944. -e 's|@''GNULIB_PRINTF''@|$(GNULIB_PRINTF)|g' \
  945. -e 's|@''GNULIB_PRINTF_POSIX''@|$(GNULIB_PRINTF_POSIX)|g' \
  946. -e 's|@''GNULIB_SNPRINTF''@|$(GNULIB_SNPRINTF)|g' \
  947. -e 's|@''GNULIB_SPRINTF_POSIX''@|$(GNULIB_SPRINTF_POSIX)|g' \
  948. -e 's|@''GNULIB_VFPRINTF''@|$(GNULIB_VFPRINTF)|g' \
  949. -e 's|@''GNULIB_VFPRINTF_POSIX''@|$(GNULIB_VFPRINTF_POSIX)|g' \
  950. -e 's|@''GNULIB_VPRINTF''@|$(GNULIB_VPRINTF)|g' \
  951. -e 's|@''GNULIB_VPRINTF_POSIX''@|$(GNULIB_VPRINTF_POSIX)|g' \
  952. -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
  953. -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
  954. -e 's|@''GNULIB_DPRINTF''@|$(GNULIB_DPRINTF)|g' \
  955. -e 's|@''GNULIB_VDPRINTF''@|$(GNULIB_VDPRINTF)|g' \
  956. -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
  957. -e 's|@''GNULIB_OBSTACK_PRINTF''@|$(GNULIB_OBSTACK_PRINTF)|g' \
  958. -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|$(GNULIB_OBSTACK_PRINTF_POSIX)|g' \
  959. -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
  960. -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
  961. -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
  962. -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
  963. -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
  964. -e 's|@''GNULIB_FTELLO''@|$(GNULIB_FTELLO)|g' \
  965. -e 's|@''GNULIB_FFLUSH''@|$(GNULIB_FFLUSH)|g' \
  966. -e 's|@''GNULIB_FPURGE''@|$(GNULIB_FPURGE)|g' \
  967. -e 's|@''GNULIB_FCLOSE''@|$(GNULIB_FCLOSE)|g' \
  968. -e 's|@''GNULIB_FPUTC''@|$(GNULIB_FPUTC)|g' \
  969. -e 's|@''GNULIB_PUTC''@|$(GNULIB_PUTC)|g' \
  970. -e 's|@''GNULIB_PUTCHAR''@|$(GNULIB_PUTCHAR)|g' \
  971. -e 's|@''GNULIB_FPUTS''@|$(GNULIB_FPUTS)|g' \
  972. -e 's|@''GNULIB_PUTS''@|$(GNULIB_PUTS)|g' \
  973. -e 's|@''GNULIB_FWRITE''@|$(GNULIB_FWRITE)|g' \
  974. -e 's|@''GNULIB_GETDELIM''@|$(GNULIB_GETDELIM)|g' \
  975. -e 's|@''GNULIB_GETLINE''@|$(GNULIB_GETLINE)|g' \
  976. -e 's|@''GNULIB_PERROR''@|$(GNULIB_PERROR)|g' \
  977. -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|$(GNULIB_STDIO_H_SIGPIPE)|g' \
  978. -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
  979. -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
  980. -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
  981. -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
  982. -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
  983. -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
  984. -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
  985. -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
  986. -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
  987. -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
  988. -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
  989. -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
  990. -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
  991. -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
  992. -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
  993. -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
  994. -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
  995. -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
  996. -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
  997. -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
  998. -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
  999. -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
  1000. -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
  1001. -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
  1002. -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
  1003. -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
  1004. -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
  1005. -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
  1006. -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
  1007. -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
  1008. -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
  1009. -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
  1010. -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
  1011. -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
  1012. < $(srcdir)/stdio.in.h; \
  1013. } > $@-t
  1014. mv $@-t $@
  1015. # We need the following in order to create <stdlib.h> when the system
  1016. # doesn't have one that works with the given compiler.
  1017. stdlib.h: stdlib.in.h
  1018. rm -f $@-t $@
  1019. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  1020. sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  1021. -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
  1022. -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
  1023. -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
  1024. -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
  1025. -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
  1026. -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
  1027. -e 's|@''GNULIB_ATOLL''@|$(GNULIB_ATOLL)|g' \
  1028. -e 's|@''GNULIB_GETLOADAVG''@|$(GNULIB_GETLOADAVG)|g' \
  1029. -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
  1030. -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
  1031. -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
  1032. -e 's|@''GNULIB_PUTENV''@|$(GNULIB_PUTENV)|g' \
  1033. -e 's|@''GNULIB_RANDOM_R''@|$(GNULIB_RANDOM_R)|g' \
  1034. -e 's|@''GNULIB_RPMATCH''@|$(GNULIB_RPMATCH)|g' \
  1035. -e 's|@''GNULIB_SETENV''@|$(GNULIB_SETENV)|g' \
  1036. -e 's|@''GNULIB_STRTOD''@|$(GNULIB_STRTOD)|g' \
  1037. -e 's|@''GNULIB_STRTOLL''@|$(GNULIB_STRTOLL)|g' \
  1038. -e 's|@''GNULIB_STRTOULL''@|$(GNULIB_STRTOULL)|g' \
  1039. -e 's|@''GNULIB_UNSETENV''@|$(GNULIB_UNSETENV)|g' \
  1040. -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
  1041. -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
  1042. -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
  1043. -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
  1044. -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
  1045. -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
  1046. -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
  1047. -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
  1048. -e 's|@''HAVE_SETENV''@|$(HAVE_SETENV)|g' \
  1049. -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
  1050. -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
  1051. -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
  1052. -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
  1053. -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
  1054. -e 's|@''HAVE_UNSETENV''@|$(HAVE_UNSETENV)|g' \
  1055. -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
  1056. -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
  1057. -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
  1058. -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
  1059. -e 's|@''VOID_UNSETENV''@|$(VOID_UNSETENV)|g' \
  1060. -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
  1061. < $(srcdir)/stdlib.in.h; \
  1062. } > $@-t
  1063. mv $@-t $@
  1064. # We need the following in order to create <string.h> when the system
  1065. # doesn't have one that works with the given compiler.
  1066. string.h: string.in.h
  1067. rm -f $@-t $@
  1068. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  1069. sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  1070. -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
  1071. -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
  1072. -e 's|@''GNULIB_MBSLEN''@|$(GNULIB_MBSLEN)|g' \
  1073. -e 's|@''GNULIB_MBSNLEN''@|$(GNULIB_MBSNLEN)|g' \
  1074. -e 's|@''GNULIB_MBSCHR''@|$(GNULIB_MBSCHR)|g' \
  1075. -e 's|@''GNULIB_MBSRCHR''@|$(GNULIB_MBSRCHR)|g' \
  1076. -e 's|@''GNULIB_MBSSTR''@|$(GNULIB_MBSSTR)|g' \
  1077. -e 's|@''GNULIB_MBSCASECMP''@|$(GNULIB_MBSCASECMP)|g' \
  1078. -e 's|@''GNULIB_MBSNCASECMP''@|$(GNULIB_MBSNCASECMP)|g' \
  1079. -e 's|@''GNULIB_MBSPCASECMP''@|$(GNULIB_MBSPCASECMP)|g' \
  1080. -e 's|@''GNULIB_MBSCASESTR''@|$(GNULIB_MBSCASESTR)|g' \
  1081. -e 's|@''GNULIB_MBSCSPN''@|$(GNULIB_MBSCSPN)|g' \
  1082. -e 's|@''GNULIB_MBSPBRK''@|$(GNULIB_MBSPBRK)|g' \
  1083. -e 's|@''GNULIB_MBSSPN''@|$(GNULIB_MBSSPN)|g' \
  1084. -e 's|@''GNULIB_MBSSEP''@|$(GNULIB_MBSSEP)|g' \
  1085. -e 's|@''GNULIB_MBSTOK_R''@|$(GNULIB_MBSTOK_R)|g' \
  1086. -e 's|@''GNULIB_MEMCHR''@|$(GNULIB_MEMCHR)|g' \
  1087. -e 's|@''GNULIB_MEMMEM''@|$(GNULIB_MEMMEM)|g' \
  1088. -e 's|@''GNULIB_MEMPCPY''@|$(GNULIB_MEMPCPY)|g' \
  1089. -e 's|@''GNULIB_MEMRCHR''@|$(GNULIB_MEMRCHR)|g' \
  1090. -e 's|@''GNULIB_RAWMEMCHR''@|$(GNULIB_RAWMEMCHR)|g' \
  1091. -e 's|@''GNULIB_STPCPY''@|$(GNULIB_STPCPY)|g' \
  1092. -e 's|@''GNULIB_STPNCPY''@|$(GNULIB_STPNCPY)|g' \
  1093. -e 's|@''GNULIB_STRCHRNUL''@|$(GNULIB_STRCHRNUL)|g' \
  1094. -e 's|@''GNULIB_STRDUP''@|$(GNULIB_STRDUP)|g' \
  1095. -e 's|@''GNULIB_STRNDUP''@|$(GNULIB_STRNDUP)|g' \
  1096. -e 's|@''GNULIB_STRNLEN''@|$(GNULIB_STRNLEN)|g' \
  1097. -e 's|@''GNULIB_STRPBRK''@|$(GNULIB_STRPBRK)|g' \
  1098. -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
  1099. -e 's|@''GNULIB_STRSTR''@|$(GNULIB_STRSTR)|g' \
  1100. -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
  1101. -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
  1102. -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
  1103. -e 's|@''GNULIB_STRSIGNAL''@|$(GNULIB_STRSIGNAL)|g' \
  1104. -e 's|@''GNULIB_STRVERSCMP''@|$(GNULIB_STRVERSCMP)|g' \
  1105. -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
  1106. -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
  1107. -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
  1108. -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
  1109. -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
  1110. -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
  1111. -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
  1112. -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
  1113. -e 's|@''HAVE_STRNDUP''@|$(HAVE_STRNDUP)|g' \
  1114. -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
  1115. -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
  1116. -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
  1117. -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
  1118. -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
  1119. -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
  1120. -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
  1121. -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
  1122. -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
  1123. -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
  1124. -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
  1125. -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
  1126. -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
  1127. -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
  1128. -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
  1129. -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
  1130. -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
  1131. < $(srcdir)/string.in.h; \
  1132. } > $@-t
  1133. mv $@-t $@
  1134. # We need the following in order to create an empty placeholder for
  1135. # <unistd.h> when the system doesn't have one.
  1136. unistd.h: unistd.in.h
  1137. rm -f $@-t $@
  1138. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1139. sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
  1140. -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  1141. -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
  1142. -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
  1143. -e 's|@''GNULIB_CHOWN''@|$(GNULIB_CHOWN)|g' \
  1144. -e 's|@''GNULIB_CLOSE''@|$(GNULIB_CLOSE)|g' \
  1145. -e 's|@''GNULIB_DUP2''@|$(GNULIB_DUP2)|g' \
  1146. -e 's|@''GNULIB_ENVIRON''@|$(GNULIB_ENVIRON)|g' \
  1147. -e 's|@''GNULIB_EUIDACCESS''@|$(GNULIB_EUIDACCESS)|g' \
  1148. -e 's|@''GNULIB_FCHDIR''@|$(GNULIB_FCHDIR)|g' \
  1149. -e 's|@''GNULIB_FSYNC''@|$(GNULIB_FSYNC)|g' \
  1150. -e 's|@''GNULIB_FTRUNCATE''@|$(GNULIB_FTRUNCATE)|g' \
  1151. -e 's|@''GNULIB_GETCWD''@|$(GNULIB_GETCWD)|g' \
  1152. -e 's|@''GNULIB_GETDOMAINNAME''@|$(GNULIB_GETDOMAINNAME)|g' \
  1153. -e 's|@''GNULIB_GETDTABLESIZE''@|$(GNULIB_GETDTABLESIZE)|g' \
  1154. -e 's|@''GNULIB_GETHOSTNAME''@|$(GNULIB_GETHOSTNAME)|g' \
  1155. -e 's|@''GNULIB_GETLOGIN_R''@|$(GNULIB_GETLOGIN_R)|g' \
  1156. -e 's|@''GNULIB_GETPAGESIZE''@|$(GNULIB_GETPAGESIZE)|g' \
  1157. -e 's|@''GNULIB_GETUSERSHELL''@|$(GNULIB_GETUSERSHELL)|g' \
  1158. -e 's|@''GNULIB_LCHOWN''@|$(GNULIB_LCHOWN)|g' \
  1159. -e 's|@''GNULIB_LINK''@|$(GNULIB_LINK)|g' \
  1160. -e 's|@''GNULIB_LSEEK''@|$(GNULIB_LSEEK)|g' \
  1161. -e 's|@''GNULIB_READLINK''@|$(GNULIB_READLINK)|g' \
  1162. -e 's|@''GNULIB_SLEEP''@|$(GNULIB_SLEEP)|g' \
  1163. -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|$(GNULIB_UNISTD_H_SIGPIPE)|g' \
  1164. -e 's|@''GNULIB_WRITE''@|$(GNULIB_WRITE)|g' \
  1165. -e 's|@''HAVE_DUP2''@|$(HAVE_DUP2)|g' \
  1166. -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
  1167. -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
  1168. -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
  1169. -e 's|@''HAVE_GETDOMAINNAME''@|$(HAVE_GETDOMAINNAME)|g' \
  1170. -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
  1171. -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
  1172. -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
  1173. -e 's|@''HAVE_GETUSERSHELL''@|$(HAVE_GETUSERSHELL)|g' \
  1174. -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
  1175. -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
  1176. -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
  1177. -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
  1178. -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
  1179. -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
  1180. -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
  1181. -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
  1182. -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
  1183. -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
  1184. -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
  1185. -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
  1186. -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
  1187. -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
  1188. -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
  1189. -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
  1190. -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
  1191. < $(srcdir)/unistd.in.h; \
  1192. } > $@-t
  1193. mv $@-t $@
  1194. # We need the following in order to create <wchar.h> when the system
  1195. # version does not work standalone.
  1196. wchar.h: wchar.in.h
  1197. rm -f $@-t $@
  1198. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1199. sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
  1200. -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
  1201. -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
  1202. -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
  1203. -e 's|@''GNULIB_BTOWC''@|$(GNULIB_BTOWC)|g' \
  1204. -e 's|@''GNULIB_WCTOB''@|$(GNULIB_WCTOB)|g' \
  1205. -e 's|@''GNULIB_MBSINIT''@|$(GNULIB_MBSINIT)|g' \
  1206. -e 's|@''GNULIB_MBRTOWC''@|$(GNULIB_MBRTOWC)|g' \
  1207. -e 's|@''GNULIB_MBRLEN''@|$(GNULIB_MBRLEN)|g' \
  1208. -e 's|@''GNULIB_MBSRTOWCS''@|$(GNULIB_MBSRTOWCS)|g' \
  1209. -e 's|@''GNULIB_MBSNRTOWCS''@|$(GNULIB_MBSNRTOWCS)|g' \
  1210. -e 's|@''GNULIB_WCRTOMB''@|$(GNULIB_WCRTOMB)|g' \
  1211. -e 's|@''GNULIB_WCSRTOMBS''@|$(GNULIB_WCSRTOMBS)|g' \
  1212. -e 's|@''GNULIB_WCSNRTOMBS''@|$(GNULIB_WCSNRTOMBS)|g' \
  1213. -e 's|@''GNULIB_WCWIDTH''@|$(GNULIB_WCWIDTH)|g' \
  1214. -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
  1215. -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
  1216. -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
  1217. -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
  1218. -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
  1219. -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
  1220. -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
  1221. -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
  1222. -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
  1223. -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
  1224. -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
  1225. -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
  1226. -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
  1227. -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
  1228. -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
  1229. -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
  1230. -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
  1231. -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
  1232. -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
  1233. -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
  1234. -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
  1235. -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
  1236. -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
  1237. -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
  1238. -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
  1239. < $(srcdir)/wchar.in.h; \
  1240. } > $@-t
  1241. mv $@-t $@
  1242. mostlyclean-local: mostlyclean-generic
  1243. @for dir in '' $(MOSTLYCLEANDIRS); do \
  1244. if test -n "$$dir" && test -d $$dir; then \
  1245. echo "rmdir $$dir"; rmdir $$dir; \
  1246. fi; \
  1247. done; \
  1248. :
  1249. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1250. # Otherwise a system limit (for SysV at least) may be exceeded.
  1251. .NOEXPORT: