1## DO NOT EDIT! GENERATED AUTOMATICALLY!
2## Process this file with automake to produce Makefile.in.
3# Copyright (C) 2002-2020 Free Software Foundation, Inc.
4#
5# This file is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3 of the License, or
8# (at your option) any later version.
9#
10# This file is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this file.  If not, see <https://www.gnu.org/licenses/>.
17#
18# As a special exception to the GNU General Public License,
19# this file may be distributed as part of a program that
20# contains a configuration script generated by Autoconf, under
21# the same distribution terms as the rest of that program.
22#
23# Generated by gnulib-tool.
24# Reproduce by:
25# gnulib-tool --import --local-dir=gnulib-local --local-dir=../gnulib-local \
26#  --lib=libtextstyle \
27#  --source-base=lib \
28#  --m4-base=gnulib-m4 \
29#  --doc-base=doc \
30#  --tests-base=tests \
31#  --aux-dir=build-aux \
32#  --makefile-name=Makefile.gnulib \
33#  --no-conditional-dependencies \
34#  --libtool \
35#  --macro-prefix=lts \
36#  fd-ostream \
37#  file-ostream \
38#  filename \
39#  html-ostream \
40#  html-styled-ostream \
41#  iconv-ostream \
42#  isatty \
43#  largefile \
44#  memory-ostream \
45#  memory-ostream-tests \
46#  noop-styled-ostream \
47#  ostream \
48#  styled-ostream \
49#  term-ostream \
50#  term-ostream-tests \
51#  term-styled-ostream \
52#  vasprintf-posix \
53#  xalloc \
54#  xconcat-filename
55
56
57MOSTLYCLEANFILES += core *.stackdump
58# No GNU Make output.
59
60
61libtextstyle_la_SOURCES =
62libtextstyle_la_LIBADD = $(lts_LTLIBOBJS)
63libtextstyle_la_DEPENDENCIES = $(lts_LTLIBOBJS)
64EXTRA_libtextstyle_la_SOURCES =
65libtextstyle_la_LDFLAGS = $(AM_LDFLAGS)
66libtextstyle_la_LDFLAGS += -no-undefined
67libtextstyle_la_LDFLAGS += $(FABS_LIBM)
68libtextstyle_la_LDFLAGS += $(GETHOSTNAME_LIB)
69libtextstyle_la_LDFLAGS += $(ISNAND_LIBM)
70libtextstyle_la_LDFLAGS += $(ISNANF_LIBM)
71libtextstyle_la_LDFLAGS += $(ISNANL_LIBM)
72libtextstyle_la_LDFLAGS += $(LIBSOCKET)
73libtextstyle_la_LDFLAGS += $(LIBTHREAD)
74libtextstyle_la_LDFLAGS += $(LOG10_LIBM)
75libtextstyle_la_LDFLAGS += $(LTLIBICONV)
76libtextstyle_la_LDFLAGS += $(LTLIBINTL)
77libtextstyle_la_LDFLAGS += $(POW_LIBM)
78
79## begin gnulib module absolute-header
80
81# Use this preprocessor expression to decide whether #include_next works.
82# Do not rely on a 'configure'-time test for this, since the expression
83# might appear in an installed header, which is used by some other compiler.
84HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)
85
86## end   gnulib module absolute-header
87
88## begin gnulib module alignof
89
90
91EXTRA_DIST += alignof.h
92
93## end   gnulib module alignof
94
95## begin gnulib module alloca-opt
96
97BUILT_SOURCES += $(ALLOCA_H)
98
99# We need the following in order to create <alloca.h> when the system
100# doesn't have one that works with the given compiler.
101if GL_GENERATE_ALLOCA_H
102alloca.h: alloca.in.h $(top_builddir)/config.status
103	$(AM_V_GEN)rm -f $@-t $@ && \
104	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
105	  sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
106	} > $@-t && \
107	mv -f $@-t $@
108else
109alloca.h: $(top_builddir)/config.status
110	rm -f $@
111endif
112MOSTLYCLEANFILES += alloca.h alloca.h-t
113
114EXTRA_DIST += alloca.in.h
115
116## end   gnulib module alloca-opt
117
118## begin gnulib module array-list
119
120libtextstyle_la_SOURCES += gl_array_list.h gl_array_list.c
121
122## end   gnulib module array-list
123
124## begin gnulib module attribute
125
126
127EXTRA_DIST += attribute.h
128
129## end   gnulib module attribute
130
131## begin gnulib module basename-lgpl
132
133libtextstyle_la_SOURCES += basename-lgpl.c
134
135EXTRA_DIST += basename-lgpl.h
136
137## end   gnulib module basename-lgpl
138
139## begin gnulib module binary-io
140
141libtextstyle_la_SOURCES += binary-io.h binary-io.c
142
143## end   gnulib module binary-io
144
145## begin gnulib module c-ctype
146
147libtextstyle_la_SOURCES += c-ctype.h c-ctype.c
148
149## end   gnulib module c-ctype
150
151## begin gnulib module c-strcase
152
153libtextstyle_la_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
154
155## end   gnulib module c-strcase
156
157## begin gnulib module cloexec
158
159libtextstyle_la_SOURCES += cloexec.c
160
161EXTRA_DIST += cloexec.h
162
163## end   gnulib module cloexec
164
165## begin gnulib module close
166
167
168EXTRA_DIST += close.c
169
170EXTRA_libtextstyle_la_SOURCES += close.c
171
172## end   gnulib module close
173
174## begin gnulib module concat-filename
175
176libtextstyle_la_SOURCES += concat-filename.c
177
178EXTRA_DIST += concat-filename.h
179
180## end   gnulib module concat-filename
181
182## begin gnulib module dup2
183
184
185EXTRA_DIST += dup2.c
186
187EXTRA_libtextstyle_la_SOURCES += dup2.c
188
189## end   gnulib module dup2
190
191## begin gnulib module errno
192
193BUILT_SOURCES += $(ERRNO_H)
194
195# We need the following in order to create <errno.h> when the system
196# doesn't have one that is POSIX compliant.
197if GL_GENERATE_ERRNO_H
198errno.h: errno.in.h $(top_builddir)/config.status
199	$(AM_V_GEN)rm -f $@-t $@ && \
200	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
201	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
202	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
203	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
204	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
205	      -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
206	      -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
207	      -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
208	      -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
209	      -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
210	      -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
211	      -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
212	      < $(srcdir)/errno.in.h; \
213	} > $@-t && \
214	mv $@-t $@
215else
216errno.h: $(top_builddir)/config.status
217	rm -f $@
218endif
219MOSTLYCLEANFILES += errno.h errno.h-t
220
221EXTRA_DIST += errno.in.h
222
223## end   gnulib module errno
224
225## begin gnulib module error
226
227
228EXTRA_DIST += error.c error.h
229
230EXTRA_libtextstyle_la_SOURCES += error.c
231
232## end   gnulib module error
233
234## begin gnulib module exitfail
235
236libtextstyle_la_SOURCES += exitfail.c
237
238EXTRA_DIST += exitfail.h
239
240## end   gnulib module exitfail
241
242## begin gnulib module fatal-signal
243
244libtextstyle_la_SOURCES += fatal-signal.h fatal-signal.c
245
246## end   gnulib module fatal-signal
247
248## begin gnulib module fcntl
249
250
251EXTRA_DIST += fcntl.c
252
253EXTRA_libtextstyle_la_SOURCES += fcntl.c
254
255## end   gnulib module fcntl
256
257## begin gnulib module fcntl-h
258
259BUILT_SOURCES += fcntl.h
260
261# We need the following in order to create <fcntl.h> when the system
262# doesn't have one that works with the given compiler.
263fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
264	$(AM_V_GEN)rm -f $@-t $@ && \
265	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
266	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
267	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
268	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
269	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
270	      -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
271	      -e 's/@''GNULIB_CREAT''@/$(GNULIB_CREAT)/g' \
272	      -e 's/@''GNULIB_FCNTL''@/$(GNULIB_FCNTL)/g' \
273	      -e 's/@''GNULIB_NONBLOCKING''@/$(GNULIB_NONBLOCKING)/g' \
274	      -e 's/@''GNULIB_OPEN''@/$(GNULIB_OPEN)/g' \
275	      -e 's/@''GNULIB_OPENAT''@/$(GNULIB_OPENAT)/g' \
276	      -e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
277	      -e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
278	      -e 's|@''REPLACE_CREAT''@|$(REPLACE_CREAT)|g' \
279	      -e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
280	      -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
281	      -e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
282	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
283	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
284	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
285	      < $(srcdir)/fcntl.in.h; \
286	} > $@-t && \
287	mv $@-t $@
288MOSTLYCLEANFILES += fcntl.h fcntl.h-t
289
290EXTRA_DIST += fcntl.in.h
291
292## end   gnulib module fcntl-h
293
294## begin gnulib module fd-hook
295
296libtextstyle_la_SOURCES += fd-hook.c
297
298EXTRA_DIST += fd-hook.h
299
300## end   gnulib module fd-hook
301
302## begin gnulib module fd-ostream
303
304libtextstyle_la_SOURCES += fd-ostream.c
305# This is a Makefile rule that generates multiple files at once; see the
306# automake documentation, node "Multiple Outputs", for details.
307$(srcdir)/fd-ostream.h : $(top_srcdir)/build-aux/moopp fd-ostream.oo.h fd-ostream.oo.c ostream.oo.h
308	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/fd-ostream.oo.c $(srcdir)/fd-ostream.oo.h $(srcdir)/ostream.oo.h
309$(srcdir)/fd-ostream.c $(srcdir)/fd_ostream.priv.h $(srcdir)/fd_ostream.vt.h : fd-ostream.h
310	@test -f $@ || { \
311	  trap 'rm -rf fd-ostream.lock' 1 2 13 15; \
312	  if mkdir fd-ostream.lock 2>/dev/null; then \
313	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/fd-ostream.oo.c $(srcdir)/fd-ostream.oo.h $(srcdir)/ostream.oo.h"; \
314	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/fd-ostream.oo.c $(srcdir)/fd-ostream.oo.h $(srcdir)/ostream.oo.h; \
315	    result=$$?; rm -rf fd-ostream.lock; exit $$result; \
316	  else \
317	    while test -d fd-ostream.lock; do sleep 1; done; \
318	    test -f $(srcdir)/fd-ostream.h; \
319	  fi; \
320	}
321BUILT_SOURCES += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h
322MAINTAINERCLEANFILES += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h
323EXTRA_DIST += fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h
324
325EXTRA_DIST += fd-ostream.oo.c fd-ostream.oo.h
326
327EXTRA_libtextstyle_la_SOURCES += fd-ostream.oo.c
328
329## end   gnulib module fd-ostream
330
331## begin gnulib module file-ostream
332
333libtextstyle_la_SOURCES += file-ostream.c
334# This is a Makefile rule that generates multiple files at once; see the
335# automake documentation, node "Multiple Outputs", for details.
336$(srcdir)/file-ostream.h : $(top_srcdir)/build-aux/moopp file-ostream.oo.h file-ostream.oo.c ostream.oo.h
337	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/file-ostream.oo.c $(srcdir)/file-ostream.oo.h $(srcdir)/ostream.oo.h
338$(srcdir)/file-ostream.c $(srcdir)/file_ostream.priv.h $(srcdir)/file_ostream.vt.h : file-ostream.h
339	@test -f $@ || { \
340	  trap 'rm -rf file-ostream.lock' 1 2 13 15; \
341	  if mkdir file-ostream.lock 2>/dev/null; then \
342	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/file-ostream.oo.c $(srcdir)/file-ostream.oo.h $(srcdir)/ostream.oo.h"; \
343	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/file-ostream.oo.c $(srcdir)/file-ostream.oo.h $(srcdir)/ostream.oo.h; \
344	    result=$$?; rm -rf file-ostream.lock; exit $$result; \
345	  else \
346	    while test -d file-ostream.lock; do sleep 1; done; \
347	    test -f $(srcdir)/file-ostream.h; \
348	  fi; \
349	}
350BUILT_SOURCES += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
351MAINTAINERCLEANFILES += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
352EXTRA_DIST += file-ostream.h file-ostream.c file_ostream.priv.h file_ostream.vt.h
353
354EXTRA_DIST += file-ostream.oo.c file-ostream.oo.h
355
356EXTRA_libtextstyle_la_SOURCES += file-ostream.oo.c
357
358## end   gnulib module file-ostream
359
360## begin gnulib module filename
361
362
363EXTRA_DIST += filename.h
364
365## end   gnulib module filename
366
367## begin gnulib module float
368
369BUILT_SOURCES += $(FLOAT_H)
370
371# We need the following in order to create <float.h> when the system
372# doesn't have one that works with the given compiler.
373if GL_GENERATE_FLOAT_H
374float.h: float.in.h $(top_builddir)/config.status
375	$(AM_V_GEN)rm -f $@-t $@ && \
376	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
377	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
378	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
379	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
380	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
381	      -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
382	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
383	      < $(srcdir)/float.in.h; \
384	} > $@-t && \
385	mv $@-t $@
386else
387float.h: $(top_builddir)/config.status
388	rm -f $@
389endif
390MOSTLYCLEANFILES += float.h float.h-t
391
392EXTRA_DIST += float.c float.in.h itold.c
393
394EXTRA_libtextstyle_la_SOURCES += float.c itold.c
395
396## end   gnulib module float
397
398## begin gnulib module fpucw
399
400
401EXTRA_DIST += fpucw.h
402
403## end   gnulib module fpucw
404
405## begin gnulib module frexp-nolibm
406
407
408EXTRA_DIST += frexp.c
409
410EXTRA_libtextstyle_la_SOURCES += frexp.c
411
412## end   gnulib module frexp-nolibm
413
414## begin gnulib module frexpl-nolibm
415
416
417EXTRA_DIST += frexp.c frexpl.c
418
419EXTRA_libtextstyle_la_SOURCES += frexp.c frexpl.c
420
421## end   gnulib module frexpl-nolibm
422
423## begin gnulib module fstat
424
425
426EXTRA_DIST += fstat.c stat-w32.c stat-w32.h
427
428EXTRA_libtextstyle_la_SOURCES += fstat.c stat-w32.c
429
430## end   gnulib module fstat
431
432## begin gnulib module fsync
433
434
435EXTRA_DIST += fsync.c
436
437EXTRA_libtextstyle_la_SOURCES += fsync.c
438
439## end   gnulib module fsync
440
441## begin gnulib module full-write
442
443libtextstyle_la_SOURCES += full-write.h full-write.c
444
445## end   gnulib module full-write
446
447## begin gnulib module get_ppid_of
448
449libtextstyle_la_SOURCES += get_ppid_of.h get_ppid_of.c
450
451## end   gnulib module get_ppid_of
452
453## begin gnulib module get_progname_of
454
455libtextstyle_la_SOURCES += get_progname_of.h get_progname_of.c
456
457## end   gnulib module get_progname_of
458
459## begin gnulib module getdtablesize
460
461
462EXTRA_DIST += getdtablesize.c
463
464EXTRA_libtextstyle_la_SOURCES += getdtablesize.c
465
466## end   gnulib module getdtablesize
467
468## begin gnulib module gethostname
469
470
471EXTRA_DIST += gethostname.c w32sock.h
472
473EXTRA_libtextstyle_la_SOURCES += gethostname.c
474
475## end   gnulib module gethostname
476
477## begin gnulib module getprogname
478
479libtextstyle_la_SOURCES += getprogname.h getprogname.c
480
481## end   gnulib module getprogname
482
483## begin gnulib module gettext-h
484
485libtextstyle_la_SOURCES += gettext.h
486
487## end   gnulib module gettext-h
488
489## begin gnulib module gettimeofday
490
491
492EXTRA_DIST += gettimeofday.c
493
494EXTRA_libtextstyle_la_SOURCES += gettimeofday.c
495
496## end   gnulib module gettimeofday
497
498## begin gnulib module havelib
499
500
501EXTRA_DIST += $(top_srcdir)/build-aux/config.rpath
502
503## end   gnulib module havelib
504
505## begin gnulib module html-ostream
506
507libtextstyle_la_SOURCES += html-ostream.c
508# This is a Makefile rule that generates multiple files at once; see the
509# automake documentation, node "Multiple Outputs", for details.
510$(srcdir)/html-ostream.h : $(top_srcdir)/build-aux/moopp html-ostream.oo.h html-ostream.oo.c ostream.oo.h
511	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h
512$(srcdir)/html-ostream.c $(srcdir)/html_ostream.priv.h $(srcdir)/html_ostream.vt.h : html-ostream.h
513	@test -f $@ || { \
514	  trap 'rm -rf html-ostream.lock' 1 2 13 15; \
515	  if mkdir html-ostream.lock 2>/dev/null; then \
516	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h"; \
517	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h; \
518	    result=$$?; rm -rf html-ostream.lock; exit $$result; \
519	  else \
520	    while test -d html-ostream.lock; do sleep 1; done; \
521	    test -f $(srcdir)/html-ostream.h; \
522	  fi; \
523	}
524BUILT_SOURCES += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h
525MAINTAINERCLEANFILES += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h
526EXTRA_DIST += html-ostream.h html-ostream.c html_ostream.priv.h html_ostream.vt.h
527
528EXTRA_DIST += html-ostream.oo.c html-ostream.oo.h
529
530EXTRA_libtextstyle_la_SOURCES += html-ostream.oo.c
531
532## end   gnulib module html-ostream
533
534## begin gnulib module html-styled-ostream
535
536libtextstyle_la_SOURCES += html-styled-ostream.c
537# This is a Makefile rule that generates multiple files at once; see the
538# automake documentation, node "Multiple Outputs", for details.
539$(srcdir)/html-styled-ostream.h : $(top_srcdir)/build-aux/moopp html-styled-ostream.oo.h html-styled-ostream.oo.c styled-ostream.oo.h ostream.oo.h
540	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-styled-ostream.oo.c $(srcdir)/html-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h
541$(srcdir)/html-styled-ostream.c $(srcdir)/html_styled_ostream.priv.h $(srcdir)/html_styled_ostream.vt.h : html-styled-ostream.h
542	@test -f $@ || { \
543	  trap 'rm -rf html-styled-ostream.lock' 1 2 13 15; \
544	  if mkdir html-styled-ostream.lock 2>/dev/null; then \
545	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-styled-ostream.oo.c $(srcdir)/html-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h"; \
546	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-styled-ostream.oo.c $(srcdir)/html-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h; \
547	    result=$$?; rm -rf html-styled-ostream.lock; exit $$result; \
548	  else \
549	    while test -d html-styled-ostream.lock; do sleep 1; done; \
550	    test -f $(srcdir)/html-styled-ostream.h; \
551	  fi; \
552	}
553BUILT_SOURCES += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
554MAINTAINERCLEANFILES += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
555EXTRA_DIST += html-styled-ostream.h html-styled-ostream.c html_styled_ostream.priv.h html_styled_ostream.vt.h
556
557EXTRA_DIST += html-styled-ostream.oo.c html-styled-ostream.oo.h
558
559EXTRA_libtextstyle_la_SOURCES += html-styled-ostream.oo.c
560
561## end   gnulib module html-styled-ostream
562
563## begin gnulib module iconv-ostream
564
565libtextstyle_la_SOURCES += iconv-ostream.c
566# This is a Makefile rule that generates multiple files at once; see the
567# automake documentation, node "Multiple Outputs", for details.
568$(srcdir)/iconv-ostream.h : $(top_srcdir)/build-aux/moopp iconv-ostream.oo.h iconv-ostream.oo.c ostream.oo.h
569	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/iconv-ostream.oo.c $(srcdir)/iconv-ostream.oo.h $(srcdir)/ostream.oo.h
570$(srcdir)/iconv-ostream.c $(srcdir)/iconv_ostream.priv.h $(srcdir)/iconv_ostream.vt.h : iconv-ostream.h
571	@test -f $@ || { \
572	  trap 'rm -rf iconv-ostream.lock' 1 2 13 15; \
573	  if mkdir iconv-ostream.lock 2>/dev/null; then \
574	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/iconv-ostream.oo.c $(srcdir)/iconv-ostream.oo.h $(srcdir)/ostream.oo.h"; \
575	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/iconv-ostream.oo.c $(srcdir)/iconv-ostream.oo.h $(srcdir)/ostream.oo.h; \
576	    result=$$?; rm -rf iconv-ostream.lock; exit $$result; \
577	  else \
578	    while test -d iconv-ostream.lock; do sleep 1; done; \
579	    test -f $(srcdir)/iconv-ostream.h; \
580	  fi; \
581	}
582BUILT_SOURCES += iconv-ostream.h iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h
583MAINTAINERCLEANFILES += iconv-ostream.h iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h
584EXTRA_DIST += iconv-ostream.h iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h
585
586EXTRA_DIST += iconv-ostream.oo.c iconv-ostream.oo.h
587
588EXTRA_libtextstyle_la_SOURCES += iconv-ostream.oo.c
589
590## end   gnulib module iconv-ostream
591
592## begin gnulib module intprops
593
594
595EXTRA_DIST += intprops.h
596
597## end   gnulib module intprops
598
599## begin gnulib module inttypes-incomplete
600
601BUILT_SOURCES += inttypes.h
602
603# We need the following in order to create <inttypes.h> when the system
604# doesn't have one that works with the given compiler.
605inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
606	$(AM_V_GEN)rm -f $@-t $@ && \
607	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
608	  sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
609	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
610	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
611	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
612	      -e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
613	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
614	      -e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
615	      -e 's/@''GNULIB_IMAXABS''@/$(GNULIB_IMAXABS)/g' \
616	      -e 's/@''GNULIB_IMAXDIV''@/$(GNULIB_IMAXDIV)/g' \
617	      -e 's/@''GNULIB_STRTOIMAX''@/$(GNULIB_STRTOIMAX)/g' \
618	      -e 's/@''GNULIB_STRTOUMAX''@/$(GNULIB_STRTOUMAX)/g' \
619	      -e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
620	      -e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
621	      -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
622	      -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
623	      -e 's/@''HAVE_IMAXDIV_T''@/$(HAVE_IMAXDIV_T)/g' \
624	      -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
625	      -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
626	      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
627	      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
628	      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
629	      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
630	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
631	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
632	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
633	      < $(srcdir)/inttypes.in.h; \
634	} > $@-t && \
635	mv $@-t $@
636MOSTLYCLEANFILES += inttypes.h inttypes.h-t
637
638EXTRA_DIST += inttypes.in.h
639
640## end   gnulib module inttypes-incomplete
641
642## begin gnulib module isatty
643
644
645EXTRA_DIST += isatty.c
646
647EXTRA_libtextstyle_la_SOURCES += isatty.c
648
649## end   gnulib module isatty
650
651## begin gnulib module isinf
652
653
654EXTRA_DIST += isinf.c
655
656EXTRA_libtextstyle_la_SOURCES += isinf.c
657
658## end   gnulib module isinf
659
660## begin gnulib module isnand
661
662
663EXTRA_DIST += float+.h isnan.c isnand.c
664
665EXTRA_libtextstyle_la_SOURCES += isnan.c isnand.c
666
667## end   gnulib module isnand
668
669## begin gnulib module isnand-nolibm
670
671
672EXTRA_DIST += float+.h isnan.c isnand-nolibm.h isnand.c
673
674EXTRA_libtextstyle_la_SOURCES += isnan.c isnand.c
675
676## end   gnulib module isnand-nolibm
677
678## begin gnulib module isnanf
679
680
681EXTRA_DIST += float+.h isnan.c isnanf.c
682
683EXTRA_libtextstyle_la_SOURCES += isnan.c isnanf.c
684
685## end   gnulib module isnanf
686
687## begin gnulib module isnanf-nolibm
688
689
690EXTRA_DIST += float+.h isnan.c isnanf-nolibm.h isnanf.c
691
692EXTRA_libtextstyle_la_SOURCES += isnan.c isnanf.c
693
694## end   gnulib module isnanf-nolibm
695
696## begin gnulib module isnanl
697
698
699EXTRA_DIST += float+.h isnan.c isnanl.c
700
701EXTRA_libtextstyle_la_SOURCES += isnan.c isnanl.c
702
703## end   gnulib module isnanl
704
705## begin gnulib module isnanl-nolibm
706
707
708EXTRA_DIST += float+.h isnan.c isnanl-nolibm.h isnanl.c
709
710EXTRA_libtextstyle_la_SOURCES += isnan.c isnanl.c
711
712## end   gnulib module isnanl-nolibm
713
714## begin gnulib module libcroco
715
716AM_CPPFLAGS += $(INCGLIB)
717AM_CPPFLAGS += $(INCXML)
718if INCLUDED_LIBCROCO
719AM_CPPFLAGS += -I$(srcdir)/libcroco
720libtextstyle_la_LIBADD += libcroco_rpl.la
721libtextstyle_la_DEPENDENCIES += libcroco_rpl.la
722noinst_LTLIBRARIES += libcroco_rpl.la
723else
724AM_CPPFLAGS += $(INCCROCO)
725endif
726
727libcroco_rpl_la_SOURCES = \
728  libcroco/cr-additional-sel.c \
729  libcroco/cr-attr-sel.c \
730  libcroco/cr-cascade.c \
731  libcroco/cr-declaration.c \
732  libcroco/cr-doc-handler.c \
733  libcroco/cr-enc-handler.c \
734  libcroco/cr-fonts.c \
735  libcroco/cr-input.c \
736  libcroco/cr-num.c \
737  libcroco/cr-om-parser.c \
738  libcroco/cr-parser.c \
739  libcroco/cr-parsing-location.c \
740  libcroco/cr-prop-list.c \
741  libcroco/cr-pseudo.c \
742  libcroco/cr-rgb.c \
743  libcroco/cr-sel-eng.c \
744  libcroco/cr-selector.c \
745  libcroco/cr-simple-sel.c \
746  libcroco/cr-statement.c \
747  libcroco/cr-string.c \
748  libcroco/cr-style.c \
749  libcroco/cr-stylesheet.c \
750  libcroco/cr-term.c \
751  libcroco/cr-tknzr.c \
752  libcroco/cr-token.c \
753  libcroco/cr-utils.c
754libcroco_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX)
755
756if GL_COND_LIBTOOL
757libtextstyle_la_LDFLAGS += $(LTLIBCROCO)
758endif
759
760EXTRA_DIST += libcroco/cr-additional-sel.c libcroco/cr-additional-sel.h libcroco/cr-attr-sel.c libcroco/cr-attr-sel.h libcroco/cr-cascade.c libcroco/cr-cascade.h libcroco/cr-declaration.c libcroco/cr-declaration.h libcroco/cr-doc-handler.c libcroco/cr-doc-handler.h libcroco/cr-enc-handler.c libcroco/cr-enc-handler.h libcroco/cr-fonts.c libcroco/cr-fonts.h libcroco/cr-input.c libcroco/cr-input.h libcroco/cr-num.c libcroco/cr-num.h libcroco/cr-om-parser.c libcroco/cr-om-parser.h libcroco/cr-parser.c libcroco/cr-parser.h libcroco/cr-parsing-location.c libcroco/cr-parsing-location.h libcroco/cr-prop-list.c libcroco/cr-prop-list.h libcroco/cr-pseudo.c libcroco/cr-pseudo.h libcroco/cr-rgb.c libcroco/cr-rgb.h libcroco/cr-sel-eng.c libcroco/cr-sel-eng.h libcroco/cr-selector.c libcroco/cr-selector.h libcroco/cr-simple-sel.c libcroco/cr-simple-sel.h libcroco/cr-statement.c libcroco/cr-statement.h libcroco/cr-string.c libcroco/cr-string.h libcroco/cr-style.c libcroco/cr-style.h libcroco/cr-stylesheet.c libcroco/cr-stylesheet.h libcroco/cr-term.c libcroco/cr-term.h libcroco/cr-tknzr.c libcroco/cr-tknzr.h libcroco/cr-token.c libcroco/cr-token.h libcroco/cr-utils.c libcroco/cr-utils.h libcroco/libcroco-config.h libcroco/libcroco.h
761
762EXTRA_libtextstyle_la_SOURCES += libcroco/cr-additional-sel.c libcroco/cr-attr-sel.c libcroco/cr-cascade.c libcroco/cr-declaration.c libcroco/cr-doc-handler.c libcroco/cr-enc-handler.c libcroco/cr-fonts.c libcroco/cr-input.c libcroco/cr-num.c libcroco/cr-om-parser.c libcroco/cr-parser.c libcroco/cr-parsing-location.c libcroco/cr-prop-list.c libcroco/cr-pseudo.c libcroco/cr-rgb.c libcroco/cr-sel-eng.c libcroco/cr-selector.c libcroco/cr-simple-sel.c libcroco/cr-statement.c libcroco/cr-string.c libcroco/cr-style.c libcroco/cr-stylesheet.c libcroco/cr-term.c libcroco/cr-tknzr.c libcroco/cr-token.c libcroco/cr-utils.c
763
764## end   gnulib module libcroco
765
766## begin gnulib module libglib
767
768if INCLUDED_LIBGLIB
769libtextstyle_la_LIBADD += libglib_rpl.la
770libtextstyle_la_DEPENDENCIES += libglib_rpl.la
771noinst_LTLIBRARIES += libglib_rpl.la
772endif
773
774libglib_rpl_la_SOURCES = \
775  glib/ghash.c \
776  glib/glist.c \
777  glib/gmessages.c \
778  glib/gprimes.c \
779  glib/gstrfuncs.c \
780  glib/gstring.c
781libglib_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX)
782
783BUILT_SOURCES += $(LIBGLIB_H)
784
785glib.h: glib.in.h
786	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
787	  cat $(srcdir)/glib.in.h; \
788	} > $@-t
789	mv -f $@-t $@
790
791glibconfig.h: glibconfig.in.h
792	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
793	  cat $(srcdir)/glibconfig.in.h; \
794	} > $@-t
795	mv -f $@-t $@
796
797glib/ghash.h: glib/ghash.in.h
798	test -d glib || $(MKDIR_P) glib
799	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
800	  cat $(srcdir)/glib/ghash.in.h; \
801	} > $@-t
802	mv -f $@-t $@
803
804glib/glist.h: glib/glist.in.h
805	test -d glib || $(MKDIR_P) glib
806	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
807	  cat $(srcdir)/glib/glist.in.h; \
808	} > $@-t
809	mv -f $@-t $@
810
811glib/gmacros.h: glib/gmacros.in.h
812	test -d glib || $(MKDIR_P) glib
813	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
814	  cat $(srcdir)/glib/gmacros.in.h; \
815	} > $@-t
816	mv -f $@-t $@
817
818glib/gprimes.h: glib/gprimes.in.h
819	test -d glib || $(MKDIR_P) glib
820	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
821	  cat $(srcdir)/glib/gprimes.in.h; \
822	} > $@-t
823	mv -f $@-t $@
824
825glib/gprintfint.h: glib/gprintfint.in.h
826	test -d glib || $(MKDIR_P) glib
827	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
828	  cat $(srcdir)/glib/gprintfint.in.h; \
829	} > $@-t
830	mv -f $@-t $@
831
832glib/gstrfuncs.h: glib/gstrfuncs.in.h
833	test -d glib || $(MKDIR_P) glib
834	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
835	  cat $(srcdir)/glib/gstrfuncs.in.h; \
836	} > $@-t
837	mv -f $@-t $@
838
839glib/gstring.h: glib/gstring.in.h
840	test -d glib || $(MKDIR_P) glib
841	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
842	  cat $(srcdir)/glib/gstring.in.h; \
843	} > $@-t
844	mv -f $@-t $@
845
846glib/gtypes.h: glib/gtypes.in.h
847	test -d glib || $(MKDIR_P) glib
848	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
849	  cat $(srcdir)/glib/gtypes.in.h; \
850	} > $@-t
851	mv -f $@-t $@
852
853MOSTLYCLEANFILES += \
854  glib.h \
855  glibconfig.h \
856  glib/ghash.h \
857  glib/glist.h \
858  glib/gmacros.h \
859  glib/gprimes.h \
860  glib/gprintfint.h \
861  glib/gstrfuncs.h \
862  glib/gstring.h \
863  glib/gtypes.h
864MOSTLYCLEANFILES += glib.h-t glibconfig.h-t glib/*.h-t
865
866if GL_COND_LIBTOOL
867libtextstyle_la_LDFLAGS += $(LTLIBGLIB)
868endif
869
870EXTRA_DIST += glib.in.h glib/ghash.c glib/ghash.in.h glib/glist.c glib/glist.in.h glib/gmacros.in.h glib/gmessages.c glib/gprimes.c glib/gprimes.in.h glib/gprintfint.in.h glib/gstrfuncs.c glib/gstrfuncs.in.h glib/gstring.c glib/gstring.in.h glib/gtypes.in.h glibconfig.in.h
871
872EXTRA_libtextstyle_la_SOURCES += glib/ghash.c glib/glist.c glib/gmessages.c glib/gprimes.c glib/gstrfuncs.c glib/gstring.c
873
874## end   gnulib module libglib
875
876## begin gnulib module libxml
877
878if INCLUDED_LIBXML
879libtextstyle_la_LIBADD += libxml_rpl.la
880libtextstyle_la_DEPENDENCIES += libxml_rpl.la
881noinst_LTLIBRARIES += libxml_rpl.la
882endif
883
884libxml_rpl_la_SOURCES = \
885  libxml/DOCBparser.c \
886  libxml/HTMLparser.c \
887  libxml/HTMLtree.c \
888  libxml/SAX.c \
889  libxml/SAX2.c \
890  libxml/buf.h \
891  libxml/buf.c \
892  libxml/c14n.c \
893  libxml/catalog.c \
894  libxml/chvalid.c \
895  libxml/debugXML.c \
896  libxml/dict.c \
897  libxml/enc.h \
898  libxml/encoding.c \
899  libxml/entities.c \
900  libxml/error.c \
901  libxml/globals.c \
902  libxml/hash.c \
903  libxml/legacy.c \
904  libxml/list.c \
905  libxml/nanoftp.c \
906  libxml/nanohttp.c \
907  libxml/parser.c \
908  libxml/parserInternals.c \
909  libxml/pattern.c \
910  libxml/relaxng.c \
911  libxml/save.h \
912  libxml/schematron.c \
913  libxml/threads.c \
914  libxml/timsort.h \
915  libxml/tree.c \
916  libxml/trionan.c \
917  libxml/uri.c \
918  libxml/valid.c \
919  libxml/xinclude.c \
920  libxml/xlink.c \
921  libxml/xmlIO.c \
922  libxml/xmlmemory.c \
923  libxml/xmlmodule.c \
924  libxml/xmlreader.c \
925  libxml/xmlregexp.c \
926  libxml/xmlsave.c \
927  libxml/xmlschemas.c \
928  libxml/xmlschemastypes.c \
929  libxml/xmlstring.c \
930  libxml/xmlunicode.c \
931  libxml/xmlwriter.c \
932  libxml/xpath.c \
933  libxml/xpointer.c
934libxml_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX)
935
936BUILT_SOURCES += $(LIBXML_H)
937
938libxml/DOCBparser.h: libxml/DOCBparser.in.h
939	test -d libxml || $(MKDIR_P) libxml
940	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
941	  cat $(srcdir)/libxml/DOCBparser.in.h; \
942	} > $@-t
943	mv -f $@-t $@
944
945libxml/HTMLparser.h: libxml/HTMLparser.in.h
946	test -d libxml || $(MKDIR_P) libxml
947	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
948	  cat $(srcdir)/libxml/HTMLparser.in.h; \
949	} > $@-t
950	mv -f $@-t $@
951
952libxml/HTMLtree.h: libxml/HTMLtree.in.h
953	test -d libxml || $(MKDIR_P) libxml
954	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
955	  cat $(srcdir)/libxml/HTMLtree.in.h; \
956	} > $@-t
957	mv -f $@-t $@
958
959libxml/SAX.h: libxml/SAX.in.h
960	test -d libxml || $(MKDIR_P) libxml
961	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
962	  cat $(srcdir)/libxml/SAX.in.h; \
963	} > $@-t
964	mv -f $@-t $@
965
966libxml/SAX2.h: libxml/SAX2.in.h
967	test -d libxml || $(MKDIR_P) libxml
968	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
969	  cat $(srcdir)/libxml/SAX2.in.h; \
970	} > $@-t
971	mv -f $@-t $@
972
973libxml/c14n.h: libxml/c14n.in.h
974	test -d libxml || $(MKDIR_P) libxml
975	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
976	  cat $(srcdir)/libxml/c14n.in.h; \
977	} > $@-t
978	mv -f $@-t $@
979
980libxml/catalog.h: libxml/catalog.in.h
981	test -d libxml || $(MKDIR_P) libxml
982	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
983	  cat $(srcdir)/libxml/catalog.in.h; \
984	} > $@-t
985	mv -f $@-t $@
986
987libxml/chvalid.h: libxml/chvalid.in.h
988	test -d libxml || $(MKDIR_P) libxml
989	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
990	  cat $(srcdir)/libxml/chvalid.in.h; \
991	} > $@-t
992	mv -f $@-t $@
993
994libxml/debugXML.h: libxml/debugXML.in.h
995	test -d libxml || $(MKDIR_P) libxml
996	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
997	  cat $(srcdir)/libxml/debugXML.in.h; \
998	} > $@-t
999	mv -f $@-t $@
1000
1001libxml/dict.h: libxml/dict.in.h
1002	test -d libxml || $(MKDIR_P) libxml
1003	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1004	  cat $(srcdir)/libxml/dict.in.h; \
1005	} > $@-t
1006	mv -f $@-t $@
1007
1008libxml/encoding.h: libxml/encoding.in.h
1009	test -d libxml || $(MKDIR_P) libxml
1010	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1011	  cat $(srcdir)/libxml/encoding.in.h; \
1012	} > $@-t
1013	mv -f $@-t $@
1014
1015libxml/entities.h: libxml/entities.in.h
1016	test -d libxml || $(MKDIR_P) libxml
1017	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1018	  cat $(srcdir)/libxml/entities.in.h; \
1019	} > $@-t
1020	mv -f $@-t $@
1021
1022libxml/globals.h: libxml/globals.in.h
1023	test -d libxml || $(MKDIR_P) libxml
1024	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1025	  cat $(srcdir)/libxml/globals.in.h; \
1026	} > $@-t
1027	mv -f $@-t $@
1028
1029libxml/hash.h: libxml/hash.in.h
1030	test -d libxml || $(MKDIR_P) libxml
1031	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1032	  cat $(srcdir)/libxml/hash.in.h; \
1033	} > $@-t
1034	mv -f $@-t $@
1035
1036libxml/list.h: libxml/list.in.h
1037	test -d libxml || $(MKDIR_P) libxml
1038	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1039	  cat $(srcdir)/libxml/list.in.h; \
1040	} > $@-t
1041	mv -f $@-t $@
1042
1043libxml/nanoftp.h: libxml/nanoftp.in.h
1044	test -d libxml || $(MKDIR_P) libxml
1045	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1046	  cat $(srcdir)/libxml/nanoftp.in.h; \
1047	} > $@-t
1048	mv -f $@-t $@
1049
1050libxml/nanohttp.h: libxml/nanohttp.in.h
1051	test -d libxml || $(MKDIR_P) libxml
1052	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1053	  cat $(srcdir)/libxml/nanohttp.in.h; \
1054	} > $@-t
1055	mv -f $@-t $@
1056
1057libxml/parser.h: libxml/parser.in.h
1058	test -d libxml || $(MKDIR_P) libxml
1059	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1060	  cat $(srcdir)/libxml/parser.in.h; \
1061	} > $@-t
1062	mv -f $@-t $@
1063
1064libxml/parserInternals.h: libxml/parserInternals.in.h
1065	test -d libxml || $(MKDIR_P) libxml
1066	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1067	  cat $(srcdir)/libxml/parserInternals.in.h; \
1068	} > $@-t
1069	mv -f $@-t $@
1070
1071libxml/pattern.h: libxml/pattern.in.h
1072	test -d libxml || $(MKDIR_P) libxml
1073	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1074	  cat $(srcdir)/libxml/pattern.in.h; \
1075	} > $@-t
1076	mv -f $@-t $@
1077
1078libxml/relaxng.h: libxml/relaxng.in.h
1079	test -d libxml || $(MKDIR_P) libxml
1080	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1081	  cat $(srcdir)/libxml/relaxng.in.h; \
1082	} > $@-t
1083	mv -f $@-t $@
1084
1085libxml/schemasInternals.h: libxml/schemasInternals.in.h
1086	test -d libxml || $(MKDIR_P) libxml
1087	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1088	  cat $(srcdir)/libxml/schemasInternals.in.h; \
1089	} > $@-t
1090	mv -f $@-t $@
1091
1092libxml/schematron.h: libxml/schematron.in.h
1093	test -d libxml || $(MKDIR_P) libxml
1094	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1095	  cat $(srcdir)/libxml/schematron.in.h; \
1096	} > $@-t
1097	mv -f $@-t $@
1098
1099libxml/threads.h: libxml/threads.in.h
1100	test -d libxml || $(MKDIR_P) libxml
1101	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1102	  cat $(srcdir)/libxml/threads.in.h; \
1103	} > $@-t
1104	mv -f $@-t $@
1105
1106libxml/tree.h: libxml/tree.in.h
1107	test -d libxml || $(MKDIR_P) libxml
1108	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1109	  cat $(srcdir)/libxml/tree.in.h; \
1110	} > $@-t
1111	mv -f $@-t $@
1112
1113libxml/uri.h: libxml/uri.in.h
1114	test -d libxml || $(MKDIR_P) libxml
1115	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1116	  cat $(srcdir)/libxml/uri.in.h; \
1117	} > $@-t
1118	mv -f $@-t $@
1119
1120libxml/valid.h: libxml/valid.in.h
1121	test -d libxml || $(MKDIR_P) libxml
1122	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1123	  cat $(srcdir)/libxml/valid.in.h; \
1124	} > $@-t
1125	mv -f $@-t $@
1126
1127libxml/xinclude.h: libxml/xinclude.in.h
1128	test -d libxml || $(MKDIR_P) libxml
1129	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1130	  cat $(srcdir)/libxml/xinclude.in.h; \
1131	} > $@-t
1132	mv -f $@-t $@
1133
1134libxml/xlink.h: libxml/xlink.in.h
1135	test -d libxml || $(MKDIR_P) libxml
1136	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1137	  cat $(srcdir)/libxml/xlink.in.h; \
1138	} > $@-t
1139	mv -f $@-t $@
1140
1141libxml/xmlIO.h: libxml/xmlIO.in.h
1142	test -d libxml || $(MKDIR_P) libxml
1143	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1144	  cat $(srcdir)/libxml/xmlIO.in.h; \
1145	} > $@-t
1146	mv -f $@-t $@
1147
1148libxml/xmlautomata.h: libxml/xmlautomata.in.h
1149	test -d libxml || $(MKDIR_P) libxml
1150	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1151	  cat $(srcdir)/libxml/xmlautomata.in.h; \
1152	} > $@-t
1153	mv -f $@-t $@
1154
1155libxml/xmlerror.h: libxml/xmlerror.in.h
1156	test -d libxml || $(MKDIR_P) libxml
1157	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1158	  cat $(srcdir)/libxml/xmlerror.in.h; \
1159	} > $@-t
1160	mv -f $@-t $@
1161
1162libxml/xmlexports.h: libxml/xmlexports.in.h
1163	test -d libxml || $(MKDIR_P) libxml
1164	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1165	  cat $(srcdir)/libxml/xmlexports.in.h; \
1166	} > $@-t
1167	mv -f $@-t $@
1168
1169libxml/xmlmemory.h: libxml/xmlmemory.in.h
1170	test -d libxml || $(MKDIR_P) libxml
1171	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1172	  cat $(srcdir)/libxml/xmlmemory.in.h; \
1173	} > $@-t
1174	mv -f $@-t $@
1175
1176libxml/xmlmodule.h: libxml/xmlmodule.in.h
1177	test -d libxml || $(MKDIR_P) libxml
1178	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1179	  cat $(srcdir)/libxml/xmlmodule.in.h; \
1180	} > $@-t
1181	mv -f $@-t $@
1182
1183libxml/xmlreader.h: libxml/xmlreader.in.h
1184	test -d libxml || $(MKDIR_P) libxml
1185	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1186	  cat $(srcdir)/libxml/xmlreader.in.h; \
1187	} > $@-t
1188	mv -f $@-t $@
1189
1190libxml/xmlregexp.h: libxml/xmlregexp.in.h
1191	test -d libxml || $(MKDIR_P) libxml
1192	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1193	  cat $(srcdir)/libxml/xmlregexp.in.h; \
1194	} > $@-t
1195	mv -f $@-t $@
1196
1197libxml/xmlsave.h: libxml/xmlsave.in.h
1198	test -d libxml || $(MKDIR_P) libxml
1199	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1200	  cat $(srcdir)/libxml/xmlsave.in.h; \
1201	} > $@-t
1202	mv -f $@-t $@
1203
1204libxml/xmlschemas.h: libxml/xmlschemas.in.h
1205	test -d libxml || $(MKDIR_P) libxml
1206	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1207	  cat $(srcdir)/libxml/xmlschemas.in.h; \
1208	} > $@-t
1209	mv -f $@-t $@
1210
1211libxml/xmlschemastypes.h: libxml/xmlschemastypes.in.h
1212	test -d libxml || $(MKDIR_P) libxml
1213	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1214	  cat $(srcdir)/libxml/xmlschemastypes.in.h; \
1215	} > $@-t
1216	mv -f $@-t $@
1217
1218libxml/xmlstring.h: libxml/xmlstring.in.h
1219	test -d libxml || $(MKDIR_P) libxml
1220	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1221	  cat $(srcdir)/libxml/xmlstring.in.h; \
1222	} > $@-t
1223	mv -f $@-t $@
1224
1225libxml/xmlunicode.h: libxml/xmlunicode.in.h
1226	test -d libxml || $(MKDIR_P) libxml
1227	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1228	  cat $(srcdir)/libxml/xmlunicode.in.h; \
1229	} > $@-t
1230	mv -f $@-t $@
1231
1232libxml/xmlversion.h: libxml/xmlversion.in.h
1233	test -d libxml || $(MKDIR_P) libxml
1234	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1235	  cat $(srcdir)/libxml/xmlversion.in.h; \
1236	} > $@-t
1237	mv -f $@-t $@
1238
1239libxml/xmlwriter.h: libxml/xmlwriter.in.h
1240	test -d libxml || $(MKDIR_P) libxml
1241	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1242	  cat $(srcdir)/libxml/xmlwriter.in.h; \
1243	} > $@-t
1244	mv -f $@-t $@
1245
1246libxml/xpath.h: libxml/xpath.in.h
1247	test -d libxml || $(MKDIR_P) libxml
1248	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1249	  cat $(srcdir)/libxml/xpath.in.h; \
1250	} > $@-t
1251	mv -f $@-t $@
1252
1253libxml/xpathInternals.h: libxml/xpathInternals.in.h
1254	test -d libxml || $(MKDIR_P) libxml
1255	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1256	  cat $(srcdir)/libxml/xpathInternals.in.h; \
1257	} > $@-t
1258	mv -f $@-t $@
1259
1260libxml/xpointer.h: libxml/xpointer.in.h
1261	test -d libxml || $(MKDIR_P) libxml
1262	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
1263	  cat $(srcdir)/libxml/xpointer.in.h; \
1264	} > $@-t
1265	mv -f $@-t $@
1266
1267MOSTLYCLEANFILES += \
1268  libxml/DOCBparser.h \
1269  libxml/HTMLparser.h \
1270  libxml/HTMLtree.h \
1271  libxml/SAX.h \
1272  libxml/SAX2.h \
1273  libxml/c14n.h \
1274  libxml/catalog.h \
1275  libxml/chvalid.h \
1276  libxml/debugXML.h \
1277  libxml/dict.h \
1278  libxml/encoding.h \
1279  libxml/entities.h \
1280  libxml/globals.h \
1281  libxml/hash.h \
1282  libxml/list.h \
1283  libxml/nanoftp.h \
1284  libxml/nanohttp.h \
1285  libxml/parser.h \
1286  libxml/parserInternals.h \
1287  libxml/pattern.h \
1288  libxml/relaxng.h \
1289  libxml/schemasInternals.h \
1290  libxml/schematron.h \
1291  libxml/threads.h \
1292  libxml/tree.h \
1293  libxml/uri.h \
1294  libxml/valid.h \
1295  libxml/xinclude.h \
1296  libxml/xlink.h \
1297  libxml/xmlIO.h \
1298  libxml/xmlautomata.h \
1299  libxml/xmlerror.h \
1300  libxml/xmlexports.h \
1301  libxml/xmlmemory.h \
1302  libxml/xmlmodule.h \
1303  libxml/xmlreader.h \
1304  libxml/xmlregexp.h \
1305  libxml/xmlsave.h \
1306  libxml/xmlschemas.h \
1307  libxml/xmlschemastypes.h \
1308  libxml/xmlstring.h \
1309  libxml/xmlunicode.h \
1310  libxml/xmlversion.h \
1311  libxml/xmlwriter.h \
1312  libxml/xpath.h \
1313  libxml/xpathInternals.h \
1314  libxml/xpointer.h
1315MOSTLYCLEANFILES += libxml/*.h-t
1316
1317if GL_COND_LIBTOOL
1318libtextstyle_la_LDFLAGS += $(LTLIBXML)
1319endif
1320
1321EXTRA_DIST += libxml/COPYING libxml/DOCBparser.c libxml/DOCBparser.in.h libxml/HTMLparser.c libxml/HTMLparser.in.h libxml/HTMLtree.c libxml/HTMLtree.in.h libxml/SAX.c libxml/SAX.in.h libxml/SAX2.c libxml/SAX2.in.h libxml/buf.c libxml/buf.h libxml/c14n.c libxml/c14n.in.h libxml/catalog.c libxml/catalog.in.h libxml/chvalid.c libxml/chvalid.in.h libxml/debugXML.c libxml/debugXML.in.h libxml/dict.c libxml/dict.in.h libxml/elfgcchack.h libxml/enc.h libxml/encoding.c libxml/encoding.in.h libxml/entities.c libxml/entities.in.h libxml/error.c libxml/globals.c libxml/globals.in.h libxml/hash.c libxml/hash.in.h libxml/legacy.c libxml/libxml.h libxml/list.c libxml/list.in.h libxml/nanoftp.c libxml/nanoftp.in.h libxml/nanohttp.c libxml/nanohttp.in.h libxml/parser.c libxml/parser.in.h libxml/parserInternals.c libxml/parserInternals.in.h libxml/pattern.c libxml/pattern.in.h libxml/relaxng.c libxml/relaxng.in.h libxml/save.h libxml/schemasInternals.in.h libxml/schematron.c libxml/schematron.in.h libxml/threads.c libxml/threads.in.h libxml/timsort.h libxml/tree.c libxml/tree.in.h libxml/trionan.c libxml/uri.c libxml/uri.in.h libxml/valid.c libxml/valid.in.h libxml/xinclude.c libxml/xinclude.in.h libxml/xlink.c libxml/xlink.in.h libxml/xmlIO.c libxml/xmlIO.in.h libxml/xmlautomata.in.h libxml/xmlerror.in.h libxml/xmlexports.in.h libxml/xmlmemory.c libxml/xmlmemory.in.h libxml/xmlmodule.c libxml/xmlmodule.in.h libxml/xmlreader.c libxml/xmlreader.in.h libxml/xmlregexp.c libxml/xmlregexp.in.h libxml/xmlsave.c libxml/xmlsave.in.h libxml/xmlschemas.c libxml/xmlschemas.in.h libxml/xmlschemastypes.c libxml/xmlschemastypes.in.h libxml/xmlstring.c libxml/xmlstring.in.h libxml/xmlunicode.c libxml/xmlunicode.in.h libxml/xmlversion.in.h libxml/xmlwriter.c libxml/xmlwriter.in.h libxml/xpath.c libxml/xpath.in.h libxml/xpathInternals.in.h libxml/xpointer.c libxml/xpointer.in.h
1322
1323EXTRA_libtextstyle_la_SOURCES += libxml/DOCBparser.c libxml/HTMLparser.c libxml/HTMLtree.c libxml/SAX.c libxml/SAX2.c libxml/buf.c libxml/c14n.c libxml/catalog.c libxml/chvalid.c libxml/debugXML.c libxml/dict.c libxml/encoding.c libxml/entities.c libxml/error.c libxml/globals.c libxml/hash.c libxml/legacy.c libxml/list.c libxml/nanoftp.c libxml/nanohttp.c libxml/parser.c libxml/parserInternals.c libxml/pattern.c libxml/relaxng.c libxml/schematron.c libxml/threads.c libxml/tree.c libxml/trionan.c libxml/uri.c libxml/valid.c libxml/xinclude.c libxml/xlink.c libxml/xmlIO.c libxml/xmlmemory.c libxml/xmlmodule.c libxml/xmlreader.c libxml/xmlregexp.c libxml/xmlsave.c libxml/xmlschemas.c libxml/xmlschemastypes.c libxml/xmlstring.c libxml/xmlunicode.c libxml/xmlwriter.c libxml/xpath.c libxml/xpointer.c
1324
1325## end   gnulib module libxml
1326
1327## begin gnulib module limits-h
1328
1329BUILT_SOURCES += $(LIMITS_H)
1330
1331# We need the following in order to create <limits.h> when the system
1332# doesn't have one that is compatible with GNU.
1333if GL_GENERATE_LIMITS_H
1334limits.h: limits.in.h $(top_builddir)/config.status
1335	$(AM_V_GEN)rm -f $@-t $@ && \
1336	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1337	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
1338	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1339	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1340	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1341	      -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
1342	      < $(srcdir)/limits.in.h; \
1343	} > $@-t && \
1344	mv $@-t $@
1345else
1346limits.h: $(top_builddir)/config.status
1347	rm -f $@
1348endif
1349MOSTLYCLEANFILES += limits.h limits.h-t
1350
1351EXTRA_DIST += limits.in.h
1352
1353## end   gnulib module limits-h
1354
1355## begin gnulib module list
1356
1357libtextstyle_la_SOURCES += gl_list.h gl_list.c
1358
1359## end   gnulib module list
1360
1361## begin gnulib module lock
1362
1363libtextstyle_la_SOURCES += glthread/lock.h glthread/lock.c
1364
1365## end   gnulib module lock
1366
1367## begin gnulib module log10
1368
1369
1370EXTRA_DIST += log10.c
1371
1372EXTRA_libtextstyle_la_SOURCES += log10.c
1373
1374## end   gnulib module log10
1375
1376## begin gnulib module malloc-posix
1377
1378
1379EXTRA_DIST += malloc.c
1380
1381EXTRA_libtextstyle_la_SOURCES += malloc.c
1382
1383## end   gnulib module malloc-posix
1384
1385## begin gnulib module malloca
1386
1387libtextstyle_la_SOURCES += malloca.c
1388
1389EXTRA_DIST += malloca.h
1390
1391## end   gnulib module malloca
1392
1393## begin gnulib module math
1394
1395BUILT_SOURCES += math.h
1396libtextstyle_la_SOURCES += math.c
1397
1398# We need the following in order to create <math.h> when the system
1399# doesn't have one that works with the given compiler.
1400math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1401	$(AM_V_GEN)rm -f $@-t $@ && \
1402	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1403	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
1404	      -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
1405	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1406	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1407	      -e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
1408	      -e 's/@''GNULIB_ACOSF''@/$(GNULIB_ACOSF)/g' \
1409	      -e 's/@''GNULIB_ACOSL''@/$(GNULIB_ACOSL)/g' \
1410	      -e 's/@''GNULIB_ASINF''@/$(GNULIB_ASINF)/g' \
1411	      -e 's/@''GNULIB_ASINL''@/$(GNULIB_ASINL)/g' \
1412	      -e 's/@''GNULIB_ATANF''@/$(GNULIB_ATANF)/g' \
1413	      -e 's/@''GNULIB_ATANL''@/$(GNULIB_ATANL)/g' \
1414	      -e 's/@''GNULIB_ATAN2F''@/$(GNULIB_ATAN2F)/g' \
1415	      -e 's/@''GNULIB_CBRT''@/$(GNULIB_CBRT)/g' \
1416	      -e 's/@''GNULIB_CBRTF''@/$(GNULIB_CBRTF)/g' \
1417	      -e 's/@''GNULIB_CBRTL''@/$(GNULIB_CBRTL)/g' \
1418	      -e 's/@''GNULIB_CEIL''@/$(GNULIB_CEIL)/g' \
1419	      -e 's/@''GNULIB_CEILF''@/$(GNULIB_CEILF)/g' \
1420	      -e 's/@''GNULIB_CEILL''@/$(GNULIB_CEILL)/g' \
1421	      -e 's/@''GNULIB_COPYSIGN''@/$(GNULIB_COPYSIGN)/g' \
1422	      -e 's/@''GNULIB_COPYSIGNF''@/$(GNULIB_COPYSIGNF)/g' \
1423	      -e 's/@''GNULIB_COPYSIGNL''@/$(GNULIB_COPYSIGNL)/g' \
1424	      -e 's/@''GNULIB_COSF''@/$(GNULIB_COSF)/g' \
1425	      -e 's/@''GNULIB_COSL''@/$(GNULIB_COSL)/g' \
1426	      -e 's/@''GNULIB_COSHF''@/$(GNULIB_COSHF)/g' \
1427	      -e 's/@''GNULIB_EXPF''@/$(GNULIB_EXPF)/g' \
1428	      -e 's/@''GNULIB_EXPL''@/$(GNULIB_EXPL)/g' \
1429	      -e 's/@''GNULIB_EXP2''@/$(GNULIB_EXP2)/g' \
1430	      -e 's/@''GNULIB_EXP2F''@/$(GNULIB_EXP2F)/g' \
1431	      -e 's/@''GNULIB_EXP2L''@/$(GNULIB_EXP2L)/g' \
1432	      -e 's/@''GNULIB_EXPM1''@/$(GNULIB_EXPM1)/g' \
1433	      -e 's/@''GNULIB_EXPM1F''@/$(GNULIB_EXPM1F)/g' \
1434	      -e 's/@''GNULIB_EXPM1L''@/$(GNULIB_EXPM1L)/g' \
1435	      -e 's/@''GNULIB_FABSF''@/$(GNULIB_FABSF)/g' \
1436	      -e 's/@''GNULIB_FABSL''@/$(GNULIB_FABSL)/g' \
1437	      -e 's/@''GNULIB_FLOOR''@/$(GNULIB_FLOOR)/g' \
1438	      -e 's/@''GNULIB_FLOORF''@/$(GNULIB_FLOORF)/g' \
1439	      -e 's/@''GNULIB_FLOORL''@/$(GNULIB_FLOORL)/g' \
1440	      -e 's/@''GNULIB_FMA''@/$(GNULIB_FMA)/g' \
1441	      -e 's/@''GNULIB_FMAF''@/$(GNULIB_FMAF)/g' \
1442	      -e 's/@''GNULIB_FMAL''@/$(GNULIB_FMAL)/g' \
1443	      -e 's/@''GNULIB_FMOD''@/$(GNULIB_FMOD)/g' \
1444	      -e 's/@''GNULIB_FMODF''@/$(GNULIB_FMODF)/g' \
1445	      -e 's/@''GNULIB_FMODL''@/$(GNULIB_FMODL)/g' \
1446	      -e 's/@''GNULIB_FREXPF''@/$(GNULIB_FREXPF)/g' \
1447	      -e 's/@''GNULIB_FREXP''@/$(GNULIB_FREXP)/g' \
1448	      -e 's/@''GNULIB_FREXPL''@/$(GNULIB_FREXPL)/g' \
1449	      -e 's/@''GNULIB_HYPOT''@/$(GNULIB_HYPOT)/g' \
1450	      -e 's/@''GNULIB_HYPOTF''@/$(GNULIB_HYPOTF)/g' \
1451	      -e 's/@''GNULIB_HYPOTL''@/$(GNULIB_HYPOTL)/g' \
1452	      < $(srcdir)/math.in.h | \
1453	  sed -e 's/@''GNULIB_ILOGB''@/$(GNULIB_ILOGB)/g' \
1454	      -e 's/@''GNULIB_ILOGBF''@/$(GNULIB_ILOGBF)/g' \
1455	      -e 's/@''GNULIB_ILOGBL''@/$(GNULIB_ILOGBL)/g' \
1456	      -e 's/@''GNULIB_ISFINITE''@/$(GNULIB_ISFINITE)/g' \
1457	      -e 's/@''GNULIB_ISINF''@/$(GNULIB_ISINF)/g' \
1458	      -e 's/@''GNULIB_ISNAN''@/$(GNULIB_ISNAN)/g' \
1459	      -e 's/@''GNULIB_ISNANF''@/$(GNULIB_ISNANF)/g' \
1460	      -e 's/@''GNULIB_ISNAND''@/$(GNULIB_ISNAND)/g' \
1461	      -e 's/@''GNULIB_ISNANL''@/$(GNULIB_ISNANL)/g' \
1462	      -e 's/@''GNULIB_LDEXPF''@/$(GNULIB_LDEXPF)/g' \
1463	      -e 's/@''GNULIB_LDEXPL''@/$(GNULIB_LDEXPL)/g' \
1464	      -e 's/@''GNULIB_LOG''@/$(GNULIB_LOG)/g' \
1465	      -e 's/@''GNULIB_LOGF''@/$(GNULIB_LOGF)/g' \
1466	      -e 's/@''GNULIB_LOGL''@/$(GNULIB_LOGL)/g' \
1467	      -e 's/@''GNULIB_LOG10''@/$(GNULIB_LOG10)/g' \
1468	      -e 's/@''GNULIB_LOG10F''@/$(GNULIB_LOG10F)/g' \
1469	      -e 's/@''GNULIB_LOG10L''@/$(GNULIB_LOG10L)/g' \
1470	      -e 's/@''GNULIB_LOG1P''@/$(GNULIB_LOG1P)/g' \
1471	      -e 's/@''GNULIB_LOG1PF''@/$(GNULIB_LOG1PF)/g' \
1472	      -e 's/@''GNULIB_LOG1PL''@/$(GNULIB_LOG1PL)/g' \
1473	      -e 's/@''GNULIB_LOG2''@/$(GNULIB_LOG2)/g' \
1474	      -e 's/@''GNULIB_LOG2F''@/$(GNULIB_LOG2F)/g' \
1475	      -e 's/@''GNULIB_LOG2L''@/$(GNULIB_LOG2L)/g' \
1476	      -e 's/@''GNULIB_LOGB''@/$(GNULIB_LOGB)/g' \
1477	      -e 's/@''GNULIB_LOGBF''@/$(GNULIB_LOGBF)/g' \
1478	      -e 's/@''GNULIB_LOGBL''@/$(GNULIB_LOGBL)/g' \
1479	      -e 's/@''GNULIB_MODF''@/$(GNULIB_MODF)/g' \
1480	      -e 's/@''GNULIB_MODFF''@/$(GNULIB_MODFF)/g' \
1481	      -e 's/@''GNULIB_MODFL''@/$(GNULIB_MODFL)/g' \
1482	      -e 's/@''GNULIB_POWF''@/$(GNULIB_POWF)/g' \
1483	      -e 's/@''GNULIB_REMAINDER''@/$(GNULIB_REMAINDER)/g' \
1484	      -e 's/@''GNULIB_REMAINDERF''@/$(GNULIB_REMAINDERF)/g' \
1485	      -e 's/@''GNULIB_REMAINDERL''@/$(GNULIB_REMAINDERL)/g' \
1486	      -e 's/@''GNULIB_RINT''@/$(GNULIB_RINT)/g' \
1487	      -e 's/@''GNULIB_RINTF''@/$(GNULIB_RINTF)/g' \
1488	      -e 's/@''GNULIB_RINTL''@/$(GNULIB_RINTL)/g' \
1489	      -e 's/@''GNULIB_ROUND''@/$(GNULIB_ROUND)/g' \
1490	      -e 's/@''GNULIB_ROUNDF''@/$(GNULIB_ROUNDF)/g' \
1491	      -e 's/@''GNULIB_ROUNDL''@/$(GNULIB_ROUNDL)/g' \
1492	      -e 's/@''GNULIB_SIGNBIT''@/$(GNULIB_SIGNBIT)/g' \
1493	      -e 's/@''GNULIB_SINF''@/$(GNULIB_SINF)/g' \
1494	      -e 's/@''GNULIB_SINL''@/$(GNULIB_SINL)/g' \
1495	      -e 's/@''GNULIB_SINHF''@/$(GNULIB_SINHF)/g' \
1496	      -e 's/@''GNULIB_SQRTF''@/$(GNULIB_SQRTF)/g' \
1497	      -e 's/@''GNULIB_SQRTL''@/$(GNULIB_SQRTL)/g' \
1498	      -e 's/@''GNULIB_TANF''@/$(GNULIB_TANF)/g' \
1499	      -e 's/@''GNULIB_TANL''@/$(GNULIB_TANL)/g' \
1500	      -e 's/@''GNULIB_TANHF''@/$(GNULIB_TANHF)/g' \
1501	      -e 's/@''GNULIB_TRUNC''@/$(GNULIB_TRUNC)/g' \
1502	      -e 's/@''GNULIB_TRUNCF''@/$(GNULIB_TRUNCF)/g' \
1503	      -e 's/@''GNULIB_TRUNCL''@/$(GNULIB_TRUNCL)/g' \
1504	  | \
1505	  sed -e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
1506	      -e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
1507	      -e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
1508	      -e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
1509	      -e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
1510	      -e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
1511	      -e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
1512	      -e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
1513	      -e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
1514	      -e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
1515	      -e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
1516	      -e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
1517	      -e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
1518	      -e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
1519	      -e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
1520	      -e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
1521	      -e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
1522	      -e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
1523	      -e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
1524	      -e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
1525	      -e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
1526	      -e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
1527	      -e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
1528	      -e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
1529	      -e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
1530	      -e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
1531	      -e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
1532	      -e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
1533	      -e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
1534	      -e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
1535	      -e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
1536	      -e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
1537	      -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
1538	      -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
1539	      -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
1540	      -e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
1541	      -e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
1542	      -e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
1543	      -e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
1544	      -e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
1545	      -e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
1546	      -e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
1547	      -e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
1548	      -e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
1549	      -e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
1550	      -e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
1551	      -e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
1552	      -e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
1553	      -e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
1554	      -e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
1555	      -e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
1556	      -e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
1557	      -e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
1558	      -e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
1559	      -e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
1560	      -e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
1561	      -e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
1562	      -e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
1563	      -e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
1564	      -e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
1565	      -e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
1566	      -e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
1567	      -e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
1568	      -e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
1569	      -e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
1570	      -e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
1571	      -e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
1572	      -e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
1573	      -e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
1574	      -e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
1575	      -e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
1576	      -e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
1577	      -e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
1578	      -e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
1579	      -e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
1580	      -e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
1581	      -e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
1582	      -e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
1583	      -e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
1584	      -e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
1585	      -e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
1586	      -e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
1587	      -e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
1588	      -e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
1589	      -e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
1590	      -e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
1591	      -e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
1592	      -e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
1593	      -e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
1594	      -e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
1595	      -e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
1596	      -e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
1597	      -e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
1598	      -e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
1599	      -e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
1600	      -e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
1601	  | \
1602	  sed -e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \
1603	      -e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \
1604	      -e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \
1605	      -e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \
1606	      -e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
1607	      -e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
1608	      -e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
1609	      -e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
1610	      -e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
1611	      -e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \
1612	      -e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \
1613	      -e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \
1614	      -e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \
1615	      -e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
1616	      -e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
1617	      -e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \
1618	      -e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
1619	      -e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
1620	      -e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
1621	      -e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
1622	      -e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
1623	      -e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
1624	      -e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
1625	      -e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
1626	      -e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
1627	      -e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
1628	      -e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
1629	      -e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
1630	      -e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
1631	      -e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
1632	      -e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
1633	      -e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
1634	      -e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
1635	      -e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
1636	      -e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
1637	      -e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
1638	      -e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
1639	      -e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \
1640	      -e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
1641	      -e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
1642	      -e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
1643	      -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
1644	      -e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
1645	      -e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
1646	      -e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
1647	      -e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
1648	      -e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
1649	      -e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
1650	      -e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
1651	      -e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
1652	      -e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
1653	      -e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
1654	      -e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
1655	      -e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
1656	      -e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
1657	      -e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
1658	      -e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
1659	      -e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
1660	      -e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
1661	      -e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
1662	      -e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
1663	      -e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
1664	      -e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
1665	      -e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
1666	      -e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
1667	      -e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \
1668	      -e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
1669	      -e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
1670	      -e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
1671	      -e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
1672	      -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|$(REPLACE_SIGNBIT_USING_GCC)|g' \
1673	      -e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \
1674	      -e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \
1675	      -e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \
1676	      -e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
1677	      -e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \
1678	      -e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \
1679	      -e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
1680	      -e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
1681	      -e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
1682	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1683	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1684	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
1685	} > $@-t && \
1686	mv $@-t $@
1687MOSTLYCLEANFILES += math.h math.h-t
1688
1689EXTRA_DIST += math.in.h
1690
1691## end   gnulib module math
1692
1693## begin gnulib module mem-hash-map
1694
1695libtextstyle_la_SOURCES += mem-hash-map.h mem-hash-map.c
1696
1697## end   gnulib module mem-hash-map
1698
1699## begin gnulib module memchr
1700
1701
1702EXTRA_DIST += memchr.c memchr.valgrind
1703
1704EXTRA_libtextstyle_la_SOURCES += memchr.c
1705
1706## end   gnulib module memchr
1707
1708## begin gnulib module memory-ostream
1709
1710libtextstyle_la_SOURCES += memory-ostream.c
1711# This is a Makefile rule that generates multiple files at once; see the
1712# automake documentation, node "Multiple Outputs", for details.
1713$(srcdir)/memory-ostream.h : $(top_srcdir)/build-aux/moopp memory-ostream.oo.h memory-ostream.oo.c ostream.oo.h
1714	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/memory-ostream.oo.c $(srcdir)/memory-ostream.oo.h $(srcdir)/ostream.oo.h
1715$(srcdir)/memory-ostream.c $(srcdir)/memory_ostream.priv.h $(srcdir)/memory_ostream.vt.h : memory-ostream.h
1716	@test -f $@ || { \
1717	  trap 'rm -rf memory-ostream.lock' 1 2 13 15; \
1718	  if mkdir memory-ostream.lock 2>/dev/null; then \
1719	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/memory-ostream.oo.c $(srcdir)/memory-ostream.oo.h $(srcdir)/ostream.oo.h"; \
1720	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/memory-ostream.oo.c $(srcdir)/memory-ostream.oo.h $(srcdir)/ostream.oo.h; \
1721	    result=$$?; rm -rf memory-ostream.lock; exit $$result; \
1722	  else \
1723	    while test -d memory-ostream.lock; do sleep 1; done; \
1724	    test -f $(srcdir)/memory-ostream.h; \
1725	  fi; \
1726	}
1727BUILT_SOURCES += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h
1728MAINTAINERCLEANFILES += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h
1729EXTRA_DIST += memory-ostream.h memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h
1730
1731EXTRA_DIST += memory-ostream.oo.c memory-ostream.oo.h
1732
1733EXTRA_libtextstyle_la_SOURCES += memory-ostream.oo.c
1734
1735## end   gnulib module memory-ostream
1736
1737## begin gnulib module minmax
1738
1739libtextstyle_la_SOURCES += minmax.h
1740
1741## end   gnulib module minmax
1742
1743## begin gnulib module moo
1744
1745MOOPPFLAGS =
1746
1747EXTRA_DIST += moo.h
1748
1749EXTRA_DIST += $(top_srcdir)/build-aux/moopp
1750
1751## end   gnulib module moo
1752
1753## begin gnulib module msvc-inval
1754
1755
1756EXTRA_DIST += msvc-inval.c msvc-inval.h
1757
1758EXTRA_libtextstyle_la_SOURCES += msvc-inval.c
1759
1760## end   gnulib module msvc-inval
1761
1762## begin gnulib module msvc-nothrow
1763
1764
1765EXTRA_DIST += msvc-nothrow.c msvc-nothrow.h
1766
1767EXTRA_libtextstyle_la_SOURCES += msvc-nothrow.c
1768
1769## end   gnulib module msvc-nothrow
1770
1771## begin gnulib module noop-styled-ostream
1772
1773libtextstyle_la_SOURCES += noop-styled-ostream.c
1774# This is a Makefile rule that generates multiple files at once; see the
1775# automake documentation, node "Multiple Outputs", for details.
1776$(srcdir)/noop-styled-ostream.h : $(top_srcdir)/build-aux/moopp noop-styled-ostream.oo.h noop-styled-ostream.oo.c styled-ostream.oo.h ostream.oo.h
1777	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/noop-styled-ostream.oo.c $(srcdir)/noop-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h
1778$(srcdir)/noop-styled-ostream.c $(srcdir)/noop_styled_ostream.priv.h $(srcdir)/noop_styled_ostream.vt.h : noop-styled-ostream.h
1779	@test -f $@ || { \
1780	  trap 'rm -rf noop-styled-ostream.lock' 1 2 13 15; \
1781	  if mkdir noop-styled-ostream.lock 2>/dev/null; then \
1782	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/noop-styled-ostream.oo.c $(srcdir)/noop-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h"; \
1783	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/noop-styled-ostream.oo.c $(srcdir)/noop-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h; \
1784	    result=$$?; rm -rf noop-styled-ostream.lock; exit $$result; \
1785	  else \
1786	    while test -d noop-styled-ostream.lock; do sleep 1; done; \
1787	    test -f $(srcdir)/noop-styled-ostream.h; \
1788	  fi; \
1789	}
1790BUILT_SOURCES += noop-styled-ostream.h noop-styled-ostream.c noop_styled_ostream.priv.h noop_styled_ostream.vt.h
1791MAINTAINERCLEANFILES += noop-styled-ostream.h noop-styled-ostream.c noop_styled_ostream.priv.h noop_styled_ostream.vt.h
1792EXTRA_DIST += noop-styled-ostream.h noop-styled-ostream.c noop_styled_ostream.priv.h noop_styled_ostream.vt.h
1793
1794EXTRA_DIST += noop-styled-ostream.oo.c noop-styled-ostream.oo.h
1795
1796EXTRA_libtextstyle_la_SOURCES += noop-styled-ostream.oo.c
1797
1798## end   gnulib module noop-styled-ostream
1799
1800## begin gnulib module noreturn
1801
1802
1803EXTRA_DIST += noreturn.h
1804
1805## end   gnulib module noreturn
1806
1807## begin gnulib module obstack
1808
1809
1810EXTRA_DIST += obstack.c obstack.h
1811
1812EXTRA_libtextstyle_la_SOURCES += obstack.c
1813
1814## end   gnulib module obstack
1815
1816## begin gnulib module open
1817
1818
1819EXTRA_DIST += open.c
1820
1821EXTRA_libtextstyle_la_SOURCES += open.c
1822
1823## end   gnulib module open
1824
1825## begin gnulib module ostream
1826
1827libtextstyle_la_SOURCES += ostream.c
1828# This is a Makefile rule that generates multiple files at once; see the
1829# automake documentation, node "Multiple Outputs", for details.
1830$(srcdir)/ostream.h : $(top_srcdir)/build-aux/moopp ostream.oo.h ostream.oo.c
1831	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/ostream.oo.c $(srcdir)/ostream.oo.h
1832$(srcdir)/ostream.c $(srcdir)/ostream.priv.h $(srcdir)/ostream.vt.h : ostream.h
1833	@test -f $@ || { \
1834	  trap 'rm -rf ostream.lock' 1 2 13 15; \
1835	  if mkdir ostream.lock 2>/dev/null; then \
1836	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/ostream.oo.c $(srcdir)/ostream.oo.h"; \
1837	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/ostream.oo.c $(srcdir)/ostream.oo.h; \
1838	    result=$$?; rm -rf ostream.lock; exit $$result; \
1839	  else \
1840	    while test -d ostream.lock; do sleep 1; done; \
1841	    test -f $(srcdir)/ostream.h; \
1842	  fi; \
1843	}
1844BUILT_SOURCES += ostream.h ostream.c ostream.priv.h ostream.vt.h
1845MAINTAINERCLEANFILES += ostream.h ostream.c ostream.priv.h ostream.vt.h
1846EXTRA_DIST += ostream.h ostream.c ostream.priv.h ostream.vt.h
1847
1848EXTRA_DIST += ostream.oo.c ostream.oo.h
1849
1850EXTRA_libtextstyle_la_SOURCES += ostream.oo.c
1851
1852## end   gnulib module ostream
1853
1854## begin gnulib module pathmax
1855
1856
1857EXTRA_DIST += pathmax.h
1858
1859## end   gnulib module pathmax
1860
1861## begin gnulib module printf-frexp
1862
1863libtextstyle_la_SOURCES += printf-frexp.c
1864
1865EXTRA_DIST += printf-frexp.h
1866
1867## end   gnulib module printf-frexp
1868
1869## begin gnulib module printf-frexpl
1870
1871libtextstyle_la_SOURCES += printf-frexpl.c
1872
1873EXTRA_DIST += printf-frexp.c printf-frexpl.h
1874
1875EXTRA_libtextstyle_la_SOURCES += printf-frexp.c
1876
1877## end   gnulib module printf-frexpl
1878
1879## begin gnulib module raise
1880
1881
1882EXTRA_DIST += raise.c
1883
1884EXTRA_libtextstyle_la_SOURCES += raise.c
1885
1886## end   gnulib module raise
1887
1888## begin gnulib module read
1889
1890
1891EXTRA_DIST += read.c
1892
1893EXTRA_libtextstyle_la_SOURCES += read.c
1894
1895## end   gnulib module read
1896
1897## begin gnulib module safe-read
1898
1899libtextstyle_la_SOURCES += safe-read.c
1900
1901EXTRA_DIST += safe-read.h sys-limits.h
1902
1903## end   gnulib module safe-read
1904
1905## begin gnulib module safe-write
1906
1907libtextstyle_la_SOURCES += safe-write.c
1908
1909EXTRA_DIST += safe-read.c safe-write.h sys-limits.h
1910
1911EXTRA_libtextstyle_la_SOURCES += safe-read.c
1912
1913## end   gnulib module safe-write
1914
1915## begin gnulib module same-inode
1916
1917
1918EXTRA_DIST += same-inode.h
1919
1920## end   gnulib module same-inode
1921
1922## begin gnulib module sigaction
1923
1924libtextstyle_la_SOURCES += sig-handler.c
1925
1926EXTRA_DIST += sig-handler.h sigaction.c
1927
1928EXTRA_libtextstyle_la_SOURCES += sigaction.c
1929
1930## end   gnulib module sigaction
1931
1932## begin gnulib module signal-h
1933
1934BUILT_SOURCES += signal.h
1935
1936# We need the following in order to create <signal.h> when the system
1937# doesn't have a complete one.
1938signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
1939	$(AM_V_GEN)rm -f $@-t $@ && \
1940	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
1941	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
1942	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
1943	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
1944	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
1945	      -e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
1946	      -e 's/@''GNULIB_PTHREAD_SIGMASK''@/$(GNULIB_PTHREAD_SIGMASK)/g' \
1947	      -e 's/@''GNULIB_RAISE''@/$(GNULIB_RAISE)/g' \
1948	      -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GNULIB_SIGNAL_H_SIGPIPE)/g' \
1949	      -e 's/@''GNULIB_SIGPROCMASK''@/$(GNULIB_SIGPROCMASK)/g' \
1950	      -e 's/@''GNULIB_SIGACTION''@/$(GNULIB_SIGACTION)/g' \
1951	      -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
1952	      -e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
1953	      -e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
1954	      -e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
1955	      -e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
1956	      -e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
1957	      -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
1958	      -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
1959	      -e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
1960	      -e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
1961	      -e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
1962	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
1963	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
1964	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
1965	      < $(srcdir)/signal.in.h; \
1966	} > $@-t && \
1967	mv $@-t $@
1968MOSTLYCLEANFILES += signal.h signal.h-t
1969
1970EXTRA_DIST += signal.in.h
1971
1972## end   gnulib module signal-h
1973
1974## begin gnulib module signbit
1975
1976
1977EXTRA_DIST += float+.h signbitd.c signbitf.c signbitl.c
1978
1979EXTRA_libtextstyle_la_SOURCES += signbitd.c signbitf.c signbitl.c
1980
1981## end   gnulib module signbit
1982
1983## begin gnulib module sigprocmask
1984
1985
1986EXTRA_DIST += sigprocmask.c
1987
1988EXTRA_libtextstyle_la_SOURCES += sigprocmask.c
1989
1990## end   gnulib module sigprocmask
1991
1992## begin gnulib module size_max
1993
1994libtextstyle_la_SOURCES += size_max.h
1995
1996## end   gnulib module size_max
1997
1998## begin gnulib module snippet/_Noreturn
1999
2000# Because this Makefile snippet defines a variable used by other
2001# gnulib Makefile snippets, it must be present in all makefiles that
2002# need it. This is ensured by the applicability 'all' defined above.
2003
2004_NORETURN_H=$(srcdir)/_Noreturn.h
2005
2006EXTRA_DIST += _Noreturn.h
2007
2008## end   gnulib module snippet/_Noreturn
2009
2010## begin gnulib module snippet/arg-nonnull
2011
2012# Because this Makefile snippet defines a variable used by other
2013# gnulib Makefile snippets, it must be present in all makefiles that
2014# need it. This is ensured by the applicability 'all' defined above.
2015
2016ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
2017
2018EXTRA_DIST += arg-nonnull.h
2019
2020## end   gnulib module snippet/arg-nonnull
2021
2022## begin gnulib module snippet/c++defs
2023
2024# Because this Makefile snippet defines a variable used by other
2025# gnulib Makefile snippets, it must be present in all makefiles that
2026# need it. This is ensured by the applicability 'all' defined above.
2027
2028CXXDEFS_H=$(srcdir)/c++defs.h
2029
2030EXTRA_DIST += c++defs.h
2031
2032## end   gnulib module snippet/c++defs
2033
2034## begin gnulib module snippet/unused-parameter
2035
2036# Because this Makefile snippet defines a variable used by other
2037# gnulib Makefile snippets, it must be present in all makefiles that
2038# need it. This is ensured by the applicability 'all' defined above.
2039
2040UNUSED_PARAMETER_H=$(srcdir)/unused-parameter.h
2041
2042EXTRA_DIST += unused-parameter.h
2043
2044## end   gnulib module snippet/unused-parameter
2045
2046## begin gnulib module snippet/warn-on-use
2047
2048# Because this Makefile snippet defines a variable used by other
2049# gnulib Makefile snippets, it must be present in all makefiles that
2050# need it. This is ensured by the applicability 'all' defined above.
2051
2052WARN_ON_USE_H=$(srcdir)/warn-on-use.h
2053
2054EXTRA_DIST += warn-on-use.h
2055
2056## end   gnulib module snippet/warn-on-use
2057
2058## begin gnulib module snprintf
2059
2060
2061EXTRA_DIST += snprintf.c
2062
2063EXTRA_libtextstyle_la_SOURCES += snprintf.c
2064
2065## end   gnulib module snprintf
2066
2067## begin gnulib module sockets
2068
2069libtextstyle_la_SOURCES += sockets.h sockets.c
2070
2071EXTRA_DIST += w32sock.h
2072
2073## end   gnulib module sockets
2074
2075## begin gnulib module stat
2076
2077
2078EXTRA_DIST += stat-w32.c stat-w32.h stat.c
2079
2080EXTRA_libtextstyle_la_SOURCES += stat-w32.c stat.c
2081
2082## end   gnulib module stat
2083
2084## begin gnulib module stat-time
2085
2086libtextstyle_la_SOURCES += stat-time.c
2087
2088EXTRA_DIST += stat-time.h
2089
2090## end   gnulib module stat-time
2091
2092## begin gnulib module stdalign
2093
2094BUILT_SOURCES += $(STDALIGN_H)
2095
2096# We need the following in order to create <stdalign.h> when the system
2097# doesn't have one that works.
2098if GL_GENERATE_STDALIGN_H
2099stdalign.h: stdalign.in.h $(top_builddir)/config.status
2100	$(AM_V_GEN)rm -f $@-t $@ && \
2101	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2102	  cat $(srcdir)/stdalign.in.h; \
2103	} > $@-t && \
2104	mv $@-t $@
2105else
2106stdalign.h: $(top_builddir)/config.status
2107	rm -f $@
2108endif
2109MOSTLYCLEANFILES += stdalign.h stdalign.h-t
2110
2111EXTRA_DIST += stdalign.in.h
2112
2113## end   gnulib module stdalign
2114
2115## begin gnulib module stdarg
2116
2117BUILT_SOURCES += $(STDARG_H)
2118
2119# We need the following in order to create <stdarg.h> when the system
2120# doesn't have one that works with the given compiler.
2121if GL_GENERATE_STDARG_H
2122stdarg.h: stdarg.in.h $(top_builddir)/config.status
2123	$(AM_V_GEN)rm -f $@-t $@ && \
2124	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2125	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2126	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2127	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2128	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2129	      -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
2130	      < $(srcdir)/stdarg.in.h; \
2131	} > $@-t && \
2132	mv $@-t $@
2133else
2134stdarg.h: $(top_builddir)/config.status
2135	rm -f $@
2136endif
2137MOSTLYCLEANFILES += stdarg.h stdarg.h-t
2138
2139EXTRA_DIST += stdarg.in.h
2140
2141## end   gnulib module stdarg
2142
2143## begin gnulib module stdbool
2144
2145BUILT_SOURCES += $(STDBOOL_H)
2146
2147# We need the following in order to create <stdbool.h> when the system
2148# doesn't have one that works.
2149if GL_GENERATE_STDBOOL_H
2150stdbool.h: stdbool.in.h $(top_builddir)/config.status
2151	$(AM_V_GEN)rm -f $@-t $@ && \
2152	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2153	  sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
2154	} > $@-t && \
2155	mv $@-t $@
2156else
2157stdbool.h: $(top_builddir)/config.status
2158	rm -f $@
2159endif
2160MOSTLYCLEANFILES += stdbool.h stdbool.h-t
2161
2162EXTRA_DIST += stdbool.in.h
2163
2164## end   gnulib module stdbool
2165
2166## begin gnulib module stddef
2167
2168BUILT_SOURCES += $(STDDEF_H)
2169
2170# We need the following in order to create <stddef.h> when the system
2171# doesn't have one that works with the given compiler.
2172if GL_GENERATE_STDDEF_H
2173stddef.h: stddef.in.h $(top_builddir)/config.status
2174	$(AM_V_GEN)rm -f $@-t $@ && \
2175	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2176	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2177	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2178	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2179	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2180	      -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
2181	      -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
2182	      -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
2183	      -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
2184	      < $(srcdir)/stddef.in.h; \
2185	} > $@-t && \
2186	mv $@-t $@
2187else
2188stddef.h: $(top_builddir)/config.status
2189	rm -f $@
2190endif
2191MOSTLYCLEANFILES += stddef.h stddef.h-t
2192
2193EXTRA_DIST += stddef.in.h
2194
2195## end   gnulib module stddef
2196
2197## begin gnulib module stdint
2198
2199BUILT_SOURCES += $(STDINT_H)
2200
2201# We need the following in order to create <stdint.h> when the system
2202# doesn't have one that works with the given compiler.
2203if GL_GENERATE_STDINT_H
2204stdint.h: stdint.in.h $(top_builddir)/config.status
2205	$(AM_V_GEN)rm -f $@-t $@ && \
2206	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2207	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2208	      -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
2209	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2210	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2211	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2212	      -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
2213	      -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
2214	      -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
2215	      -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
2216	      -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
2217	      -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
2218	      -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
2219	      -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
2220	      -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
2221	      -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
2222	      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
2223	      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
2224	      -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
2225	      -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
2226	      -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
2227	      -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
2228	      -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
2229	      -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
2230	      -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
2231	      -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
2232	      -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
2233	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
2234	      < $(srcdir)/stdint.in.h; \
2235	} > $@-t && \
2236	mv $@-t $@
2237else
2238stdint.h: $(top_builddir)/config.status
2239	rm -f $@
2240endif
2241MOSTLYCLEANFILES += stdint.h stdint.h-t
2242
2243EXTRA_DIST += stdint.in.h
2244
2245## end   gnulib module stdint
2246
2247## begin gnulib module stdio
2248
2249BUILT_SOURCES += stdio.h
2250
2251# We need the following in order to create <stdio.h> when the system
2252# doesn't have one that works with the given compiler.
2253stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2254	$(AM_V_GEN)rm -f $@-t $@ && \
2255	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2256	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2257	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2258	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2259	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2260	      -e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
2261	      -e 's/@''GNULIB_DPRINTF''@/$(GNULIB_DPRINTF)/g' \
2262	      -e 's/@''GNULIB_FCLOSE''@/$(GNULIB_FCLOSE)/g' \
2263	      -e 's/@''GNULIB_FDOPEN''@/$(GNULIB_FDOPEN)/g' \
2264	      -e 's/@''GNULIB_FFLUSH''@/$(GNULIB_FFLUSH)/g' \
2265	      -e 's/@''GNULIB_FGETC''@/$(GNULIB_FGETC)/g' \
2266	      -e 's/@''GNULIB_FGETS''@/$(GNULIB_FGETS)/g' \
2267	      -e 's/@''GNULIB_FOPEN''@/$(GNULIB_FOPEN)/g' \
2268	      -e 's/@''GNULIB_FPRINTF''@/$(GNULIB_FPRINTF)/g' \
2269	      -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GNULIB_FPRINTF_POSIX)/g' \
2270	      -e 's/@''GNULIB_FPURGE''@/$(GNULIB_FPURGE)/g' \
2271	      -e 's/@''GNULIB_FPUTC''@/$(GNULIB_FPUTC)/g' \
2272	      -e 's/@''GNULIB_FPUTS''@/$(GNULIB_FPUTS)/g' \
2273	      -e 's/@''GNULIB_FREAD''@/$(GNULIB_FREAD)/g' \
2274	      -e 's/@''GNULIB_FREOPEN''@/$(GNULIB_FREOPEN)/g' \
2275	      -e 's/@''GNULIB_FSCANF''@/$(GNULIB_FSCANF)/g' \
2276	      -e 's/@''GNULIB_FSEEK''@/$(GNULIB_FSEEK)/g' \
2277	      -e 's/@''GNULIB_FSEEKO''@/$(GNULIB_FSEEKO)/g' \
2278	      -e 's/@''GNULIB_FTELL''@/$(GNULIB_FTELL)/g' \
2279	      -e 's/@''GNULIB_FTELLO''@/$(GNULIB_FTELLO)/g' \
2280	      -e 's/@''GNULIB_FWRITE''@/$(GNULIB_FWRITE)/g' \
2281	      -e 's/@''GNULIB_GETC''@/$(GNULIB_GETC)/g' \
2282	      -e 's/@''GNULIB_GETCHAR''@/$(GNULIB_GETCHAR)/g' \
2283	      -e 's/@''GNULIB_GETDELIM''@/$(GNULIB_GETDELIM)/g' \
2284	      -e 's/@''GNULIB_GETLINE''@/$(GNULIB_GETLINE)/g' \
2285	      -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GNULIB_OBSTACK_PRINTF)/g' \
2286	      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GNULIB_OBSTACK_PRINTF_POSIX)/g' \
2287	      -e 's/@''GNULIB_PCLOSE''@/$(GNULIB_PCLOSE)/g' \
2288	      -e 's/@''GNULIB_PERROR''@/$(GNULIB_PERROR)/g' \
2289	      -e 's/@''GNULIB_POPEN''@/$(GNULIB_POPEN)/g' \
2290	      -e 's/@''GNULIB_PRINTF''@/$(GNULIB_PRINTF)/g' \
2291	      -e 's/@''GNULIB_PRINTF_POSIX''@/$(GNULIB_PRINTF_POSIX)/g' \
2292	      -e 's/@''GNULIB_PUTC''@/$(GNULIB_PUTC)/g' \
2293	      -e 's/@''GNULIB_PUTCHAR''@/$(GNULIB_PUTCHAR)/g' \
2294	      -e 's/@''GNULIB_PUTS''@/$(GNULIB_PUTS)/g' \
2295	      -e 's/@''GNULIB_REMOVE''@/$(GNULIB_REMOVE)/g' \
2296	      -e 's/@''GNULIB_RENAME''@/$(GNULIB_RENAME)/g' \
2297	      -e 's/@''GNULIB_RENAMEAT''@/$(GNULIB_RENAMEAT)/g' \
2298	      -e 's/@''GNULIB_SCANF''@/$(GNULIB_SCANF)/g' \
2299	      -e 's/@''GNULIB_SNPRINTF''@/$(GNULIB_SNPRINTF)/g' \
2300	      -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GNULIB_SPRINTF_POSIX)/g' \
2301	      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GNULIB_STDIO_H_NONBLOCKING)/g' \
2302	      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GNULIB_STDIO_H_SIGPIPE)/g' \
2303	      -e 's/@''GNULIB_TMPFILE''@/$(GNULIB_TMPFILE)/g' \
2304	      -e 's/@''GNULIB_VASPRINTF''@/$(GNULIB_VASPRINTF)/g' \
2305	      -e 's/@''GNULIB_VDPRINTF''@/$(GNULIB_VDPRINTF)/g' \
2306	      -e 's/@''GNULIB_VFPRINTF''@/$(GNULIB_VFPRINTF)/g' \
2307	      -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GNULIB_VFPRINTF_POSIX)/g' \
2308	      -e 's/@''GNULIB_VFSCANF''@/$(GNULIB_VFSCANF)/g' \
2309	      -e 's/@''GNULIB_VSCANF''@/$(GNULIB_VSCANF)/g' \
2310	      -e 's/@''GNULIB_VPRINTF''@/$(GNULIB_VPRINTF)/g' \
2311	      -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GNULIB_VPRINTF_POSIX)/g' \
2312	      -e 's/@''GNULIB_VSNPRINTF''@/$(GNULIB_VSNPRINTF)/g' \
2313	      -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GNULIB_VSPRINTF_POSIX)/g' \
2314	      < $(srcdir)/stdio.in.h | \
2315	  sed -e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
2316	      -e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
2317	      -e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
2318	      -e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
2319	      -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
2320	      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
2321	      -e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
2322	      -e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
2323	      -e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
2324	      -e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
2325	      -e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
2326	      -e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
2327	      -e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
2328	      -e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
2329	      -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
2330	      -e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
2331	      -e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
2332	      -e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
2333	      -e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
2334	      -e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
2335	      -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
2336	      -e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
2337	      -e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
2338	      -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
2339	      -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
2340	      -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
2341	      -e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
2342	      -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
2343	      -e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
2344	      -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
2345	      -e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
2346	      -e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
2347	      -e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
2348	      -e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
2349	      -e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
2350	      -e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
2351	      -e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
2352	      -e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
2353	      -e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
2354	      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
2355	      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
2356	      -e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
2357	      -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
2358	      -e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
2359	      -e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
2360	      -e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
2361	      -e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
2362	      -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
2363	      -e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
2364	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2365	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2366	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2367	} > $@-t && \
2368	mv $@-t $@
2369MOSTLYCLEANFILES += stdio.h stdio.h-t
2370
2371EXTRA_DIST += stdio.in.h
2372
2373## end   gnulib module stdio
2374
2375## begin gnulib module stdlib
2376
2377BUILT_SOURCES += stdlib.h
2378
2379# We need the following in order to create <stdlib.h> when the system
2380# doesn't have one that works with the given compiler.
2381stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
2382  $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2383	$(AM_V_GEN)rm -f $@-t $@ && \
2384	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2385	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2386	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2387	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2388	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2389	      -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
2390	      -e 's/@''GNULIB__EXIT''@/$(GNULIB__EXIT)/g' \
2391	      -e 's/@''GNULIB_ATOLL''@/$(GNULIB_ATOLL)/g' \
2392	      -e 's/@''GNULIB_CALLOC_POSIX''@/$(GNULIB_CALLOC_POSIX)/g' \
2393	      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GNULIB_CANONICALIZE_FILE_NAME)/g' \
2394	      -e 's/@''GNULIB_GETLOADAVG''@/$(GNULIB_GETLOADAVG)/g' \
2395	      -e 's/@''GNULIB_GETSUBOPT''@/$(GNULIB_GETSUBOPT)/g' \
2396	      -e 's/@''GNULIB_GRANTPT''@/$(GNULIB_GRANTPT)/g' \
2397	      -e 's/@''GNULIB_MALLOC_POSIX''@/$(GNULIB_MALLOC_POSIX)/g' \
2398	      -e 's/@''GNULIB_MBTOWC''@/$(GNULIB_MBTOWC)/g' \
2399	      -e 's/@''GNULIB_MKDTEMP''@/$(GNULIB_MKDTEMP)/g' \
2400	      -e 's/@''GNULIB_MKOSTEMP''@/$(GNULIB_MKOSTEMP)/g' \
2401	      -e 's/@''GNULIB_MKOSTEMPS''@/$(GNULIB_MKOSTEMPS)/g' \
2402	      -e 's/@''GNULIB_MKSTEMP''@/$(GNULIB_MKSTEMP)/g' \
2403	      -e 's/@''GNULIB_MKSTEMPS''@/$(GNULIB_MKSTEMPS)/g' \
2404	      -e 's/@''GNULIB_POSIX_OPENPT''@/$(GNULIB_POSIX_OPENPT)/g' \
2405	      -e 's/@''GNULIB_PTSNAME''@/$(GNULIB_PTSNAME)/g' \
2406	      -e 's/@''GNULIB_PTSNAME_R''@/$(GNULIB_PTSNAME_R)/g' \
2407	      -e 's/@''GNULIB_PUTENV''@/$(GNULIB_PUTENV)/g' \
2408	      -e 's/@''GNULIB_QSORT_R''@/$(GNULIB_QSORT_R)/g' \
2409	      -e 's/@''GNULIB_RANDOM''@/$(GNULIB_RANDOM)/g' \
2410	      -e 's/@''GNULIB_RANDOM_R''@/$(GNULIB_RANDOM_R)/g' \
2411	      -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
2412	      -e 's/@''GNULIB_REALLOCARRAY''@/$(GNULIB_REALLOCARRAY)/g' \
2413	      -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
2414	      -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
2415	      -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
2416	      -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
2417	      -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
2418	      -e 's/@''GNULIB_STRTOLD''@/$(GNULIB_STRTOLD)/g' \
2419	      -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
2420	      -e 's/@''GNULIB_STRTOULL''@/$(GNULIB_STRTOULL)/g' \
2421	      -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GNULIB_SYSTEM_POSIX)/g' \
2422	      -e 's/@''GNULIB_UNLOCKPT''@/$(GNULIB_UNLOCKPT)/g' \
2423	      -e 's/@''GNULIB_UNSETENV''@/$(GNULIB_UNSETENV)/g' \
2424	      -e 's/@''GNULIB_WCTOMB''@/$(GNULIB_WCTOMB)/g' \
2425	      < $(srcdir)/stdlib.in.h | \
2426	  sed -e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
2427	      -e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
2428	      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
2429	      -e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
2430	      -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
2431	      -e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
2432	      -e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
2433	      -e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
2434	      -e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
2435	      -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
2436	      -e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
2437	      -e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
2438	      -e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
2439	      -e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
2440	      -e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
2441	      -e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
2442	      -e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
2443	      -e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
2444	      -e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
2445	      -e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
2446	      -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
2447	      -e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
2448	      -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
2449	      -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
2450	      -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
2451	      -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
2452	      -e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
2453	      -e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
2454	      -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
2455	      -e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
2456	      -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
2457	      -e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
2458	      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
2459	      -e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
2460	      -e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
2461	      -e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
2462	      -e 's|@''REPLACE_CALLOC''@|$(REPLACE_CALLOC)|g' \
2463	      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
2464	      -e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
2465	      -e 's|@''REPLACE_MALLOC''@|$(REPLACE_MALLOC)|g' \
2466	      -e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
2467	      -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
2468	      -e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
2469	      -e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
2470	      -e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
2471	      -e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
2472	      -e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
2473	      -e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
2474	      -e 's|@''REPLACE_REALLOC''@|$(REPLACE_REALLOC)|g' \
2475	      -e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
2476	      -e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
2477	      -e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
2478	      -e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
2479	      -e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
2480	      -e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
2481	      -e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
2482	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2483	      -e '/definition of _Noreturn/r $(_NORETURN_H)' \
2484	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2485	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2486	} > $@-t && \
2487	mv $@-t $@
2488MOSTLYCLEANFILES += stdlib.h stdlib.h-t
2489
2490EXTRA_DIST += stdlib.in.h
2491
2492## end   gnulib module stdlib
2493
2494## begin gnulib module stpcpy
2495
2496
2497EXTRA_DIST += stpcpy.c
2498
2499EXTRA_libtextstyle_la_SOURCES += stpcpy.c
2500
2501## end   gnulib module stpcpy
2502
2503## begin gnulib module strerror
2504
2505
2506EXTRA_DIST += strerror.c
2507
2508EXTRA_libtextstyle_la_SOURCES += strerror.c
2509
2510## end   gnulib module strerror
2511
2512## begin gnulib module strerror-override
2513
2514
2515EXTRA_DIST += strerror-override.c strerror-override.h
2516
2517EXTRA_libtextstyle_la_SOURCES += strerror-override.c
2518
2519## end   gnulib module strerror-override
2520
2521## begin gnulib module string
2522
2523BUILT_SOURCES += string.h
2524
2525# We need the following in order to create <string.h> when the system
2526# doesn't have one that works with the given compiler.
2527string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2528	$(AM_V_GEN)rm -f $@-t $@ && \
2529	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2530	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2531	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2532	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2533	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2534	      -e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
2535	      -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GNULIB_EXPLICIT_BZERO)/g' \
2536	      -e 's/@''GNULIB_FFSL''@/$(GNULIB_FFSL)/g' \
2537	      -e 's/@''GNULIB_FFSLL''@/$(GNULIB_FFSLL)/g' \
2538	      -e 's/@''GNULIB_MBSLEN''@/$(GNULIB_MBSLEN)/g' \
2539	      -e 's/@''GNULIB_MBSNLEN''@/$(GNULIB_MBSNLEN)/g' \
2540	      -e 's/@''GNULIB_MBSCHR''@/$(GNULIB_MBSCHR)/g' \
2541	      -e 's/@''GNULIB_MBSRCHR''@/$(GNULIB_MBSRCHR)/g' \
2542	      -e 's/@''GNULIB_MBSSTR''@/$(GNULIB_MBSSTR)/g' \
2543	      -e 's/@''GNULIB_MBSCASECMP''@/$(GNULIB_MBSCASECMP)/g' \
2544	      -e 's/@''GNULIB_MBSNCASECMP''@/$(GNULIB_MBSNCASECMP)/g' \
2545	      -e 's/@''GNULIB_MBSPCASECMP''@/$(GNULIB_MBSPCASECMP)/g' \
2546	      -e 's/@''GNULIB_MBSCASESTR''@/$(GNULIB_MBSCASESTR)/g' \
2547	      -e 's/@''GNULIB_MBSCSPN''@/$(GNULIB_MBSCSPN)/g' \
2548	      -e 's/@''GNULIB_MBSPBRK''@/$(GNULIB_MBSPBRK)/g' \
2549	      -e 's/@''GNULIB_MBSSPN''@/$(GNULIB_MBSSPN)/g' \
2550	      -e 's/@''GNULIB_MBSSEP''@/$(GNULIB_MBSSEP)/g' \
2551	      -e 's/@''GNULIB_MBSTOK_R''@/$(GNULIB_MBSTOK_R)/g' \
2552	      -e 's/@''GNULIB_MEMCHR''@/$(GNULIB_MEMCHR)/g' \
2553	      -e 's/@''GNULIB_MEMMEM''@/$(GNULIB_MEMMEM)/g' \
2554	      -e 's/@''GNULIB_MEMPCPY''@/$(GNULIB_MEMPCPY)/g' \
2555	      -e 's/@''GNULIB_MEMRCHR''@/$(GNULIB_MEMRCHR)/g' \
2556	      -e 's/@''GNULIB_RAWMEMCHR''@/$(GNULIB_RAWMEMCHR)/g' \
2557	      -e 's/@''GNULIB_STPCPY''@/$(GNULIB_STPCPY)/g' \
2558	      -e 's/@''GNULIB_STPNCPY''@/$(GNULIB_STPNCPY)/g' \
2559	      -e 's/@''GNULIB_STRCHRNUL''@/$(GNULIB_STRCHRNUL)/g' \
2560	      -e 's/@''GNULIB_STRDUP''@/$(GNULIB_STRDUP)/g' \
2561	      -e 's/@''GNULIB_STRNCAT''@/$(GNULIB_STRNCAT)/g' \
2562	      -e 's/@''GNULIB_STRNDUP''@/$(GNULIB_STRNDUP)/g' \
2563	      -e 's/@''GNULIB_STRNLEN''@/$(GNULIB_STRNLEN)/g' \
2564	      -e 's/@''GNULIB_STRPBRK''@/$(GNULIB_STRPBRK)/g' \
2565	      -e 's/@''GNULIB_STRSEP''@/$(GNULIB_STRSEP)/g' \
2566	      -e 's/@''GNULIB_STRSTR''@/$(GNULIB_STRSTR)/g' \
2567	      -e 's/@''GNULIB_STRCASESTR''@/$(GNULIB_STRCASESTR)/g' \
2568	      -e 's/@''GNULIB_STRTOK_R''@/$(GNULIB_STRTOK_R)/g' \
2569	      -e 's/@''GNULIB_STRERROR''@/$(GNULIB_STRERROR)/g' \
2570	      -e 's/@''GNULIB_STRERROR_R''@/$(GNULIB_STRERROR_R)/g' \
2571	      -e 's/@''GNULIB_STRSIGNAL''@/$(GNULIB_STRSIGNAL)/g' \
2572	      -e 's/@''GNULIB_STRVERSCMP''@/$(GNULIB_STRVERSCMP)/g' \
2573	      < $(srcdir)/string.in.h | \
2574	  sed -e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
2575	      -e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
2576	      -e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
2577	      -e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
2578	      -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
2579	      -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
2580	      -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
2581	      -e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
2582	      -e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
2583	      -e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
2584	      -e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
2585	      -e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
2586	      -e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
2587	      -e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
2588	      -e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
2589	      -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
2590	      -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
2591	      -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
2592	      -e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
2593	      -e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
2594	      -e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
2595	      -e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
2596	      -e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
2597	      -e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
2598	      -e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
2599	      -e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
2600	      -e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
2601	      -e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
2602	      -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
2603	      -e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
2604	      -e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
2605	      -e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
2606	      -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
2607	      -e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
2608	      -e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
2609	      -e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
2610	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2611	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2612	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
2613	      < $(srcdir)/string.in.h; \
2614	} > $@-t && \
2615	mv $@-t $@
2616MOSTLYCLEANFILES += string.h string.h-t
2617
2618EXTRA_DIST += string.in.h
2619
2620## end   gnulib module string
2621
2622## begin gnulib module styled-ostream
2623
2624libtextstyle_la_SOURCES += styled-ostream.c
2625# This is a Makefile rule that generates multiple files at once; see the
2626# automake documentation, node "Multiple Outputs", for details.
2627$(srcdir)/styled-ostream.h : $(top_srcdir)/build-aux/moopp styled-ostream.oo.h styled-ostream.oo.c ostream.oo.h
2628	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/styled-ostream.oo.c $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h
2629$(srcdir)/styled-ostream.c $(srcdir)/styled_ostream.priv.h $(srcdir)/styled_ostream.vt.h : styled-ostream.h
2630	@test -f $@ || { \
2631	  trap 'rm -rf styled-ostream.lock' 1 2 13 15; \
2632	  if mkdir styled-ostream.lock 2>/dev/null; then \
2633	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/styled-ostream.oo.c $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h"; \
2634	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/styled-ostream.oo.c $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h; \
2635	    result=$$?; rm -rf styled-ostream.lock; exit $$result; \
2636	  else \
2637	    while test -d styled-ostream.lock; do sleep 1; done; \
2638	    test -f $(srcdir)/styled-ostream.h; \
2639	  fi; \
2640	}
2641BUILT_SOURCES += styled-ostream.h styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h
2642MAINTAINERCLEANFILES += styled-ostream.h styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h
2643EXTRA_DIST += styled-ostream.h styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h
2644
2645EXTRA_DIST += styled-ostream.oo.c styled-ostream.oo.h
2646
2647EXTRA_libtextstyle_la_SOURCES += styled-ostream.oo.c
2648
2649## end   gnulib module styled-ostream
2650
2651## begin gnulib module sys_socket
2652
2653BUILT_SOURCES += sys/socket.h
2654libtextstyle_la_SOURCES += sys_socket.c
2655
2656# We need the following in order to create <sys/socket.h> when the system
2657# doesn't have one that works with the given compiler.
2658sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
2659	$(AM_V_at)$(MKDIR_P) sys
2660	$(AM_V_GEN)rm -f $@-t $@ && \
2661	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2662	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2663	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2664	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2665	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2666	      -e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
2667	      -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
2668	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
2669	      -e 's/@''GNULIB_SOCKET''@/$(GNULIB_SOCKET)/g' \
2670	      -e 's/@''GNULIB_CONNECT''@/$(GNULIB_CONNECT)/g' \
2671	      -e 's/@''GNULIB_ACCEPT''@/$(GNULIB_ACCEPT)/g' \
2672	      -e 's/@''GNULIB_BIND''@/$(GNULIB_BIND)/g' \
2673	      -e 's/@''GNULIB_GETPEERNAME''@/$(GNULIB_GETPEERNAME)/g' \
2674	      -e 's/@''GNULIB_GETSOCKNAME''@/$(GNULIB_GETSOCKNAME)/g' \
2675	      -e 's/@''GNULIB_GETSOCKOPT''@/$(GNULIB_GETSOCKOPT)/g' \
2676	      -e 's/@''GNULIB_LISTEN''@/$(GNULIB_LISTEN)/g' \
2677	      -e 's/@''GNULIB_RECV''@/$(GNULIB_RECV)/g' \
2678	      -e 's/@''GNULIB_SEND''@/$(GNULIB_SEND)/g' \
2679	      -e 's/@''GNULIB_RECVFROM''@/$(GNULIB_RECVFROM)/g' \
2680	      -e 's/@''GNULIB_SENDTO''@/$(GNULIB_SENDTO)/g' \
2681	      -e 's/@''GNULIB_SETSOCKOPT''@/$(GNULIB_SETSOCKOPT)/g' \
2682	      -e 's/@''GNULIB_SHUTDOWN''@/$(GNULIB_SHUTDOWN)/g' \
2683	      -e 's/@''GNULIB_ACCEPT4''@/$(GNULIB_ACCEPT4)/g' \
2684	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2685	      -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
2686	      -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
2687	      -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
2688	      -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
2689	      -e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
2690	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2691	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2692	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2693	      < $(srcdir)/sys_socket.in.h; \
2694	} > $@-t && \
2695	mv -f $@-t $@
2696MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
2697MOSTLYCLEANDIRS += sys
2698
2699EXTRA_DIST += sys_socket.in.h
2700
2701## end   gnulib module sys_socket
2702
2703## begin gnulib module sys_stat
2704
2705BUILT_SOURCES += sys/stat.h
2706
2707# We need the following in order to create <sys/stat.h> when the system
2708# has one that is incomplete.
2709sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2710	$(AM_V_at)$(MKDIR_P) sys
2711	$(AM_V_GEN)rm -f $@-t $@ && \
2712	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2713	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2714	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2715	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2716	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2717	      -e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
2718	      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
2719	      -e 's|@''WINDOWS_STAT_TIMESPEC''@|$(WINDOWS_STAT_TIMESPEC)|g' \
2720	      -e 's/@''GNULIB_FCHMODAT''@/$(GNULIB_FCHMODAT)/g' \
2721	      -e 's/@''GNULIB_FSTAT''@/$(GNULIB_FSTAT)/g' \
2722	      -e 's/@''GNULIB_FSTATAT''@/$(GNULIB_FSTATAT)/g' \
2723	      -e 's/@''GNULIB_FUTIMENS''@/$(GNULIB_FUTIMENS)/g' \
2724	      -e 's/@''GNULIB_GETUMASK''@/$(GNULIB_GETUMASK)/g' \
2725	      -e 's/@''GNULIB_LCHMOD''@/$(GNULIB_LCHMOD)/g' \
2726	      -e 's/@''GNULIB_LSTAT''@/$(GNULIB_LSTAT)/g' \
2727	      -e 's/@''GNULIB_MKDIRAT''@/$(GNULIB_MKDIRAT)/g' \
2728	      -e 's/@''GNULIB_MKFIFO''@/$(GNULIB_MKFIFO)/g' \
2729	      -e 's/@''GNULIB_MKFIFOAT''@/$(GNULIB_MKFIFOAT)/g' \
2730	      -e 's/@''GNULIB_MKNOD''@/$(GNULIB_MKNOD)/g' \
2731	      -e 's/@''GNULIB_MKNODAT''@/$(GNULIB_MKNODAT)/g' \
2732	      -e 's/@''GNULIB_STAT''@/$(GNULIB_STAT)/g' \
2733	      -e 's/@''GNULIB_UTIMENSAT''@/$(GNULIB_UTIMENSAT)/g' \
2734	      -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GNULIB_OVERRIDES_STRUCT_STAT)/g' \
2735	      -e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
2736	      -e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
2737	      -e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
2738	      -e 's|@''HAVE_GETUMASK''@|$(HAVE_GETUMASK)|g' \
2739	      -e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
2740	      -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
2741	      -e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
2742	      -e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
2743	      -e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
2744	      -e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
2745	      -e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
2746	      -e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
2747	      -e 's|@''REPLACE_FCHMODAT''@|$(REPLACE_FCHMODAT)|g' \
2748	      -e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
2749	      -e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
2750	      -e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
2751	      -e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
2752	      -e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
2753	      -e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
2754	      -e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
2755	      -e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
2756	      -e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
2757	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2758	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2759	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2760	      < $(srcdir)/sys_stat.in.h; \
2761	} > $@-t && \
2762	mv $@-t $@
2763MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
2764MOSTLYCLEANDIRS += sys
2765
2766EXTRA_DIST += sys_stat.in.h
2767
2768## end   gnulib module sys_stat
2769
2770## begin gnulib module sys_time
2771
2772BUILT_SOURCES += sys/time.h
2773
2774# We need the following in order to create <sys/time.h> when the system
2775# doesn't have one that works with the given compiler.
2776sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2777	$(AM_V_at)$(MKDIR_P) sys
2778	$(AM_V_GEN)rm -f $@-t $@ && \
2779	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2780	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2781	      -e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
2782	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2783	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2784	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2785	      -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
2786	      -e 's/@''GNULIB_GETTIMEOFDAY''@/$(GNULIB_GETTIMEOFDAY)/g' \
2787	      -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
2788	      -e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
2789	      -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
2790	      -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
2791	      -e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
2792	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2793	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2794	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2795	      < $(srcdir)/sys_time.in.h; \
2796	} > $@-t && \
2797	mv $@-t $@
2798MOSTLYCLEANFILES += sys/time.h sys/time.h-t
2799
2800EXTRA_DIST += sys_time.in.h
2801
2802## end   gnulib module sys_time
2803
2804## begin gnulib module sys_types
2805
2806BUILT_SOURCES += sys/types.h
2807
2808# We need the following in order to create <sys/types.h> when the system
2809# doesn't have one that works with the given compiler.
2810sys/types.h: sys_types.in.h $(top_builddir)/config.status
2811	$(AM_V_at)$(MKDIR_P) sys
2812	$(AM_V_GEN)rm -f $@-t $@ && \
2813	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2814	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2815	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2816	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2817	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2818	      -e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
2819	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
2820	      -e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
2821	      < $(srcdir)/sys_types.in.h; \
2822	} > $@-t && \
2823	mv $@-t $@
2824MOSTLYCLEANFILES += sys/types.h sys/types.h-t
2825
2826EXTRA_DIST += sys_types.in.h
2827
2828## end   gnulib module sys_types
2829
2830## begin gnulib module sys_uio
2831
2832BUILT_SOURCES += sys/uio.h
2833
2834# We need the following in order to create <sys/uio.h> when the system
2835# doesn't have one that works with the given compiler.
2836sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
2837	$(AM_V_at)$(MKDIR_P) sys
2838	$(AM_V_GEN)rm -f $@-t $@ && \
2839	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
2840	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2841	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2842	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2843	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2844	      -e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
2845	      -e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
2846	      < $(srcdir)/sys_uio.in.h; \
2847	} > $@-t && \
2848	mv -f $@-t $@
2849MOSTLYCLEANFILES += sys/uio.h sys/uio.h-t
2850MOSTLYCLEANDIRS += sys
2851
2852EXTRA_DIST += sys_uio.in.h
2853
2854## end   gnulib module sys_uio
2855
2856## begin gnulib module term-ostream
2857
2858libtextstyle_la_SOURCES += term-ostream.c
2859# This is a Makefile rule that generates multiple files at once; see the
2860# automake documentation, node "Multiple Outputs", for details.
2861$(srcdir)/term-ostream.h : $(top_srcdir)/build-aux/moopp term-ostream.oo.h term-ostream.oo.c ostream.oo.h
2862	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-ostream.oo.c $(srcdir)/term-ostream.oo.h $(srcdir)/ostream.oo.h
2863$(srcdir)/term-ostream.c $(srcdir)/term_ostream.priv.h $(srcdir)/term_ostream.vt.h : term-ostream.h
2864	@test -f $@ || { \
2865	  trap 'rm -rf term-ostream.lock' 1 2 13 15; \
2866	  if mkdir term-ostream.lock 2>/dev/null; then \
2867	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-ostream.oo.c $(srcdir)/term-ostream.oo.h $(srcdir)/ostream.oo.h"; \
2868	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-ostream.oo.c $(srcdir)/term-ostream.oo.h $(srcdir)/ostream.oo.h; \
2869	    result=$$?; rm -rf term-ostream.lock; exit $$result; \
2870	  else \
2871	    while test -d term-ostream.lock; do sleep 1; done; \
2872	    test -f $(srcdir)/term-ostream.h; \
2873	  fi; \
2874	}
2875BUILT_SOURCES += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
2876MAINTAINERCLEANFILES += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
2877EXTRA_DIST += term-ostream.h term-ostream.c term_ostream.priv.h term_ostream.vt.h
2878
2879EXTRA_DIST += term-ostream.oo.c term-ostream.oo.h
2880
2881EXTRA_libtextstyle_la_SOURCES += term-ostream.oo.c
2882
2883## end   gnulib module term-ostream
2884
2885## begin gnulib module term-style-control
2886
2887libtextstyle_la_SOURCES += term-style-control.c
2888
2889EXTRA_DIST += term-style-control.h
2890
2891## end   gnulib module term-style-control
2892
2893## begin gnulib module term-styled-ostream
2894
2895libtextstyle_la_SOURCES += term-styled-ostream.c
2896# This is a Makefile rule that generates multiple files at once; see the
2897# automake documentation, node "Multiple Outputs", for details.
2898$(srcdir)/term-styled-ostream.h : $(top_srcdir)/build-aux/moopp term-styled-ostream.oo.h term-styled-ostream.oo.c styled-ostream.oo.h ostream.oo.h
2899	$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-styled-ostream.oo.c $(srcdir)/term-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h
2900$(srcdir)/term-styled-ostream.c $(srcdir)/term_styled_ostream.priv.h $(srcdir)/term_styled_ostream.vt.h : term-styled-ostream.h
2901	@test -f $@ || { \
2902	  trap 'rm -rf term-styled-ostream.lock' 1 2 13 15; \
2903	  if mkdir term-styled-ostream.lock 2>/dev/null; then \
2904	    echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-styled-ostream.oo.c $(srcdir)/term-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h"; \
2905	    $(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-styled-ostream.oo.c $(srcdir)/term-styled-ostream.oo.h $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h; \
2906	    result=$$?; rm -rf term-styled-ostream.lock; exit $$result; \
2907	  else \
2908	    while test -d term-styled-ostream.lock; do sleep 1; done; \
2909	    test -f $(srcdir)/term-styled-ostream.h; \
2910	  fi; \
2911	}
2912BUILT_SOURCES += term-styled-ostream.h term-styled-ostream.c term_styled_ostream.priv.h term_styled_ostream.vt.h
2913MAINTAINERCLEANFILES += term-styled-ostream.h term-styled-ostream.c term_styled_ostream.priv.h term_styled_ostream.vt.h
2914EXTRA_DIST += term-styled-ostream.h term-styled-ostream.c term_styled_ostream.priv.h term_styled_ostream.vt.h
2915
2916EXTRA_DIST += term-styled-ostream.oo.c term-styled-ostream.oo.h
2917
2918EXTRA_libtextstyle_la_SOURCES += term-styled-ostream.oo.c
2919
2920## end   gnulib module term-styled-ostream
2921
2922## begin gnulib module terminfo
2923
2924if GL_COND_LIBTOOL
2925libtextstyle_la_LDFLAGS += $(LTLIBTERMINFO)
2926endif
2927
2928EXTRA_DIST += tparm.c tputs.c
2929
2930EXTRA_libtextstyle_la_SOURCES += tparm.c tputs.c
2931
2932## end   gnulib module terminfo
2933
2934## begin gnulib module terminfo-h
2935
2936
2937EXTRA_DIST += terminfo.h
2938
2939## end   gnulib module terminfo-h
2940
2941## begin gnulib module threadlib
2942
2943libtextstyle_la_SOURCES += glthread/threadlib.c
2944
2945## end   gnulib module threadlib
2946
2947## begin gnulib module time
2948
2949BUILT_SOURCES += time.h
2950
2951# We need the following in order to create <time.h> when the system
2952# doesn't have one that works with the given compiler.
2953time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
2954	$(AM_V_GEN)rm -f $@-t $@ && \
2955	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
2956	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
2957	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
2958	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
2959	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
2960	      -e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
2961	      -e 's/@''GNULIB_CTIME''@/$(GNULIB_CTIME)/g' \
2962	      -e 's/@''GNULIB_LOCALTIME''@/$(GNULIB_LOCALTIME)/g' \
2963	      -e 's/@''GNULIB_MKTIME''@/$(GNULIB_MKTIME)/g' \
2964	      -e 's/@''GNULIB_NANOSLEEP''@/$(GNULIB_NANOSLEEP)/g' \
2965	      -e 's/@''GNULIB_STRFTIME''@/$(GNULIB_STRFTIME)/g' \
2966	      -e 's/@''GNULIB_STRPTIME''@/$(GNULIB_STRPTIME)/g' \
2967	      -e 's/@''GNULIB_TIMEGM''@/$(GNULIB_TIMEGM)/g' \
2968	      -e 's/@''GNULIB_TIME_R''@/$(GNULIB_TIME_R)/g' \
2969	      -e 's/@''GNULIB_TIME_RZ''@/$(GNULIB_TIME_RZ)/g' \
2970	      -e 's/@''GNULIB_TZSET''@/$(GNULIB_TZSET)/g' \
2971	      -e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
2972	      -e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
2973	      -e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
2974	      -e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
2975	      -e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
2976	      -e 's|@''HAVE_TZSET''@|$(HAVE_TZSET)|g' \
2977	      -e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
2978	      -e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
2979	      -e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
2980	      -e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
2981	      -e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
2982	      -e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
2983	      -e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
2984	      -e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
2985	      -e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
2986	      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2987	      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2988	      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
2989	      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
2990	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
2991	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
2992	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
2993	      < $(srcdir)/time.in.h; \
2994	} > $@-t && \
2995	mv $@-t $@
2996MOSTLYCLEANFILES += time.h time.h-t
2997
2998EXTRA_DIST += time.in.h
2999
3000## end   gnulib module time
3001
3002## begin gnulib module unistd
3003
3004BUILT_SOURCES += unistd.h
3005libtextstyle_la_SOURCES += unistd.c
3006
3007# We need the following in order to create an empty placeholder for
3008# <unistd.h> when the system doesn't have one.
3009unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3010	$(AM_V_GEN)rm -f $@-t $@ && \
3011	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3012	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
3013	      -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
3014	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3015	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3016	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3017	      -e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
3018	      -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
3019	      -e 's/@''GNULIB_ACCESS''@/$(GNULIB_ACCESS)/g' \
3020	      -e 's/@''GNULIB_CHDIR''@/$(GNULIB_CHDIR)/g' \
3021	      -e 's/@''GNULIB_CHOWN''@/$(GNULIB_CHOWN)/g' \
3022	      -e 's/@''GNULIB_CLOSE''@/$(GNULIB_CLOSE)/g' \
3023	      -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GNULIB_COPY_FILE_RANGE)/g' \
3024	      -e 's/@''GNULIB_DUP''@/$(GNULIB_DUP)/g' \
3025	      -e 's/@''GNULIB_DUP2''@/$(GNULIB_DUP2)/g' \
3026	      -e 's/@''GNULIB_DUP3''@/$(GNULIB_DUP3)/g' \
3027	      -e 's/@''GNULIB_ENVIRON''@/$(GNULIB_ENVIRON)/g' \
3028	      -e 's/@''GNULIB_EUIDACCESS''@/$(GNULIB_EUIDACCESS)/g' \
3029	      -e 's/@''GNULIB_FACCESSAT''@/$(GNULIB_FACCESSAT)/g' \
3030	      -e 's/@''GNULIB_FCHDIR''@/$(GNULIB_FCHDIR)/g' \
3031	      -e 's/@''GNULIB_FCHOWNAT''@/$(GNULIB_FCHOWNAT)/g' \
3032	      -e 's/@''GNULIB_FDATASYNC''@/$(GNULIB_FDATASYNC)/g' \
3033	      -e 's/@''GNULIB_FSYNC''@/$(GNULIB_FSYNC)/g' \
3034	      -e 's/@''GNULIB_FTRUNCATE''@/$(GNULIB_FTRUNCATE)/g' \
3035	      -e 's/@''GNULIB_GETCWD''@/$(GNULIB_GETCWD)/g' \
3036	      -e 's/@''GNULIB_GETDOMAINNAME''@/$(GNULIB_GETDOMAINNAME)/g' \
3037	      -e 's/@''GNULIB_GETDTABLESIZE''@/$(GNULIB_GETDTABLESIZE)/g' \
3038	      -e 's/@''GNULIB_GETENTROPY''@/$(GNULIB_GETENTROPY)/g' \
3039	      -e 's/@''GNULIB_GETGROUPS''@/$(GNULIB_GETGROUPS)/g' \
3040	      -e 's/@''GNULIB_GETHOSTNAME''@/$(GNULIB_GETHOSTNAME)/g' \
3041	      -e 's/@''GNULIB_GETLOGIN''@/$(GNULIB_GETLOGIN)/g' \
3042	      -e 's/@''GNULIB_GETLOGIN_R''@/$(GNULIB_GETLOGIN_R)/g' \
3043	      -e 's/@''GNULIB_GETOPT_POSIX''@/$(GNULIB_GETOPT_POSIX)/g' \
3044	      -e 's/@''GNULIB_GETPAGESIZE''@/$(GNULIB_GETPAGESIZE)/g' \
3045	      -e 's/@''GNULIB_GETPASS''@/$(GNULIB_GETPASS)/g' \
3046	      -e 's/@''GNULIB_GETUSERSHELL''@/$(GNULIB_GETUSERSHELL)/g' \
3047	      -e 's/@''GNULIB_GROUP_MEMBER''@/$(GNULIB_GROUP_MEMBER)/g' \
3048	      -e 's/@''GNULIB_ISATTY''@/$(GNULIB_ISATTY)/g' \
3049	      -e 's/@''GNULIB_LCHOWN''@/$(GNULIB_LCHOWN)/g' \
3050	      -e 's/@''GNULIB_LINK''@/$(GNULIB_LINK)/g' \
3051	      -e 's/@''GNULIB_LINKAT''@/$(GNULIB_LINKAT)/g' \
3052	      -e 's/@''GNULIB_LSEEK''@/$(GNULIB_LSEEK)/g' \
3053	      -e 's/@''GNULIB_PIPE''@/$(GNULIB_PIPE)/g' \
3054	      -e 's/@''GNULIB_PIPE2''@/$(GNULIB_PIPE2)/g' \
3055	      -e 's/@''GNULIB_PREAD''@/$(GNULIB_PREAD)/g' \
3056	      -e 's/@''GNULIB_PWRITE''@/$(GNULIB_PWRITE)/g' \
3057	      -e 's/@''GNULIB_READ''@/$(GNULIB_READ)/g' \
3058	      -e 's/@''GNULIB_READLINK''@/$(GNULIB_READLINK)/g' \
3059	      -e 's/@''GNULIB_READLINKAT''@/$(GNULIB_READLINKAT)/g' \
3060	      -e 's/@''GNULIB_RMDIR''@/$(GNULIB_RMDIR)/g' \
3061	      -e 's/@''GNULIB_SETHOSTNAME''@/$(GNULIB_SETHOSTNAME)/g' \
3062	      -e 's/@''GNULIB_SLEEP''@/$(GNULIB_SLEEP)/g' \
3063	      -e 's/@''GNULIB_SYMLINK''@/$(GNULIB_SYMLINK)/g' \
3064	      -e 's/@''GNULIB_SYMLINKAT''@/$(GNULIB_SYMLINKAT)/g' \
3065	      -e 's/@''GNULIB_TRUNCATE''@/$(GNULIB_TRUNCATE)/g' \
3066	      -e 's/@''GNULIB_TTYNAME_R''@/$(GNULIB_TTYNAME_R)/g' \
3067	      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GNULIB_GL_LTS_UNISTD_H_GETOPT)/g' \
3068	      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GNULIB_UNISTD_H_NONBLOCKING)/g' \
3069	      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GNULIB_UNISTD_H_SIGPIPE)/g' \
3070	      -e 's/@''GNULIB_UNLINK''@/$(GNULIB_UNLINK)/g' \
3071	      -e 's/@''GNULIB_UNLINKAT''@/$(GNULIB_UNLINKAT)/g' \
3072	      -e 's/@''GNULIB_USLEEP''@/$(GNULIB_USLEEP)/g' \
3073	      -e 's/@''GNULIB_WRITE''@/$(GNULIB_WRITE)/g' \
3074	      < $(srcdir)/unistd.in.h | \
3075	  sed -e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
3076	      -e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \
3077	      -e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
3078	      -e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
3079	      -e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
3080	      -e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
3081	      -e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
3082	      -e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
3083	      -e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
3084	      -e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
3085	      -e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
3086	      -e 's|@''HAVE_GETENTROPY''@|$(HAVE_GETENTROPY)|g' \
3087	      -e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
3088	      -e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
3089	      -e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
3090	      -e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
3091	      -e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
3092	      -e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
3093	      -e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
3094	      -e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
3095	      -e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
3096	      -e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
3097	      -e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
3098	      -e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
3099	      -e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
3100	      -e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
3101	      -e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
3102	      -e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
3103	      -e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
3104	      -e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
3105	      -e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
3106	      -e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
3107	      -e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
3108	      -e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
3109	      -e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
3110	      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
3111	      -e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
3112	      -e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
3113	      -e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
3114	      -e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
3115	      -e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
3116	      -e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
3117	      -e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
3118	      -e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
3119	      -e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
3120	  | \
3121	  sed -e 's|@''REPLACE_ACCESS''@|$(REPLACE_ACCESS)|g' \
3122	      -e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
3123	      -e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
3124	      -e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
3125	      -e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
3126	      -e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
3127	      -e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
3128	      -e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
3129	      -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
3130	      -e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
3131	      -e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
3132	      -e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
3133	      -e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
3134	      -e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
3135	      -e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
3136	      -e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
3137	      -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
3138	      -e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
3139	      -e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
3140	      -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
3141	      -e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
3142	      -e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
3143	      -e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
3144	      -e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
3145	      -e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
3146	      -e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
3147	      -e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
3148	      -e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
3149	      -e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
3150	      -e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
3151	      -e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
3152	      -e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
3153	      -e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
3154	      -e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
3155	      -e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
3156	      -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|$(UNISTD_H_HAVE_SYS_RANDOM_H)|g' \
3157	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
3158	      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
3159	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3160	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3161	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3162	} > $@-t && \
3163	mv $@-t $@
3164MOSTLYCLEANFILES += unistd.h unistd.h-t
3165
3166EXTRA_DIST += unistd.in.h
3167
3168## end   gnulib module unistd
3169
3170## begin gnulib module unistr/base
3171
3172BUILT_SOURCES += $(LIBUNISTRING_UNISTR_H)
3173
3174unistr.h: unistr.in.h
3175	$(AM_V_GEN)rm -f $@-t $@ && \
3176	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3177	  cat $(srcdir)/unistr.in.h; \
3178	} > $@-t && \
3179	mv -f $@-t $@
3180MOSTLYCLEANFILES += unistr.h unistr.h-t
3181
3182EXTRA_DIST += unistr.in.h
3183
3184## end   gnulib module unistr/base
3185
3186## begin gnulib module unistr/u8-mbtouc
3187
3188if LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC
3189libtextstyle_la_SOURCES += unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c
3190endif
3191
3192## end   gnulib module unistr/u8-mbtouc
3193
3194## begin gnulib module unitypes
3195
3196BUILT_SOURCES += $(LIBUNISTRING_UNITYPES_H)
3197
3198unitypes.h: unitypes.in.h
3199	$(AM_V_GEN)rm -f $@-t $@ && \
3200	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3201	  cat $(srcdir)/unitypes.in.h; \
3202	} > $@-t && \
3203	mv -f $@-t $@
3204MOSTLYCLEANFILES += unitypes.h unitypes.h-t
3205
3206EXTRA_DIST += unitypes.in.h
3207
3208## end   gnulib module unitypes
3209
3210## begin gnulib module vasnprintf
3211
3212
3213EXTRA_DIST += asnprintf.c float+.h printf-args.c printf-args.h printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h
3214
3215EXTRA_libtextstyle_la_SOURCES += asnprintf.c printf-args.c printf-parse.c vasnprintf.c
3216
3217## end   gnulib module vasnprintf
3218
3219## begin gnulib module vasprintf
3220
3221
3222EXTRA_DIST += asprintf.c vasprintf.c
3223
3224EXTRA_libtextstyle_la_SOURCES += asprintf.c vasprintf.c
3225
3226## end   gnulib module vasprintf
3227
3228## begin gnulib module verify
3229
3230
3231EXTRA_DIST += verify.h
3232
3233## end   gnulib module verify
3234
3235## begin gnulib module vsnprintf
3236
3237
3238EXTRA_DIST += vsnprintf.c
3239
3240EXTRA_libtextstyle_la_SOURCES += vsnprintf.c
3241
3242## end   gnulib module vsnprintf
3243
3244## begin gnulib module wchar
3245
3246BUILT_SOURCES += wchar.h
3247
3248# We need the following in order to create <wchar.h> when the system
3249# version does not work standalone.
3250wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
3251	$(AM_V_GEN)rm -f $@-t $@ && \
3252	{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
3253	  sed -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
3254	      -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
3255	      -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
3256	      -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
3257	      -e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
3258	      -e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
3259	      -e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
3260	      -e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
3261	      -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
3262	      -e 's/@''GNULIB_BTOWC''@/$(GNULIB_BTOWC)/g' \
3263	      -e 's/@''GNULIB_WCTOB''@/$(GNULIB_WCTOB)/g' \
3264	      -e 's/@''GNULIB_MBSINIT''@/$(GNULIB_MBSINIT)/g' \
3265	      -e 's/@''GNULIB_MBRTOWC''@/$(GNULIB_MBRTOWC)/g' \
3266	      -e 's/@''GNULIB_MBRLEN''@/$(GNULIB_MBRLEN)/g' \
3267	      -e 's/@''GNULIB_MBSRTOWCS''@/$(GNULIB_MBSRTOWCS)/g' \
3268	      -e 's/@''GNULIB_MBSNRTOWCS''@/$(GNULIB_MBSNRTOWCS)/g' \
3269	      -e 's/@''GNULIB_WCRTOMB''@/$(GNULIB_WCRTOMB)/g' \
3270	      -e 's/@''GNULIB_WCSRTOMBS''@/$(GNULIB_WCSRTOMBS)/g' \
3271	      -e 's/@''GNULIB_WCSNRTOMBS''@/$(GNULIB_WCSNRTOMBS)/g' \
3272	      -e 's/@''GNULIB_WCWIDTH''@/$(GNULIB_WCWIDTH)/g' \
3273	      -e 's/@''GNULIB_WMEMCHR''@/$(GNULIB_WMEMCHR)/g' \
3274	      -e 's/@''GNULIB_WMEMCMP''@/$(GNULIB_WMEMCMP)/g' \
3275	      -e 's/@''GNULIB_WMEMCPY''@/$(GNULIB_WMEMCPY)/g' \
3276	      -e 's/@''GNULIB_WMEMMOVE''@/$(GNULIB_WMEMMOVE)/g' \
3277	      -e 's/@''GNULIB_WMEMPCPY''@/$(GNULIB_WMEMPCPY)/g' \
3278	      -e 's/@''GNULIB_WMEMSET''@/$(GNULIB_WMEMSET)/g' \
3279	      -e 's/@''GNULIB_WCSLEN''@/$(GNULIB_WCSLEN)/g' \
3280	      -e 's/@''GNULIB_WCSNLEN''@/$(GNULIB_WCSNLEN)/g' \
3281	      -e 's/@''GNULIB_WCSCPY''@/$(GNULIB_WCSCPY)/g' \
3282	      -e 's/@''GNULIB_WCPCPY''@/$(GNULIB_WCPCPY)/g' \
3283	      -e 's/@''GNULIB_WCSNCPY''@/$(GNULIB_WCSNCPY)/g' \
3284	      -e 's/@''GNULIB_WCPNCPY''@/$(GNULIB_WCPNCPY)/g' \
3285	      -e 's/@''GNULIB_WCSCAT''@/$(GNULIB_WCSCAT)/g' \
3286	      -e 's/@''GNULIB_WCSNCAT''@/$(GNULIB_WCSNCAT)/g' \
3287	      -e 's/@''GNULIB_WCSCMP''@/$(GNULIB_WCSCMP)/g' \
3288	      -e 's/@''GNULIB_WCSNCMP''@/$(GNULIB_WCSNCMP)/g' \
3289	      -e 's/@''GNULIB_WCSCASECMP''@/$(GNULIB_WCSCASECMP)/g' \
3290	      -e 's/@''GNULIB_WCSNCASECMP''@/$(GNULIB_WCSNCASECMP)/g' \
3291	      -e 's/@''GNULIB_WCSCOLL''@/$(GNULIB_WCSCOLL)/g' \
3292	      -e 's/@''GNULIB_WCSXFRM''@/$(GNULIB_WCSXFRM)/g' \
3293	      -e 's/@''GNULIB_WCSDUP''@/$(GNULIB_WCSDUP)/g' \
3294	      -e 's/@''GNULIB_WCSCHR''@/$(GNULIB_WCSCHR)/g' \
3295	      -e 's/@''GNULIB_WCSRCHR''@/$(GNULIB_WCSRCHR)/g' \
3296	      -e 's/@''GNULIB_WCSCSPN''@/$(GNULIB_WCSCSPN)/g' \
3297	      -e 's/@''GNULIB_WCSSPN''@/$(GNULIB_WCSSPN)/g' \
3298	      -e 's/@''GNULIB_WCSPBRK''@/$(GNULIB_WCSPBRK)/g' \
3299	      -e 's/@''GNULIB_WCSSTR''@/$(GNULIB_WCSSTR)/g' \
3300	      -e 's/@''GNULIB_WCSTOK''@/$(GNULIB_WCSTOK)/g' \
3301	      -e 's/@''GNULIB_WCSWIDTH''@/$(GNULIB_WCSWIDTH)/g' \
3302	      -e 's/@''GNULIB_WCSFTIME''@/$(GNULIB_WCSFTIME)/g' \
3303	      < $(srcdir)/wchar.in.h | \
3304	  sed -e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
3305	      -e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
3306	      -e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
3307	      -e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
3308	      -e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
3309	      -e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
3310	      -e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
3311	      -e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
3312	      -e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
3313	      -e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
3314	      -e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
3315	      -e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
3316	      -e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
3317	      -e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
3318	      -e 's|@''HAVE_WMEMPCPY''@|$(HAVE_WMEMPCPY)|g' \
3319	      -e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
3320	      -e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
3321	      -e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
3322	      -e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
3323	      -e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
3324	      -e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
3325	      -e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
3326	      -e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
3327	      -e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
3328	      -e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
3329	      -e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
3330	      -e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
3331	      -e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
3332	      -e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
3333	      -e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
3334	      -e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
3335	      -e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
3336	      -e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
3337	      -e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
3338	      -e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
3339	      -e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
3340	      -e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
3341	      -e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
3342	      -e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
3343	      -e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \
3344	      -e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
3345	      -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
3346	  | \
3347	  sed -e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
3348	      -e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
3349	      -e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
3350	      -e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
3351	      -e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
3352	      -e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
3353	      -e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
3354	      -e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
3355	      -e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
3356	      -e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
3357	      -e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
3358	      -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
3359	      -e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
3360	      -e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \
3361	      -e 's|@''REPLACE_WCSTOK''@|$(REPLACE_WCSTOK)|g' \
3362	      -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
3363	      -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
3364	      -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)'; \
3365	} > $@-t && \
3366	mv $@-t $@
3367MOSTLYCLEANFILES += wchar.h wchar.h-t
3368
3369EXTRA_DIST += wchar.in.h
3370
3371## end   gnulib module wchar
3372
3373## begin gnulib module windows-mutex
3374
3375
3376EXTRA_DIST += windows-initguard.h windows-mutex.c windows-mutex.h
3377
3378EXTRA_libtextstyle_la_SOURCES += windows-mutex.c
3379
3380## end   gnulib module windows-mutex
3381
3382## begin gnulib module windows-once
3383
3384
3385EXTRA_DIST += windows-once.c windows-once.h
3386
3387EXTRA_libtextstyle_la_SOURCES += windows-once.c
3388
3389## end   gnulib module windows-once
3390
3391## begin gnulib module windows-recmutex
3392
3393
3394EXTRA_DIST += windows-initguard.h windows-recmutex.c windows-recmutex.h
3395
3396EXTRA_libtextstyle_la_SOURCES += windows-recmutex.c
3397
3398## end   gnulib module windows-recmutex
3399
3400## begin gnulib module windows-rwlock
3401
3402
3403EXTRA_DIST += windows-initguard.h windows-rwlock.c windows-rwlock.h
3404
3405EXTRA_libtextstyle_la_SOURCES += windows-rwlock.c
3406
3407## end   gnulib module windows-rwlock
3408
3409## begin gnulib module write
3410
3411
3412EXTRA_DIST += write.c
3413
3414EXTRA_libtextstyle_la_SOURCES += write.c
3415
3416## end   gnulib module write
3417
3418## begin gnulib module xalloc
3419
3420libtextstyle_la_SOURCES += xalloc.h xmalloc.c xstrdup.c
3421
3422## end   gnulib module xalloc
3423
3424## begin gnulib module xalloc-oversized
3425
3426
3427EXTRA_DIST += xalloc-oversized.h
3428
3429## end   gnulib module xalloc-oversized
3430
3431## begin gnulib module xconcat-filename
3432
3433libtextstyle_la_SOURCES += xconcat-filename.c
3434
3435EXTRA_DIST += concat-filename.h
3436
3437## end   gnulib module xconcat-filename
3438
3439## begin gnulib module xgethostname
3440
3441libtextstyle_la_SOURCES += xgethostname.h xgethostname.c
3442
3443## end   gnulib module xgethostname
3444
3445## begin gnulib module xlist
3446
3447libtextstyle_la_SOURCES += gl_xlist.h gl_xlist.c
3448
3449## end   gnulib module xlist
3450
3451## begin gnulib module xsize
3452
3453libtextstyle_la_SOURCES += xsize.h xsize.c
3454
3455## end   gnulib module xsize
3456
3457## begin gnulib module xvasprintf
3458
3459libtextstyle_la_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c
3460
3461EXTRA_DIST += xalloc.h
3462
3463## end   gnulib module xvasprintf
3464
3465
3466mostlyclean-local: mostlyclean-generic
3467	@for dir in '' $(MOSTLYCLEANDIRS); do \
3468	  if test -n "$$dir" && test -d $$dir; then \
3469	    echo "rmdir $$dir"; rmdir $$dir; \
3470	  fi; \
3471	done; \
3472	:
3473