# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
@SET_MAKE@
# Copyright (C) 2002-2023 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This file is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this file. If not, see <https://www.gnu.org/licenses/>.
#
# As a special exception to the GNU General Public License,
# this file may be distributed as part of a program that
# contains a configuration script generated by Autoconf, under
# the same distribution terms as the rest of that program.
#
# Generated by gnulib-tool.
# Reproduce by:
# gnulib-tool --import --local-dir=gnulib-local --local-dir=../gnulib-local \
# --lib=libtextstyle \
# --source-base=lib \
# --m4-base=gnulib-m4 \
# --doc-base=doc \
# --tests-base=tests \
# --aux-dir=build-aux \
# --makefile-name=Makefile.gnulib \
# --no-conditional-dependencies \
# --libtool \
# --macro-prefix=lts \
# attribute \
# fd-ostream \
# file-ostream \
# filename \
# html-ostream \
# html-styled-ostream \
# iconv-ostream \
# isatty \
# largefile \
# manywarnings \
# memory-ostream \
# memory-ostream-tests \
# noop-styled-ostream \
# ostream \
# styled-ostream \
# term-ostream \
# term-ostream-tests \
# term-styled-ostream \
# vasprintf-posix \
# xalloc \
# xconcat-filename
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
# Parameterization of the 'libxml' module:
# When building a shared library, don't export the variables
# xmlMalloc, xmlMallocAtomic, xmlRealloc, xmlFree, xmlMemStrdup.
@INCLUDED_LIBXML_TRUE@am__append_1 = -DLIBXML_STATIC
# On mingw, disable the declarations of *printf functions as aliases to the
# corresponding __mingw_*printf functions, because they pull in a dependency
# to the libgcc_s_sjlj DLL (through the symbols __udivdi3, __umoddi3).
@WOE32_TRUE@am__append_2 = -D__USE_MINGW_ANSI_STDIO=0
@GL_COND_OBJ_CLOSE_TRUE@am__append_3 = close.c
@GL_COND_OBJ_DUP2_TRUE@am__append_4 = dup2.c
@GL_COND_OBJ_ERROR_TRUE@am__append_5 = error.c
@GL_COND_OBJ_FCNTL_TRUE@am__append_6 = fcntl.c
@GL_COND_OBJ_FLOAT_TRUE@am__append_7 = float.c
@GL_COND_OBJ_ITOLD_TRUE@am__append_8 = itold.c
@GL_COND_OBJ_FREE_TRUE@am__append_9 = free.c
@GL_COND_OBJ_FSTAT_TRUE@am__append_10 = fstat.c
@GL_COND_OBJ_FSYNC_TRUE@am__append_11 = fsync.c
@GL_COND_OBJ_GETDTABLESIZE_TRUE@am__append_12 = getdtablesize.c
@GL_COND_OBJ_GETHOSTNAME_TRUE@am__append_13 = gethostname.c
@GL_COND_OBJ_GETPROGNAME_TRUE@am__append_14 = getprogname.c
@GL_COND_OBJ_GETTIMEOFDAY_TRUE@am__append_15 = gettimeofday.c
@GL_COND_OBJ_ISATTY_TRUE@am__append_16 = isatty.c
@GL_COND_OBJ_ISINF_TRUE@am__append_17 = isinf.c
@INCLUDED_LIBCROCO_TRUE@am__append_18 = -I$(srcdir)/libcroco
@INCLUDED_LIBCROCO_TRUE@am__append_19 = libcroco_rpl.la
@INCLUDED_LIBCROCO_TRUE@am__append_20 = libcroco_rpl.la
@INCLUDED_LIBCROCO_TRUE@am__append_21 = libcroco_rpl.la
@INCLUDED_LIBCROCO_FALSE@am__append_22 = $(INCCROCO)
@GL_COND_LIBTOOL_TRUE@am__append_23 = $(LTLIBCROCO) $(LTLIBGLIB) \
@GL_COND_LIBTOOL_TRUE@ $(LTLIBXML)
@INCLUDED_LIBGLIB_TRUE@am__append_24 = libglib_rpl.la
@INCLUDED_LIBGLIB_TRUE@am__append_25 = libglib_rpl.la
@INCLUDED_LIBGLIB_TRUE@am__append_26 = libglib_rpl.la
@INCLUDED_LIBXML_TRUE@am__append_27 = libxml_rpl.la
@INCLUDED_LIBXML_TRUE@am__append_28 = libxml_rpl.la
@INCLUDED_LIBXML_TRUE@am__append_29 = libxml_rpl.la
@GL_COND_OBJ_LOG10_TRUE@am__append_30 = log10.c
@GL_COND_OBJ_MEMCHR_TRUE@am__append_31 = memchr.c
@GL_COND_OBJ_MSVC_INVAL_TRUE@am__append_32 = msvc-inval.c
@GL_COND_OBJ_MSVC_NOTHROW_TRUE@am__append_33 = msvc-nothrow.c
@GL_COND_OBJ_OBSTACK_TRUE@am__append_34 = obstack.c
@GL_COND_OBJ_OPEN_TRUE@am__append_35 = open.c
@GL_COND_OBJ_RAISE_TRUE@am__append_36 = raise.c
@GL_COND_OBJ_READ_TRUE@am__append_37 = read.c
@GL_COND_OBJ_REALLOCARRAY_TRUE@am__append_38 = reallocarray.c
@GL_COND_OBJ_SIGACTION_TRUE@am__append_39 = sigaction.c
@GL_COND_OBJ_SIGNBIT3_TRUE@am__append_40 = signbitf.c signbitd.c signbitl.c
@GL_COND_OBJ_SIGPROCMASK_TRUE@am__append_41 = sigprocmask.c
@GL_COND_OBJ_STAT_TRUE@am__append_42 = stat.c
@GL_COND_OBJ_STDIO_READ_TRUE@am__append_43 = stdio-read.c
@GL_COND_OBJ_STDIO_WRITE_TRUE@am__append_44 = stdio-write.c
@GL_COND_OBJ_STPCPY_TRUE@am__append_45 = stpcpy.c
@GL_COND_OBJ_STRERROR_TRUE@am__append_46 = strerror.c
@GL_COND_OBJ_STRERROR_OVERRIDE_TRUE@am__append_47 = strerror-override.c
@LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE@am__append_48 = unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c
@GL_COND_OBJ_WINDOWS_MUTEX_TRUE@am__append_49 = windows-mutex.c
@GL_COND_OBJ_WINDOWS_ONCE_TRUE@am__append_50 = windows-once.c
@GL_COND_OBJ_WINDOWS_RECMUTEX_TRUE@am__append_51 = windows-recmutex.c
@GL_COND_OBJ_WINDOWS_RWLOCK_TRUE@am__append_52 = windows-rwlock.c
@GL_COND_OBJ_WRITE_TRUE@am__append_53 = write.c
@INCLUDED_LIBCROCO_TRUE@am__append_54 = $(libcroco_rpl_la_SOURCES)
@INCLUDED_LIBXML_TRUE@am__append_55 = $(libxml_rpl_la_SOURCES)
@INCLUDED_LIBGLIB_TRUE@am__append_56 = $(libglib_rpl_la_SOURCES)
@WOE32_TRUE@am__append_57 = libtextstyle.res.lo
subdir = lib
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/gnulib-m4/00gnulib.m4 \
$(top_srcdir)/gnulib-m4/absolute-header.m4 \
$(top_srcdir)/gnulib-m4/alloca.m4 \
$(top_srcdir)/gnulib-m4/assert_h.m4 \
$(top_srcdir)/gnulib-m4/c-bool.m4 \
$(top_srcdir)/gnulib-m4/calloc.m4 \
$(top_srcdir)/gnulib-m4/check-math-lib.m4 \
$(top_srcdir)/gnulib-m4/close.m4 \
$(top_srcdir)/gnulib-m4/codeset.m4 \
$(top_srcdir)/gnulib-m4/curses.m4 \
$(top_srcdir)/gnulib-m4/double-slash-root.m4 \
$(top_srcdir)/gnulib-m4/dup2.m4 \
$(top_srcdir)/gnulib-m4/eealloc.m4 \
$(top_srcdir)/gnulib-m4/errno_h.m4 \
$(top_srcdir)/gnulib-m4/error.m4 \
$(top_srcdir)/gnulib-m4/error_h.m4 \
$(top_srcdir)/gnulib-m4/exponentd.m4 \
$(top_srcdir)/gnulib-m4/exponentf.m4 \
$(top_srcdir)/gnulib-m4/exponentl.m4 \
$(top_srcdir)/gnulib-m4/extensions.m4 \
$(top_srcdir)/gnulib-m4/extern-inline.m4 \
$(top_srcdir)/gnulib-m4/fabs.m4 \
$(top_srcdir)/gnulib-m4/fatal-signal.m4 \
$(top_srcdir)/gnulib-m4/fcntl-o.m4 \
$(top_srcdir)/gnulib-m4/fcntl.m4 \
$(top_srcdir)/gnulib-m4/fcntl_h.m4 \
$(top_srcdir)/gnulib-m4/float_h.m4 \
$(top_srcdir)/gnulib-m4/fpieee.m4 \
$(top_srcdir)/gnulib-m4/free.m4 \
$(top_srcdir)/gnulib-m4/frexp.m4 \
$(top_srcdir)/gnulib-m4/frexpl.m4 \
$(top_srcdir)/gnulib-m4/fstat.m4 \
$(top_srcdir)/gnulib-m4/fsync.m4 \
$(top_srcdir)/gnulib-m4/getdtablesize.m4 \
$(top_srcdir)/gnulib-m4/gethostname.m4 \
$(top_srcdir)/gnulib-m4/getprogname.m4 \
$(top_srcdir)/gnulib-m4/gettimeofday.m4 \
$(top_srcdir)/gnulib-m4/gnulib-common.m4 \
$(top_srcdir)/gnulib-m4/gnulib-comp.m4 \
$(top_srcdir)/gnulib-m4/host-cpu-c-abi.m4 \
$(top_srcdir)/gnulib-m4/iconv.m4 \
$(top_srcdir)/gnulib-m4/include_next.m4 \
$(top_srcdir)/gnulib-m4/inline.m4 \
$(top_srcdir)/gnulib-m4/intmax_t.m4 \
$(top_srcdir)/gnulib-m4/inttypes.m4 \
$(top_srcdir)/gnulib-m4/inttypes_h.m4 \
$(top_srcdir)/gnulib-m4/isatty.m4 \
$(top_srcdir)/gnulib-m4/isinf.m4 \
$(top_srcdir)/gnulib-m4/isnan.m4 \
$(top_srcdir)/gnulib-m4/isnand.m4 \
$(top_srcdir)/gnulib-m4/isnanf.m4 \
$(top_srcdir)/gnulib-m4/isnanl.m4 \
$(top_srcdir)/gnulib-m4/largefile.m4 \
$(top_srcdir)/gnulib-m4/ldexpl.m4 \
$(top_srcdir)/gnulib-m4/lib-ld.m4 \
$(top_srcdir)/gnulib-m4/lib-link.m4 \
$(top_srcdir)/gnulib-m4/lib-prefix.m4 \
$(top_srcdir)/gnulib-m4/libcroco.m4 \
$(top_srcdir)/gnulib-m4/libglib.m4 \
$(top_srcdir)/gnulib-m4/libunistring-base.m4 \
$(top_srcdir)/gnulib-m4/libxml.m4 \
$(top_srcdir)/gnulib-m4/limits-h.m4 \
$(top_srcdir)/gnulib-m4/locale-fr.m4 \
$(top_srcdir)/gnulib-m4/locale-ja.m4 \
$(top_srcdir)/gnulib-m4/locale-zh.m4 \
$(top_srcdir)/gnulib-m4/lock.m4 \
$(top_srcdir)/gnulib-m4/log10.m4 \
$(top_srcdir)/gnulib-m4/malloc.m4 \
$(top_srcdir)/gnulib-m4/malloca.m4 \
$(top_srcdir)/gnulib-m4/manywarnings.m4 \
$(top_srcdir)/gnulib-m4/math_h.m4 \
$(top_srcdir)/gnulib-m4/mathfunc.m4 \
$(top_srcdir)/gnulib-m4/mbrtowc.m4 \
$(top_srcdir)/gnulib-m4/mbstate_t.m4 \
$(top_srcdir)/gnulib-m4/memchr.m4 \
$(top_srcdir)/gnulib-m4/minmax.m4 \
$(top_srcdir)/gnulib-m4/mmap-anon.m4 \
$(top_srcdir)/gnulib-m4/mode_t.m4 \
$(top_srcdir)/gnulib-m4/moo.m4 \
$(top_srcdir)/gnulib-m4/msvc-inval.m4 \
$(top_srcdir)/gnulib-m4/msvc-nothrow.m4 \
$(top_srcdir)/gnulib-m4/multiarch.m4 \
$(top_srcdir)/gnulib-m4/musl.m4 \
$(top_srcdir)/gnulib-m4/no-c++.m4 \
$(top_srcdir)/gnulib-m4/nocrash.m4 \
$(top_srcdir)/gnulib-m4/obstack.m4 \
$(top_srcdir)/gnulib-m4/off_t.m4 \
$(top_srcdir)/gnulib-m4/open-cloexec.m4 \
$(top_srcdir)/gnulib-m4/open-slash.m4 \
$(top_srcdir)/gnulib-m4/open.m4 \
$(top_srcdir)/gnulib-m4/pathmax.m4 \
$(top_srcdir)/gnulib-m4/pow.m4 \
$(top_srcdir)/gnulib-m4/printf-frexp.m4 \
$(top_srcdir)/gnulib-m4/printf-frexpl.m4 \
$(top_srcdir)/gnulib-m4/printf.m4 \
$(top_srcdir)/gnulib-m4/pthread_rwlock_rdlock.m4 \
$(top_srcdir)/gnulib-m4/raise.m4 \
$(top_srcdir)/gnulib-m4/read.m4 \
$(top_srcdir)/gnulib-m4/realloc.m4 \
$(top_srcdir)/gnulib-m4/reallocarray.m4 \
$(top_srcdir)/gnulib-m4/safe-read.m4 \
$(top_srcdir)/gnulib-m4/safe-write.m4 \
$(top_srcdir)/gnulib-m4/sig_atomic_t.m4 \
$(top_srcdir)/gnulib-m4/sigaction.m4 \
$(top_srcdir)/gnulib-m4/signal_h.m4 \
$(top_srcdir)/gnulib-m4/signalblocking.m4 \
$(top_srcdir)/gnulib-m4/signbit.m4 \
$(top_srcdir)/gnulib-m4/size_max.m4 \
$(top_srcdir)/gnulib-m4/snprintf-posix.m4 \
$(top_srcdir)/gnulib-m4/snprintf.m4 \
$(top_srcdir)/gnulib-m4/socketlib.m4 \
$(top_srcdir)/gnulib-m4/sockets.m4 \
$(top_srcdir)/gnulib-m4/socklen.m4 \
$(top_srcdir)/gnulib-m4/ssize_t.m4 \
$(top_srcdir)/gnulib-m4/stat-time.m4 \
$(top_srcdir)/gnulib-m4/stat.m4 \
$(top_srcdir)/gnulib-m4/stdalign.m4 \
$(top_srcdir)/gnulib-m4/stdarg.m4 \
$(top_srcdir)/gnulib-m4/stddef_h.m4 \
$(top_srcdir)/gnulib-m4/stdint.m4 \
$(top_srcdir)/gnulib-m4/stdint_h.m4 \
$(top_srcdir)/gnulib-m4/stdio_h.m4 \
$(top_srcdir)/gnulib-m4/stdlib_h.m4 \
$(top_srcdir)/gnulib-m4/stpcpy.m4 \
$(top_srcdir)/gnulib-m4/strerror.m4 \
$(top_srcdir)/gnulib-m4/string_h.m4 \
$(top_srcdir)/gnulib-m4/sys_socket_h.m4 \
$(top_srcdir)/gnulib-m4/sys_stat_h.m4 \
$(top_srcdir)/gnulib-m4/sys_time_h.m4 \
$(top_srcdir)/gnulib-m4/sys_types_h.m4 \
$(top_srcdir)/gnulib-m4/sys_uio_h.m4 \
$(top_srcdir)/gnulib-m4/tcgetattr.m4 \
$(top_srcdir)/gnulib-m4/term-ostream.m4 \
$(top_srcdir)/gnulib-m4/terminfo.m4 \
$(top_srcdir)/gnulib-m4/threadlib.m4 \
$(top_srcdir)/gnulib-m4/time_h.m4 \
$(top_srcdir)/gnulib-m4/unistd_h.m4 \
$(top_srcdir)/gnulib-m4/vasnprintf.m4 \
$(top_srcdir)/gnulib-m4/vasprintf-posix.m4 \
$(top_srcdir)/gnulib-m4/vasprintf.m4 \
$(top_srcdir)/gnulib-m4/vsnprintf.m4 \
$(top_srcdir)/gnulib-m4/warn-on-use.m4 \
$(top_srcdir)/gnulib-m4/warnings.m4 \
$(top_srcdir)/gnulib-m4/wchar_h.m4 \
$(top_srcdir)/gnulib-m4/wchar_t.m4 \
$(top_srcdir)/gnulib-m4/wint_t.m4 \
$(top_srcdir)/gnulib-m4/write.m4 \
$(top_srcdir)/gnulib-m4/xalloc.m4 \
$(top_srcdir)/gnulib-m4/xsize.m4 \
$(top_srcdir)/gnulib-m4/xvasprintf.m4 \
$(top_srcdir)/gnulib-m4/zzgnulib.m4 \
$(top_srcdir)/m4/exported.m4 \
$(top_srcdir)/m4/init-package-version.m4 \
$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
$(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/m4/more-warnings.m4 \
$(top_srcdir)/m4/woe32-dll.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(nobase_include_HEADERS) \
$(noinst_HEADERS) $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = exported.sh
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
for p in $$list; do echo "$$p $$p"; done | \
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
if (++n[$$2] == $(am__install_max)) \
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
END { for (dir in files) print dir, files[dir] }'
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
test -z "$$files" \
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \
"$(DESTDIR)$(includedir)"
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
libcroco_rpl_la_LIBADD =
am__dirstamp = $(am__leading_dot)dirstamp
am_libcroco_rpl_la_OBJECTS = libcroco/rpl_la-cr-additional-sel.lo \
libcroco/rpl_la-cr-attr-sel.lo libcroco/rpl_la-cr-cascade.lo \
libcroco/rpl_la-cr-declaration.lo \
libcroco/rpl_la-cr-doc-handler.lo \
libcroco/rpl_la-cr-enc-handler.lo libcroco/rpl_la-cr-fonts.lo \
libcroco/rpl_la-cr-input.lo libcroco/rpl_la-cr-num.lo \
libcroco/rpl_la-cr-om-parser.lo libcroco/rpl_la-cr-parser.lo \
libcroco/rpl_la-cr-parsing-location.lo \
libcroco/rpl_la-cr-prop-list.lo libcroco/rpl_la-cr-pseudo.lo \
libcroco/rpl_la-cr-rgb.lo libcroco/rpl_la-cr-sel-eng.lo \
libcroco/rpl_la-cr-selector.lo \
libcroco/rpl_la-cr-simple-sel.lo \
libcroco/rpl_la-cr-statement.lo libcroco/rpl_la-cr-string.lo \
libcroco/rpl_la-cr-style.lo libcroco/rpl_la-cr-stylesheet.lo \
libcroco/rpl_la-cr-term.lo libcroco/rpl_la-cr-tknzr.lo \
libcroco/rpl_la-cr-token.lo libcroco/rpl_la-cr-utils.lo
libcroco_rpl_la_OBJECTS = $(am_libcroco_rpl_la_OBJECTS)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
am__v_lt_1 =
libcroco_rpl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(libcroco_rpl_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-o $@
@INCLUDED_LIBCROCO_TRUE@am_libcroco_rpl_la_rpath =
libglib_rpl_la_LIBADD =
am_libglib_rpl_la_OBJECTS = glib/libglib_rpl_la-ghash.lo \
glib/libglib_rpl_la-glist.lo glib/libglib_rpl_la-gmessages.lo \
glib/libglib_rpl_la-gprimes.lo \
glib/libglib_rpl_la-gstrfuncs.lo \
glib/libglib_rpl_la-gstring.lo
libglib_rpl_la_OBJECTS = $(am_libglib_rpl_la_OBJECTS)
libglib_rpl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(libglib_rpl_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \
$@
@INCLUDED_LIBGLIB_TRUE@am_libglib_rpl_la_rpath =
am__DEPENDENCIES_1 =
@WOE32_TRUE@am__DEPENDENCIES_2 = libtextstyle.res.lo
am__libtextstyle_la_SOURCES_DIST = gl_array_list.h gl_array_list.c \
basename-lgpl.c binary-io.h binary-io.c c-ctype.h c-ctype.c \
c-strcase.h c-strcasecmp.c c-strncasecmp.c cloexec.c close.c \
concat-filename.c dup2.c error.c exitfail.c fatal-signal.h \
fatal-signal.c fcntl.c fd-hook.c fd-ostream.c file-ostream.c \
float.c itold.c free.c fstat.c fsync.c full-write.h \
full-write.c get_ppid_of.h get_ppid_of.c get_progname_of.h \
get_progname_of.c getdtablesize.c gethostname.c getprogname.c \
gettext.h gettimeofday.c html-ostream.c html-styled-ostream.c \
ialloc.c iconv-ostream.c idx.h isatty.c isinf.c gl_list.h \
gl_list.c glthread/lock.h glthread/lock.c log10.c malloca.c \
math.c mbszero.c mem-hash-map.h mem-hash-map.c memchr.c \
memory-ostream.c minmax.h msvc-inval.c msvc-nothrow.c \
noop-styled-ostream.c obstack.c open.c ostream.c \
printf-frexp.c printf-frexpl.c raise.c read.c reallocarray.c \
safe-read.c safe-write.c same-inode.h same-inode.c sigaction.c \
sig-handler.c signbitf.c signbitd.c signbitl.c sigprocmask.c \
size_max.h sockets.h sockets.c stat.c stat-time.c stdio-read.c \
stdio-write.c stpcpy.c strerror.c strerror-override.c \
styled-ostream.c sys_socket.c term-ostream.c \
term-style-control.c term-styled-ostream.c \
glthread/threadlib.c unistd.c unistr/u8-mbtouc.c \
unistr/u8-mbtouc-aux.c windows-mutex.c windows-once.c \
windows-recmutex.c windows-rwlock.c write.c xmalloc.c \
xalloc-die.c xconcat-filename.c xgethostname.h xgethostname.c \
gl_xlist.h gl_xlist.c xsize.h xsize.c xvasprintf.h \
xvasprintf.c xasprintf.c color.h color.c misc.h misc.c \
version.c
@GL_COND_OBJ_CLOSE_TRUE@am__objects_1 = libtextstyle_la-close.lo
@GL_COND_OBJ_DUP2_TRUE@am__objects_2 = libtextstyle_la-dup2.lo
@GL_COND_OBJ_ERROR_TRUE@am__objects_3 = libtextstyle_la-error.lo
@GL_COND_OBJ_FCNTL_TRUE@am__objects_4 = libtextstyle_la-fcntl.lo
@GL_COND_OBJ_FLOAT_TRUE@am__objects_5 = libtextstyle_la-float.lo
@GL_COND_OBJ_ITOLD_TRUE@am__objects_6 = libtextstyle_la-itold.lo
@GL_COND_OBJ_FREE_TRUE@am__objects_7 = libtextstyle_la-free.lo
@GL_COND_OBJ_FSTAT_TRUE@am__objects_8 = libtextstyle_la-fstat.lo
@GL_COND_OBJ_FSYNC_TRUE@am__objects_9 = libtextstyle_la-fsync.lo
@GL_COND_OBJ_GETDTABLESIZE_TRUE@am__objects_10 = libtextstyle_la-getdtablesize.lo
@GL_COND_OBJ_GETHOSTNAME_TRUE@am__objects_11 = \
@GL_COND_OBJ_GETHOSTNAME_TRUE@ libtextstyle_la-gethostname.lo
@GL_COND_OBJ_GETPROGNAME_TRUE@am__objects_12 = \
@GL_COND_OBJ_GETPROGNAME_TRUE@ libtextstyle_la-getprogname.lo
@GL_COND_OBJ_GETTIMEOFDAY_TRUE@am__objects_13 = libtextstyle_la-gettimeofday.lo
@GL_COND_OBJ_ISATTY_TRUE@am__objects_14 = libtextstyle_la-isatty.lo
@GL_COND_OBJ_ISINF_TRUE@am__objects_15 = libtextstyle_la-isinf.lo
@GL_COND_OBJ_LOG10_TRUE@am__objects_16 = libtextstyle_la-log10.lo
@GL_COND_OBJ_MEMCHR_TRUE@am__objects_17 = libtextstyle_la-memchr.lo
@GL_COND_OBJ_MSVC_INVAL_TRUE@am__objects_18 = \
@GL_COND_OBJ_MSVC_INVAL_TRUE@ libtextstyle_la-msvc-inval.lo
@GL_COND_OBJ_MSVC_NOTHROW_TRUE@am__objects_19 = libtextstyle_la-msvc-nothrow.lo
@GL_COND_OBJ_OBSTACK_TRUE@am__objects_20 = libtextstyle_la-obstack.lo
@GL_COND_OBJ_OPEN_TRUE@am__objects_21 = libtextstyle_la-open.lo
@GL_COND_OBJ_RAISE_TRUE@am__objects_22 = libtextstyle_la-raise.lo
@GL_COND_OBJ_READ_TRUE@am__objects_23 = libtextstyle_la-read.lo
@GL_COND_OBJ_REALLOCARRAY_TRUE@am__objects_24 = libtextstyle_la-reallocarray.lo
@GL_COND_OBJ_SIGACTION_TRUE@am__objects_25 = \
@GL_COND_OBJ_SIGACTION_TRUE@ libtextstyle_la-sigaction.lo
@GL_COND_OBJ_SIGNBIT3_TRUE@am__objects_26 = \
@GL_COND_OBJ_SIGNBIT3_TRUE@ libtextstyle_la-signbitf.lo \
@GL_COND_OBJ_SIGNBIT3_TRUE@ libtextstyle_la-signbitd.lo \
@GL_COND_OBJ_SIGNBIT3_TRUE@ libtextstyle_la-signbitl.lo
@GL_COND_OBJ_SIGPROCMASK_TRUE@am__objects_27 = \
@GL_COND_OBJ_SIGPROCMASK_TRUE@ libtextstyle_la-sigprocmask.lo
@GL_COND_OBJ_STAT_TRUE@am__objects_28 = libtextstyle_la-stat.lo
@GL_COND_OBJ_STDIO_READ_TRUE@am__objects_29 = \
@GL_COND_OBJ_STDIO_READ_TRUE@ libtextstyle_la-stdio-read.lo
@GL_COND_OBJ_STDIO_WRITE_TRUE@am__objects_30 = \
@GL_COND_OBJ_STDIO_WRITE_TRUE@ libtextstyle_la-stdio-write.lo
@GL_COND_OBJ_STPCPY_TRUE@am__objects_31 = libtextstyle_la-stpcpy.lo
@GL_COND_OBJ_STRERROR_TRUE@am__objects_32 = \
@GL_COND_OBJ_STRERROR_TRUE@ libtextstyle_la-strerror.lo
@GL_COND_OBJ_STRERROR_OVERRIDE_TRUE@am__objects_33 = libtextstyle_la-strerror-override.lo
@LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE@am__objects_34 = unistr/libtextstyle_la-u8-mbtouc.lo \
@LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE@ unistr/libtextstyle_la-u8-mbtouc-aux.lo
@GL_COND_OBJ_WINDOWS_MUTEX_TRUE@am__objects_35 = libtextstyle_la-windows-mutex.lo
@GL_COND_OBJ_WINDOWS_ONCE_TRUE@am__objects_36 = libtextstyle_la-windows-once.lo
@GL_COND_OBJ_WINDOWS_RECMUTEX_TRUE@am__objects_37 = libtextstyle_la-windows-recmutex.lo
@GL_COND_OBJ_WINDOWS_RWLOCK_TRUE@am__objects_38 = libtextstyle_la-windows-rwlock.lo
@GL_COND_OBJ_WRITE_TRUE@am__objects_39 = libtextstyle_la-write.lo
am_libtextstyle_la_OBJECTS = libtextstyle_la-gl_array_list.lo \
libtextstyle_la-basename-lgpl.lo libtextstyle_la-binary-io.lo \
libtextstyle_la-c-ctype.lo libtextstyle_la-c-strcasecmp.lo \
libtextstyle_la-c-strncasecmp.lo libtextstyle_la-cloexec.lo \
$(am__objects_1) libtextstyle_la-concat-filename.lo \
$(am__objects_2) $(am__objects_3) libtextstyle_la-exitfail.lo \
libtextstyle_la-fatal-signal.lo $(am__objects_4) \
libtextstyle_la-fd-hook.lo libtextstyle_la-fd-ostream.lo \
libtextstyle_la-file-ostream.lo $(am__objects_5) \
$(am__objects_6) $(am__objects_7) $(am__objects_8) \
$(am__objects_9) libtextstyle_la-full-write.lo \
libtextstyle_la-get_ppid_of.lo \
libtextstyle_la-get_progname_of.lo $(am__objects_10) \
$(am__objects_11) $(am__objects_12) $(am__objects_13) \
libtextstyle_la-html-ostream.lo \
libtextstyle_la-html-styled-ostream.lo \
libtextstyle_la-ialloc.lo libtextstyle_la-iconv-ostream.lo \
$(am__objects_14) $(am__objects_15) libtextstyle_la-gl_list.lo \
glthread/libtextstyle_la-lock.lo $(am__objects_16) \
libtextstyle_la-malloca.lo libtextstyle_la-math.lo \
libtextstyle_la-mbszero.lo libtextstyle_la-mem-hash-map.lo \
$(am__objects_17) libtextstyle_la-memory-ostream.lo \
$(am__objects_18) $(am__objects_19) \
libtextstyle_la-noop-styled-ostream.lo $(am__objects_20) \
$(am__objects_21) libtextstyle_la-ostream.lo \
libtextstyle_la-printf-frexp.lo \
libtextstyle_la-printf-frexpl.lo $(am__objects_22) \
$(am__objects_23) $(am__objects_24) \
libtextstyle_la-safe-read.lo libtextstyle_la-safe-write.lo \
libtextstyle_la-same-inode.lo $(am__objects_25) \
libtextstyle_la-sig-handler.lo $(am__objects_26) \
$(am__objects_27) libtextstyle_la-sockets.lo $(am__objects_28) \
libtextstyle_la-stat-time.lo $(am__objects_29) \
$(am__objects_30) $(am__objects_31) $(am__objects_32) \
$(am__objects_33) libtextstyle_la-styled-ostream.lo \
libtextstyle_la-sys_socket.lo libtextstyle_la-term-ostream.lo \
libtextstyle_la-term-style-control.lo \
libtextstyle_la-term-styled-ostream.lo \
glthread/libtextstyle_la-threadlib.lo \
libtextstyle_la-unistd.lo $(am__objects_34) $(am__objects_35) \
$(am__objects_36) $(am__objects_37) $(am__objects_38) \
$(am__objects_39) libtextstyle_la-xmalloc.lo \
libtextstyle_la-xalloc-die.lo \
libtextstyle_la-xconcat-filename.lo \
libtextstyle_la-xgethostname.lo libtextstyle_la-gl_xlist.lo \
libtextstyle_la-xsize.lo libtextstyle_la-xvasprintf.lo \
libtextstyle_la-xasprintf.lo libtextstyle_la-color.lo \
libtextstyle_la-misc.lo libtextstyle_la-version.lo
libtextstyle_la_OBJECTS = $(am_libtextstyle_la_OBJECTS)
libtextstyle_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(libtextstyle_la_CFLAGS) $(CFLAGS) $(libtextstyle_la_LDFLAGS) \
$(LDFLAGS) -o $@
libxml_rpl_la_LIBADD =
am_libxml_rpl_la_OBJECTS = libxml/rpl_la-DOCBparser.lo \
libxml/rpl_la-HTMLparser.lo libxml/rpl_la-HTMLtree.lo \
libxml/rpl_la-SAX.lo libxml/rpl_la-SAX2.lo \
libxml/rpl_la-buf.lo libxml/rpl_la-c14n.lo \
libxml/rpl_la-catalog.lo libxml/rpl_la-chvalid.lo \
libxml/rpl_la-debugXML.lo libxml/rpl_la-dict.lo \
libxml/rpl_la-encoding.lo libxml/rpl_la-entities.lo \
libxml/rpl_la-error.lo libxml/rpl_la-globals.lo \
libxml/rpl_la-hash.lo libxml/rpl_la-legacy.lo \
libxml/rpl_la-list.lo libxml/rpl_la-nanoftp.lo \
libxml/rpl_la-nanohttp.lo libxml/rpl_la-parser.lo \
libxml/rpl_la-parserInternals.lo libxml/rpl_la-pattern.lo \
libxml/rpl_la-relaxng.lo libxml/rpl_la-schematron.lo \
libxml/rpl_la-threads.lo libxml/rpl_la-tree.lo \
libxml/rpl_la-trionan.lo libxml/rpl_la-uri.lo \
libxml/rpl_la-valid.lo libxml/rpl_la-xinclude.lo \
libxml/rpl_la-xlink.lo libxml/rpl_la-xmlIO.lo \
libxml/rpl_la-xmlmemory.lo libxml/rpl_la-xmlmodule.lo \
libxml/rpl_la-xmlreader.lo libxml/rpl_la-xmlregexp.lo \
libxml/rpl_la-xmlsave.lo libxml/rpl_la-xmlschemas.lo \
libxml/rpl_la-xmlschemastypes.lo libxml/rpl_la-xmlstring.lo \
libxml/rpl_la-xmlunicode.lo libxml/rpl_la-xmlwriter.lo \
libxml/rpl_la-xpath.lo libxml/rpl_la-xpointer.lo
libxml_rpl_la_OBJECTS = $(am_libxml_rpl_la_OBJECTS)
libxml_rpl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libxml_rpl_la_CFLAGS) \
$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
@INCLUDED_LIBXML_TRUE@am_libxml_rpl_la_rpath =
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp =
am__maybe_remake_depfiles =
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_@AM_V@)
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
am__v_CC_0 = @echo " CC " $@;
am__v_CC_1 =
CCLD = $(CC)
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
am__v_CCLD_0 = @echo " CCLD " $@;
am__v_CCLD_1 =
SOURCES = $(libcroco_rpl_la_SOURCES) $(libglib_rpl_la_SOURCES) \
$(libtextstyle_la_SOURCES) $(EXTRA_libtextstyle_la_SOURCES) \
$(libxml_rpl_la_SOURCES)
DIST_SOURCES = $(libcroco_rpl_la_SOURCES) $(libglib_rpl_la_SOURCES) \
$(am__libtextstyle_la_SOURCES_DIST) \
$(EXTRA_libtextstyle_la_SOURCES) $(libxml_rpl_la_SOURCES)
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
HEADERS = $(nobase_include_HEADERS) $(nobase_nodist_include_HEADERS) \
$(noinst_HEADERS)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
# *not* preserved.
am__uniquify_input = $(AWK) '\
BEGIN { nonempty = 0; } \
{ items[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique. This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
list='$(am__tagged_files)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
am__DIST_COMMON = $(srcdir)/Makefile.gnulib $(srcdir)/Makefile.in \
$(srcdir)/exported.sh.in
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
ALLOCA_H = @ALLOCA_H@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@
AR = @AR@
ARFLAGS = @ARFLAGS@
AS = @AS@
ASSERT_H = @ASSERT_H@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@
BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@
BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@
BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@
BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CSCOPE = @CSCOPE@
CTAGS = @CTAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DLL_VARIABLE = @DLL_VARIABLE@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
DVIPS = @DVIPS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@
EMULTIHOP_VALUE = @EMULTIHOP_VALUE@
ENOLINK_HIDDEN = @ENOLINK_HIDDEN@
ENOLINK_VALUE = @ENOLINK_VALUE@
EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@
EOVERFLOW_VALUE = @EOVERFLOW_VALUE@
ERRNO_H = @ERRNO_H@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
FABS_LIBM = @FABS_LIBM@
FGREP = @FGREP@
FILECMD = @FILECMD@
FLOAT_H = @FLOAT_H@
FOREIGN_WARN_CFLAGS = @FOREIGN_WARN_CFLAGS@
GETHOSTNAME_LIB = @GETHOSTNAME_LIB@
GLOBAL_SYMBOL_PIPE = @GLOBAL_SYMBOL_PIPE@
GL_CFLAG_ALLOW_WARNINGS = @GL_CFLAG_ALLOW_WARNINGS@
GL_CFLAG_GNULIB_WARNINGS = @GL_CFLAG_GNULIB_WARNINGS@
GL_CFLAG_INHIBIT_WARNINGS = @GL_CFLAG_INHIBIT_WARNINGS@
GL_CXXFLAG_ALLOW_WARNINGS = @GL_CXXFLAG_ALLOW_WARNINGS@
GL_LTS_GNULIB_ACCEPT = @GL_LTS_GNULIB_ACCEPT@
GL_LTS_GNULIB_ACCEPT4 = @GL_LTS_GNULIB_ACCEPT4@
GL_LTS_GNULIB_ACCESS = @GL_LTS_GNULIB_ACCESS@
GL_LTS_GNULIB_ACOSF = @GL_LTS_GNULIB_ACOSF@
GL_LTS_GNULIB_ACOSL = @GL_LTS_GNULIB_ACOSL@
GL_LTS_GNULIB_ALIGNED_ALLOC = @GL_LTS_GNULIB_ALIGNED_ALLOC@
GL_LTS_GNULIB_ASINF = @GL_LTS_GNULIB_ASINF@
GL_LTS_GNULIB_ASINL = @GL_LTS_GNULIB_ASINL@
GL_LTS_GNULIB_ATAN2F = @GL_LTS_GNULIB_ATAN2F@
GL_LTS_GNULIB_ATANF = @GL_LTS_GNULIB_ATANF@
GL_LTS_GNULIB_ATANL = @GL_LTS_GNULIB_ATANL@
GL_LTS_GNULIB_ATOLL = @GL_LTS_GNULIB_ATOLL@
GL_LTS_GNULIB_BIND = @GL_LTS_GNULIB_BIND@
GL_LTS_GNULIB_BTOWC = @GL_LTS_GNULIB_BTOWC@
GL_LTS_GNULIB_CALLOC_GNU = @GL_LTS_GNULIB_CALLOC_GNU@
GL_LTS_GNULIB_CALLOC_POSIX = @GL_LTS_GNULIB_CALLOC_POSIX@
GL_LTS_GNULIB_CANONICALIZE_FILE_NAME = @GL_LTS_GNULIB_CANONICALIZE_FILE_NAME@
GL_LTS_GNULIB_CBRT = @GL_LTS_GNULIB_CBRT@
GL_LTS_GNULIB_CBRTF = @GL_LTS_GNULIB_CBRTF@
GL_LTS_GNULIB_CBRTL = @GL_LTS_GNULIB_CBRTL@
GL_LTS_GNULIB_CEIL = @GL_LTS_GNULIB_CEIL@
GL_LTS_GNULIB_CEILF = @GL_LTS_GNULIB_CEILF@
GL_LTS_GNULIB_CEILL = @GL_LTS_GNULIB_CEILL@
GL_LTS_GNULIB_CHDIR = @GL_LTS_GNULIB_CHDIR@
GL_LTS_GNULIB_CHMOD = @GL_LTS_GNULIB_CHMOD@
GL_LTS_GNULIB_CHOWN = @GL_LTS_GNULIB_CHOWN@
GL_LTS_GNULIB_CLOSE = @GL_LTS_GNULIB_CLOSE@
GL_LTS_GNULIB_CONNECT = @GL_LTS_GNULIB_CONNECT@
GL_LTS_GNULIB_COPYSIGN = @GL_LTS_GNULIB_COPYSIGN@
GL_LTS_GNULIB_COPYSIGNF = @GL_LTS_GNULIB_COPYSIGNF@
GL_LTS_GNULIB_COPYSIGNL = @GL_LTS_GNULIB_COPYSIGNL@
GL_LTS_GNULIB_COPY_FILE_RANGE = @GL_LTS_GNULIB_COPY_FILE_RANGE@
GL_LTS_GNULIB_COSF = @GL_LTS_GNULIB_COSF@
GL_LTS_GNULIB_COSHF = @GL_LTS_GNULIB_COSHF@
GL_LTS_GNULIB_COSL = @GL_LTS_GNULIB_COSL@
GL_LTS_GNULIB_CREAT = @GL_LTS_GNULIB_CREAT@
GL_LTS_GNULIB_CTIME = @GL_LTS_GNULIB_CTIME@
GL_LTS_GNULIB_DPRINTF = @GL_LTS_GNULIB_DPRINTF@
GL_LTS_GNULIB_DUP = @GL_LTS_GNULIB_DUP@
GL_LTS_GNULIB_DUP2 = @GL_LTS_GNULIB_DUP2@
GL_LTS_GNULIB_DUP3 = @GL_LTS_GNULIB_DUP3@
GL_LTS_GNULIB_ENVIRON = @GL_LTS_GNULIB_ENVIRON@
GL_LTS_GNULIB_EUIDACCESS = @GL_LTS_GNULIB_EUIDACCESS@
GL_LTS_GNULIB_EXECL = @GL_LTS_GNULIB_EXECL@
GL_LTS_GNULIB_EXECLE = @GL_LTS_GNULIB_EXECLE@
GL_LTS_GNULIB_EXECLP = @GL_LTS_GNULIB_EXECLP@
GL_LTS_GNULIB_EXECV = @GL_LTS_GNULIB_EXECV@
GL_LTS_GNULIB_EXECVE = @GL_LTS_GNULIB_EXECVE@
GL_LTS_GNULIB_EXECVP = @GL_LTS_GNULIB_EXECVP@
GL_LTS_GNULIB_EXECVPE = @GL_LTS_GNULIB_EXECVPE@
GL_LTS_GNULIB_EXP2 = @GL_LTS_GNULIB_EXP2@
GL_LTS_GNULIB_EXP2F = @GL_LTS_GNULIB_EXP2F@
GL_LTS_GNULIB_EXP2L = @GL_LTS_GNULIB_EXP2L@
GL_LTS_GNULIB_EXPF = @GL_LTS_GNULIB_EXPF@
GL_LTS_GNULIB_EXPL = @GL_LTS_GNULIB_EXPL@
GL_LTS_GNULIB_EXPLICIT_BZERO = @GL_LTS_GNULIB_EXPLICIT_BZERO@
GL_LTS_GNULIB_EXPM1 = @GL_LTS_GNULIB_EXPM1@
GL_LTS_GNULIB_EXPM1F = @GL_LTS_GNULIB_EXPM1F@
GL_LTS_GNULIB_EXPM1L = @GL_LTS_GNULIB_EXPM1L@
GL_LTS_GNULIB_FABSF = @GL_LTS_GNULIB_FABSF@
GL_LTS_GNULIB_FABSL = @GL_LTS_GNULIB_FABSL@
GL_LTS_GNULIB_FACCESSAT = @GL_LTS_GNULIB_FACCESSAT@
GL_LTS_GNULIB_FCHDIR = @GL_LTS_GNULIB_FCHDIR@
GL_LTS_GNULIB_FCHMODAT = @GL_LTS_GNULIB_FCHMODAT@
GL_LTS_GNULIB_FCHOWNAT = @GL_LTS_GNULIB_FCHOWNAT@
GL_LTS_GNULIB_FCLOSE = @GL_LTS_GNULIB_FCLOSE@
GL_LTS_GNULIB_FCNTL = @GL_LTS_GNULIB_FCNTL@
GL_LTS_GNULIB_FDATASYNC = @GL_LTS_GNULIB_FDATASYNC@
GL_LTS_GNULIB_FDOPEN = @GL_LTS_GNULIB_FDOPEN@
GL_LTS_GNULIB_FFLUSH = @GL_LTS_GNULIB_FFLUSH@
GL_LTS_GNULIB_FFSL = @GL_LTS_GNULIB_FFSL@
GL_LTS_GNULIB_FFSLL = @GL_LTS_GNULIB_FFSLL@
GL_LTS_GNULIB_FGETC = @GL_LTS_GNULIB_FGETC@
GL_LTS_GNULIB_FGETS = @GL_LTS_GNULIB_FGETS@
GL_LTS_GNULIB_FLOOR = @GL_LTS_GNULIB_FLOOR@
GL_LTS_GNULIB_FLOORF = @GL_LTS_GNULIB_FLOORF@
GL_LTS_GNULIB_FLOORL = @GL_LTS_GNULIB_FLOORL@
GL_LTS_GNULIB_FMA = @GL_LTS_GNULIB_FMA@
GL_LTS_GNULIB_FMAF = @GL_LTS_GNULIB_FMAF@
GL_LTS_GNULIB_FMAL = @GL_LTS_GNULIB_FMAL@
GL_LTS_GNULIB_FMOD = @GL_LTS_GNULIB_FMOD@
GL_LTS_GNULIB_FMODF = @GL_LTS_GNULIB_FMODF@
GL_LTS_GNULIB_FMODL = @GL_LTS_GNULIB_FMODL@
GL_LTS_GNULIB_FOPEN = @GL_LTS_GNULIB_FOPEN@
GL_LTS_GNULIB_FOPEN_GNU = @GL_LTS_GNULIB_FOPEN_GNU@
GL_LTS_GNULIB_FPRINTF = @GL_LTS_GNULIB_FPRINTF@
GL_LTS_GNULIB_FPRINTF_POSIX = @GL_LTS_GNULIB_FPRINTF_POSIX@
GL_LTS_GNULIB_FPURGE = @GL_LTS_GNULIB_FPURGE@
GL_LTS_GNULIB_FPUTC = @GL_LTS_GNULIB_FPUTC@
GL_LTS_GNULIB_FPUTS = @GL_LTS_GNULIB_FPUTS@
GL_LTS_GNULIB_FREAD = @GL_LTS_GNULIB_FREAD@
GL_LTS_GNULIB_FREE_POSIX = @GL_LTS_GNULIB_FREE_POSIX@
GL_LTS_GNULIB_FREOPEN = @GL_LTS_GNULIB_FREOPEN@
GL_LTS_GNULIB_FREXP = @GL_LTS_GNULIB_FREXP@
GL_LTS_GNULIB_FREXPF = @GL_LTS_GNULIB_FREXPF@
GL_LTS_GNULIB_FREXPL = @GL_LTS_GNULIB_FREXPL@
GL_LTS_GNULIB_FSCANF = @GL_LTS_GNULIB_FSCANF@
GL_LTS_GNULIB_FSEEK = @GL_LTS_GNULIB_FSEEK@
GL_LTS_GNULIB_FSEEKO = @GL_LTS_GNULIB_FSEEKO@
GL_LTS_GNULIB_FSTAT = @GL_LTS_GNULIB_FSTAT@
GL_LTS_GNULIB_FSTATAT = @GL_LTS_GNULIB_FSTATAT@
GL_LTS_GNULIB_FSYNC = @GL_LTS_GNULIB_FSYNC@
GL_LTS_GNULIB_FTELL = @GL_LTS_GNULIB_FTELL@
GL_LTS_GNULIB_FTELLO = @GL_LTS_GNULIB_FTELLO@
GL_LTS_GNULIB_FTRUNCATE = @GL_LTS_GNULIB_FTRUNCATE@
GL_LTS_GNULIB_FUTIMENS = @GL_LTS_GNULIB_FUTIMENS@
GL_LTS_GNULIB_FWRITE = @GL_LTS_GNULIB_FWRITE@
GL_LTS_GNULIB_GETC = @GL_LTS_GNULIB_GETC@
GL_LTS_GNULIB_GETCHAR = @GL_LTS_GNULIB_GETCHAR@
GL_LTS_GNULIB_GETCWD = @GL_LTS_GNULIB_GETCWD@
GL_LTS_GNULIB_GETDELIM = @GL_LTS_GNULIB_GETDELIM@
GL_LTS_GNULIB_GETDOMAINNAME = @GL_LTS_GNULIB_GETDOMAINNAME@
GL_LTS_GNULIB_GETDTABLESIZE = @GL_LTS_GNULIB_GETDTABLESIZE@
GL_LTS_GNULIB_GETENTROPY = @GL_LTS_GNULIB_GETENTROPY@
GL_LTS_GNULIB_GETGROUPS = @GL_LTS_GNULIB_GETGROUPS@
GL_LTS_GNULIB_GETHOSTNAME = @GL_LTS_GNULIB_GETHOSTNAME@
GL_LTS_GNULIB_GETLINE = @GL_LTS_GNULIB_GETLINE@
GL_LTS_GNULIB_GETLOADAVG = @GL_LTS_GNULIB_GETLOADAVG@
GL_LTS_GNULIB_GETLOGIN = @GL_LTS_GNULIB_GETLOGIN@
GL_LTS_GNULIB_GETLOGIN_R = @GL_LTS_GNULIB_GETLOGIN_R@
GL_LTS_GNULIB_GETOPT_POSIX = @GL_LTS_GNULIB_GETOPT_POSIX@
GL_LTS_GNULIB_GETPAGESIZE = @GL_LTS_GNULIB_GETPAGESIZE@
GL_LTS_GNULIB_GETPASS = @GL_LTS_GNULIB_GETPASS@
GL_LTS_GNULIB_GETPASS_GNU = @GL_LTS_GNULIB_GETPASS_GNU@
GL_LTS_GNULIB_GETPEERNAME = @GL_LTS_GNULIB_GETPEERNAME@
GL_LTS_GNULIB_GETPROGNAME = @GL_LTS_GNULIB_GETPROGNAME@
GL_LTS_GNULIB_GETSOCKNAME = @GL_LTS_GNULIB_GETSOCKNAME@
GL_LTS_GNULIB_GETSOCKOPT = @GL_LTS_GNULIB_GETSOCKOPT@
GL_LTS_GNULIB_GETSUBOPT = @GL_LTS_GNULIB_GETSUBOPT@
GL_LTS_GNULIB_GETTIMEOFDAY = @GL_LTS_GNULIB_GETTIMEOFDAY@
GL_LTS_GNULIB_GETUMASK = @GL_LTS_GNULIB_GETUMASK@
GL_LTS_GNULIB_GETUSERSHELL = @GL_LTS_GNULIB_GETUSERSHELL@
GL_LTS_GNULIB_GRANTPT = @GL_LTS_GNULIB_GRANTPT@
GL_LTS_GNULIB_GROUP_MEMBER = @GL_LTS_GNULIB_GROUP_MEMBER@
GL_LTS_GNULIB_HYPOT = @GL_LTS_GNULIB_HYPOT@
GL_LTS_GNULIB_HYPOTF = @GL_LTS_GNULIB_HYPOTF@
GL_LTS_GNULIB_HYPOTL = @GL_LTS_GNULIB_HYPOTL@
GL_LTS_GNULIB_ILOGB = @GL_LTS_GNULIB_ILOGB@
GL_LTS_GNULIB_ILOGBF = @GL_LTS_GNULIB_ILOGBF@
GL_LTS_GNULIB_ILOGBL = @GL_LTS_GNULIB_ILOGBL@
GL_LTS_GNULIB_IMAXABS = @GL_LTS_GNULIB_IMAXABS@
GL_LTS_GNULIB_IMAXDIV = @GL_LTS_GNULIB_IMAXDIV@
GL_LTS_GNULIB_ISATTY = @GL_LTS_GNULIB_ISATTY@
GL_LTS_GNULIB_ISFINITE = @GL_LTS_GNULIB_ISFINITE@
GL_LTS_GNULIB_ISINF = @GL_LTS_GNULIB_ISINF@
GL_LTS_GNULIB_ISNAN = @GL_LTS_GNULIB_ISNAN@
GL_LTS_GNULIB_ISNAND = @GL_LTS_GNULIB_ISNAND@
GL_LTS_GNULIB_ISNANF = @GL_LTS_GNULIB_ISNANF@
GL_LTS_GNULIB_ISNANL = @GL_LTS_GNULIB_ISNANL@
GL_LTS_GNULIB_LCHMOD = @GL_LTS_GNULIB_LCHMOD@
GL_LTS_GNULIB_LCHOWN = @GL_LTS_GNULIB_LCHOWN@
GL_LTS_GNULIB_LDEXP = @GL_LTS_GNULIB_LDEXP@
GL_LTS_GNULIB_LDEXPF = @GL_LTS_GNULIB_LDEXPF@
GL_LTS_GNULIB_LDEXPL = @GL_LTS_GNULIB_LDEXPL@
GL_LTS_GNULIB_LINK = @GL_LTS_GNULIB_LINK@
GL_LTS_GNULIB_LINKAT = @GL_LTS_GNULIB_LINKAT@
GL_LTS_GNULIB_LISTEN = @GL_LTS_GNULIB_LISTEN@
GL_LTS_GNULIB_LOCALTIME = @GL_LTS_GNULIB_LOCALTIME@
GL_LTS_GNULIB_LOG = @GL_LTS_GNULIB_LOG@
GL_LTS_GNULIB_LOG10 = @GL_LTS_GNULIB_LOG10@
GL_LTS_GNULIB_LOG10F = @GL_LTS_GNULIB_LOG10F@
GL_LTS_GNULIB_LOG10L = @GL_LTS_GNULIB_LOG10L@
GL_LTS_GNULIB_LOG1P = @GL_LTS_GNULIB_LOG1P@
GL_LTS_GNULIB_LOG1PF = @GL_LTS_GNULIB_LOG1PF@
GL_LTS_GNULIB_LOG1PL = @GL_LTS_GNULIB_LOG1PL@
GL_LTS_GNULIB_LOG2 = @GL_LTS_GNULIB_LOG2@
GL_LTS_GNULIB_LOG2F = @GL_LTS_GNULIB_LOG2F@
GL_LTS_GNULIB_LOG2L = @GL_LTS_GNULIB_LOG2L@
GL_LTS_GNULIB_LOGB = @GL_LTS_GNULIB_LOGB@
GL_LTS_GNULIB_LOGBF = @GL_LTS_GNULIB_LOGBF@
GL_LTS_GNULIB_LOGBL = @GL_LTS_GNULIB_LOGBL@
GL_LTS_GNULIB_LOGF = @GL_LTS_GNULIB_LOGF@
GL_LTS_GNULIB_LOGL = @GL_LTS_GNULIB_LOGL@
GL_LTS_GNULIB_LSEEK = @GL_LTS_GNULIB_LSEEK@
GL_LTS_GNULIB_LSTAT = @GL_LTS_GNULIB_LSTAT@
GL_LTS_GNULIB_MALLOC_GNU = @GL_LTS_GNULIB_MALLOC_GNU@
GL_LTS_GNULIB_MALLOC_POSIX = @GL_LTS_GNULIB_MALLOC_POSIX@
GL_LTS_GNULIB_MBRLEN = @GL_LTS_GNULIB_MBRLEN@
GL_LTS_GNULIB_MBRTOWC = @GL_LTS_GNULIB_MBRTOWC@
GL_LTS_GNULIB_MBSCASECMP = @GL_LTS_GNULIB_MBSCASECMP@
GL_LTS_GNULIB_MBSCASESTR = @GL_LTS_GNULIB_MBSCASESTR@
GL_LTS_GNULIB_MBSCHR = @GL_LTS_GNULIB_MBSCHR@
GL_LTS_GNULIB_MBSCSPN = @GL_LTS_GNULIB_MBSCSPN@
GL_LTS_GNULIB_MBSINIT = @GL_LTS_GNULIB_MBSINIT@
GL_LTS_GNULIB_MBSLEN = @GL_LTS_GNULIB_MBSLEN@
GL_LTS_GNULIB_MBSNCASECMP = @GL_LTS_GNULIB_MBSNCASECMP@
GL_LTS_GNULIB_MBSNLEN = @GL_LTS_GNULIB_MBSNLEN@
GL_LTS_GNULIB_MBSNRTOWCS = @GL_LTS_GNULIB_MBSNRTOWCS@
GL_LTS_GNULIB_MBSPBRK = @GL_LTS_GNULIB_MBSPBRK@
GL_LTS_GNULIB_MBSPCASECMP = @GL_LTS_GNULIB_MBSPCASECMP@
GL_LTS_GNULIB_MBSRCHR = @GL_LTS_GNULIB_MBSRCHR@
GL_LTS_GNULIB_MBSRTOWCS = @GL_LTS_GNULIB_MBSRTOWCS@
GL_LTS_GNULIB_MBSSEP = @GL_LTS_GNULIB_MBSSEP@
GL_LTS_GNULIB_MBSSPN = @GL_LTS_GNULIB_MBSSPN@
GL_LTS_GNULIB_MBSSTR = @GL_LTS_GNULIB_MBSSTR@
GL_LTS_GNULIB_MBSTOK_R = @GL_LTS_GNULIB_MBSTOK_R@
GL_LTS_GNULIB_MBSTOWCS = @GL_LTS_GNULIB_MBSTOWCS@
GL_LTS_GNULIB_MBSZERO = @GL_LTS_GNULIB_MBSZERO@
GL_LTS_GNULIB_MBTOWC = @GL_LTS_GNULIB_MBTOWC@
GL_LTS_GNULIB_MDA_ACCESS = @GL_LTS_GNULIB_MDA_ACCESS@
GL_LTS_GNULIB_MDA_CHDIR = @GL_LTS_GNULIB_MDA_CHDIR@
GL_LTS_GNULIB_MDA_CHMOD = @GL_LTS_GNULIB_MDA_CHMOD@
GL_LTS_GNULIB_MDA_CLOSE = @GL_LTS_GNULIB_MDA_CLOSE@
GL_LTS_GNULIB_MDA_CREAT = @GL_LTS_GNULIB_MDA_CREAT@
GL_LTS_GNULIB_MDA_DUP = @GL_LTS_GNULIB_MDA_DUP@
GL_LTS_GNULIB_MDA_DUP2 = @GL_LTS_GNULIB_MDA_DUP2@
GL_LTS_GNULIB_MDA_ECVT = @GL_LTS_GNULIB_MDA_ECVT@
GL_LTS_GNULIB_MDA_EXECL = @GL_LTS_GNULIB_MDA_EXECL@
GL_LTS_GNULIB_MDA_EXECLE = @GL_LTS_GNULIB_MDA_EXECLE@
GL_LTS_GNULIB_MDA_EXECLP = @GL_LTS_GNULIB_MDA_EXECLP@
GL_LTS_GNULIB_MDA_EXECV = @GL_LTS_GNULIB_MDA_EXECV@
GL_LTS_GNULIB_MDA_EXECVE = @GL_LTS_GNULIB_MDA_EXECVE@
GL_LTS_GNULIB_MDA_EXECVP = @GL_LTS_GNULIB_MDA_EXECVP@
GL_LTS_GNULIB_MDA_EXECVPE = @GL_LTS_GNULIB_MDA_EXECVPE@
GL_LTS_GNULIB_MDA_FCLOSEALL = @GL_LTS_GNULIB_MDA_FCLOSEALL@
GL_LTS_GNULIB_MDA_FCVT = @GL_LTS_GNULIB_MDA_FCVT@
GL_LTS_GNULIB_MDA_FDOPEN = @GL_LTS_GNULIB_MDA_FDOPEN@
GL_LTS_GNULIB_MDA_FILENO = @GL_LTS_GNULIB_MDA_FILENO@
GL_LTS_GNULIB_MDA_GCVT = @GL_LTS_GNULIB_MDA_GCVT@
GL_LTS_GNULIB_MDA_GETCWD = @GL_LTS_GNULIB_MDA_GETCWD@
GL_LTS_GNULIB_MDA_GETPID = @GL_LTS_GNULIB_MDA_GETPID@
GL_LTS_GNULIB_MDA_GETW = @GL_LTS_GNULIB_MDA_GETW@
GL_LTS_GNULIB_MDA_ISATTY = @GL_LTS_GNULIB_MDA_ISATTY@
GL_LTS_GNULIB_MDA_J0 = @GL_LTS_GNULIB_MDA_J0@
GL_LTS_GNULIB_MDA_J1 = @GL_LTS_GNULIB_MDA_J1@
GL_LTS_GNULIB_MDA_JN = @GL_LTS_GNULIB_MDA_JN@
GL_LTS_GNULIB_MDA_LSEEK = @GL_LTS_GNULIB_MDA_LSEEK@
GL_LTS_GNULIB_MDA_MEMCCPY = @GL_LTS_GNULIB_MDA_MEMCCPY@
GL_LTS_GNULIB_MDA_MKDIR = @GL_LTS_GNULIB_MDA_MKDIR@
GL_LTS_GNULIB_MDA_MKTEMP = @GL_LTS_GNULIB_MDA_MKTEMP@
GL_LTS_GNULIB_MDA_OPEN = @GL_LTS_GNULIB_MDA_OPEN@
GL_LTS_GNULIB_MDA_PUTENV = @GL_LTS_GNULIB_MDA_PUTENV@
GL_LTS_GNULIB_MDA_PUTW = @GL_LTS_GNULIB_MDA_PUTW@
GL_LTS_GNULIB_MDA_READ = @GL_LTS_GNULIB_MDA_READ@
GL_LTS_GNULIB_MDA_RMDIR = @GL_LTS_GNULIB_MDA_RMDIR@
GL_LTS_GNULIB_MDA_STRDUP = @GL_LTS_GNULIB_MDA_STRDUP@
GL_LTS_GNULIB_MDA_SWAB = @GL_LTS_GNULIB_MDA_SWAB@
GL_LTS_GNULIB_MDA_TEMPNAM = @GL_LTS_GNULIB_MDA_TEMPNAM@
GL_LTS_GNULIB_MDA_TZSET = @GL_LTS_GNULIB_MDA_TZSET@
GL_LTS_GNULIB_MDA_UMASK = @GL_LTS_GNULIB_MDA_UMASK@
GL_LTS_GNULIB_MDA_UNLINK = @GL_LTS_GNULIB_MDA_UNLINK@
GL_LTS_GNULIB_MDA_WCSDUP = @GL_LTS_GNULIB_MDA_WCSDUP@
GL_LTS_GNULIB_MDA_WRITE = @GL_LTS_GNULIB_MDA_WRITE@
GL_LTS_GNULIB_MDA_Y0 = @GL_LTS_GNULIB_MDA_Y0@
GL_LTS_GNULIB_MDA_Y1 = @GL_LTS_GNULIB_MDA_Y1@
GL_LTS_GNULIB_MDA_YN = @GL_LTS_GNULIB_MDA_YN@
GL_LTS_GNULIB_MEMCHR = @GL_LTS_GNULIB_MEMCHR@
GL_LTS_GNULIB_MEMMEM = @GL_LTS_GNULIB_MEMMEM@
GL_LTS_GNULIB_MEMPCPY = @GL_LTS_GNULIB_MEMPCPY@
GL_LTS_GNULIB_MEMRCHR = @GL_LTS_GNULIB_MEMRCHR@
GL_LTS_GNULIB_MEMSET_EXPLICIT = @GL_LTS_GNULIB_MEMSET_EXPLICIT@
GL_LTS_GNULIB_MKDIR = @GL_LTS_GNULIB_MKDIR@
GL_LTS_GNULIB_MKDIRAT = @GL_LTS_GNULIB_MKDIRAT@
GL_LTS_GNULIB_MKDTEMP = @GL_LTS_GNULIB_MKDTEMP@
GL_LTS_GNULIB_MKFIFO = @GL_LTS_GNULIB_MKFIFO@
GL_LTS_GNULIB_MKFIFOAT = @GL_LTS_GNULIB_MKFIFOAT@
GL_LTS_GNULIB_MKNOD = @GL_LTS_GNULIB_MKNOD@
GL_LTS_GNULIB_MKNODAT = @GL_LTS_GNULIB_MKNODAT@
GL_LTS_GNULIB_MKOSTEMP = @GL_LTS_GNULIB_MKOSTEMP@
GL_LTS_GNULIB_MKOSTEMPS = @GL_LTS_GNULIB_MKOSTEMPS@
GL_LTS_GNULIB_MKSTEMP = @GL_LTS_GNULIB_MKSTEMP@
GL_LTS_GNULIB_MKSTEMPS = @GL_LTS_GNULIB_MKSTEMPS@
GL_LTS_GNULIB_MKTIME = @GL_LTS_GNULIB_MKTIME@
GL_LTS_GNULIB_MODF = @GL_LTS_GNULIB_MODF@
GL_LTS_GNULIB_MODFF = @GL_LTS_GNULIB_MODFF@
GL_LTS_GNULIB_MODFL = @GL_LTS_GNULIB_MODFL@
GL_LTS_GNULIB_NANOSLEEP = @GL_LTS_GNULIB_NANOSLEEP@
GL_LTS_GNULIB_NONBLOCKING = @GL_LTS_GNULIB_NONBLOCKING@
GL_LTS_GNULIB_OBSTACK_PRINTF = @GL_LTS_GNULIB_OBSTACK_PRINTF@
GL_LTS_GNULIB_OBSTACK_PRINTF_POSIX = @GL_LTS_GNULIB_OBSTACK_PRINTF_POSIX@
GL_LTS_GNULIB_OPEN = @GL_LTS_GNULIB_OPEN@
GL_LTS_GNULIB_OPENAT = @GL_LTS_GNULIB_OPENAT@
GL_LTS_GNULIB_OVERRIDES_STRUCT_STAT = @GL_LTS_GNULIB_OVERRIDES_STRUCT_STAT@
GL_LTS_GNULIB_PCLOSE = @GL_LTS_GNULIB_PCLOSE@
GL_LTS_GNULIB_PERROR = @GL_LTS_GNULIB_PERROR@
GL_LTS_GNULIB_PIPE = @GL_LTS_GNULIB_PIPE@
GL_LTS_GNULIB_PIPE2 = @GL_LTS_GNULIB_PIPE2@
GL_LTS_GNULIB_POPEN = @GL_LTS_GNULIB_POPEN@
GL_LTS_GNULIB_POSIX_MEMALIGN = @GL_LTS_GNULIB_POSIX_MEMALIGN@
GL_LTS_GNULIB_POSIX_OPENPT = @GL_LTS_GNULIB_POSIX_OPENPT@
GL_LTS_GNULIB_POWF = @GL_LTS_GNULIB_POWF@
GL_LTS_GNULIB_PREAD = @GL_LTS_GNULIB_PREAD@
GL_LTS_GNULIB_PRINTF = @GL_LTS_GNULIB_PRINTF@
GL_LTS_GNULIB_PRINTF_POSIX = @GL_LTS_GNULIB_PRINTF_POSIX@
GL_LTS_GNULIB_PTHREAD_SIGMASK = @GL_LTS_GNULIB_PTHREAD_SIGMASK@
GL_LTS_GNULIB_PTSNAME = @GL_LTS_GNULIB_PTSNAME@
GL_LTS_GNULIB_PTSNAME_R = @GL_LTS_GNULIB_PTSNAME_R@
GL_LTS_GNULIB_PUTC = @GL_LTS_GNULIB_PUTC@
GL_LTS_GNULIB_PUTCHAR = @GL_LTS_GNULIB_PUTCHAR@
GL_LTS_GNULIB_PUTENV = @GL_LTS_GNULIB_PUTENV@
GL_LTS_GNULIB_PUTS = @GL_LTS_GNULIB_PUTS@
GL_LTS_GNULIB_PWRITE = @GL_LTS_GNULIB_PWRITE@
GL_LTS_GNULIB_QSORT_R = @GL_LTS_GNULIB_QSORT_R@
GL_LTS_GNULIB_RAISE = @GL_LTS_GNULIB_RAISE@
GL_LTS_GNULIB_RANDOM = @GL_LTS_GNULIB_RANDOM@
GL_LTS_GNULIB_RANDOM_R = @GL_LTS_GNULIB_RANDOM_R@
GL_LTS_GNULIB_RAWMEMCHR = @GL_LTS_GNULIB_RAWMEMCHR@
GL_LTS_GNULIB_READ = @GL_LTS_GNULIB_READ@
GL_LTS_GNULIB_READLINK = @GL_LTS_GNULIB_READLINK@
GL_LTS_GNULIB_READLINKAT = @GL_LTS_GNULIB_READLINKAT@
GL_LTS_GNULIB_REALLOCARRAY = @GL_LTS_GNULIB_REALLOCARRAY@
GL_LTS_GNULIB_REALLOC_GNU = @GL_LTS_GNULIB_REALLOC_GNU@
GL_LTS_GNULIB_REALLOC_POSIX = @GL_LTS_GNULIB_REALLOC_POSIX@
GL_LTS_GNULIB_REALPATH = @GL_LTS_GNULIB_REALPATH@
GL_LTS_GNULIB_RECV = @GL_LTS_GNULIB_RECV@
GL_LTS_GNULIB_RECVFROM = @GL_LTS_GNULIB_RECVFROM@
GL_LTS_GNULIB_REMAINDER = @GL_LTS_GNULIB_REMAINDER@
GL_LTS_GNULIB_REMAINDERF = @GL_LTS_GNULIB_REMAINDERF@
GL_LTS_GNULIB_REMAINDERL = @GL_LTS_GNULIB_REMAINDERL@
GL_LTS_GNULIB_REMOVE = @GL_LTS_GNULIB_REMOVE@
GL_LTS_GNULIB_RENAME = @GL_LTS_GNULIB_RENAME@
GL_LTS_GNULIB_RENAMEAT = @GL_LTS_GNULIB_RENAMEAT@
GL_LTS_GNULIB_RINT = @GL_LTS_GNULIB_RINT@
GL_LTS_GNULIB_RINTF = @GL_LTS_GNULIB_RINTF@
GL_LTS_GNULIB_RINTL = @GL_LTS_GNULIB_RINTL@
GL_LTS_GNULIB_RMDIR = @GL_LTS_GNULIB_RMDIR@
GL_LTS_GNULIB_ROUND = @GL_LTS_GNULIB_ROUND@
GL_LTS_GNULIB_ROUNDF = @GL_LTS_GNULIB_ROUNDF@
GL_LTS_GNULIB_ROUNDL = @GL_LTS_GNULIB_ROUNDL@
GL_LTS_GNULIB_RPMATCH = @GL_LTS_GNULIB_RPMATCH@
GL_LTS_GNULIB_SCANF = @GL_LTS_GNULIB_SCANF@
GL_LTS_GNULIB_SECURE_GETENV = @GL_LTS_GNULIB_SECURE_GETENV@
GL_LTS_GNULIB_SEND = @GL_LTS_GNULIB_SEND@
GL_LTS_GNULIB_SENDTO = @GL_LTS_GNULIB_SENDTO@
GL_LTS_GNULIB_SETENV = @GL_LTS_GNULIB_SETENV@
GL_LTS_GNULIB_SETHOSTNAME = @GL_LTS_GNULIB_SETHOSTNAME@
GL_LTS_GNULIB_SETSOCKOPT = @GL_LTS_GNULIB_SETSOCKOPT@
GL_LTS_GNULIB_SHUTDOWN = @GL_LTS_GNULIB_SHUTDOWN@
GL_LTS_GNULIB_SIGABBREV_NP = @GL_LTS_GNULIB_SIGABBREV_NP@
GL_LTS_GNULIB_SIGACTION = @GL_LTS_GNULIB_SIGACTION@
GL_LTS_GNULIB_SIGDESCR_NP = @GL_LTS_GNULIB_SIGDESCR_NP@
GL_LTS_GNULIB_SIGNAL_H_SIGPIPE = @GL_LTS_GNULIB_SIGNAL_H_SIGPIPE@
GL_LTS_GNULIB_SIGNBIT = @GL_LTS_GNULIB_SIGNBIT@
GL_LTS_GNULIB_SIGPROCMASK = @GL_LTS_GNULIB_SIGPROCMASK@
GL_LTS_GNULIB_SINF = @GL_LTS_GNULIB_SINF@
GL_LTS_GNULIB_SINHF = @GL_LTS_GNULIB_SINHF@
GL_LTS_GNULIB_SINL = @GL_LTS_GNULIB_SINL@
GL_LTS_GNULIB_SLEEP = @GL_LTS_GNULIB_SLEEP@
GL_LTS_GNULIB_SNPRINTF = @GL_LTS_GNULIB_SNPRINTF@
GL_LTS_GNULIB_SOCKET = @GL_LTS_GNULIB_SOCKET@
GL_LTS_GNULIB_SPRINTF_POSIX = @GL_LTS_GNULIB_SPRINTF_POSIX@
GL_LTS_GNULIB_SQRTF = @GL_LTS_GNULIB_SQRTF@
GL_LTS_GNULIB_SQRTL = @GL_LTS_GNULIB_SQRTL@
GL_LTS_GNULIB_STAT = @GL_LTS_GNULIB_STAT@
GL_LTS_GNULIB_STDIO_H_NONBLOCKING = @GL_LTS_GNULIB_STDIO_H_NONBLOCKING@
GL_LTS_GNULIB_STDIO_H_SIGPIPE = @GL_LTS_GNULIB_STDIO_H_SIGPIPE@
GL_LTS_GNULIB_STPCPY = @GL_LTS_GNULIB_STPCPY@
GL_LTS_GNULIB_STPNCPY = @GL_LTS_GNULIB_STPNCPY@
GL_LTS_GNULIB_STRCASESTR = @GL_LTS_GNULIB_STRCASESTR@
GL_LTS_GNULIB_STRCHRNUL = @GL_LTS_GNULIB_STRCHRNUL@
GL_LTS_GNULIB_STRDUP = @GL_LTS_GNULIB_STRDUP@
GL_LTS_GNULIB_STRERROR = @GL_LTS_GNULIB_STRERROR@
GL_LTS_GNULIB_STRERRORNAME_NP = @GL_LTS_GNULIB_STRERRORNAME_NP@
GL_LTS_GNULIB_STRERROR_R = @GL_LTS_GNULIB_STRERROR_R@
GL_LTS_GNULIB_STRFTIME = @GL_LTS_GNULIB_STRFTIME@
GL_LTS_GNULIB_STRNCAT = @GL_LTS_GNULIB_STRNCAT@
GL_LTS_GNULIB_STRNDUP = @GL_LTS_GNULIB_STRNDUP@
GL_LTS_GNULIB_STRNLEN = @GL_LTS_GNULIB_STRNLEN@
GL_LTS_GNULIB_STRPBRK = @GL_LTS_GNULIB_STRPBRK@
GL_LTS_GNULIB_STRPTIME = @GL_LTS_GNULIB_STRPTIME@
GL_LTS_GNULIB_STRSEP = @GL_LTS_GNULIB_STRSEP@
GL_LTS_GNULIB_STRSIGNAL = @GL_LTS_GNULIB_STRSIGNAL@
GL_LTS_GNULIB_STRSTR = @GL_LTS_GNULIB_STRSTR@
GL_LTS_GNULIB_STRTOD = @GL_LTS_GNULIB_STRTOD@
GL_LTS_GNULIB_STRTOIMAX = @GL_LTS_GNULIB_STRTOIMAX@
GL_LTS_GNULIB_STRTOK_R = @GL_LTS_GNULIB_STRTOK_R@
GL_LTS_GNULIB_STRTOL = @GL_LTS_GNULIB_STRTOL@
GL_LTS_GNULIB_STRTOLD = @GL_LTS_GNULIB_STRTOLD@
GL_LTS_GNULIB_STRTOLL = @GL_LTS_GNULIB_STRTOLL@
GL_LTS_GNULIB_STRTOUL = @GL_LTS_GNULIB_STRTOUL@
GL_LTS_GNULIB_STRTOULL = @GL_LTS_GNULIB_STRTOULL@
GL_LTS_GNULIB_STRTOUMAX = @GL_LTS_GNULIB_STRTOUMAX@
GL_LTS_GNULIB_STRVERSCMP = @GL_LTS_GNULIB_STRVERSCMP@
GL_LTS_GNULIB_SYMLINK = @GL_LTS_GNULIB_SYMLINK@
GL_LTS_GNULIB_SYMLINKAT = @GL_LTS_GNULIB_SYMLINKAT@
GL_LTS_GNULIB_SYSTEM_POSIX = @GL_LTS_GNULIB_SYSTEM_POSIX@
GL_LTS_GNULIB_TANF = @GL_LTS_GNULIB_TANF@
GL_LTS_GNULIB_TANHF = @GL_LTS_GNULIB_TANHF@
GL_LTS_GNULIB_TANL = @GL_LTS_GNULIB_TANL@
GL_LTS_GNULIB_TIME = @GL_LTS_GNULIB_TIME@
GL_LTS_GNULIB_TIMEGM = @GL_LTS_GNULIB_TIMEGM@
GL_LTS_GNULIB_TIMESPEC_GET = @GL_LTS_GNULIB_TIMESPEC_GET@
GL_LTS_GNULIB_TIMESPEC_GETRES = @GL_LTS_GNULIB_TIMESPEC_GETRES@
GL_LTS_GNULIB_TIME_R = @GL_LTS_GNULIB_TIME_R@
GL_LTS_GNULIB_TIME_RZ = @GL_LTS_GNULIB_TIME_RZ@
GL_LTS_GNULIB_TMPFILE = @GL_LTS_GNULIB_TMPFILE@
GL_LTS_GNULIB_TOTALORDER = @GL_LTS_GNULIB_TOTALORDER@
GL_LTS_GNULIB_TOTALORDERF = @GL_LTS_GNULIB_TOTALORDERF@
GL_LTS_GNULIB_TOTALORDERL = @GL_LTS_GNULIB_TOTALORDERL@
GL_LTS_GNULIB_TRUNC = @GL_LTS_GNULIB_TRUNC@
GL_LTS_GNULIB_TRUNCATE = @GL_LTS_GNULIB_TRUNCATE@
GL_LTS_GNULIB_TRUNCF = @GL_LTS_GNULIB_TRUNCF@
GL_LTS_GNULIB_TRUNCL = @GL_LTS_GNULIB_TRUNCL@
GL_LTS_GNULIB_TTYNAME_R = @GL_LTS_GNULIB_TTYNAME_R@
GL_LTS_GNULIB_TZSET = @GL_LTS_GNULIB_TZSET@
GL_LTS_GNULIB_UNISTD_H_GETOPT = @GL_LTS_GNULIB_UNISTD_H_GETOPT@
GL_LTS_GNULIB_UNISTD_H_NONBLOCKING = @GL_LTS_GNULIB_UNISTD_H_NONBLOCKING@
GL_LTS_GNULIB_UNISTD_H_SIGPIPE = @GL_LTS_GNULIB_UNISTD_H_SIGPIPE@
GL_LTS_GNULIB_UNLINK = @GL_LTS_GNULIB_UNLINK@
GL_LTS_GNULIB_UNLINKAT = @GL_LTS_GNULIB_UNLINKAT@
GL_LTS_GNULIB_UNLOCKPT = @GL_LTS_GNULIB_UNLOCKPT@
GL_LTS_GNULIB_UNSETENV = @GL_LTS_GNULIB_UNSETENV@
GL_LTS_GNULIB_USLEEP = @GL_LTS_GNULIB_USLEEP@
GL_LTS_GNULIB_UTIMENSAT = @GL_LTS_GNULIB_UTIMENSAT@
GL_LTS_GNULIB_VASPRINTF = @GL_LTS_GNULIB_VASPRINTF@
GL_LTS_GNULIB_VDPRINTF = @GL_LTS_GNULIB_VDPRINTF@
GL_LTS_GNULIB_VFPRINTF = @GL_LTS_GNULIB_VFPRINTF@
GL_LTS_GNULIB_VFPRINTF_POSIX = @GL_LTS_GNULIB_VFPRINTF_POSIX@
GL_LTS_GNULIB_VFSCANF = @GL_LTS_GNULIB_VFSCANF@
GL_LTS_GNULIB_VPRINTF = @GL_LTS_GNULIB_VPRINTF@
GL_LTS_GNULIB_VPRINTF_POSIX = @GL_LTS_GNULIB_VPRINTF_POSIX@
GL_LTS_GNULIB_VSCANF = @GL_LTS_GNULIB_VSCANF@
GL_LTS_GNULIB_VSNPRINTF = @GL_LTS_GNULIB_VSNPRINTF@
GL_LTS_GNULIB_VSPRINTF_POSIX = @GL_LTS_GNULIB_VSPRINTF_POSIX@
GL_LTS_GNULIB_WCPCPY = @GL_LTS_GNULIB_WCPCPY@
GL_LTS_GNULIB_WCPNCPY = @GL_LTS_GNULIB_WCPNCPY@
GL_LTS_GNULIB_WCRTOMB = @GL_LTS_GNULIB_WCRTOMB@
GL_LTS_GNULIB_WCSCASECMP = @GL_LTS_GNULIB_WCSCASECMP@
GL_LTS_GNULIB_WCSCAT = @GL_LTS_GNULIB_WCSCAT@
GL_LTS_GNULIB_WCSCHR = @GL_LTS_GNULIB_WCSCHR@
GL_LTS_GNULIB_WCSCMP = @GL_LTS_GNULIB_WCSCMP@
GL_LTS_GNULIB_WCSCOLL = @GL_LTS_GNULIB_WCSCOLL@
GL_LTS_GNULIB_WCSCPY = @GL_LTS_GNULIB_WCSCPY@
GL_LTS_GNULIB_WCSCSPN = @GL_LTS_GNULIB_WCSCSPN@
GL_LTS_GNULIB_WCSDUP = @GL_LTS_GNULIB_WCSDUP@
GL_LTS_GNULIB_WCSFTIME = @GL_LTS_GNULIB_WCSFTIME@
GL_LTS_GNULIB_WCSLEN = @GL_LTS_GNULIB_WCSLEN@
GL_LTS_GNULIB_WCSNCASECMP = @GL_LTS_GNULIB_WCSNCASECMP@
GL_LTS_GNULIB_WCSNCAT = @GL_LTS_GNULIB_WCSNCAT@
GL_LTS_GNULIB_WCSNCMP = @GL_LTS_GNULIB_WCSNCMP@
GL_LTS_GNULIB_WCSNCPY = @GL_LTS_GNULIB_WCSNCPY@
GL_LTS_GNULIB_WCSNLEN = @GL_LTS_GNULIB_WCSNLEN@
GL_LTS_GNULIB_WCSNRTOMBS = @GL_LTS_GNULIB_WCSNRTOMBS@
GL_LTS_GNULIB_WCSPBRK = @GL_LTS_GNULIB_WCSPBRK@
GL_LTS_GNULIB_WCSRCHR = @GL_LTS_GNULIB_WCSRCHR@
GL_LTS_GNULIB_WCSRTOMBS = @GL_LTS_GNULIB_WCSRTOMBS@
GL_LTS_GNULIB_WCSSPN = @GL_LTS_GNULIB_WCSSPN@
GL_LTS_GNULIB_WCSSTR = @GL_LTS_GNULIB_WCSSTR@
GL_LTS_GNULIB_WCSTOK = @GL_LTS_GNULIB_WCSTOK@
GL_LTS_GNULIB_WCSWIDTH = @GL_LTS_GNULIB_WCSWIDTH@
GL_LTS_GNULIB_WCSXFRM = @GL_LTS_GNULIB_WCSXFRM@
GL_LTS_GNULIB_WCTOB = @GL_LTS_GNULIB_WCTOB@
GL_LTS_GNULIB_WCTOMB = @GL_LTS_GNULIB_WCTOMB@
GL_LTS_GNULIB_WCWIDTH = @GL_LTS_GNULIB_WCWIDTH@
GL_LTS_GNULIB_WGETCWD = @GL_LTS_GNULIB_WGETCWD@
GL_LTS_GNULIB_WMEMCHR = @GL_LTS_GNULIB_WMEMCHR@
GL_LTS_GNULIB_WMEMCMP = @GL_LTS_GNULIB_WMEMCMP@
GL_LTS_GNULIB_WMEMCPY = @GL_LTS_GNULIB_WMEMCPY@
GL_LTS_GNULIB_WMEMMOVE = @GL_LTS_GNULIB_WMEMMOVE@
GL_LTS_GNULIB_WMEMPCPY = @GL_LTS_GNULIB_WMEMPCPY@
GL_LTS_GNULIB_WMEMSET = @GL_LTS_GNULIB_WMEMSET@
GL_LTS_GNULIB_WRITE = @GL_LTS_GNULIB_WRITE@
GL_LTS_GNULIB__EXIT = @GL_LTS_GNULIB__EXIT@
GNULIBHEADERS_OVERRIDE_WINT_T = @GNULIBHEADERS_OVERRIDE_WINT_T@
GREP = @GREP@
HAVE_ACCEPT4 = @HAVE_ACCEPT4@
HAVE_ACOSF = @HAVE_ACOSF@
HAVE_ACOSL = @HAVE_ACOSL@
HAVE_ALIGNED_ALLOC = @HAVE_ALIGNED_ALLOC@
HAVE_ALLOCA_H = @HAVE_ALLOCA_H@
HAVE_ASINF = @HAVE_ASINF@
HAVE_ASINL = @HAVE_ASINL@
HAVE_ATAN2F = @HAVE_ATAN2F@
HAVE_ATANF = @HAVE_ATANF@
HAVE_ATANL = @HAVE_ATANL@
HAVE_ATOLL = @HAVE_ATOLL@
HAVE_BTOWC = @HAVE_BTOWC@
HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@
HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@
HAVE_CBRT = @HAVE_CBRT@
HAVE_CBRTF = @HAVE_CBRTF@
HAVE_CBRTL = @HAVE_CBRTL@
HAVE_CHOWN = @HAVE_CHOWN@
HAVE_COPYSIGN = @HAVE_COPYSIGN@
HAVE_COPYSIGNL = @HAVE_COPYSIGNL@
HAVE_COPY_FILE_RANGE = @HAVE_COPY_FILE_RANGE@
HAVE_COSF = @HAVE_COSF@
HAVE_COSHF = @HAVE_COSHF@
HAVE_COSL = @HAVE_COSL@
HAVE_CRTDEFS_H = @HAVE_CRTDEFS_H@
HAVE_DECL_ACOSL = @HAVE_DECL_ACOSL@
HAVE_DECL_ASINL = @HAVE_DECL_ASINL@
HAVE_DECL_ATANL = @HAVE_DECL_ATANL@
HAVE_DECL_CBRTF = @HAVE_DECL_CBRTF@
HAVE_DECL_CBRTL = @HAVE_DECL_CBRTL@
HAVE_DECL_CEILF = @HAVE_DECL_CEILF@
HAVE_DECL_CEILL = @HAVE_DECL_CEILL@
HAVE_DECL_COPYSIGNF = @HAVE_DECL_COPYSIGNF@
HAVE_DECL_COSL = @HAVE_DECL_COSL@
HAVE_DECL_ECVT = @HAVE_DECL_ECVT@
HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@
HAVE_DECL_EXECVPE = @HAVE_DECL_EXECVPE@
HAVE_DECL_EXP2 = @HAVE_DECL_EXP2@
HAVE_DECL_EXP2F = @HAVE_DECL_EXP2F@
HAVE_DECL_EXP2L = @HAVE_DECL_EXP2L@
HAVE_DECL_EXPL = @HAVE_DECL_EXPL@
HAVE_DECL_EXPM1L = @HAVE_DECL_EXPM1L@
HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@
HAVE_DECL_FCLOSEALL = @HAVE_DECL_FCLOSEALL@
HAVE_DECL_FCVT = @HAVE_DECL_FCVT@
HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@
HAVE_DECL_FLOORF = @HAVE_DECL_FLOORF@
HAVE_DECL_FLOORL = @HAVE_DECL_FLOORL@
HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@
HAVE_DECL_FREXPL = @HAVE_DECL_FREXPL@
HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@
HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@
HAVE_DECL_GCVT = @HAVE_DECL_GCVT@
HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@
HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@
HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@
HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@
HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@
HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@
HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@
HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@
HAVE_DECL_GETW = @HAVE_DECL_GETW@
HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@
HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@
HAVE_DECL_INITSTATE = @HAVE_DECL_INITSTATE@
HAVE_DECL_LDEXPL = @HAVE_DECL_LDEXPL@
HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@
HAVE_DECL_LOG10L = @HAVE_DECL_LOG10L@
HAVE_DECL_LOG2 = @HAVE_DECL_LOG2@
HAVE_DECL_LOG2F = @HAVE_DECL_LOG2F@
HAVE_DECL_LOG2L = @HAVE_DECL_LOG2L@
HAVE_DECL_LOGB = @HAVE_DECL_LOGB@
HAVE_DECL_LOGL = @HAVE_DECL_LOGL@
HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@
HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@
HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@
HAVE_DECL_PROGRAM_INVOCATION_NAME = @HAVE_DECL_PROGRAM_INVOCATION_NAME@
HAVE_DECL_PUTW = @HAVE_DECL_PUTW@
HAVE_DECL_REMAINDER = @HAVE_DECL_REMAINDER@
HAVE_DECL_REMAINDERL = @HAVE_DECL_REMAINDERL@
HAVE_DECL_RINTF = @HAVE_DECL_RINTF@
HAVE_DECL_ROUND = @HAVE_DECL_ROUND@
HAVE_DECL_ROUNDF = @HAVE_DECL_ROUNDF@
HAVE_DECL_ROUNDL = @HAVE_DECL_ROUNDL@
HAVE_DECL_SETENV = @HAVE_DECL_SETENV@
HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@
HAVE_DECL_SETSTATE = @HAVE_DECL_SETSTATE@
HAVE_DECL_SINL = @HAVE_DECL_SINL@
HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@
HAVE_DECL_SQRTL = @HAVE_DECL_SQRTL@
HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@
HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@
HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@
HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@
HAVE_DECL_TANL = @HAVE_DECL_TANL@
HAVE_DECL_TRUNC = @HAVE_DECL_TRUNC@
HAVE_DECL_TRUNCATE = @HAVE_DECL_TRUNCATE@
HAVE_DECL_TRUNCF = @HAVE_DECL_TRUNCF@
HAVE_DECL_TRUNCL = @HAVE_DECL_TRUNCL@
HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@
HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@
HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
HAVE_DECL_WCSDUP = @HAVE_DECL_WCSDUP@
HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@
HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
HAVE_DPRINTF = @HAVE_DPRINTF@
HAVE_DUP3 = @HAVE_DUP3@
HAVE_ERROR = @HAVE_ERROR@
HAVE_ERROR_AT_LINE = @HAVE_ERROR_AT_LINE@
HAVE_ERROR_H = @HAVE_ERROR_H@
HAVE_EUIDACCESS = @HAVE_EUIDACCESS@
HAVE_EXECVPE = @HAVE_EXECVPE@
HAVE_EXPF = @HAVE_EXPF@
HAVE_EXPL = @HAVE_EXPL@
HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@
HAVE_EXPM1 = @HAVE_EXPM1@
HAVE_EXPM1F = @HAVE_EXPM1F@
HAVE_FABSF = @HAVE_FABSF@
HAVE_FABSL = @HAVE_FABSL@
HAVE_FACCESSAT = @HAVE_FACCESSAT@
HAVE_FCHDIR = @HAVE_FCHDIR@
HAVE_FCHMODAT = @HAVE_FCHMODAT@
HAVE_FCHOWNAT = @HAVE_FCHOWNAT@
HAVE_FCNTL = @HAVE_FCNTL@
HAVE_FDATASYNC = @HAVE_FDATASYNC@
HAVE_FEATURES_H = @HAVE_FEATURES_H@
HAVE_FFSL = @HAVE_FFSL@
HAVE_FFSLL = @HAVE_FFSLL@
HAVE_FMA = @HAVE_FMA@
HAVE_FMAF = @HAVE_FMAF@
HAVE_FMAL = @HAVE_FMAL@
HAVE_FMODF = @HAVE_FMODF@
HAVE_FMODL = @HAVE_FMODL@
HAVE_FREXPF = @HAVE_FREXPF@
HAVE_FSEEKO = @HAVE_FSEEKO@
HAVE_FSTATAT = @HAVE_FSTATAT@
HAVE_FSYNC = @HAVE_FSYNC@
HAVE_FTELLO = @HAVE_FTELLO@
HAVE_FTRUNCATE = @HAVE_FTRUNCATE@
HAVE_FUTIMENS = @HAVE_FUTIMENS@
HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@
HAVE_GETENTROPY = @HAVE_GETENTROPY@
HAVE_GETGROUPS = @HAVE_GETGROUPS@
HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@
HAVE_GETLOGIN = @HAVE_GETLOGIN@
HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@
HAVE_GETPASS = @HAVE_GETPASS@
HAVE_GETPROGNAME = @HAVE_GETPROGNAME@
HAVE_GETSUBOPT = @HAVE_GETSUBOPT@
HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@
HAVE_GETUMASK = @HAVE_GETUMASK@
HAVE_GLOBAL_SYMBOL_PIPE = @HAVE_GLOBAL_SYMBOL_PIPE@
HAVE_GRANTPT = @HAVE_GRANTPT@
HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@
HAVE_HYPOTF = @HAVE_HYPOTF@
HAVE_HYPOTL = @HAVE_HYPOTL@
HAVE_ICONV = @HAVE_ICONV@
HAVE_ILOGB = @HAVE_ILOGB@
HAVE_ILOGBF = @HAVE_ILOGBF@
HAVE_ILOGBL = @HAVE_ILOGBL@
HAVE_IMAXABS = @HAVE_IMAXABS@
HAVE_IMAXDIV = @HAVE_IMAXDIV@
HAVE_IMAXDIV_T = @HAVE_IMAXDIV_T@
HAVE_INITSTATE = @HAVE_INITSTATE@
HAVE_INTTYPES_H = @HAVE_INTTYPES_H@
HAVE_ISNAND = @HAVE_ISNAND@
HAVE_ISNANF = @HAVE_ISNANF@
HAVE_ISNANL = @HAVE_ISNANL@
HAVE_LCHMOD = @HAVE_LCHMOD@
HAVE_LCHOWN = @HAVE_LCHOWN@
HAVE_LDEXPF = @HAVE_LDEXPF@
HAVE_LINK = @HAVE_LINK@
HAVE_LINKAT = @HAVE_LINKAT@
HAVE_LOG10F = @HAVE_LOG10F@
HAVE_LOG10L = @HAVE_LOG10L@
HAVE_LOG1P = @HAVE_LOG1P@
HAVE_LOG1PF = @HAVE_LOG1PF@
HAVE_LOG1PL = @HAVE_LOG1PL@
HAVE_LOGBF = @HAVE_LOGBF@
HAVE_LOGBL = @HAVE_LOGBL@
HAVE_LOGF = @HAVE_LOGF@
HAVE_LOGL = @HAVE_LOGL@
HAVE_LSTAT = @HAVE_LSTAT@
HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@
HAVE_MBRLEN = @HAVE_MBRLEN@
HAVE_MBRTOWC = @HAVE_MBRTOWC@
HAVE_MBSINIT = @HAVE_MBSINIT@
HAVE_MBSLEN = @HAVE_MBSLEN@
HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@
HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@
HAVE_MBTOWC = @HAVE_MBTOWC@
HAVE_MEMPCPY = @HAVE_MEMPCPY@
HAVE_MEMSET_EXPLICIT = @HAVE_MEMSET_EXPLICIT@
HAVE_MKDIRAT = @HAVE_MKDIRAT@
HAVE_MKDTEMP = @HAVE_MKDTEMP@
HAVE_MKFIFO = @HAVE_MKFIFO@
HAVE_MKFIFOAT = @HAVE_MKFIFOAT@
HAVE_MKNOD = @HAVE_MKNOD@
HAVE_MKNODAT = @HAVE_MKNODAT@
HAVE_MKOSTEMP = @HAVE_MKOSTEMP@
HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@
HAVE_MKSTEMP = @HAVE_MKSTEMP@
HAVE_MKSTEMPS = @HAVE_MKSTEMPS@
HAVE_MODFF = @HAVE_MODFF@
HAVE_MODFL = @HAVE_MODFL@
HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@
HAVE_NANOSLEEP = @HAVE_NANOSLEEP@
HAVE_OPENAT = @HAVE_OPENAT@
HAVE_OS_H = @HAVE_OS_H@
HAVE_PCLOSE = @HAVE_PCLOSE@
HAVE_PIPE = @HAVE_PIPE@
HAVE_PIPE2 = @HAVE_PIPE2@
HAVE_POPEN = @HAVE_POPEN@
HAVE_POSIX_MEMALIGN = @HAVE_POSIX_MEMALIGN@
HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@
HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@
HAVE_POWF = @HAVE_POWF@
HAVE_PREAD = @HAVE_PREAD@
HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@
HAVE_PTSNAME = @HAVE_PTSNAME@
HAVE_PTSNAME_R = @HAVE_PTSNAME_R@
HAVE_PWRITE = @HAVE_PWRITE@
HAVE_QSORT_R = @HAVE_QSORT_R@
HAVE_RAISE = @HAVE_RAISE@
HAVE_RANDOM = @HAVE_RANDOM@
HAVE_RANDOM_H = @HAVE_RANDOM_H@
HAVE_RANDOM_R = @HAVE_RANDOM_R@
HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@
HAVE_READLINK = @HAVE_READLINK@
HAVE_READLINKAT = @HAVE_READLINKAT@
HAVE_REALLOCARRAY = @HAVE_REALLOCARRAY@
HAVE_REALPATH = @HAVE_REALPATH@
HAVE_REMAINDER = @HAVE_REMAINDER@
HAVE_REMAINDERF = @HAVE_REMAINDERF@
HAVE_RENAMEAT = @HAVE_RENAMEAT@
HAVE_RINT = @HAVE_RINT@
HAVE_RINTL = @HAVE_RINTL@
HAVE_RPMATCH = @HAVE_RPMATCH@
HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = @HAVE_SAME_LONG_DOUBLE_AS_DOUBLE@
HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@
HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
HAVE_SETENV = @HAVE_SETENV@
HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
HAVE_SETSTATE = @HAVE_SETSTATE@
HAVE_SIGABBREV_NP = @HAVE_SIGABBREV_NP@
HAVE_SIGACTION = @HAVE_SIGACTION@
HAVE_SIGDESCR_NP = @HAVE_SIGDESCR_NP@
HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@
HAVE_SIGINFO_T = @HAVE_SIGINFO_T@
HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@
HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@
HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@
HAVE_SIGSET_T = @HAVE_SIGSET_T@
HAVE_SINF = @HAVE_SINF@
HAVE_SINHF = @HAVE_SINHF@
HAVE_SINL = @HAVE_SINL@
HAVE_SLEEP = @HAVE_SLEEP@
HAVE_SQRTF = @HAVE_SQRTF@
HAVE_SQRTL = @HAVE_SQRTL@
HAVE_STDINT_H = @HAVE_STDINT_H@
HAVE_STPCPY = @HAVE_STPCPY@
HAVE_STPNCPY = @HAVE_STPNCPY@
HAVE_STRCASESTR = @HAVE_STRCASESTR@
HAVE_STRCHRNUL = @HAVE_STRCHRNUL@
HAVE_STRERRORNAME_NP = @HAVE_STRERRORNAME_NP@
HAVE_STRPBRK = @HAVE_STRPBRK@
HAVE_STRPTIME = @HAVE_STRPTIME@
HAVE_STRSEP = @HAVE_STRSEP@
HAVE_STRTOD = @HAVE_STRTOD@
HAVE_STRTOL = @HAVE_STRTOL@
HAVE_STRTOLD = @HAVE_STRTOLD@
HAVE_STRTOLL = @HAVE_STRTOLL@
HAVE_STRTOUL = @HAVE_STRTOUL@
HAVE_STRTOULL = @HAVE_STRTOULL@
HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@
HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@
HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@
HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@
HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@
HAVE_STRVERSCMP = @HAVE_STRVERSCMP@
HAVE_SYMLINK = @HAVE_SYMLINK@
HAVE_SYMLINKAT = @HAVE_SYMLINKAT@
HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@
HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@
HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@
HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@
HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@
HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@
HAVE_TANF = @HAVE_TANF@
HAVE_TANHF = @HAVE_TANHF@
HAVE_TANL = @HAVE_TANL@
HAVE_TIMEGM = @HAVE_TIMEGM@
HAVE_TIMESPEC_GET = @HAVE_TIMESPEC_GET@
HAVE_TIMESPEC_GETRES = @HAVE_TIMESPEC_GETRES@
HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@
HAVE_TOTALORDER = @HAVE_TOTALORDER@
HAVE_TOTALORDERF = @HAVE_TOTALORDERF@
HAVE_TOTALORDERL = @HAVE_TOTALORDERL@
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@
HAVE_UNISTD_H = @HAVE_UNISTD_H@
HAVE_UNISTRING_WOE32DLL_H = @HAVE_UNISTRING_WOE32DLL_H@
HAVE_UNLINKAT = @HAVE_UNLINKAT@
HAVE_UNLOCKPT = @HAVE_UNLOCKPT@
HAVE_USLEEP = @HAVE_USLEEP@
HAVE_UTIMENSAT = @HAVE_UTIMENSAT@
HAVE_VASPRINTF = @HAVE_VASPRINTF@
HAVE_VDPRINTF = @HAVE_VDPRINTF@
HAVE_WCHAR_H = @HAVE_WCHAR_H@
HAVE_WCHAR_T = @HAVE_WCHAR_T@
HAVE_WCPCPY = @HAVE_WCPCPY@
HAVE_WCPNCPY = @HAVE_WCPNCPY@
HAVE_WCRTOMB = @HAVE_WCRTOMB@
HAVE_WCSCASECMP = @HAVE_WCSCASECMP@
HAVE_WCSCAT = @HAVE_WCSCAT@
HAVE_WCSCHR = @HAVE_WCSCHR@
HAVE_WCSCMP = @HAVE_WCSCMP@
HAVE_WCSCOLL = @HAVE_WCSCOLL@
HAVE_WCSCPY = @HAVE_WCSCPY@
HAVE_WCSCSPN = @HAVE_WCSCSPN@
HAVE_WCSDUP = @HAVE_WCSDUP@
HAVE_WCSFTIME = @HAVE_WCSFTIME@
HAVE_WCSLEN = @HAVE_WCSLEN@
HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@
HAVE_WCSNCAT = @HAVE_WCSNCAT@
HAVE_WCSNCMP = @HAVE_WCSNCMP@
HAVE_WCSNCPY = @HAVE_WCSNCPY@
HAVE_WCSNLEN = @HAVE_WCSNLEN@
HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@
HAVE_WCSPBRK = @HAVE_WCSPBRK@
HAVE_WCSRCHR = @HAVE_WCSRCHR@
HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@
HAVE_WCSSPN = @HAVE_WCSSPN@
HAVE_WCSSTR = @HAVE_WCSSTR@
HAVE_WCSTOK = @HAVE_WCSTOK@
HAVE_WCSWIDTH = @HAVE_WCSWIDTH@
HAVE_WCSXFRM = @HAVE_WCSXFRM@
HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@
HAVE_WINT_T = @HAVE_WINT_T@
HAVE_WMEMCHR = @HAVE_WMEMCHR@
HAVE_WMEMCMP = @HAVE_WMEMCMP@
HAVE_WMEMCPY = @HAVE_WMEMCPY@
HAVE_WMEMMOVE = @HAVE_WMEMMOVE@
HAVE_WMEMPCPY = @HAVE_WMEMPCPY@
HAVE_WMEMSET = @HAVE_WMEMSET@
HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@
HAVE__EXIT = @HAVE__EXIT@
HEXVERSION = @HEXVERSION@
INCCROCO = @INCCROCO@
INCGLIB = @INCGLIB@
INCLUDE_NEXT = @INCLUDE_NEXT@
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@
INCTERMINFO = @INCTERMINFO@
INCXML = @INCXML@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@
INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@
ISINF_LIBM = @ISINF_LIBM@
ISNAND_LIBM = @ISNAND_LIBM@
ISNANF_LIBM = @ISNANF_LIBM@
ISNANL_LIBM = @ISNANL_LIBM@
ISNAN_LIBM = @ISNAN_LIBM@
LC_COLLATE_IMPLEMENTED = @LC_COLLATE_IMPLEMENTED@
LC_MONETARY_IMPLEMENTED = @LC_MONETARY_IMPLEMENTED@
LC_NUMERIC_IMPLEMENTED = @LC_NUMERIC_IMPLEMENTED@
LC_TIME_IMPLEMENTED = @LC_TIME_IMPLEMENTED@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBCROCO = @LIBCROCO@
LIBGLIB = @LIBGLIB@
LIBGLIB_H = @LIBGLIB_H@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBMULTITHREAD = @LIBMULTITHREAD@
LIBOBJS = @LIBOBJS@
LIBPMULTITHREAD = @LIBPMULTITHREAD@
LIBPTHREAD = @LIBPTHREAD@
LIBS = @LIBS@
LIBSOCKET = @LIBSOCKET@
LIBSTDTHREAD = @LIBSTDTHREAD@
LIBTERMINFO = @LIBTERMINFO@
LIBTESTS_LIBDEPS = @LIBTESTS_LIBDEPS@
LIBTHREAD = @LIBTHREAD@
LIBTOOL = @LIBTOOL@
LIBUNISTRING_UNISTR_H = @LIBUNISTRING_UNISTR_H@
LIBUNISTRING_UNITYPES_H = @LIBUNISTRING_UNITYPES_H@
LIBXML = @LIBXML@
LIBXML_H = @LIBXML_H@
LIB_SCHED_YIELD = @LIB_SCHED_YIELD@
LIMITS_H = @LIMITS_H@
LIPO = @LIPO@
LN_S = @LN_S@
LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
LOCALE_JA = @LOCALE_JA@
LOCALE_ZH_CN = @LOCALE_ZH_CN@
LOG10_LIBM = @LOG10_LIBM@
LTLIBCROCO = @LTLIBCROCO@
LTLIBGLIB = @LTLIBGLIB@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
LTLIBOBJS = @LTLIBOBJS@
LTLIBTERMINFO = @LTLIBTERMINFO@
LTLIBTHREAD = @LTLIBTHREAD@
LTLIBXML = @LTLIBXML@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
NAMESPACING = @NAMESPACING@
NEXT_ASSERT_H = @NEXT_ASSERT_H@
NEXT_AS_FIRST_DIRECTIVE_ASSERT_H = @NEXT_AS_FIRST_DIRECTIVE_ASSERT_H@
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@
NEXT_AS_FIRST_DIRECTIVE_ERROR_H = @NEXT_AS_FIRST_DIRECTIVE_ERROR_H@
NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@
NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@
NEXT_AS_FIRST_DIRECTIVE_MATH_H = @NEXT_AS_FIRST_DIRECTIVE_MATH_H@
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@
NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@
NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@
NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@
NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@
NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@
NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@
NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@
NEXT_ERRNO_H = @NEXT_ERRNO_H@
NEXT_ERROR_H = @NEXT_ERROR_H@
NEXT_FCNTL_H = @NEXT_FCNTL_H@
NEXT_FLOAT_H = @NEXT_FLOAT_H@
NEXT_INTTYPES_H = @NEXT_INTTYPES_H@
NEXT_LIMITS_H = @NEXT_LIMITS_H@
NEXT_MATH_H = @NEXT_MATH_H@
NEXT_SIGNAL_H = @NEXT_SIGNAL_H@
NEXT_STDARG_H = @NEXT_STDARG_H@
NEXT_STDDEF_H = @NEXT_STDDEF_H@
NEXT_STDINT_H = @NEXT_STDINT_H@
NEXT_STDIO_H = @NEXT_STDIO_H@
NEXT_STDLIB_H = @NEXT_STDLIB_H@
NEXT_STRING_H = @NEXT_STRING_H@
NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@
NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@
NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@
NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@
NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@
NEXT_TIME_H = @NEXT_TIME_H@
NEXT_UNISTD_H = @NEXT_UNISTD_H@
NEXT_WCHAR_H = @NEXT_WCHAR_H@
NM = @NM@
NMEDIT = @NMEDIT@
NO_CXX = @NO_CXX@
NO_EXPENSIVE_WARN_CFLAGS = @NO_EXPENSIVE_WARN_CFLAGS@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OBSTACK_H = @OBSTACK_H@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PERL = @PERL@
POW_LIBM = @POW_LIBM@
PRAGMA_COLUMNS = @PRAGMA_COLUMNS@
PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@
PRIPTR_PREFIX = @PRIPTR_PREFIX@
PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@
PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@
RANLIB = @RANLIB@
RC = @RC@
REPLACE_ACCESS = @REPLACE_ACCESS@
REPLACE_ACOSF = @REPLACE_ACOSF@
REPLACE_ALIGNED_ALLOC = @REPLACE_ALIGNED_ALLOC@
REPLACE_ASINF = @REPLACE_ASINF@
REPLACE_ATAN2F = @REPLACE_ATAN2F@
REPLACE_ATANF = @REPLACE_ATANF@
REPLACE_BTOWC = @REPLACE_BTOWC@
REPLACE_CALLOC_FOR_CALLOC_GNU = @REPLACE_CALLOC_FOR_CALLOC_GNU@
REPLACE_CALLOC_FOR_CALLOC_POSIX = @REPLACE_CALLOC_FOR_CALLOC_POSIX@
REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@
REPLACE_CBRTF = @REPLACE_CBRTF@
REPLACE_CBRTL = @REPLACE_CBRTL@
REPLACE_CEIL = @REPLACE_CEIL@
REPLACE_CEILF = @REPLACE_CEILF@
REPLACE_CEILL = @REPLACE_CEILL@
REPLACE_CHMOD = @REPLACE_CHMOD@
REPLACE_CHOWN = @REPLACE_CHOWN@
REPLACE_CLOSE = @REPLACE_CLOSE@
REPLACE_COPY_FILE_RANGE = @REPLACE_COPY_FILE_RANGE@
REPLACE_COSF = @REPLACE_COSF@
REPLACE_COSHF = @REPLACE_COSHF@
REPLACE_CREAT = @REPLACE_CREAT@
REPLACE_CTIME = @REPLACE_CTIME@
REPLACE_DPRINTF = @REPLACE_DPRINTF@
REPLACE_DUP = @REPLACE_DUP@
REPLACE_DUP2 = @REPLACE_DUP2@
REPLACE_DUP3 = @REPLACE_DUP3@
REPLACE_ERROR = @REPLACE_ERROR@
REPLACE_ERROR_AT_LINE = @REPLACE_ERROR_AT_LINE@
REPLACE_EXECL = @REPLACE_EXECL@
REPLACE_EXECLE = @REPLACE_EXECLE@
REPLACE_EXECLP = @REPLACE_EXECLP@
REPLACE_EXECV = @REPLACE_EXECV@
REPLACE_EXECVE = @REPLACE_EXECVE@
REPLACE_EXECVP = @REPLACE_EXECVP@
REPLACE_EXECVPE = @REPLACE_EXECVPE@
REPLACE_EXP2 = @REPLACE_EXP2@
REPLACE_EXP2L = @REPLACE_EXP2L@
REPLACE_EXPF = @REPLACE_EXPF@
REPLACE_EXPL = @REPLACE_EXPL@
REPLACE_EXPM1 = @REPLACE_EXPM1@
REPLACE_EXPM1F = @REPLACE_EXPM1F@
REPLACE_EXPM1L = @REPLACE_EXPM1L@
REPLACE_FABSL = @REPLACE_FABSL@
REPLACE_FACCESSAT = @REPLACE_FACCESSAT@
REPLACE_FCHDIR = @REPLACE_FCHDIR@
REPLACE_FCHMODAT = @REPLACE_FCHMODAT@
REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@
REPLACE_FCLOSE = @REPLACE_FCLOSE@
REPLACE_FCNTL = @REPLACE_FCNTL@
REPLACE_FDATASYNC = @REPLACE_FDATASYNC@
REPLACE_FDOPEN = @REPLACE_FDOPEN@
REPLACE_FFLUSH = @REPLACE_FFLUSH@
REPLACE_FFSLL = @REPLACE_FFSLL@
REPLACE_FLOOR = @REPLACE_FLOOR@
REPLACE_FLOORF = @REPLACE_FLOORF@
REPLACE_FLOORL = @REPLACE_FLOORL@
REPLACE_FMA = @REPLACE_FMA@
REPLACE_FMAF = @REPLACE_FMAF@
REPLACE_FMAL = @REPLACE_FMAL@
REPLACE_FMOD = @REPLACE_FMOD@
REPLACE_FMODF = @REPLACE_FMODF@
REPLACE_FMODL = @REPLACE_FMODL@
REPLACE_FOPEN = @REPLACE_FOPEN@
REPLACE_FOPEN_FOR_FOPEN_GNU = @REPLACE_FOPEN_FOR_FOPEN_GNU@
REPLACE_FPRINTF = @REPLACE_FPRINTF@
REPLACE_FPURGE = @REPLACE_FPURGE@
REPLACE_FREE = @REPLACE_FREE@
REPLACE_FREOPEN = @REPLACE_FREOPEN@
REPLACE_FREXP = @REPLACE_FREXP@
REPLACE_FREXPF = @REPLACE_FREXPF@
REPLACE_FREXPL = @REPLACE_FREXPL@
REPLACE_FSEEK = @REPLACE_FSEEK@
REPLACE_FSEEKO = @REPLACE_FSEEKO@
REPLACE_FSTAT = @REPLACE_FSTAT@
REPLACE_FSTATAT = @REPLACE_FSTATAT@
REPLACE_FTELL = @REPLACE_FTELL@
REPLACE_FTELLO = @REPLACE_FTELLO@
REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@
REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
REPLACE_GETCWD = @REPLACE_GETCWD@
REPLACE_GETDELIM = @REPLACE_GETDELIM@
REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
REPLACE_GETENTROPY = @REPLACE_GETENTROPY@
REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
REPLACE_GETLINE = @REPLACE_GETLINE@
REPLACE_GETLOADAVG = @REPLACE_GETLOADAVG@
REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
REPLACE_GETPASS = @REPLACE_GETPASS@
REPLACE_GETPASS_FOR_GETPASS_GNU = @REPLACE_GETPASS_FOR_GETPASS_GNU@
REPLACE_GETPROGNAME = @REPLACE_GETPROGNAME@
REPLACE_GETSUBOPT = @REPLACE_GETSUBOPT@
REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
REPLACE_GMTIME = @REPLACE_GMTIME@
REPLACE_HUGE_VAL = @REPLACE_HUGE_VAL@
REPLACE_HYPOT = @REPLACE_HYPOT@
REPLACE_HYPOTF = @REPLACE_HYPOTF@
REPLACE_HYPOTL = @REPLACE_HYPOTL@
REPLACE_ILOGB = @REPLACE_ILOGB@
REPLACE_ILOGBF = @REPLACE_ILOGBF@
REPLACE_ILOGBL = @REPLACE_ILOGBL@
REPLACE_IMAXABS = @REPLACE_IMAXABS@
REPLACE_IMAXDIV = @REPLACE_IMAXDIV@
REPLACE_INITSTATE = @REPLACE_INITSTATE@
REPLACE_ISATTY = @REPLACE_ISATTY@
REPLACE_ISFINITE = @REPLACE_ISFINITE@
REPLACE_ISINF = @REPLACE_ISINF@
REPLACE_ISNAN = @REPLACE_ISNAN@
REPLACE_ITOLD = @REPLACE_ITOLD@
REPLACE_LCHOWN = @REPLACE_LCHOWN@
REPLACE_LDEXP = @REPLACE_LDEXP@
REPLACE_LDEXPL = @REPLACE_LDEXPL@
REPLACE_LINK = @REPLACE_LINK@
REPLACE_LINKAT = @REPLACE_LINKAT@
REPLACE_LOCALTIME = @REPLACE_LOCALTIME@
REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
REPLACE_LOG = @REPLACE_LOG@
REPLACE_LOG10 = @REPLACE_LOG10@
REPLACE_LOG10F = @REPLACE_LOG10F@
REPLACE_LOG10L = @REPLACE_LOG10L@
REPLACE_LOG1P = @REPLACE_LOG1P@
REPLACE_LOG1PF = @REPLACE_LOG1PF@
REPLACE_LOG1PL = @REPLACE_LOG1PL@
REPLACE_LOG2 = @REPLACE_LOG2@
REPLACE_LOG2F = @REPLACE_LOG2F@
REPLACE_LOG2L = @REPLACE_LOG2L@
REPLACE_LOGB = @REPLACE_LOGB@
REPLACE_LOGBF = @REPLACE_LOGBF@
REPLACE_LOGBL = @REPLACE_LOGBL@
REPLACE_LOGF = @REPLACE_LOGF@
REPLACE_LOGL = @REPLACE_LOGL@
REPLACE_LSEEK = @REPLACE_LSEEK@
REPLACE_LSTAT = @REPLACE_LSTAT@
REPLACE_MALLOC_FOR_MALLOC_GNU = @REPLACE_MALLOC_FOR_MALLOC_GNU@
REPLACE_MALLOC_FOR_MALLOC_POSIX = @REPLACE_MALLOC_FOR_MALLOC_POSIX@
REPLACE_MBRLEN = @REPLACE_MBRLEN@
REPLACE_MBRTOWC = @REPLACE_MBRTOWC@
REPLACE_MBSINIT = @REPLACE_MBSINIT@
REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@
REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@
REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@
REPLACE_MBSTOWCS = @REPLACE_MBSTOWCS@
REPLACE_MBTOWC = @REPLACE_MBTOWC@
REPLACE_MB_CUR_MAX = @REPLACE_MB_CUR_MAX@
REPLACE_MEMCHR = @REPLACE_MEMCHR@
REPLACE_MEMMEM = @REPLACE_MEMMEM@
REPLACE_MEMPCPY = @REPLACE_MEMPCPY@
REPLACE_MKDIR = @REPLACE_MKDIR@
REPLACE_MKFIFO = @REPLACE_MKFIFO@
REPLACE_MKFIFOAT = @REPLACE_MKFIFOAT@
REPLACE_MKNOD = @REPLACE_MKNOD@
REPLACE_MKNODAT = @REPLACE_MKNODAT@
REPLACE_MKOSTEMP = @REPLACE_MKOSTEMP@
REPLACE_MKOSTEMPS = @REPLACE_MKOSTEMPS@
REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
REPLACE_MKTIME = @REPLACE_MKTIME@
REPLACE_MODF = @REPLACE_MODF@
REPLACE_MODFF = @REPLACE_MODFF@
REPLACE_MODFL = @REPLACE_MODFL@
REPLACE_NAN = @REPLACE_NAN@
REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
REPLACE_NULL = @REPLACE_NULL@
REPLACE_OBSTACK = @REPLACE_OBSTACK@
REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@
REPLACE_OPEN = @REPLACE_OPEN@
REPLACE_OPENAT = @REPLACE_OPENAT@
REPLACE_PERROR = @REPLACE_PERROR@
REPLACE_PIPE2 = @REPLACE_PIPE2@
REPLACE_POPEN = @REPLACE_POPEN@
REPLACE_POSIX_MEMALIGN = @REPLACE_POSIX_MEMALIGN@
REPLACE_POSIX_OPENPT = @REPLACE_POSIX_OPENPT@
REPLACE_PREAD = @REPLACE_PREAD@
REPLACE_PRINTF = @REPLACE_PRINTF@
REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@
REPLACE_PTSNAME = @REPLACE_PTSNAME@
REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@
REPLACE_PUTENV = @REPLACE_PUTENV@
REPLACE_PWRITE = @REPLACE_PWRITE@
REPLACE_QSORT_R = @REPLACE_QSORT_R@
REPLACE_RAISE = @REPLACE_RAISE@
REPLACE_RANDOM = @REPLACE_RANDOM@
REPLACE_RANDOM_R = @REPLACE_RANDOM_R@
REPLACE_READ = @REPLACE_READ@
REPLACE_READLINK = @REPLACE_READLINK@
REPLACE_READLINKAT = @REPLACE_READLINKAT@
REPLACE_REALLOCARRAY = @REPLACE_REALLOCARRAY@
REPLACE_REALLOC_FOR_REALLOC_GNU = @REPLACE_REALLOC_FOR_REALLOC_GNU@
REPLACE_REALLOC_FOR_REALLOC_POSIX = @REPLACE_REALLOC_FOR_REALLOC_POSIX@
REPLACE_REALPATH = @REPLACE_REALPATH@
REPLACE_REMAINDER = @REPLACE_REMAINDER@
REPLACE_REMAINDERF = @REPLACE_REMAINDERF@
REPLACE_REMAINDERL = @REPLACE_REMAINDERL@
REPLACE_REMOVE = @REPLACE_REMOVE@
REPLACE_RENAME = @REPLACE_RENAME@
REPLACE_RENAMEAT = @REPLACE_RENAMEAT@
REPLACE_RINTL = @REPLACE_RINTL@
REPLACE_RMDIR = @REPLACE_RMDIR@
REPLACE_ROUND = @REPLACE_ROUND@
REPLACE_ROUNDF = @REPLACE_ROUNDF@
REPLACE_ROUNDL = @REPLACE_ROUNDL@
REPLACE_SETENV = @REPLACE_SETENV@
REPLACE_SETHOSTNAME = @REPLACE_SETHOSTNAME@
REPLACE_SETSTATE = @REPLACE_SETSTATE@
REPLACE_SIGNBIT = @REPLACE_SIGNBIT@
REPLACE_SIGNBIT_USING_BUILTINS = @REPLACE_SIGNBIT_USING_BUILTINS@
REPLACE_SINF = @REPLACE_SINF@
REPLACE_SINHF = @REPLACE_SINHF@
REPLACE_SLEEP = @REPLACE_SLEEP@
REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
REPLACE_SPRINTF = @REPLACE_SPRINTF@
REPLACE_SQRTF = @REPLACE_SQRTF@
REPLACE_SQRTL = @REPLACE_SQRTL@
REPLACE_STAT = @REPLACE_STAT@
REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@
REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@
REPLACE_STPCPY = @REPLACE_STPCPY@
REPLACE_STPNCPY = @REPLACE_STPNCPY@
REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@
REPLACE_STRDUP = @REPLACE_STRDUP@
REPLACE_STRERROR = @REPLACE_STRERROR@
REPLACE_STRERRORNAME_NP = @REPLACE_STRERRORNAME_NP@
REPLACE_STRERROR_R = @REPLACE_STRERROR_R@
REPLACE_STRFTIME = @REPLACE_STRFTIME@
REPLACE_STRNCAT = @REPLACE_STRNCAT@
REPLACE_STRNDUP = @REPLACE_STRNDUP@
REPLACE_STRNLEN = @REPLACE_STRNLEN@
REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
REPLACE_STRSTR = @REPLACE_STRSTR@
REPLACE_STRTOD = @REPLACE_STRTOD@
REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@
REPLACE_STRTOK_R = @REPLACE_STRTOK_R@
REPLACE_STRTOL = @REPLACE_STRTOL@
REPLACE_STRTOLD = @REPLACE_STRTOLD@
REPLACE_STRTOLL = @REPLACE_STRTOLL@
REPLACE_STRTOUL = @REPLACE_STRTOUL@
REPLACE_STRTOULL = @REPLACE_STRTOULL@
REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@
REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@
REPLACE_SYMLINK = @REPLACE_SYMLINK@
REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@
REPLACE_TANF = @REPLACE_TANF@
REPLACE_TANHF = @REPLACE_TANHF@
REPLACE_TIME = @REPLACE_TIME@
REPLACE_TIMEGM = @REPLACE_TIMEGM@
REPLACE_TIMESPEC_GET = @REPLACE_TIMESPEC_GET@
REPLACE_TMPFILE = @REPLACE_TMPFILE@
REPLACE_TOTALORDER = @REPLACE_TOTALORDER@
REPLACE_TOTALORDERF = @REPLACE_TOTALORDERF@
REPLACE_TOTALORDERL = @REPLACE_TOTALORDERL@
REPLACE_TRUNC = @REPLACE_TRUNC@
REPLACE_TRUNCATE = @REPLACE_TRUNCATE@
REPLACE_TRUNCF = @REPLACE_TRUNCF@
REPLACE_TRUNCL = @REPLACE_TRUNCL@
REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@
REPLACE_TZSET = @REPLACE_TZSET@
REPLACE_UNLINK = @REPLACE_UNLINK@
REPLACE_UNLINKAT = @REPLACE_UNLINKAT@
REPLACE_UNSETENV = @REPLACE_UNSETENV@
REPLACE_USLEEP = @REPLACE_USLEEP@
REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@
REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
REPLACE_VDPRINTF = @REPLACE_VDPRINTF@
REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
REPLACE_VPRINTF = @REPLACE_VPRINTF@
REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@
REPLACE_VSPRINTF = @REPLACE_VSPRINTF@
REPLACE_WCRTOMB = @REPLACE_WCRTOMB@
REPLACE_WCSCMP = @REPLACE_WCSCMP@
REPLACE_WCSFTIME = @REPLACE_WCSFTIME@
REPLACE_WCSNCMP = @REPLACE_WCSNCMP@
REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@
REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@
REPLACE_WCSSTR = @REPLACE_WCSSTR@
REPLACE_WCSTOK = @REPLACE_WCSTOK@
REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@
REPLACE_WCTOB = @REPLACE_WCTOB@
REPLACE_WCTOMB = @REPLACE_WCTOMB@
REPLACE_WCWIDTH = @REPLACE_WCWIDTH@
REPLACE_WMEMCMP = @REPLACE_WMEMCMP@
REPLACE_WMEMPCPY = @REPLACE_WMEMPCPY@
REPLACE_WRITE = @REPLACE_WRITE@
REPLACE__EXIT = @REPLACE__EXIT@
SCHED_YIELD_LIB = @SCHED_YIELD_LIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@
SIZE_T_SUFFIX = @SIZE_T_SUFFIX@
STDARG_H = @STDARG_H@
STDCKDINT_H = @STDCKDINT_H@
STDDEF_H = @STDDEF_H@
STDINT_H = @STDINT_H@
STRIP = @STRIP@
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
TEXI2DVI = @TEXI2DVI@
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
TIME_H_DEFINES_TIME_UTC = @TIME_H_DEFINES_TIME_UTC@
UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
UNISTD_H_DEFINES_STRUCT_TIMESPEC = @UNISTD_H_DEFINES_STRUCT_TIMESPEC@
UNISTD_H_HAVE_SYS_RANDOM_H = @UNISTD_H_HAVE_SYS_RANDOM_H@
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
VERSION = @VERSION@
WARN_CFLAGS = @WARN_CFLAGS@
WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@
WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@
WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@
WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@
WINDOWS_STAT_TIMESPEC = @WINDOWS_STAT_TIMESPEC@
WINT_T_SUFFIX = @WINT_T_SUFFIX@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
lts_LIBOBJDEPS = @lts_LIBOBJDEPS@
lts_LIBOBJS = @lts_LIBOBJS@
lts_LTLIBOBJS = @lts_LTLIBOBJS@
ltstests_LIBOBJDEPS = @ltstests_LIBOBJDEPS@
ltstests_LIBOBJS = @ltstests_LIBOBJS@
ltstests_LTLIBOBJS = @ltstests_LTLIBOBJS@
ltstests_WITNESS = @ltstests_WITNESS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = 1.13 gnits subdir-objects no-dependencies
# Version information according to Woe32 conventions.
EXTRA_DIST = alignof.h alloca.in.h assert.in.h verify.h attribute.h \
basename-lgpl.h calloc.c calloc.c cloexec.h concat-filename.h \
errno.in.h error.in.h exitfail.h fcntl.in.h fd-hook.h \
fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h \
fd-ostream.oo.c fd-ostream.oo.h file-ostream.h file-ostream.c \
file_ostream.priv.h file_ostream.vt.h file-ostream.oo.c \
file-ostream.oo.h filename.h float.in.h fpucw.h frexp.c \
frexp.c frexpl.c stat-w32.c stat-w32.h w32sock.h getprogname.h \
$(top_srcdir)/build-aux/config.rpath html-ostream.h \
html-ostream.c html_ostream.priv.h html_ostream.vt.h \
html-ostream.oo.c html-ostream.oo.h html-styled-ostream.h \
html-styled-ostream.c html_styled_ostream.priv.h \
html_styled_ostream.vt.h html-styled-ostream.oo.c \
html-styled-ostream.oo.h ialloc.h iconv-ostream.h \
iconv-ostream.c iconv_ostream.priv.h iconv_ostream.vt.h \
iconv-ostream.oo.c iconv-ostream.oo.h intprops-internal.h \
intprops.h inttypes.in.h float+.h isnan.c isnand.c float+.h \
isnan.c isnand-nolibm.h isnand.c float+.h isnan.c isnanf.c \
float+.h isnan.c isnanf-nolibm.h isnanf.c float+.h isnan.c \
isnanl.c float+.h isnan.c isnanl-nolibm.h isnanl.c \
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 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 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 limits.in.h malloc.c malloc.c malloca.h \
math.in.h memchr.valgrind memory-ostream.h memory-ostream.c \
memory_ostream.priv.h memory_ostream.vt.h memory-ostream.oo.c \
memory-ostream.oo.h moo.h $(top_srcdir)/build-aux/moopp \
msvc-inval.h msvc-nothrow.h noop-styled-ostream.h \
noop-styled-ostream.c noop_styled_ostream.priv.h \
noop_styled_ostream.vt.h noop-styled-ostream.oo.c \
noop-styled-ostream.oo.h obstack.in.h ostream.h ostream.c \
ostream.priv.h ostream.vt.h ostream.oo.c ostream.oo.h \
pathmax.h printf-frexp.h printf-frexp.c printf-frexpl.h \
realloc.c realloc.c safe-read.h sys-limits.h safe-read.c \
safe-write.h sys-limits.h sig-handler.h signal.in.h float+.h \
_Noreturn.h arg-nonnull.h c++defs.h warn-on-use.h snprintf.c \
w32sock.h stat-w32.c stat-w32.h stat-time.h stdarg.in.h \
intprops-internal.h stdckdint.in.h stddef.in.h stdint.in.h \
stdio.in.h stdlib.in.h strerror-override.h string.in.h \
styled-ostream.h styled-ostream.c styled_ostream.priv.h \
styled_ostream.vt.h styled-ostream.oo.c styled-ostream.oo.h \
sys_socket.in.h sys_stat.in.h sys_time.in.h sys_types.in.h \
sys_uio.in.h term-ostream.h term-ostream.c term_ostream.priv.h \
term_ostream.vt.h term-ostream.oo.c term-ostream.oo.h \
term-style-control.h term-styled-ostream.h \
term-styled-ostream.c term_styled_ostream.priv.h \
term_styled_ostream.vt.h term-styled-ostream.oo.c \
term-styled-ostream.oo.h tparm.c tputs.c terminfo.h \
thread-optim.h time.in.h unistd.in.h unistr.in.h unitypes.in.h \
asnprintf.c float+.h printf-args.c printf-args.h \
printf-parse.c printf-parse.h vasnprintf.c vasnprintf.h \
asprintf.c vasprintf.c vsnprintf.c wchar.in.h \
windows-initguard.h windows-mutex.h windows-once.h \
windows-initguard.h windows-recmutex.h windows-initguard.h \
windows-rwlock.h xalloc.h xalloc.h xalloc-oversized.h \
concat-filename.h xgetaname-impl.h xalloc.h stdbool.mini.h \
libtextstyle.sym.in declared.sh libtextstyle.rc
BUILT_SOURCES = $(ALLOCA_H) $(ASSERT_H) $(ERRNO_H) error.h fcntl.h \
fd-ostream.h fd-ostream.c fd_ostream.priv.h fd_ostream.vt.h \
file-ostream.h file-ostream.c file_ostream.priv.h \
file_ostream.vt.h $(FLOAT_H) html-ostream.h html-ostream.c \
html_ostream.priv.h html_ostream.vt.h html-styled-ostream.h \
html-styled-ostream.c html_styled_ostream.priv.h \
html_styled_ostream.vt.h iconv-ostream.h iconv-ostream.c \
iconv_ostream.priv.h iconv_ostream.vt.h inttypes.h \
$(LIBGLIB_H) $(LIBXML_H) $(LIMITS_H) math.h memory-ostream.h \
memory-ostream.c memory_ostream.priv.h memory_ostream.vt.h \
noop-styled-ostream.h noop-styled-ostream.c \
noop_styled_ostream.priv.h noop_styled_ostream.vt.h \
$(OBSTACK_H) ostream.h ostream.c ostream.priv.h ostream.vt.h \
signal.h $(STDARG_H) $(STDCKDINT_H) $(STDDEF_H) $(STDINT_H) \
stdio.h stdlib.h string.h styled-ostream.h styled-ostream.c \
styled_ostream.priv.h styled_ostream.vt.h sys/socket.h \
sys/stat.h sys/time.h sys/types.h sys/uio.h term-ostream.h \
term-ostream.c term_ostream.priv.h term_ostream.vt.h \
term-styled-ostream.h term-styled-ostream.c \
term_styled_ostream.priv.h term_styled_ostream.vt.h time.h \
unistd.h $(LIBUNISTRING_UNISTR_H) $(LIBUNISTRING_UNITYPES_H) \
wchar.h textstyle/stdbool.h
# We distribute it because declared.sh relies on GNU sed.
# The GNU Coding Standards say in
# <https://www.gnu.org/prep/standards/html_node/Makefile-Basics.html>:
# "GNU distributions usually contain some files which are not source files
# ... . Since these files normally appear in the source directory, they
# should always appear in the source directory, not in the build directory.
# So Makefile rules to update them should put the updated files in the
# source directory."
# Therefore we put this file in the source directory, not the build directory.
MOSTLYCLEANFILES = core *.stackdump core *.stackdump alloca.h \
alloca.h-t assert.h assert.h-t errno.h errno.h-t error.h \
error.h-t fcntl.h fcntl.h-t float.h float.h-t inttypes.h \
inttypes.h-t glib.h glibconfig.h glib/ghash.h glib/glist.h \
glib/gmacros.h glib/gprimes.h glib/gprintfint.h \
glib/gstrfuncs.h glib/gstring.h glib/gtypes.h glib.h-t \
glibconfig.h-t glib/*.h-t libxml/DOCBparser.h \
libxml/HTMLparser.h libxml/HTMLtree.h libxml/SAX.h \
libxml/SAX2.h libxml/c14n.h libxml/catalog.h libxml/chvalid.h \
libxml/debugXML.h libxml/dict.h libxml/encoding.h \
libxml/entities.h libxml/globals.h libxml/hash.h libxml/list.h \
libxml/nanoftp.h libxml/nanohttp.h libxml/parser.h \
libxml/parserInternals.h libxml/pattern.h libxml/relaxng.h \
libxml/schemasInternals.h libxml/schematron.h libxml/threads.h \
libxml/tree.h libxml/uri.h libxml/valid.h libxml/xinclude.h \
libxml/xlink.h libxml/xmlIO.h libxml/xmlautomata.h \
libxml/xmlerror.h libxml/xmlexports.h libxml/xmlmemory.h \
libxml/xmlmodule.h libxml/xmlreader.h libxml/xmlregexp.h \
libxml/xmlsave.h libxml/xmlschemas.h libxml/xmlschemastypes.h \
libxml/xmlstring.h libxml/xmlunicode.h libxml/xmlversion.h \
libxml/xmlwriter.h libxml/xpath.h libxml/xpathInternals.h \
libxml/xpointer.h libxml/*.h-t limits.h limits.h-t math.h \
math.h-t1 math.h-t2 math.h-t3 math.h-t4 math.h-t5 math.h-t6 \
obstack.h obstack.h-t signal.h signal.h-t stdarg.h stdarg.h-t \
stdckdint.h stdckdint.h-t stddef.h stddef.h-t stdint.h \
stdint.h-t stdio.h stdio.h-t1 stdio.h-t2 stdio.h-t3 stdlib.h \
stdlib.h-t1 stdlib.h-t2 stdlib.h-t3 string.h string.h-t1 \
string.h-t2 sys/socket.h sys/socket.h-t sys/stat.h \
sys/stat.h-t sys/time.h sys/time.h-t sys/types.h sys/types.h-t \
sys/uio.h sys/uio.h-t time.h time.h-t unistd.h unistd.h-t1 \
unistd.h-t2 unistd.h-t3 unistd.h-t4 unistr.h unistr.h-t \
unitypes.h unitypes.h-t wchar.h wchar.h-t1 wchar.h-t2 \
wchar.h-t3 textstyle/stdbool.h-t libtextstyle.sym.in-t1 \
libtextstyle.sym.in-t2 libtextstyle.sym libtextstyle.sym-t \
config.h config.h-t $(am__append_57)
MOSTLYCLEANDIRS = sys sys sys
CLEANFILES = textstyle/stdbool.h
DISTCLEANFILES =
MAINTAINERCLEANFILES = fd-ostream.h fd-ostream.c fd_ostream.priv.h \
fd_ostream.vt.h file-ostream.h file-ostream.c \
file_ostream.priv.h file_ostream.vt.h html-ostream.h \
html-ostream.c html_ostream.priv.h html_ostream.vt.h \
html-styled-ostream.h html-styled-ostream.c \
html_styled_ostream.priv.h html_styled_ostream.vt.h \
iconv-ostream.h iconv-ostream.c iconv_ostream.priv.h \
iconv_ostream.vt.h memory-ostream.h memory-ostream.c \
memory_ostream.priv.h memory_ostream.vt.h \
noop-styled-ostream.h noop-styled-ostream.c \
noop_styled_ostream.priv.h noop_styled_ostream.vt.h ostream.h \
ostream.c ostream.priv.h ostream.vt.h styled-ostream.h \
styled-ostream.c styled_ostream.priv.h styled_ostream.vt.h \
term-ostream.h term-ostream.c term_ostream.priv.h \
term_ostream.vt.h term-styled-ostream.h term-styled-ostream.c \
term_styled_ostream.priv.h term_styled_ostream.vt.h \
libtextstyle.sym.in
SUFFIXES =
lib_LTLIBRARIES = libtextstyle.la
noinst_LTLIBRARIES = $(am__append_21) $(am__append_26) \
$(am__append_29)
nobase_include_HEADERS = textstyle.h
# The <stdbool.h> replacement that can be installed.
# textstyle/version.h is public.
# textstyle/woe32dll.h is not public, but is included by other header files.
nobase_nodist_include_HEADERS = textstyle/stdbool.h \
textstyle/version.h textstyle/woe32dll.h
noinst_HEADERS = notinline.h
# Parametrization of the 'relocatable-lib-lgpl' module.
AM_CPPFLAGS = -I. -I$(srcdir) -I$(top_builddir) -I$(top_srcdir) -Iglib \
-DIN_LIBTEXTSTYLE $(am__append_1) $(am__append_2) $(INCGLIB) \
$(INCXML) $(am__append_18) $(am__append_22) \
-DDEPENDS_ON_LIBICONV=1
# Enable more warning options in this directory.
AM_CFLAGS = @WARN_CFLAGS@
# No GNU Make output.
# Rules generated and collected by gnulib-tool.
# Additional source files.
libtextstyle_la_SOURCES = gl_array_list.h gl_array_list.c \
basename-lgpl.c binary-io.h binary-io.c c-ctype.h c-ctype.c \
c-strcase.h c-strcasecmp.c c-strncasecmp.c cloexec.c \
$(am__append_3) concat-filename.c $(am__append_4) \
$(am__append_5) exitfail.c fatal-signal.h fatal-signal.c \
$(am__append_6) fd-hook.c fd-ostream.c file-ostream.c \
$(am__append_7) $(am__append_8) $(am__append_9) \
$(am__append_10) $(am__append_11) full-write.h full-write.c \
get_ppid_of.h get_ppid_of.c get_progname_of.h \
get_progname_of.c $(am__append_12) $(am__append_13) \
$(am__append_14) gettext.h $(am__append_15) html-ostream.c \
html-styled-ostream.c ialloc.c iconv-ostream.c idx.h \
$(am__append_16) $(am__append_17) gl_list.h gl_list.c \
glthread/lock.h glthread/lock.c $(am__append_30) malloca.c \
math.c mbszero.c mem-hash-map.h mem-hash-map.c \
$(am__append_31) memory-ostream.c minmax.h $(am__append_32) \
$(am__append_33) noop-styled-ostream.c $(am__append_34) \
$(am__append_35) ostream.c printf-frexp.c printf-frexpl.c \
$(am__append_36) $(am__append_37) $(am__append_38) safe-read.c \
safe-write.c same-inode.h same-inode.c $(am__append_39) \
sig-handler.c $(am__append_40) $(am__append_41) size_max.h \
sockets.h sockets.c $(am__append_42) stat-time.c \
$(am__append_43) $(am__append_44) $(am__append_45) \
$(am__append_46) $(am__append_47) styled-ostream.c \
sys_socket.c term-ostream.c term-style-control.c \
term-styled-ostream.c glthread/threadlib.c unistd.c \
$(am__append_48) $(am__append_49) $(am__append_50) \
$(am__append_51) $(am__append_52) $(am__append_53) xmalloc.c \
xalloc-die.c xconcat-filename.c xgethostname.h xgethostname.c \
gl_xlist.h gl_xlist.c xsize.h xsize.c xvasprintf.h \
xvasprintf.c xasprintf.c color.h color.c misc.h misc.c \
version.c
libtextstyle_la_CFLAGS = $(AM_CFLAGS) $(GL_CFLAG_GNULIB_WARNINGS)
libtextstyle_la_LIBADD = $(lts_LTLIBOBJS) $(am__append_19) \
$(am__append_24) $(am__append_27) $(WOE32_LIBADD)
libtextstyle_la_DEPENDENCIES = $(lts_LTLIBOBJS) $(am__append_20) \
$(am__append_25) $(am__append_28) $(WOE32_LIBADD)
EXTRA_libtextstyle_la_SOURCES = calloc.c calloc.c fd-ostream.oo.c \
file-ostream.oo.c frexp.c frexp.c frexpl.c stat-w32.c \
html-ostream.oo.c html-styled-ostream.oo.c iconv-ostream.oo.c \
isnan.c isnand.c isnan.c isnand.c isnan.c isnanf.c isnan.c \
isnanf.c isnan.c isnanl.c isnan.c isnanl.c \
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 glib/ghash.c glib/glist.c glib/gmessages.c \
glib/gprimes.c glib/gstrfuncs.c glib/gstring.c \
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 malloc.c malloc.c memory-ostream.oo.c \
noop-styled-ostream.oo.c ostream.oo.c printf-frexp.c realloc.c \
realloc.c safe-read.c snprintf.c stat-w32.c \
styled-ostream.oo.c term-ostream.oo.c term-styled-ostream.oo.c \
tparm.c tputs.c asnprintf.c printf-args.c printf-parse.c \
vasnprintf.c asprintf.c vasprintf.c vsnprintf.c
# How to build libtextstyle.la.
libtextstyle_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(FABS_LIBM) \
$(GETHOSTNAME_LIB) $(ISNAND_LIBM) $(ISNANF_LIBM) \
$(ISNANL_LIBM) $(LIBSOCKET) $(LIBTHREAD) $(LOG10_LIBM) \
$(LTLIBICONV) $(LTLIBINTL) $(POW_LIBM) $(am__append_23) \
$(LTLIBTERMINFO) -no-undefined -export-symbols \
libtextstyle.sym -version-info \
$(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) -rpath $(libdir)
# Use this preprocessor expression to decide whether #include_next works.
# Do not rely on a 'configure'-time test for this, since the expression
# might appear in an installed header, which is used by some other compiler.
HAVE_INCLUDE_NEXT = (__GNUC__ || __clang__ || 60000000 <= __DECC_VER)
# In 'sed', replace the pattern space with a "DO NOT EDIT" comment.
SED_HEADER_NOEDIT = s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,
# '$(SED_HEADER_STDOUT) -e "..."' runs 'sed' but first outputs "DO NOT EDIT".
SED_HEADER_STDOUT = sed -e 1h -e '1$(SED_HEADER_NOEDIT)' -e 1G
# '$(SED_HEADER_TO_AT_t) FILE' copies FILE to $@-t, prepending a leading
# "DO_NOT_EDIT". Although this could be done more simply via:
# SED_HEADER_TO_AT_t = $(SED_HEADER_STDOUT) > $@-t
# the -n and 'w' avoid a fork+exec, at least when GNU Make is used.
SED_HEADER_TO_AT_t = $(SED_HEADER_STDOUT) -n -e 'w $@-t'
# Use $(gl_V_at) instead of $(AM_V_GEN) or $(AM_V_at) on a line that
gl_V_at = $(AM_V_GEN)
libcroco_rpl_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
libcroco_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX)
libcroco_rpl_la_CFLAGS = @FOREIGN_WARN_CFLAGS@
libglib_rpl_la_SOURCES = \
glib/ghash.c \
glib/glist.c \
glib/gmessages.c \
glib/gprimes.c \
glib/gstrfuncs.c \
glib/gstring.c
libglib_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX)
libglib_rpl_la_CFLAGS = @FOREIGN_WARN_CFLAGS@
libxml_rpl_la_SOURCES = \
libxml/DOCBparser.c \
libxml/HTMLparser.c \
libxml/HTMLtree.c \
libxml/SAX.c \
libxml/SAX2.c \
libxml/buf.h \
libxml/buf.c \
libxml/c14n.c \
libxml/catalog.c \
libxml/chvalid.c \
libxml/debugXML.c \
libxml/dict.c \
libxml/enc.h \
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/save.h \
libxml/schematron.c \
libxml/threads.c \
libxml/timsort.h \
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
libxml_rpl_la_CPPFLAGS = $(AM_CPPFLAGS) $(NO_CXX)
# We need NO_EXPENSIVE_WARN_CFLAGS, because with gcc 13, the compilation of
# libxml/parser.c requires 1.9 GB of RAM with -fanalyzer, as opposed to
# 0.09 GB of RAM with -fno-analyzer.
libxml_rpl_la_CFLAGS = @FOREIGN_WARN_CFLAGS@ @NO_EXPENSIVE_WARN_CFLAGS@
MOOPPFLAGS =
# Because this Makefile snippet defines a variable used by other
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.
_NORETURN_H = $(srcdir)/_Noreturn.h
# Because this Makefile snippet defines a variable used by other
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.
ARG_NONNULL_H = $(srcdir)/arg-nonnull.h
# Because this Makefile snippet defines a variable used by other
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.
CXXDEFS_H = $(srcdir)/c++defs.h
# Because this Makefile snippet defines a variable used by other
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.
WARN_ON_USE_H = $(srcdir)/warn-on-use.h
# Directories that contain some CLEANFILES.
CLEANDIRS =
CLEANDIRS_NOT_IN_SRCDIR =
# Directories that contain some DISTCLEANFILES.
DISTCLEANDIRS = sys
DISTCLEANDIRS_NOT_IN_SRCDIR = textstyle
# List of header files that get installed and that declare 'extern' symbols.
HEADERS_WITH_EXTERNS = \
textstyle.h \
textstyle/version.in.h
COMPILATION_UNITS = $(libtextstyle_la_SOURCES) $(gl_LIBOBJS) \
$(am__append_54) $(am__append_55) $(am__append_56)
@WOE32_FALSE@WOE32_LIBADD =
@WOE32_TRUE@WOE32_LIBADD = libtextstyle.res.lo
# Libtool's library version information for libtextstyle.
# See the libtool documentation, section "Library interface versions".
LTV_CURRENT = 2
LTV_REVISION = 1
LTV_AGE = 2
all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.gnulib $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnits lib/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
$(srcdir)/Makefile.gnulib $(am__empty):
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
exported.sh: $(top_builddir)/config.status $(srcdir)/exported.sh.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
list2=; for p in $$list; do \
if test -f $$p; then \
list2="$$list2 $$p"; \
else :; fi; \
done; \
test -z "$$list2" || { \
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
}
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
for p in $$list; do \
$(am__strip_dir) \
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
@list='$(lib_LTLIBRARIES)'; \
locs=`for p in $$list; do echo $$p; done | \
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
sort -u`; \
test -z "$$locs" || { \
echo rm -f $${locs}; \
rm -f $${locs}; \
}
clean-noinstLTLIBRARIES:
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
@list='$(noinst_LTLIBRARIES)'; \
locs=`for p in $$list; do echo $$p; done | \
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
sort -u`; \
test -z "$$locs" || { \
echo rm -f $${locs}; \
rm -f $${locs}; \
}
libcroco/$(am__dirstamp):
@$(MKDIR_P) libcroco
@: > libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-additional-sel.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-attr-sel.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-cascade.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-declaration.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-doc-handler.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-enc-handler.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-fonts.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-input.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-num.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-om-parser.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-parser.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-parsing-location.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-prop-list.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-pseudo.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-rgb.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-sel-eng.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-selector.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-simple-sel.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-statement.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-string.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-style.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-stylesheet.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-term.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-tknzr.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-token.lo: libcroco/$(am__dirstamp)
libcroco/rpl_la-cr-utils.lo: libcroco/$(am__dirstamp)
libcroco_rpl.la: $(libcroco_rpl_la_OBJECTS) $(libcroco_rpl_la_DEPENDENCIES) $(EXTRA_libcroco_rpl_la_DEPENDENCIES)
$(AM_V_CCLD)$(libcroco_rpl_la_LINK) $(am_libcroco_rpl_la_rpath) $(libcroco_rpl_la_OBJECTS) $(libcroco_rpl_la_LIBADD) $(LIBS)
glib/$(am__dirstamp):
@$(MKDIR_P) glib
@: > glib/$(am__dirstamp)
glib/libglib_rpl_la-ghash.lo: glib/$(am__dirstamp)
glib/libglib_rpl_la-glist.lo: glib/$(am__dirstamp)
glib/libglib_rpl_la-gmessages.lo: glib/$(am__dirstamp)
glib/libglib_rpl_la-gprimes.lo: glib/$(am__dirstamp)
glib/libglib_rpl_la-gstrfuncs.lo: glib/$(am__dirstamp)
glib/libglib_rpl_la-gstring.lo: glib/$(am__dirstamp)
libglib_rpl.la: $(libglib_rpl_la_OBJECTS) $(libglib_rpl_la_DEPENDENCIES) $(EXTRA_libglib_rpl_la_DEPENDENCIES)
$(AM_V_CCLD)$(libglib_rpl_la_LINK) $(am_libglib_rpl_la_rpath) $(libglib_rpl_la_OBJECTS) $(libglib_rpl_la_LIBADD) $(LIBS)
glthread/$(am__dirstamp):
@$(MKDIR_P) glthread
@: > glthread/$(am__dirstamp)
glthread/libtextstyle_la-lock.lo: glthread/$(am__dirstamp)
glthread/libtextstyle_la-threadlib.lo: glthread/$(am__dirstamp)
unistr/$(am__dirstamp):
@$(MKDIR_P) unistr
@: > unistr/$(am__dirstamp)
unistr/libtextstyle_la-u8-mbtouc.lo: unistr/$(am__dirstamp)
unistr/libtextstyle_la-u8-mbtouc-aux.lo: unistr/$(am__dirstamp)
libcroco/libtextstyle_la-cr-additional-sel.lo: \
libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-attr-sel.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-cascade.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-declaration.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-doc-handler.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-enc-handler.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-fonts.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-input.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-num.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-om-parser.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-parser.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-parsing-location.lo: \
libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-prop-list.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-pseudo.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-rgb.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-sel-eng.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-selector.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-simple-sel.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-statement.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-string.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-style.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-stylesheet.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-term.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-tknzr.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-token.lo: libcroco/$(am__dirstamp)
libcroco/libtextstyle_la-cr-utils.lo: libcroco/$(am__dirstamp)
glib/libtextstyle_la-ghash.lo: glib/$(am__dirstamp)
glib/libtextstyle_la-glist.lo: glib/$(am__dirstamp)
glib/libtextstyle_la-gmessages.lo: glib/$(am__dirstamp)
glib/libtextstyle_la-gprimes.lo: glib/$(am__dirstamp)
glib/libtextstyle_la-gstrfuncs.lo: glib/$(am__dirstamp)
glib/libtextstyle_la-gstring.lo: glib/$(am__dirstamp)
libxml/$(am__dirstamp):
@$(MKDIR_P) libxml
@: > libxml/$(am__dirstamp)
libxml/libtextstyle_la-DOCBparser.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-HTMLparser.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-HTMLtree.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-SAX.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-SAX2.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-buf.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-c14n.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-catalog.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-chvalid.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-debugXML.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-dict.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-encoding.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-entities.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-error.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-globals.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-hash.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-legacy.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-list.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-nanoftp.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-nanohttp.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-parser.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-parserInternals.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-pattern.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-relaxng.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-schematron.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-threads.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-tree.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-trionan.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-uri.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-valid.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xinclude.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xlink.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlIO.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlmemory.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlmodule.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlreader.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlregexp.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlsave.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlschemas.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlschemastypes.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlstring.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlunicode.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xmlwriter.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xpath.lo: libxml/$(am__dirstamp)
libxml/libtextstyle_la-xpointer.lo: libxml/$(am__dirstamp)
libtextstyle.la: $(libtextstyle_la_OBJECTS) $(libtextstyle_la_DEPENDENCIES) $(EXTRA_libtextstyle_la_DEPENDENCIES)
$(AM_V_CCLD)$(libtextstyle_la_LINK) -rpath $(libdir) $(libtextstyle_la_OBJECTS) $(libtextstyle_la_LIBADD) $(LIBS)
libxml/rpl_la-DOCBparser.lo: libxml/$(am__dirstamp)
libxml/rpl_la-HTMLparser.lo: libxml/$(am__dirstamp)
libxml/rpl_la-HTMLtree.lo: libxml/$(am__dirstamp)
libxml/rpl_la-SAX.lo: libxml/$(am__dirstamp)
libxml/rpl_la-SAX2.lo: libxml/$(am__dirstamp)
libxml/rpl_la-buf.lo: libxml/$(am__dirstamp)
libxml/rpl_la-c14n.lo: libxml/$(am__dirstamp)
libxml/rpl_la-catalog.lo: libxml/$(am__dirstamp)
libxml/rpl_la-chvalid.lo: libxml/$(am__dirstamp)
libxml/rpl_la-debugXML.lo: libxml/$(am__dirstamp)
libxml/rpl_la-dict.lo: libxml/$(am__dirstamp)
libxml/rpl_la-encoding.lo: libxml/$(am__dirstamp)
libxml/rpl_la-entities.lo: libxml/$(am__dirstamp)
libxml/rpl_la-error.lo: libxml/$(am__dirstamp)
libxml/rpl_la-globals.lo: libxml/$(am__dirstamp)
libxml/rpl_la-hash.lo: libxml/$(am__dirstamp)
libxml/rpl_la-legacy.lo: libxml/$(am__dirstamp)
libxml/rpl_la-list.lo: libxml/$(am__dirstamp)
libxml/rpl_la-nanoftp.lo: libxml/$(am__dirstamp)
libxml/rpl_la-nanohttp.lo: libxml/$(am__dirstamp)
libxml/rpl_la-parser.lo: libxml/$(am__dirstamp)
libxml/rpl_la-parserInternals.lo: libxml/$(am__dirstamp)
libxml/rpl_la-pattern.lo: libxml/$(am__dirstamp)
libxml/rpl_la-relaxng.lo: libxml/$(am__dirstamp)
libxml/rpl_la-schematron.lo: libxml/$(am__dirstamp)
libxml/rpl_la-threads.lo: libxml/$(am__dirstamp)
libxml/rpl_la-tree.lo: libxml/$(am__dirstamp)
libxml/rpl_la-trionan.lo: libxml/$(am__dirstamp)
libxml/rpl_la-uri.lo: libxml/$(am__dirstamp)
libxml/rpl_la-valid.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xinclude.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xlink.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlIO.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlmemory.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlmodule.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlreader.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlregexp.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlsave.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlschemas.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlschemastypes.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlstring.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlunicode.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xmlwriter.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xpath.lo: libxml/$(am__dirstamp)
libxml/rpl_la-xpointer.lo: libxml/$(am__dirstamp)
libxml_rpl.la: $(libxml_rpl_la_OBJECTS) $(libxml_rpl_la_DEPENDENCIES) $(EXTRA_libxml_rpl_la_DEPENDENCIES)
$(AM_V_CCLD)$(libxml_rpl_la_LINK) $(am_libxml_rpl_la_rpath) $(libxml_rpl_la_OBJECTS) $(libxml_rpl_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
-rm -f glib/*.$(OBJEXT)
-rm -f glib/*.lo
-rm -f glthread/*.$(OBJEXT)
-rm -f glthread/*.lo
-rm -f libcroco/*.$(OBJEXT)
-rm -f libcroco/*.lo
-rm -f libxml/*.$(OBJEXT)
-rm -f libxml/*.lo
-rm -f unistr/*.$(OBJEXT)
-rm -f unistr/*.lo
distclean-compile:
-rm -f *.tab.c
.c.o:
$(AM_V_CC)$(COMPILE) -c -o $@ $<
.c.obj:
$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.c.lo:
$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
libcroco/rpl_la-cr-additional-sel.lo: libcroco/cr-additional-sel.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-additional-sel.lo `test -f 'libcroco/cr-additional-sel.c' || echo '$(srcdir)/'`libcroco/cr-additional-sel.c
libcroco/rpl_la-cr-attr-sel.lo: libcroco/cr-attr-sel.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-attr-sel.lo `test -f 'libcroco/cr-attr-sel.c' || echo '$(srcdir)/'`libcroco/cr-attr-sel.c
libcroco/rpl_la-cr-cascade.lo: libcroco/cr-cascade.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-cascade.lo `test -f 'libcroco/cr-cascade.c' || echo '$(srcdir)/'`libcroco/cr-cascade.c
libcroco/rpl_la-cr-declaration.lo: libcroco/cr-declaration.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-declaration.lo `test -f 'libcroco/cr-declaration.c' || echo '$(srcdir)/'`libcroco/cr-declaration.c
libcroco/rpl_la-cr-doc-handler.lo: libcroco/cr-doc-handler.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-doc-handler.lo `test -f 'libcroco/cr-doc-handler.c' || echo '$(srcdir)/'`libcroco/cr-doc-handler.c
libcroco/rpl_la-cr-enc-handler.lo: libcroco/cr-enc-handler.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-enc-handler.lo `test -f 'libcroco/cr-enc-handler.c' || echo '$(srcdir)/'`libcroco/cr-enc-handler.c
libcroco/rpl_la-cr-fonts.lo: libcroco/cr-fonts.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-fonts.lo `test -f 'libcroco/cr-fonts.c' || echo '$(srcdir)/'`libcroco/cr-fonts.c
libcroco/rpl_la-cr-input.lo: libcroco/cr-input.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-input.lo `test -f 'libcroco/cr-input.c' || echo '$(srcdir)/'`libcroco/cr-input.c
libcroco/rpl_la-cr-num.lo: libcroco/cr-num.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-num.lo `test -f 'libcroco/cr-num.c' || echo '$(srcdir)/'`libcroco/cr-num.c
libcroco/rpl_la-cr-om-parser.lo: libcroco/cr-om-parser.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-om-parser.lo `test -f 'libcroco/cr-om-parser.c' || echo '$(srcdir)/'`libcroco/cr-om-parser.c
libcroco/rpl_la-cr-parser.lo: libcroco/cr-parser.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-parser.lo `test -f 'libcroco/cr-parser.c' || echo '$(srcdir)/'`libcroco/cr-parser.c
libcroco/rpl_la-cr-parsing-location.lo: libcroco/cr-parsing-location.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-parsing-location.lo `test -f 'libcroco/cr-parsing-location.c' || echo '$(srcdir)/'`libcroco/cr-parsing-location.c
libcroco/rpl_la-cr-prop-list.lo: libcroco/cr-prop-list.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-prop-list.lo `test -f 'libcroco/cr-prop-list.c' || echo '$(srcdir)/'`libcroco/cr-prop-list.c
libcroco/rpl_la-cr-pseudo.lo: libcroco/cr-pseudo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-pseudo.lo `test -f 'libcroco/cr-pseudo.c' || echo '$(srcdir)/'`libcroco/cr-pseudo.c
libcroco/rpl_la-cr-rgb.lo: libcroco/cr-rgb.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-rgb.lo `test -f 'libcroco/cr-rgb.c' || echo '$(srcdir)/'`libcroco/cr-rgb.c
libcroco/rpl_la-cr-sel-eng.lo: libcroco/cr-sel-eng.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-sel-eng.lo `test -f 'libcroco/cr-sel-eng.c' || echo '$(srcdir)/'`libcroco/cr-sel-eng.c
libcroco/rpl_la-cr-selector.lo: libcroco/cr-selector.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-selector.lo `test -f 'libcroco/cr-selector.c' || echo '$(srcdir)/'`libcroco/cr-selector.c
libcroco/rpl_la-cr-simple-sel.lo: libcroco/cr-simple-sel.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-simple-sel.lo `test -f 'libcroco/cr-simple-sel.c' || echo '$(srcdir)/'`libcroco/cr-simple-sel.c
libcroco/rpl_la-cr-statement.lo: libcroco/cr-statement.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-statement.lo `test -f 'libcroco/cr-statement.c' || echo '$(srcdir)/'`libcroco/cr-statement.c
libcroco/rpl_la-cr-string.lo: libcroco/cr-string.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-string.lo `test -f 'libcroco/cr-string.c' || echo '$(srcdir)/'`libcroco/cr-string.c
libcroco/rpl_la-cr-style.lo: libcroco/cr-style.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-style.lo `test -f 'libcroco/cr-style.c' || echo '$(srcdir)/'`libcroco/cr-style.c
libcroco/rpl_la-cr-stylesheet.lo: libcroco/cr-stylesheet.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-stylesheet.lo `test -f 'libcroco/cr-stylesheet.c' || echo '$(srcdir)/'`libcroco/cr-stylesheet.c
libcroco/rpl_la-cr-term.lo: libcroco/cr-term.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-term.lo `test -f 'libcroco/cr-term.c' || echo '$(srcdir)/'`libcroco/cr-term.c
libcroco/rpl_la-cr-tknzr.lo: libcroco/cr-tknzr.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-tknzr.lo `test -f 'libcroco/cr-tknzr.c' || echo '$(srcdir)/'`libcroco/cr-tknzr.c
libcroco/rpl_la-cr-token.lo: libcroco/cr-token.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-token.lo `test -f 'libcroco/cr-token.c' || echo '$(srcdir)/'`libcroco/cr-token.c
libcroco/rpl_la-cr-utils.lo: libcroco/cr-utils.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libcroco_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libcroco_rpl_la_CFLAGS) $(CFLAGS) -c -o libcroco/rpl_la-cr-utils.lo `test -f 'libcroco/cr-utils.c' || echo '$(srcdir)/'`libcroco/cr-utils.c
glib/libglib_rpl_la-ghash.lo: glib/ghash.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libglib_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libglib_rpl_la_CFLAGS) $(CFLAGS) -c -o glib/libglib_rpl_la-ghash.lo `test -f 'glib/ghash.c' || echo '$(srcdir)/'`glib/ghash.c
glib/libglib_rpl_la-glist.lo: glib/glist.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libglib_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libglib_rpl_la_CFLAGS) $(CFLAGS) -c -o glib/libglib_rpl_la-glist.lo `test -f 'glib/glist.c' || echo '$(srcdir)/'`glib/glist.c
glib/libglib_rpl_la-gmessages.lo: glib/gmessages.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libglib_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libglib_rpl_la_CFLAGS) $(CFLAGS) -c -o glib/libglib_rpl_la-gmessages.lo `test -f 'glib/gmessages.c' || echo '$(srcdir)/'`glib/gmessages.c
glib/libglib_rpl_la-gprimes.lo: glib/gprimes.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libglib_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libglib_rpl_la_CFLAGS) $(CFLAGS) -c -o glib/libglib_rpl_la-gprimes.lo `test -f 'glib/gprimes.c' || echo '$(srcdir)/'`glib/gprimes.c
glib/libglib_rpl_la-gstrfuncs.lo: glib/gstrfuncs.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libglib_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libglib_rpl_la_CFLAGS) $(CFLAGS) -c -o glib/libglib_rpl_la-gstrfuncs.lo `test -f 'glib/gstrfuncs.c' || echo '$(srcdir)/'`glib/gstrfuncs.c
glib/libglib_rpl_la-gstring.lo: glib/gstring.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libglib_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libglib_rpl_la_CFLAGS) $(CFLAGS) -c -o glib/libglib_rpl_la-gstring.lo `test -f 'glib/gstring.c' || echo '$(srcdir)/'`glib/gstring.c
libtextstyle_la-gl_array_list.lo: gl_array_list.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-gl_array_list.lo `test -f 'gl_array_list.c' || echo '$(srcdir)/'`gl_array_list.c
libtextstyle_la-basename-lgpl.lo: basename-lgpl.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-basename-lgpl.lo `test -f 'basename-lgpl.c' || echo '$(srcdir)/'`basename-lgpl.c
libtextstyle_la-binary-io.lo: binary-io.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-binary-io.lo `test -f 'binary-io.c' || echo '$(srcdir)/'`binary-io.c
libtextstyle_la-c-ctype.lo: c-ctype.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-c-ctype.lo `test -f 'c-ctype.c' || echo '$(srcdir)/'`c-ctype.c
libtextstyle_la-c-strcasecmp.lo: c-strcasecmp.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-c-strcasecmp.lo `test -f 'c-strcasecmp.c' || echo '$(srcdir)/'`c-strcasecmp.c
libtextstyle_la-c-strncasecmp.lo: c-strncasecmp.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-c-strncasecmp.lo `test -f 'c-strncasecmp.c' || echo '$(srcdir)/'`c-strncasecmp.c
libtextstyle_la-cloexec.lo: cloexec.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-cloexec.lo `test -f 'cloexec.c' || echo '$(srcdir)/'`cloexec.c
libtextstyle_la-close.lo: close.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-close.lo `test -f 'close.c' || echo '$(srcdir)/'`close.c
libtextstyle_la-concat-filename.lo: concat-filename.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-concat-filename.lo `test -f 'concat-filename.c' || echo '$(srcdir)/'`concat-filename.c
libtextstyle_la-dup2.lo: dup2.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-dup2.lo `test -f 'dup2.c' || echo '$(srcdir)/'`dup2.c
libtextstyle_la-error.lo: error.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c
libtextstyle_la-exitfail.lo: exitfail.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-exitfail.lo `test -f 'exitfail.c' || echo '$(srcdir)/'`exitfail.c
libtextstyle_la-fatal-signal.lo: fatal-signal.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-fatal-signal.lo `test -f 'fatal-signal.c' || echo '$(srcdir)/'`fatal-signal.c
libtextstyle_la-fcntl.lo: fcntl.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-fcntl.lo `test -f 'fcntl.c' || echo '$(srcdir)/'`fcntl.c
libtextstyle_la-fd-hook.lo: fd-hook.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-fd-hook.lo `test -f 'fd-hook.c' || echo '$(srcdir)/'`fd-hook.c
libtextstyle_la-fd-ostream.lo: fd-ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-fd-ostream.lo `test -f 'fd-ostream.c' || echo '$(srcdir)/'`fd-ostream.c
libtextstyle_la-file-ostream.lo: file-ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-file-ostream.lo `test -f 'file-ostream.c' || echo '$(srcdir)/'`file-ostream.c
libtextstyle_la-float.lo: float.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-float.lo `test -f 'float.c' || echo '$(srcdir)/'`float.c
libtextstyle_la-itold.lo: itold.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-itold.lo `test -f 'itold.c' || echo '$(srcdir)/'`itold.c
libtextstyle_la-free.lo: free.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-free.lo `test -f 'free.c' || echo '$(srcdir)/'`free.c
libtextstyle_la-fstat.lo: fstat.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-fstat.lo `test -f 'fstat.c' || echo '$(srcdir)/'`fstat.c
libtextstyle_la-fsync.lo: fsync.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-fsync.lo `test -f 'fsync.c' || echo '$(srcdir)/'`fsync.c
libtextstyle_la-full-write.lo: full-write.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-full-write.lo `test -f 'full-write.c' || echo '$(srcdir)/'`full-write.c
libtextstyle_la-get_ppid_of.lo: get_ppid_of.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-get_ppid_of.lo `test -f 'get_ppid_of.c' || echo '$(srcdir)/'`get_ppid_of.c
libtextstyle_la-get_progname_of.lo: get_progname_of.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-get_progname_of.lo `test -f 'get_progname_of.c' || echo '$(srcdir)/'`get_progname_of.c
libtextstyle_la-getdtablesize.lo: getdtablesize.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-getdtablesize.lo `test -f 'getdtablesize.c' || echo '$(srcdir)/'`getdtablesize.c
libtextstyle_la-gethostname.lo: gethostname.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-gethostname.lo `test -f 'gethostname.c' || echo '$(srcdir)/'`gethostname.c
libtextstyle_la-getprogname.lo: getprogname.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-getprogname.lo `test -f 'getprogname.c' || echo '$(srcdir)/'`getprogname.c
libtextstyle_la-gettimeofday.lo: gettimeofday.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-gettimeofday.lo `test -f 'gettimeofday.c' || echo '$(srcdir)/'`gettimeofday.c
libtextstyle_la-html-ostream.lo: html-ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-html-ostream.lo `test -f 'html-ostream.c' || echo '$(srcdir)/'`html-ostream.c
libtextstyle_la-html-styled-ostream.lo: html-styled-ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-html-styled-ostream.lo `test -f 'html-styled-ostream.c' || echo '$(srcdir)/'`html-styled-ostream.c
libtextstyle_la-ialloc.lo: ialloc.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-ialloc.lo `test -f 'ialloc.c' || echo '$(srcdir)/'`ialloc.c
libtextstyle_la-iconv-ostream.lo: iconv-ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-iconv-ostream.lo `test -f 'iconv-ostream.c' || echo '$(srcdir)/'`iconv-ostream.c
libtextstyle_la-isatty.lo: isatty.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-isatty.lo `test -f 'isatty.c' || echo '$(srcdir)/'`isatty.c
libtextstyle_la-isinf.lo: isinf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-isinf.lo `test -f 'isinf.c' || echo '$(srcdir)/'`isinf.c
libtextstyle_la-gl_list.lo: gl_list.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-gl_list.lo `test -f 'gl_list.c' || echo '$(srcdir)/'`gl_list.c
glthread/libtextstyle_la-lock.lo: glthread/lock.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o glthread/libtextstyle_la-lock.lo `test -f 'glthread/lock.c' || echo '$(srcdir)/'`glthread/lock.c
libtextstyle_la-log10.lo: log10.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-log10.lo `test -f 'log10.c' || echo '$(srcdir)/'`log10.c
libtextstyle_la-malloca.lo: malloca.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-malloca.lo `test -f 'malloca.c' || echo '$(srcdir)/'`malloca.c
libtextstyle_la-math.lo: math.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-math.lo `test -f 'math.c' || echo '$(srcdir)/'`math.c
libtextstyle_la-mbszero.lo: mbszero.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-mbszero.lo `test -f 'mbszero.c' || echo '$(srcdir)/'`mbszero.c
libtextstyle_la-mem-hash-map.lo: mem-hash-map.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-mem-hash-map.lo `test -f 'mem-hash-map.c' || echo '$(srcdir)/'`mem-hash-map.c
libtextstyle_la-memchr.lo: memchr.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-memchr.lo `test -f 'memchr.c' || echo '$(srcdir)/'`memchr.c
libtextstyle_la-memory-ostream.lo: memory-ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-memory-ostream.lo `test -f 'memory-ostream.c' || echo '$(srcdir)/'`memory-ostream.c
libtextstyle_la-msvc-inval.lo: msvc-inval.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-msvc-inval.lo `test -f 'msvc-inval.c' || echo '$(srcdir)/'`msvc-inval.c
libtextstyle_la-msvc-nothrow.lo: msvc-nothrow.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-msvc-nothrow.lo `test -f 'msvc-nothrow.c' || echo '$(srcdir)/'`msvc-nothrow.c
libtextstyle_la-noop-styled-ostream.lo: noop-styled-ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-noop-styled-ostream.lo `test -f 'noop-styled-ostream.c' || echo '$(srcdir)/'`noop-styled-ostream.c
libtextstyle_la-obstack.lo: obstack.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-obstack.lo `test -f 'obstack.c' || echo '$(srcdir)/'`obstack.c
libtextstyle_la-open.lo: open.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-open.lo `test -f 'open.c' || echo '$(srcdir)/'`open.c
libtextstyle_la-ostream.lo: ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-ostream.lo `test -f 'ostream.c' || echo '$(srcdir)/'`ostream.c
libtextstyle_la-printf-frexp.lo: printf-frexp.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-printf-frexp.lo `test -f 'printf-frexp.c' || echo '$(srcdir)/'`printf-frexp.c
libtextstyle_la-printf-frexpl.lo: printf-frexpl.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-printf-frexpl.lo `test -f 'printf-frexpl.c' || echo '$(srcdir)/'`printf-frexpl.c
libtextstyle_la-raise.lo: raise.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-raise.lo `test -f 'raise.c' || echo '$(srcdir)/'`raise.c
libtextstyle_la-read.lo: read.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-read.lo `test -f 'read.c' || echo '$(srcdir)/'`read.c
libtextstyle_la-reallocarray.lo: reallocarray.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-reallocarray.lo `test -f 'reallocarray.c' || echo '$(srcdir)/'`reallocarray.c
libtextstyle_la-safe-read.lo: safe-read.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-safe-read.lo `test -f 'safe-read.c' || echo '$(srcdir)/'`safe-read.c
libtextstyle_la-safe-write.lo: safe-write.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-safe-write.lo `test -f 'safe-write.c' || echo '$(srcdir)/'`safe-write.c
libtextstyle_la-same-inode.lo: same-inode.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-same-inode.lo `test -f 'same-inode.c' || echo '$(srcdir)/'`same-inode.c
libtextstyle_la-sigaction.lo: sigaction.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-sigaction.lo `test -f 'sigaction.c' || echo '$(srcdir)/'`sigaction.c
libtextstyle_la-sig-handler.lo: sig-handler.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-sig-handler.lo `test -f 'sig-handler.c' || echo '$(srcdir)/'`sig-handler.c
libtextstyle_la-signbitf.lo: signbitf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-signbitf.lo `test -f 'signbitf.c' || echo '$(srcdir)/'`signbitf.c
libtextstyle_la-signbitd.lo: signbitd.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-signbitd.lo `test -f 'signbitd.c' || echo '$(srcdir)/'`signbitd.c
libtextstyle_la-signbitl.lo: signbitl.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-signbitl.lo `test -f 'signbitl.c' || echo '$(srcdir)/'`signbitl.c
libtextstyle_la-sigprocmask.lo: sigprocmask.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-sigprocmask.lo `test -f 'sigprocmask.c' || echo '$(srcdir)/'`sigprocmask.c
libtextstyle_la-sockets.lo: sockets.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-sockets.lo `test -f 'sockets.c' || echo '$(srcdir)/'`sockets.c
libtextstyle_la-stat.lo: stat.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-stat.lo `test -f 'stat.c' || echo '$(srcdir)/'`stat.c
libtextstyle_la-stat-time.lo: stat-time.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-stat-time.lo `test -f 'stat-time.c' || echo '$(srcdir)/'`stat-time.c
libtextstyle_la-stdio-read.lo: stdio-read.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-stdio-read.lo `test -f 'stdio-read.c' || echo '$(srcdir)/'`stdio-read.c
libtextstyle_la-stdio-write.lo: stdio-write.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-stdio-write.lo `test -f 'stdio-write.c' || echo '$(srcdir)/'`stdio-write.c
libtextstyle_la-stpcpy.lo: stpcpy.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-stpcpy.lo `test -f 'stpcpy.c' || echo '$(srcdir)/'`stpcpy.c
libtextstyle_la-strerror.lo: strerror.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-strerror.lo `test -f 'strerror.c' || echo '$(srcdir)/'`strerror.c
libtextstyle_la-strerror-override.lo: strerror-override.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-strerror-override.lo `test -f 'strerror-override.c' || echo '$(srcdir)/'`strerror-override.c
libtextstyle_la-styled-ostream.lo: styled-ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-styled-ostream.lo `test -f 'styled-ostream.c' || echo '$(srcdir)/'`styled-ostream.c
libtextstyle_la-sys_socket.lo: sys_socket.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-sys_socket.lo `test -f 'sys_socket.c' || echo '$(srcdir)/'`sys_socket.c
libtextstyle_la-term-ostream.lo: term-ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-term-ostream.lo `test -f 'term-ostream.c' || echo '$(srcdir)/'`term-ostream.c
libtextstyle_la-term-style-control.lo: term-style-control.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-term-style-control.lo `test -f 'term-style-control.c' || echo '$(srcdir)/'`term-style-control.c
libtextstyle_la-term-styled-ostream.lo: term-styled-ostream.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-term-styled-ostream.lo `test -f 'term-styled-ostream.c' || echo '$(srcdir)/'`term-styled-ostream.c
glthread/libtextstyle_la-threadlib.lo: glthread/threadlib.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o glthread/libtextstyle_la-threadlib.lo `test -f 'glthread/threadlib.c' || echo '$(srcdir)/'`glthread/threadlib.c
libtextstyle_la-unistd.lo: unistd.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-unistd.lo `test -f 'unistd.c' || echo '$(srcdir)/'`unistd.c
unistr/libtextstyle_la-u8-mbtouc.lo: unistr/u8-mbtouc.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o unistr/libtextstyle_la-u8-mbtouc.lo `test -f 'unistr/u8-mbtouc.c' || echo '$(srcdir)/'`unistr/u8-mbtouc.c
unistr/libtextstyle_la-u8-mbtouc-aux.lo: unistr/u8-mbtouc-aux.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o unistr/libtextstyle_la-u8-mbtouc-aux.lo `test -f 'unistr/u8-mbtouc-aux.c' || echo '$(srcdir)/'`unistr/u8-mbtouc-aux.c
libtextstyle_la-windows-mutex.lo: windows-mutex.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-windows-mutex.lo `test -f 'windows-mutex.c' || echo '$(srcdir)/'`windows-mutex.c
libtextstyle_la-windows-once.lo: windows-once.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-windows-once.lo `test -f 'windows-once.c' || echo '$(srcdir)/'`windows-once.c
libtextstyle_la-windows-recmutex.lo: windows-recmutex.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-windows-recmutex.lo `test -f 'windows-recmutex.c' || echo '$(srcdir)/'`windows-recmutex.c
libtextstyle_la-windows-rwlock.lo: windows-rwlock.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-windows-rwlock.lo `test -f 'windows-rwlock.c' || echo '$(srcdir)/'`windows-rwlock.c
libtextstyle_la-write.lo: write.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-write.lo `test -f 'write.c' || echo '$(srcdir)/'`write.c
libtextstyle_la-xmalloc.lo: xmalloc.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-xmalloc.lo `test -f 'xmalloc.c' || echo '$(srcdir)/'`xmalloc.c
libtextstyle_la-xalloc-die.lo: xalloc-die.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-xalloc-die.lo `test -f 'xalloc-die.c' || echo '$(srcdir)/'`xalloc-die.c
libtextstyle_la-xconcat-filename.lo: xconcat-filename.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-xconcat-filename.lo `test -f 'xconcat-filename.c' || echo '$(srcdir)/'`xconcat-filename.c
libtextstyle_la-xgethostname.lo: xgethostname.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-xgethostname.lo `test -f 'xgethostname.c' || echo '$(srcdir)/'`xgethostname.c
libtextstyle_la-gl_xlist.lo: gl_xlist.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-gl_xlist.lo `test -f 'gl_xlist.c' || echo '$(srcdir)/'`gl_xlist.c
libtextstyle_la-xsize.lo: xsize.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-xsize.lo `test -f 'xsize.c' || echo '$(srcdir)/'`xsize.c
libtextstyle_la-xvasprintf.lo: xvasprintf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-xvasprintf.lo `test -f 'xvasprintf.c' || echo '$(srcdir)/'`xvasprintf.c
libtextstyle_la-xasprintf.lo: xasprintf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-xasprintf.lo `test -f 'xasprintf.c' || echo '$(srcdir)/'`xasprintf.c
libtextstyle_la-color.lo: color.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-color.lo `test -f 'color.c' || echo '$(srcdir)/'`color.c
libtextstyle_la-misc.lo: misc.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-misc.lo `test -f 'misc.c' || echo '$(srcdir)/'`misc.c
libtextstyle_la-version.lo: version.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-version.lo `test -f 'version.c' || echo '$(srcdir)/'`version.c
libtextstyle_la-calloc.lo: calloc.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-calloc.lo `test -f 'calloc.c' || echo '$(srcdir)/'`calloc.c
libtextstyle_la-fd-ostream.oo.lo: fd-ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-fd-ostream.oo.lo `test -f 'fd-ostream.oo.c' || echo '$(srcdir)/'`fd-ostream.oo.c
libtextstyle_la-file-ostream.oo.lo: file-ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-file-ostream.oo.lo `test -f 'file-ostream.oo.c' || echo '$(srcdir)/'`file-ostream.oo.c
libtextstyle_la-frexp.lo: frexp.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-frexp.lo `test -f 'frexp.c' || echo '$(srcdir)/'`frexp.c
libtextstyle_la-frexpl.lo: frexpl.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-frexpl.lo `test -f 'frexpl.c' || echo '$(srcdir)/'`frexpl.c
libtextstyle_la-stat-w32.lo: stat-w32.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-stat-w32.lo `test -f 'stat-w32.c' || echo '$(srcdir)/'`stat-w32.c
libtextstyle_la-html-ostream.oo.lo: html-ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-html-ostream.oo.lo `test -f 'html-ostream.oo.c' || echo '$(srcdir)/'`html-ostream.oo.c
libtextstyle_la-html-styled-ostream.oo.lo: html-styled-ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-html-styled-ostream.oo.lo `test -f 'html-styled-ostream.oo.c' || echo '$(srcdir)/'`html-styled-ostream.oo.c
libtextstyle_la-iconv-ostream.oo.lo: iconv-ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-iconv-ostream.oo.lo `test -f 'iconv-ostream.oo.c' || echo '$(srcdir)/'`iconv-ostream.oo.c
libtextstyle_la-isnan.lo: isnan.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-isnan.lo `test -f 'isnan.c' || echo '$(srcdir)/'`isnan.c
libtextstyle_la-isnand.lo: isnand.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-isnand.lo `test -f 'isnand.c' || echo '$(srcdir)/'`isnand.c
libtextstyle_la-isnanf.lo: isnanf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-isnanf.lo `test -f 'isnanf.c' || echo '$(srcdir)/'`isnanf.c
libtextstyle_la-isnanl.lo: isnanl.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-isnanl.lo `test -f 'isnanl.c' || echo '$(srcdir)/'`isnanl.c
libcroco/libtextstyle_la-cr-additional-sel.lo: libcroco/cr-additional-sel.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-additional-sel.lo `test -f 'libcroco/cr-additional-sel.c' || echo '$(srcdir)/'`libcroco/cr-additional-sel.c
libcroco/libtextstyle_la-cr-attr-sel.lo: libcroco/cr-attr-sel.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-attr-sel.lo `test -f 'libcroco/cr-attr-sel.c' || echo '$(srcdir)/'`libcroco/cr-attr-sel.c
libcroco/libtextstyle_la-cr-cascade.lo: libcroco/cr-cascade.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-cascade.lo `test -f 'libcroco/cr-cascade.c' || echo '$(srcdir)/'`libcroco/cr-cascade.c
libcroco/libtextstyle_la-cr-declaration.lo: libcroco/cr-declaration.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-declaration.lo `test -f 'libcroco/cr-declaration.c' || echo '$(srcdir)/'`libcroco/cr-declaration.c
libcroco/libtextstyle_la-cr-doc-handler.lo: libcroco/cr-doc-handler.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-doc-handler.lo `test -f 'libcroco/cr-doc-handler.c' || echo '$(srcdir)/'`libcroco/cr-doc-handler.c
libcroco/libtextstyle_la-cr-enc-handler.lo: libcroco/cr-enc-handler.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-enc-handler.lo `test -f 'libcroco/cr-enc-handler.c' || echo '$(srcdir)/'`libcroco/cr-enc-handler.c
libcroco/libtextstyle_la-cr-fonts.lo: libcroco/cr-fonts.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-fonts.lo `test -f 'libcroco/cr-fonts.c' || echo '$(srcdir)/'`libcroco/cr-fonts.c
libcroco/libtextstyle_la-cr-input.lo: libcroco/cr-input.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-input.lo `test -f 'libcroco/cr-input.c' || echo '$(srcdir)/'`libcroco/cr-input.c
libcroco/libtextstyle_la-cr-num.lo: libcroco/cr-num.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-num.lo `test -f 'libcroco/cr-num.c' || echo '$(srcdir)/'`libcroco/cr-num.c
libcroco/libtextstyle_la-cr-om-parser.lo: libcroco/cr-om-parser.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-om-parser.lo `test -f 'libcroco/cr-om-parser.c' || echo '$(srcdir)/'`libcroco/cr-om-parser.c
libcroco/libtextstyle_la-cr-parser.lo: libcroco/cr-parser.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-parser.lo `test -f 'libcroco/cr-parser.c' || echo '$(srcdir)/'`libcroco/cr-parser.c
libcroco/libtextstyle_la-cr-parsing-location.lo: libcroco/cr-parsing-location.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-parsing-location.lo `test -f 'libcroco/cr-parsing-location.c' || echo '$(srcdir)/'`libcroco/cr-parsing-location.c
libcroco/libtextstyle_la-cr-prop-list.lo: libcroco/cr-prop-list.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-prop-list.lo `test -f 'libcroco/cr-prop-list.c' || echo '$(srcdir)/'`libcroco/cr-prop-list.c
libcroco/libtextstyle_la-cr-pseudo.lo: libcroco/cr-pseudo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-pseudo.lo `test -f 'libcroco/cr-pseudo.c' || echo '$(srcdir)/'`libcroco/cr-pseudo.c
libcroco/libtextstyle_la-cr-rgb.lo: libcroco/cr-rgb.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-rgb.lo `test -f 'libcroco/cr-rgb.c' || echo '$(srcdir)/'`libcroco/cr-rgb.c
libcroco/libtextstyle_la-cr-sel-eng.lo: libcroco/cr-sel-eng.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-sel-eng.lo `test -f 'libcroco/cr-sel-eng.c' || echo '$(srcdir)/'`libcroco/cr-sel-eng.c
libcroco/libtextstyle_la-cr-selector.lo: libcroco/cr-selector.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-selector.lo `test -f 'libcroco/cr-selector.c' || echo '$(srcdir)/'`libcroco/cr-selector.c
libcroco/libtextstyle_la-cr-simple-sel.lo: libcroco/cr-simple-sel.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-simple-sel.lo `test -f 'libcroco/cr-simple-sel.c' || echo '$(srcdir)/'`libcroco/cr-simple-sel.c
libcroco/libtextstyle_la-cr-statement.lo: libcroco/cr-statement.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-statement.lo `test -f 'libcroco/cr-statement.c' || echo '$(srcdir)/'`libcroco/cr-statement.c
libcroco/libtextstyle_la-cr-string.lo: libcroco/cr-string.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-string.lo `test -f 'libcroco/cr-string.c' || echo '$(srcdir)/'`libcroco/cr-string.c
libcroco/libtextstyle_la-cr-style.lo: libcroco/cr-style.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-style.lo `test -f 'libcroco/cr-style.c' || echo '$(srcdir)/'`libcroco/cr-style.c
libcroco/libtextstyle_la-cr-stylesheet.lo: libcroco/cr-stylesheet.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-stylesheet.lo `test -f 'libcroco/cr-stylesheet.c' || echo '$(srcdir)/'`libcroco/cr-stylesheet.c
libcroco/libtextstyle_la-cr-term.lo: libcroco/cr-term.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-term.lo `test -f 'libcroco/cr-term.c' || echo '$(srcdir)/'`libcroco/cr-term.c
libcroco/libtextstyle_la-cr-tknzr.lo: libcroco/cr-tknzr.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-tknzr.lo `test -f 'libcroco/cr-tknzr.c' || echo '$(srcdir)/'`libcroco/cr-tknzr.c
libcroco/libtextstyle_la-cr-token.lo: libcroco/cr-token.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-token.lo `test -f 'libcroco/cr-token.c' || echo '$(srcdir)/'`libcroco/cr-token.c
libcroco/libtextstyle_la-cr-utils.lo: libcroco/cr-utils.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libcroco/libtextstyle_la-cr-utils.lo `test -f 'libcroco/cr-utils.c' || echo '$(srcdir)/'`libcroco/cr-utils.c
glib/libtextstyle_la-ghash.lo: glib/ghash.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o glib/libtextstyle_la-ghash.lo `test -f 'glib/ghash.c' || echo '$(srcdir)/'`glib/ghash.c
glib/libtextstyle_la-glist.lo: glib/glist.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o glib/libtextstyle_la-glist.lo `test -f 'glib/glist.c' || echo '$(srcdir)/'`glib/glist.c
glib/libtextstyle_la-gmessages.lo: glib/gmessages.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o glib/libtextstyle_la-gmessages.lo `test -f 'glib/gmessages.c' || echo '$(srcdir)/'`glib/gmessages.c
glib/libtextstyle_la-gprimes.lo: glib/gprimes.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o glib/libtextstyle_la-gprimes.lo `test -f 'glib/gprimes.c' || echo '$(srcdir)/'`glib/gprimes.c
glib/libtextstyle_la-gstrfuncs.lo: glib/gstrfuncs.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o glib/libtextstyle_la-gstrfuncs.lo `test -f 'glib/gstrfuncs.c' || echo '$(srcdir)/'`glib/gstrfuncs.c
glib/libtextstyle_la-gstring.lo: glib/gstring.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o glib/libtextstyle_la-gstring.lo `test -f 'glib/gstring.c' || echo '$(srcdir)/'`glib/gstring.c
libxml/libtextstyle_la-DOCBparser.lo: libxml/DOCBparser.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-DOCBparser.lo `test -f 'libxml/DOCBparser.c' || echo '$(srcdir)/'`libxml/DOCBparser.c
libxml/libtextstyle_la-HTMLparser.lo: libxml/HTMLparser.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-HTMLparser.lo `test -f 'libxml/HTMLparser.c' || echo '$(srcdir)/'`libxml/HTMLparser.c
libxml/libtextstyle_la-HTMLtree.lo: libxml/HTMLtree.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-HTMLtree.lo `test -f 'libxml/HTMLtree.c' || echo '$(srcdir)/'`libxml/HTMLtree.c
libxml/libtextstyle_la-SAX.lo: libxml/SAX.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-SAX.lo `test -f 'libxml/SAX.c' || echo '$(srcdir)/'`libxml/SAX.c
libxml/libtextstyle_la-SAX2.lo: libxml/SAX2.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-SAX2.lo `test -f 'libxml/SAX2.c' || echo '$(srcdir)/'`libxml/SAX2.c
libxml/libtextstyle_la-buf.lo: libxml/buf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-buf.lo `test -f 'libxml/buf.c' || echo '$(srcdir)/'`libxml/buf.c
libxml/libtextstyle_la-c14n.lo: libxml/c14n.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-c14n.lo `test -f 'libxml/c14n.c' || echo '$(srcdir)/'`libxml/c14n.c
libxml/libtextstyle_la-catalog.lo: libxml/catalog.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-catalog.lo `test -f 'libxml/catalog.c' || echo '$(srcdir)/'`libxml/catalog.c
libxml/libtextstyle_la-chvalid.lo: libxml/chvalid.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-chvalid.lo `test -f 'libxml/chvalid.c' || echo '$(srcdir)/'`libxml/chvalid.c
libxml/libtextstyle_la-debugXML.lo: libxml/debugXML.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-debugXML.lo `test -f 'libxml/debugXML.c' || echo '$(srcdir)/'`libxml/debugXML.c
libxml/libtextstyle_la-dict.lo: libxml/dict.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-dict.lo `test -f 'libxml/dict.c' || echo '$(srcdir)/'`libxml/dict.c
libxml/libtextstyle_la-encoding.lo: libxml/encoding.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-encoding.lo `test -f 'libxml/encoding.c' || echo '$(srcdir)/'`libxml/encoding.c
libxml/libtextstyle_la-entities.lo: libxml/entities.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-entities.lo `test -f 'libxml/entities.c' || echo '$(srcdir)/'`libxml/entities.c
libxml/libtextstyle_la-error.lo: libxml/error.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-error.lo `test -f 'libxml/error.c' || echo '$(srcdir)/'`libxml/error.c
libxml/libtextstyle_la-globals.lo: libxml/globals.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-globals.lo `test -f 'libxml/globals.c' || echo '$(srcdir)/'`libxml/globals.c
libxml/libtextstyle_la-hash.lo: libxml/hash.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-hash.lo `test -f 'libxml/hash.c' || echo '$(srcdir)/'`libxml/hash.c
libxml/libtextstyle_la-legacy.lo: libxml/legacy.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-legacy.lo `test -f 'libxml/legacy.c' || echo '$(srcdir)/'`libxml/legacy.c
libxml/libtextstyle_la-list.lo: libxml/list.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-list.lo `test -f 'libxml/list.c' || echo '$(srcdir)/'`libxml/list.c
libxml/libtextstyle_la-nanoftp.lo: libxml/nanoftp.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-nanoftp.lo `test -f 'libxml/nanoftp.c' || echo '$(srcdir)/'`libxml/nanoftp.c
libxml/libtextstyle_la-nanohttp.lo: libxml/nanohttp.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-nanohttp.lo `test -f 'libxml/nanohttp.c' || echo '$(srcdir)/'`libxml/nanohttp.c
libxml/libtextstyle_la-parser.lo: libxml/parser.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-parser.lo `test -f 'libxml/parser.c' || echo '$(srcdir)/'`libxml/parser.c
libxml/libtextstyle_la-parserInternals.lo: libxml/parserInternals.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-parserInternals.lo `test -f 'libxml/parserInternals.c' || echo '$(srcdir)/'`libxml/parserInternals.c
libxml/libtextstyle_la-pattern.lo: libxml/pattern.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-pattern.lo `test -f 'libxml/pattern.c' || echo '$(srcdir)/'`libxml/pattern.c
libxml/libtextstyle_la-relaxng.lo: libxml/relaxng.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-relaxng.lo `test -f 'libxml/relaxng.c' || echo '$(srcdir)/'`libxml/relaxng.c
libxml/libtextstyle_la-schematron.lo: libxml/schematron.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-schematron.lo `test -f 'libxml/schematron.c' || echo '$(srcdir)/'`libxml/schematron.c
libxml/libtextstyle_la-threads.lo: libxml/threads.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-threads.lo `test -f 'libxml/threads.c' || echo '$(srcdir)/'`libxml/threads.c
libxml/libtextstyle_la-tree.lo: libxml/tree.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-tree.lo `test -f 'libxml/tree.c' || echo '$(srcdir)/'`libxml/tree.c
libxml/libtextstyle_la-trionan.lo: libxml/trionan.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-trionan.lo `test -f 'libxml/trionan.c' || echo '$(srcdir)/'`libxml/trionan.c
libxml/libtextstyle_la-uri.lo: libxml/uri.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-uri.lo `test -f 'libxml/uri.c' || echo '$(srcdir)/'`libxml/uri.c
libxml/libtextstyle_la-valid.lo: libxml/valid.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-valid.lo `test -f 'libxml/valid.c' || echo '$(srcdir)/'`libxml/valid.c
libxml/libtextstyle_la-xinclude.lo: libxml/xinclude.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xinclude.lo `test -f 'libxml/xinclude.c' || echo '$(srcdir)/'`libxml/xinclude.c
libxml/libtextstyle_la-xlink.lo: libxml/xlink.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xlink.lo `test -f 'libxml/xlink.c' || echo '$(srcdir)/'`libxml/xlink.c
libxml/libtextstyle_la-xmlIO.lo: libxml/xmlIO.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlIO.lo `test -f 'libxml/xmlIO.c' || echo '$(srcdir)/'`libxml/xmlIO.c
libxml/libtextstyle_la-xmlmemory.lo: libxml/xmlmemory.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlmemory.lo `test -f 'libxml/xmlmemory.c' || echo '$(srcdir)/'`libxml/xmlmemory.c
libxml/libtextstyle_la-xmlmodule.lo: libxml/xmlmodule.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlmodule.lo `test -f 'libxml/xmlmodule.c' || echo '$(srcdir)/'`libxml/xmlmodule.c
libxml/libtextstyle_la-xmlreader.lo: libxml/xmlreader.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlreader.lo `test -f 'libxml/xmlreader.c' || echo '$(srcdir)/'`libxml/xmlreader.c
libxml/libtextstyle_la-xmlregexp.lo: libxml/xmlregexp.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlregexp.lo `test -f 'libxml/xmlregexp.c' || echo '$(srcdir)/'`libxml/xmlregexp.c
libxml/libtextstyle_la-xmlsave.lo: libxml/xmlsave.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlsave.lo `test -f 'libxml/xmlsave.c' || echo '$(srcdir)/'`libxml/xmlsave.c
libxml/libtextstyle_la-xmlschemas.lo: libxml/xmlschemas.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlschemas.lo `test -f 'libxml/xmlschemas.c' || echo '$(srcdir)/'`libxml/xmlschemas.c
libxml/libtextstyle_la-xmlschemastypes.lo: libxml/xmlschemastypes.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlschemastypes.lo `test -f 'libxml/xmlschemastypes.c' || echo '$(srcdir)/'`libxml/xmlschemastypes.c
libxml/libtextstyle_la-xmlstring.lo: libxml/xmlstring.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlstring.lo `test -f 'libxml/xmlstring.c' || echo '$(srcdir)/'`libxml/xmlstring.c
libxml/libtextstyle_la-xmlunicode.lo: libxml/xmlunicode.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlunicode.lo `test -f 'libxml/xmlunicode.c' || echo '$(srcdir)/'`libxml/xmlunicode.c
libxml/libtextstyle_la-xmlwriter.lo: libxml/xmlwriter.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xmlwriter.lo `test -f 'libxml/xmlwriter.c' || echo '$(srcdir)/'`libxml/xmlwriter.c
libxml/libtextstyle_la-xpath.lo: libxml/xpath.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xpath.lo `test -f 'libxml/xpath.c' || echo '$(srcdir)/'`libxml/xpath.c
libxml/libtextstyle_la-xpointer.lo: libxml/xpointer.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libxml/libtextstyle_la-xpointer.lo `test -f 'libxml/xpointer.c' || echo '$(srcdir)/'`libxml/xpointer.c
libtextstyle_la-malloc.lo: malloc.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-malloc.lo `test -f 'malloc.c' || echo '$(srcdir)/'`malloc.c
libtextstyle_la-memory-ostream.oo.lo: memory-ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-memory-ostream.oo.lo `test -f 'memory-ostream.oo.c' || echo '$(srcdir)/'`memory-ostream.oo.c
libtextstyle_la-noop-styled-ostream.oo.lo: noop-styled-ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-noop-styled-ostream.oo.lo `test -f 'noop-styled-ostream.oo.c' || echo '$(srcdir)/'`noop-styled-ostream.oo.c
libtextstyle_la-ostream.oo.lo: ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-ostream.oo.lo `test -f 'ostream.oo.c' || echo '$(srcdir)/'`ostream.oo.c
libtextstyle_la-realloc.lo: realloc.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-realloc.lo `test -f 'realloc.c' || echo '$(srcdir)/'`realloc.c
libtextstyle_la-snprintf.lo: snprintf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-snprintf.lo `test -f 'snprintf.c' || echo '$(srcdir)/'`snprintf.c
libtextstyle_la-styled-ostream.oo.lo: styled-ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-styled-ostream.oo.lo `test -f 'styled-ostream.oo.c' || echo '$(srcdir)/'`styled-ostream.oo.c
libtextstyle_la-term-ostream.oo.lo: term-ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-term-ostream.oo.lo `test -f 'term-ostream.oo.c' || echo '$(srcdir)/'`term-ostream.oo.c
libtextstyle_la-term-styled-ostream.oo.lo: term-styled-ostream.oo.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-term-styled-ostream.oo.lo `test -f 'term-styled-ostream.oo.c' || echo '$(srcdir)/'`term-styled-ostream.oo.c
libtextstyle_la-tparm.lo: tparm.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-tparm.lo `test -f 'tparm.c' || echo '$(srcdir)/'`tparm.c
libtextstyle_la-tputs.lo: tputs.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-tputs.lo `test -f 'tputs.c' || echo '$(srcdir)/'`tputs.c
libtextstyle_la-asnprintf.lo: asnprintf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-asnprintf.lo `test -f 'asnprintf.c' || echo '$(srcdir)/'`asnprintf.c
libtextstyle_la-printf-args.lo: printf-args.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-printf-args.lo `test -f 'printf-args.c' || echo '$(srcdir)/'`printf-args.c
libtextstyle_la-printf-parse.lo: printf-parse.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-printf-parse.lo `test -f 'printf-parse.c' || echo '$(srcdir)/'`printf-parse.c
libtextstyle_la-vasnprintf.lo: vasnprintf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-vasnprintf.lo `test -f 'vasnprintf.c' || echo '$(srcdir)/'`vasnprintf.c
libtextstyle_la-asprintf.lo: asprintf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-asprintf.lo `test -f 'asprintf.c' || echo '$(srcdir)/'`asprintf.c
libtextstyle_la-vasprintf.lo: vasprintf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-vasprintf.lo `test -f 'vasprintf.c' || echo '$(srcdir)/'`vasprintf.c
libtextstyle_la-vsnprintf.lo: vsnprintf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtextstyle_la_CFLAGS) $(CFLAGS) -c -o libtextstyle_la-vsnprintf.lo `test -f 'vsnprintf.c' || echo '$(srcdir)/'`vsnprintf.c
libxml/rpl_la-DOCBparser.lo: libxml/DOCBparser.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-DOCBparser.lo `test -f 'libxml/DOCBparser.c' || echo '$(srcdir)/'`libxml/DOCBparser.c
libxml/rpl_la-HTMLparser.lo: libxml/HTMLparser.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-HTMLparser.lo `test -f 'libxml/HTMLparser.c' || echo '$(srcdir)/'`libxml/HTMLparser.c
libxml/rpl_la-HTMLtree.lo: libxml/HTMLtree.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-HTMLtree.lo `test -f 'libxml/HTMLtree.c' || echo '$(srcdir)/'`libxml/HTMLtree.c
libxml/rpl_la-SAX.lo: libxml/SAX.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-SAX.lo `test -f 'libxml/SAX.c' || echo '$(srcdir)/'`libxml/SAX.c
libxml/rpl_la-SAX2.lo: libxml/SAX2.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-SAX2.lo `test -f 'libxml/SAX2.c' || echo '$(srcdir)/'`libxml/SAX2.c
libxml/rpl_la-buf.lo: libxml/buf.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-buf.lo `test -f 'libxml/buf.c' || echo '$(srcdir)/'`libxml/buf.c
libxml/rpl_la-c14n.lo: libxml/c14n.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-c14n.lo `test -f 'libxml/c14n.c' || echo '$(srcdir)/'`libxml/c14n.c
libxml/rpl_la-catalog.lo: libxml/catalog.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-catalog.lo `test -f 'libxml/catalog.c' || echo '$(srcdir)/'`libxml/catalog.c
libxml/rpl_la-chvalid.lo: libxml/chvalid.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-chvalid.lo `test -f 'libxml/chvalid.c' || echo '$(srcdir)/'`libxml/chvalid.c
libxml/rpl_la-debugXML.lo: libxml/debugXML.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-debugXML.lo `test -f 'libxml/debugXML.c' || echo '$(srcdir)/'`libxml/debugXML.c
libxml/rpl_la-dict.lo: libxml/dict.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-dict.lo `test -f 'libxml/dict.c' || echo '$(srcdir)/'`libxml/dict.c
libxml/rpl_la-encoding.lo: libxml/encoding.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-encoding.lo `test -f 'libxml/encoding.c' || echo '$(srcdir)/'`libxml/encoding.c
libxml/rpl_la-entities.lo: libxml/entities.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-entities.lo `test -f 'libxml/entities.c' || echo '$(srcdir)/'`libxml/entities.c
libxml/rpl_la-error.lo: libxml/error.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-error.lo `test -f 'libxml/error.c' || echo '$(srcdir)/'`libxml/error.c
libxml/rpl_la-globals.lo: libxml/globals.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-globals.lo `test -f 'libxml/globals.c' || echo '$(srcdir)/'`libxml/globals.c
libxml/rpl_la-hash.lo: libxml/hash.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-hash.lo `test -f 'libxml/hash.c' || echo '$(srcdir)/'`libxml/hash.c
libxml/rpl_la-legacy.lo: libxml/legacy.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-legacy.lo `test -f 'libxml/legacy.c' || echo '$(srcdir)/'`libxml/legacy.c
libxml/rpl_la-list.lo: libxml/list.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-list.lo `test -f 'libxml/list.c' || echo '$(srcdir)/'`libxml/list.c
libxml/rpl_la-nanoftp.lo: libxml/nanoftp.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-nanoftp.lo `test -f 'libxml/nanoftp.c' || echo '$(srcdir)/'`libxml/nanoftp.c
libxml/rpl_la-nanohttp.lo: libxml/nanohttp.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-nanohttp.lo `test -f 'libxml/nanohttp.c' || echo '$(srcdir)/'`libxml/nanohttp.c
libxml/rpl_la-parser.lo: libxml/parser.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-parser.lo `test -f 'libxml/parser.c' || echo '$(srcdir)/'`libxml/parser.c
libxml/rpl_la-parserInternals.lo: libxml/parserInternals.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-parserInternals.lo `test -f 'libxml/parserInternals.c' || echo '$(srcdir)/'`libxml/parserInternals.c
libxml/rpl_la-pattern.lo: libxml/pattern.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-pattern.lo `test -f 'libxml/pattern.c' || echo '$(srcdir)/'`libxml/pattern.c
libxml/rpl_la-relaxng.lo: libxml/relaxng.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-relaxng.lo `test -f 'libxml/relaxng.c' || echo '$(srcdir)/'`libxml/relaxng.c
libxml/rpl_la-schematron.lo: libxml/schematron.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-schematron.lo `test -f 'libxml/schematron.c' || echo '$(srcdir)/'`libxml/schematron.c
libxml/rpl_la-threads.lo: libxml/threads.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-threads.lo `test -f 'libxml/threads.c' || echo '$(srcdir)/'`libxml/threads.c
libxml/rpl_la-tree.lo: libxml/tree.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-tree.lo `test -f 'libxml/tree.c' || echo '$(srcdir)/'`libxml/tree.c
libxml/rpl_la-trionan.lo: libxml/trionan.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-trionan.lo `test -f 'libxml/trionan.c' || echo '$(srcdir)/'`libxml/trionan.c
libxml/rpl_la-uri.lo: libxml/uri.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-uri.lo `test -f 'libxml/uri.c' || echo '$(srcdir)/'`libxml/uri.c
libxml/rpl_la-valid.lo: libxml/valid.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-valid.lo `test -f 'libxml/valid.c' || echo '$(srcdir)/'`libxml/valid.c
libxml/rpl_la-xinclude.lo: libxml/xinclude.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xinclude.lo `test -f 'libxml/xinclude.c' || echo '$(srcdir)/'`libxml/xinclude.c
libxml/rpl_la-xlink.lo: libxml/xlink.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xlink.lo `test -f 'libxml/xlink.c' || echo '$(srcdir)/'`libxml/xlink.c
libxml/rpl_la-xmlIO.lo: libxml/xmlIO.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlIO.lo `test -f 'libxml/xmlIO.c' || echo '$(srcdir)/'`libxml/xmlIO.c
libxml/rpl_la-xmlmemory.lo: libxml/xmlmemory.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlmemory.lo `test -f 'libxml/xmlmemory.c' || echo '$(srcdir)/'`libxml/xmlmemory.c
libxml/rpl_la-xmlmodule.lo: libxml/xmlmodule.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlmodule.lo `test -f 'libxml/xmlmodule.c' || echo '$(srcdir)/'`libxml/xmlmodule.c
libxml/rpl_la-xmlreader.lo: libxml/xmlreader.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlreader.lo `test -f 'libxml/xmlreader.c' || echo '$(srcdir)/'`libxml/xmlreader.c
libxml/rpl_la-xmlregexp.lo: libxml/xmlregexp.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlregexp.lo `test -f 'libxml/xmlregexp.c' || echo '$(srcdir)/'`libxml/xmlregexp.c
libxml/rpl_la-xmlsave.lo: libxml/xmlsave.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlsave.lo `test -f 'libxml/xmlsave.c' || echo '$(srcdir)/'`libxml/xmlsave.c
libxml/rpl_la-xmlschemas.lo: libxml/xmlschemas.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlschemas.lo `test -f 'libxml/xmlschemas.c' || echo '$(srcdir)/'`libxml/xmlschemas.c
libxml/rpl_la-xmlschemastypes.lo: libxml/xmlschemastypes.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlschemastypes.lo `test -f 'libxml/xmlschemastypes.c' || echo '$(srcdir)/'`libxml/xmlschemastypes.c
libxml/rpl_la-xmlstring.lo: libxml/xmlstring.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlstring.lo `test -f 'libxml/xmlstring.c' || echo '$(srcdir)/'`libxml/xmlstring.c
libxml/rpl_la-xmlunicode.lo: libxml/xmlunicode.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlunicode.lo `test -f 'libxml/xmlunicode.c' || echo '$(srcdir)/'`libxml/xmlunicode.c
libxml/rpl_la-xmlwriter.lo: libxml/xmlwriter.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xmlwriter.lo `test -f 'libxml/xmlwriter.c' || echo '$(srcdir)/'`libxml/xmlwriter.c
libxml/rpl_la-xpath.lo: libxml/xpath.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xpath.lo `test -f 'libxml/xpath.c' || echo '$(srcdir)/'`libxml/xpath.c
libxml/rpl_la-xpointer.lo: libxml/xpointer.c
$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxml_rpl_la_CPPFLAGS) $(CPPFLAGS) $(libxml_rpl_la_CFLAGS) $(CFLAGS) -c -o libxml/rpl_la-xpointer.lo `test -f 'libxml/xpointer.c' || echo '$(srcdir)/'`libxml/xpointer.c
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
-rm -rf glib/.libs glib/_libs
-rm -rf glthread/.libs glthread/_libs
-rm -rf libcroco/.libs libcroco/_libs
-rm -rf libxml/.libs libxml/_libs
-rm -rf unistr/.libs unistr/_libs
install-nobase_includeHEADERS: $(nobase_include_HEADERS)
@$(NORMAL_INSTALL)
@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
$(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
fi; \
$(am__nobase_list) | while read dir files; do \
xfiles=; for file in $$files; do \
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
test -z "$$xfiles" || { \
test "x$$dir" = x. || { \
echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
$(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
$(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
done
uninstall-nobase_includeHEADERS:
@$(NORMAL_UNINSTALL)
@list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
install-nobase_nodist_includeHEADERS: $(nobase_nodist_include_HEADERS)
@$(NORMAL_INSTALL)
@list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
$(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
fi; \
$(am__nobase_list) | while read dir files; do \
xfiles=; for file in $$files; do \
if test -f "$$file"; then xfiles="$$xfiles $$file"; \
else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
test -z "$$xfiles" || { \
test "x$$dir" = x. || { \
echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \
$(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \
echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \
$(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \
done
uninstall-nobase_nodist_includeHEADERS:
@$(NORMAL_UNINSTALL)
@list='$(nobase_nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
ID: $(am__tagged_files)
$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-am
TAGS: tags
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
set x; \
here=`pwd`; \
$(am__define_uniq_tagged_files); \
shift; \
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
if test $$# -gt 0; then \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
"$$@" $$unique; \
else \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$unique; \
fi; \
fi
ctags: ctags-am
CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
$(am__define_uniq_tagged_files); \
test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& $(am__cd) $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) "$$here"
cscopelist: cscopelist-am
cscopelist-am: $(am__tagged_files)
list='$(am__tagged_files)'; \
case "$(srcdir)" in \
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
*) sdir=$(subdir)/$(srcdir) ;; \
esac; \
for i in $$list; do \
if test -f "$$i"; then \
echo "$(subdir)/$$i"; \
else \
echo "$$sdir/$$i"; \
fi; \
done >> $(top_builddir)/cscope.files
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
check-am: all-am
check: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) check-am
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
installdirs:
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) install-am
install-exec: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
clean-generic:
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-rm -f glib/$(am__dirstamp)
-rm -f glthread/$(am__dirstamp)
-rm -f libcroco/$(am__dirstamp)
-rm -f libxml/$(am__dirstamp)
-rm -f unistr/$(am__dirstamp)
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-am
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
clean-noinstLTLIBRARIES mostlyclean-am
distclean: distclean-am
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-local distclean-tags
dvi: dvi-am
dvi-am:
html: html-am
html-am:
info: info-am
info-am:
install-data-am: install-nobase_includeHEADERS \
install-nobase_nodist_includeHEADERS
install-dvi: install-dvi-am
install-dvi-am:
install-exec-am: install-libLTLIBRARIES
install-html: install-html-am
install-html-am:
install-info: install-info-am
install-info-am:
install-man:
install-pdf: install-pdf-am
install-pdf-am:
install-ps: install-ps-am
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic \
maintainer-clean-local
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool mostlyclean-local
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS \
uninstall-nobase_nodist_includeHEADERS
.MAKE: all check install install-am install-exec install-strip
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
clean-libLTLIBRARIES clean-libtool clean-local \
clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
distclean-compile distclean-generic distclean-libtool \
distclean-local distclean-tags distdir dvi dvi-am html html-am \
info info-am install install-am install-data install-data-am \
install-dvi install-dvi-am install-exec install-exec-am \
install-html install-html-am install-info install-info-am \
install-libLTLIBRARIES install-man \
install-nobase_includeHEADERS \
install-nobase_nodist_includeHEADERS install-pdf \
install-pdf-am install-ps install-ps-am install-strip \
installcheck installcheck-am installdirs maintainer-clean \
maintainer-clean-generic maintainer-clean-local mostlyclean \
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
mostlyclean-local pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am uninstall-libLTLIBRARIES \
uninstall-nobase_includeHEADERS \
uninstall-nobase_nodist_includeHEADERS
.PRECIOUS: Makefile
# We need the following in order to create <alloca.h> when the system
# doesn't have one that works with the given compiler.
@GL_GENERATE_ALLOCA_H_TRUE@alloca.h: alloca.in.h $(top_builddir)/config.status
@GL_GENERATE_ALLOCA_H_TRUE@ $(gl_V_at)$(SED_HEADER_STDOUT) \
@GL_GENERATE_ALLOCA_H_TRUE@ -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' \
@GL_GENERATE_ALLOCA_H_TRUE@ $(srcdir)/alloca.in.h > $@-t
@GL_GENERATE_ALLOCA_H_TRUE@ $(AM_V_at)mv $@-t $@
@GL_GENERATE_ALLOCA_H_FALSE@alloca.h: $(top_builddir)/config.status
@GL_GENERATE_ALLOCA_H_FALSE@ rm -f $@
# We need the following in order to create <assert.h> when the system
# doesn't have one that works with the given compiler.
@GL_GENERATE_ASSERT_H_TRUE@assert.h: assert.in.h verify.h $(top_builddir)/config.status
@GL_GENERATE_ASSERT_H_TRUE@ $(gl_V_at){ $(SED_HEADER_STDOUT) \
@GL_GENERATE_ASSERT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
@GL_GENERATE_ASSERT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
@GL_GENERATE_ASSERT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
@GL_GENERATE_ASSERT_H_TRUE@ -e 's|@''NEXT_ASSERT_H''@|$(NEXT_ASSERT_H)|g' \
@GL_GENERATE_ASSERT_H_TRUE@ < $(srcdir)/assert.in.h && \
@GL_GENERATE_ASSERT_H_TRUE@ sed -e '/@assert.h omit start@/,/@assert.h omit end@/d' \
@GL_GENERATE_ASSERT_H_TRUE@ -e 's|_gl_verify|_gl_static_assert|g' \
@GL_GENERATE_ASSERT_H_TRUE@ -e 's|_GL_VERIFY|_GL_STATIC_ASSERT|g' \
@GL_GENERATE_ASSERT_H_TRUE@ -e 's|_GL\(_STATIC_ASSERT_H\)|_GL_LTS\1|g' \
@GL_GENERATE_ASSERT_H_TRUE@ < $(srcdir)/verify.h; \
@GL_GENERATE_ASSERT_H_TRUE@ } > $@-t
@GL_GENERATE_ASSERT_H_TRUE@ $(AM_V_at)mv $@-t $@
@GL_GENERATE_ASSERT_H_FALSE@assert.h: $(top_builddir)/config.status
@GL_GENERATE_ASSERT_H_FALSE@ rm -f $@
# We need the following in order to create <errno.h> when the system
# doesn't have one that is POSIX compliant.
@GL_GENERATE_ERRNO_H_TRUE@errno.h: errno.in.h $(top_builddir)/config.status
@GL_GENERATE_ERRNO_H_TRUE@ $(gl_V_at)$(SED_HEADER_STDOUT) \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''NEXT_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \
@GL_GENERATE_ERRNO_H_TRUE@ -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \
@GL_GENERATE_ERRNO_H_TRUE@ $(srcdir)/errno.in.h > $@-t
@GL_GENERATE_ERRNO_H_TRUE@ $(AM_V_at)mv $@-t $@
@GL_GENERATE_ERRNO_H_FALSE@errno.h: $(top_builddir)/config.status
@GL_GENERATE_ERRNO_H_FALSE@ rm -f $@
# We need the following in order to override <error.h>.
error.h: error.in.h $(top_builddir)/config.status $(CXXDEFS_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''HAVE_ERROR_H''@|$(HAVE_ERROR_H)|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''NEXT_ERROR_H''@|$(NEXT_ERROR_H)|g' \
-e 's|@''HAVE_ERROR''@|$(HAVE_ERROR)|g' \
-e 's|@''HAVE_ERROR_AT_LINE''@|$(HAVE_ERROR_AT_LINE)|g' \
-e 's|@''REPLACE_ERROR''@|$(REPLACE_ERROR)|g' \
-e 's|@''REPLACE_ERROR_AT_LINE''@|$(REPLACE_ERROR_AT_LINE)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
$(srcdir)/error.in.h > $@-t
$(AM_V_at)mv $@-t $@
# We need the following in order to create <fcntl.h> when the system
# doesn't have one that works with the given compiler.
fcntl.h: fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
-e 's/@''GNULIB_CREAT''@/$(GL_LTS_GNULIB_CREAT)/g' \
-e 's/@''GNULIB_FCNTL''@/$(GL_LTS_GNULIB_FCNTL)/g' \
-e 's/@''GNULIB_NONBLOCKING''@/$(GL_LTS_GNULIB_NONBLOCKING)/g' \
-e 's/@''GNULIB_OPEN''@/$(GL_LTS_GNULIB_OPEN)/g' \
-e 's/@''GNULIB_OPENAT''@/$(GL_LTS_GNULIB_OPENAT)/g' \
-e 's/@''GNULIB_MDA_CREAT''@/$(GL_LTS_GNULIB_MDA_CREAT)/g' \
-e 's/@''GNULIB_MDA_OPEN''@/$(GL_LTS_GNULIB_MDA_OPEN)/g' \
-e 's|@''HAVE_FCNTL''@|$(HAVE_FCNTL)|g' \
-e 's|@''HAVE_OPENAT''@|$(HAVE_OPENAT)|g' \
-e 's|@''REPLACE_CREAT''@|$(REPLACE_CREAT)|g' \
-e 's|@''REPLACE_FCNTL''@|$(REPLACE_FCNTL)|g' \
-e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
-e 's|@''REPLACE_OPENAT''@|$(REPLACE_OPENAT)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
$(srcdir)/fcntl.in.h > $@-t
$(AM_V_at)mv $@-t $@
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(srcdir)/fd-ostream.h : $(top_srcdir)/build-aux/moopp fd-ostream.oo.h fd-ostream.oo.c ostream.oo.h
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/fd-ostream.oo.c $(srcdir)/fd-ostream.oo.h $(srcdir)/ostream.oo.h
$(srcdir)/fd-ostream.c $(srcdir)/fd_ostream.priv.h $(srcdir)/fd_ostream.vt.h : fd-ostream.h
@test -f $@ || { \
trap 'rm -rf fd-ostream.lock' 1 2 13 15; \
if mkdir fd-ostream.lock 2>/dev/null; then \
echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/fd-ostream.oo.c $(srcdir)/fd-ostream.oo.h $(srcdir)/ostream.oo.h"; \
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/fd-ostream.oo.c $(srcdir)/fd-ostream.oo.h $(srcdir)/ostream.oo.h; \
result=$$?; rm -rf fd-ostream.lock; exit $$result; \
else \
while test -d fd-ostream.lock; do sleep 1; done; \
test -f $(srcdir)/fd-ostream.h; \
fi; \
}
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(srcdir)/file-ostream.h : $(top_srcdir)/build-aux/moopp file-ostream.oo.h file-ostream.oo.c ostream.oo.h
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/file-ostream.oo.c $(srcdir)/file-ostream.oo.h $(srcdir)/ostream.oo.h
$(srcdir)/file-ostream.c $(srcdir)/file_ostream.priv.h $(srcdir)/file_ostream.vt.h : file-ostream.h
@test -f $@ || { \
trap 'rm -rf file-ostream.lock' 1 2 13 15; \
if mkdir file-ostream.lock 2>/dev/null; then \
echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/file-ostream.oo.c $(srcdir)/file-ostream.oo.h $(srcdir)/ostream.oo.h"; \
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/file-ostream.oo.c $(srcdir)/file-ostream.oo.h $(srcdir)/ostream.oo.h; \
result=$$?; rm -rf file-ostream.lock; exit $$result; \
else \
while test -d file-ostream.lock; do sleep 1; done; \
test -f $(srcdir)/file-ostream.h; \
fi; \
}
# We need the following in order to create <float.h> when the system
# doesn't have one that works with the given compiler.
@GL_GENERATE_FLOAT_H_TRUE@float.h: float.in.h $(top_builddir)/config.status
@GL_GENERATE_FLOAT_H_TRUE@ $(gl_V_at)$(SED_HEADER_STDOUT) \
@GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
@GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
@GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
@GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
@GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
@GL_GENERATE_FLOAT_H_TRUE@ -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
@GL_GENERATE_FLOAT_H_TRUE@ $(srcdir)/float.in.h > $@-t
@GL_GENERATE_FLOAT_H_TRUE@ $(AM_V_at)mv $@-t $@
@GL_GENERATE_FLOAT_H_FALSE@float.h: $(top_builddir)/config.status
@GL_GENERATE_FLOAT_H_FALSE@ rm -f $@
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(srcdir)/html-ostream.h : $(top_srcdir)/build-aux/moopp html-ostream.oo.h html-ostream.oo.c ostream.oo.h
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h
$(srcdir)/html-ostream.c $(srcdir)/html_ostream.priv.h $(srcdir)/html_ostream.vt.h : html-ostream.h
@test -f $@ || { \
trap 'rm -rf html-ostream.lock' 1 2 13 15; \
if mkdir html-ostream.lock 2>/dev/null; then \
echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h"; \
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/html-ostream.oo.c $(srcdir)/html-ostream.oo.h $(srcdir)/ostream.oo.h; \
result=$$?; rm -rf html-ostream.lock; exit $$result; \
else \
while test -d html-ostream.lock; do sleep 1; done; \
test -f $(srcdir)/html-ostream.h; \
fi; \
}
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(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
$(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
$(srcdir)/html-styled-ostream.c $(srcdir)/html_styled_ostream.priv.h $(srcdir)/html_styled_ostream.vt.h : html-styled-ostream.h
@test -f $@ || { \
trap 'rm -rf html-styled-ostream.lock' 1 2 13 15; \
if mkdir html-styled-ostream.lock 2>/dev/null; then \
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"; \
$(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; \
result=$$?; rm -rf html-styled-ostream.lock; exit $$result; \
else \
while test -d html-styled-ostream.lock; do sleep 1; done; \
test -f $(srcdir)/html-styled-ostream.h; \
fi; \
}
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(srcdir)/iconv-ostream.h : $(top_srcdir)/build-aux/moopp iconv-ostream.oo.h iconv-ostream.oo.c ostream.oo.h
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/iconv-ostream.oo.c $(srcdir)/iconv-ostream.oo.h $(srcdir)/ostream.oo.h
$(srcdir)/iconv-ostream.c $(srcdir)/iconv_ostream.priv.h $(srcdir)/iconv_ostream.vt.h : iconv-ostream.h
@test -f $@ || { \
trap 'rm -rf iconv-ostream.lock' 1 2 13 15; \
if mkdir iconv-ostream.lock 2>/dev/null; then \
echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/iconv-ostream.oo.c $(srcdir)/iconv-ostream.oo.h $(srcdir)/ostream.oo.h"; \
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/iconv-ostream.oo.c $(srcdir)/iconv-ostream.oo.h $(srcdir)/ostream.oo.h; \
result=$$?; rm -rf iconv-ostream.lock; exit $$result; \
else \
while test -d iconv-ostream.lock; do sleep 1; done; \
test -f $(srcdir)/iconv-ostream.h; \
fi; \
}
# We need the following in order to create <inttypes.h> when the system
# doesn't have one that works with the given compiler.
inttypes.h: inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_INTTYPES_H''@|$(NEXT_INTTYPES_H)|g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
-e 's/@''PRIPTR_PREFIX''@/$(PRIPTR_PREFIX)/g' \
-e 's/@''GNULIB_IMAXABS''@/$(GL_LTS_GNULIB_IMAXABS)/g' \
-e 's/@''GNULIB_IMAXDIV''@/$(GL_LTS_GNULIB_IMAXDIV)/g' \
-e 's/@''GNULIB_STRTOIMAX''@/$(GL_LTS_GNULIB_STRTOIMAX)/g' \
-e 's/@''GNULIB_STRTOUMAX''@/$(GL_LTS_GNULIB_STRTOUMAX)/g' \
-e 's/@''HAVE_DECL_IMAXABS''@/$(HAVE_DECL_IMAXABS)/g' \
-e 's/@''HAVE_DECL_IMAXDIV''@/$(HAVE_DECL_IMAXDIV)/g' \
-e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
-e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
-e 's/@''HAVE_IMAXDIV_T''@/$(HAVE_IMAXDIV_T)/g' \
-e 's/@''REPLACE_IMAXABS''@/$(REPLACE_IMAXABS)/g' \
-e 's/@''REPLACE_IMAXDIV''@/$(REPLACE_IMAXDIV)/g' \
-e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \
-e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \
-e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \
-e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \
-e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \
-e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/$(UINT64_MAX_EQ_ULONG_MAX)/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
$(srcdir)/inttypes.in.h > $@-t
$(AM_V_at)mv $@-t $@
glib.h: glib.in.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/glib.in.h; \
} > $@-t
mv -f $@-t $@
glibconfig.h: glibconfig.in.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/glibconfig.in.h; \
} > $@-t
mv -f $@-t $@
glib/ghash.h: glib/ghash.in.h
test -d glib || $(MKDIR_P) glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/glib/ghash.in.h; \
} > $@-t
mv -f $@-t $@
glib/glist.h: glib/glist.in.h
test -d glib || $(MKDIR_P) glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/glib/glist.in.h; \
} > $@-t
mv -f $@-t $@
glib/gmacros.h: glib/gmacros.in.h
test -d glib || $(MKDIR_P) glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/glib/gmacros.in.h; \
} > $@-t
mv -f $@-t $@
glib/gprimes.h: glib/gprimes.in.h
test -d glib || $(MKDIR_P) glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/glib/gprimes.in.h; \
} > $@-t
mv -f $@-t $@
glib/gprintfint.h: glib/gprintfint.in.h
test -d glib || $(MKDIR_P) glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/glib/gprintfint.in.h; \
} > $@-t
mv -f $@-t $@
glib/gstrfuncs.h: glib/gstrfuncs.in.h
test -d glib || $(MKDIR_P) glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/glib/gstrfuncs.in.h; \
} > $@-t
mv -f $@-t $@
glib/gstring.h: glib/gstring.in.h
test -d glib || $(MKDIR_P) glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/glib/gstring.in.h; \
} > $@-t
mv -f $@-t $@
glib/gtypes.h: glib/gtypes.in.h
test -d glib || $(MKDIR_P) glib
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/glib/gtypes.in.h; \
} > $@-t
mv -f $@-t $@
libxml/DOCBparser.h: libxml/DOCBparser.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/DOCBparser.in.h; \
} > $@-t
mv -f $@-t $@
libxml/HTMLparser.h: libxml/HTMLparser.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/HTMLparser.in.h; \
} > $@-t
mv -f $@-t $@
libxml/HTMLtree.h: libxml/HTMLtree.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/HTMLtree.in.h; \
} > $@-t
mv -f $@-t $@
libxml/SAX.h: libxml/SAX.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/SAX.in.h; \
} > $@-t
mv -f $@-t $@
libxml/SAX2.h: libxml/SAX2.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/SAX2.in.h; \
} > $@-t
mv -f $@-t $@
libxml/c14n.h: libxml/c14n.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/c14n.in.h; \
} > $@-t
mv -f $@-t $@
libxml/catalog.h: libxml/catalog.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/catalog.in.h; \
} > $@-t
mv -f $@-t $@
libxml/chvalid.h: libxml/chvalid.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/chvalid.in.h; \
} > $@-t
mv -f $@-t $@
libxml/debugXML.h: libxml/debugXML.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/debugXML.in.h; \
} > $@-t
mv -f $@-t $@
libxml/dict.h: libxml/dict.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/dict.in.h; \
} > $@-t
mv -f $@-t $@
libxml/encoding.h: libxml/encoding.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/encoding.in.h; \
} > $@-t
mv -f $@-t $@
libxml/entities.h: libxml/entities.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/entities.in.h; \
} > $@-t
mv -f $@-t $@
libxml/globals.h: libxml/globals.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/globals.in.h; \
} > $@-t
mv -f $@-t $@
libxml/hash.h: libxml/hash.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/hash.in.h; \
} > $@-t
mv -f $@-t $@
libxml/list.h: libxml/list.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/list.in.h; \
} > $@-t
mv -f $@-t $@
libxml/nanoftp.h: libxml/nanoftp.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/nanoftp.in.h; \
} > $@-t
mv -f $@-t $@
libxml/nanohttp.h: libxml/nanohttp.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/nanohttp.in.h; \
} > $@-t
mv -f $@-t $@
libxml/parser.h: libxml/parser.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/parser.in.h; \
} > $@-t
mv -f $@-t $@
libxml/parserInternals.h: libxml/parserInternals.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/parserInternals.in.h; \
} > $@-t
mv -f $@-t $@
libxml/pattern.h: libxml/pattern.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/pattern.in.h; \
} > $@-t
mv -f $@-t $@
libxml/relaxng.h: libxml/relaxng.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/relaxng.in.h; \
} > $@-t
mv -f $@-t $@
libxml/schemasInternals.h: libxml/schemasInternals.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/schemasInternals.in.h; \
} > $@-t
mv -f $@-t $@
libxml/schematron.h: libxml/schematron.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/schematron.in.h; \
} > $@-t
mv -f $@-t $@
libxml/threads.h: libxml/threads.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/threads.in.h; \
} > $@-t
mv -f $@-t $@
libxml/tree.h: libxml/tree.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/tree.in.h; \
} > $@-t
mv -f $@-t $@
libxml/uri.h: libxml/uri.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/uri.in.h; \
} > $@-t
mv -f $@-t $@
libxml/valid.h: libxml/valid.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/valid.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xinclude.h: libxml/xinclude.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xinclude.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xlink.h: libxml/xlink.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xlink.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlIO.h: libxml/xmlIO.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlIO.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlautomata.h: libxml/xmlautomata.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlautomata.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlerror.h: libxml/xmlerror.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlerror.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlexports.h: libxml/xmlexports.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlexports.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlmemory.h: libxml/xmlmemory.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlmemory.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlmodule.h: libxml/xmlmodule.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlmodule.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlreader.h: libxml/xmlreader.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlreader.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlregexp.h: libxml/xmlregexp.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlregexp.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlsave.h: libxml/xmlsave.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlsave.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlschemas.h: libxml/xmlschemas.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlschemas.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlschemastypes.h: libxml/xmlschemastypes.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlschemastypes.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlstring.h: libxml/xmlstring.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlstring.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlunicode.h: libxml/xmlunicode.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlunicode.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlversion.h: libxml/xmlversion.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlversion.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xmlwriter.h: libxml/xmlwriter.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xmlwriter.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xpath.h: libxml/xpath.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xpath.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xpathInternals.h: libxml/xpathInternals.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xpathInternals.in.h; \
} > $@-t
mv -f $@-t $@
libxml/xpointer.h: libxml/xpointer.in.h
test -d libxml || $(MKDIR_P) libxml
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/libxml/xpointer.in.h; \
} > $@-t
mv -f $@-t $@
# We need the following in order to create <limits.h> when the system
# doesn't have one that is compatible with GNU.
@GL_GENERATE_LIMITS_H_TRUE@limits.h: limits.in.h $(top_builddir)/config.status
@GL_GENERATE_LIMITS_H_TRUE@ $(gl_V_at)$(SED_HEADER_STDOUT) \
@GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
@GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
@GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
@GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
@GL_GENERATE_LIMITS_H_TRUE@ -e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
@GL_GENERATE_LIMITS_H_TRUE@ $(srcdir)/limits.in.h > $@-t
@GL_GENERATE_LIMITS_H_TRUE@ $(AM_V_at)mv $@-t $@
@GL_GENERATE_LIMITS_H_FALSE@limits.h: $(top_builddir)/config.status
@GL_GENERATE_LIMITS_H_FALSE@ rm -f $@
# We need the following in order to create <math.h> when the system
# doesn't have one that works with the given compiler.
math.h: math.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|$(INCLUDE_NEXT_AS_FIRST_DIRECTIVE)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|$(NEXT_AS_FIRST_DIRECTIVE_MATH_H)|g' \
-e 's/@''GNULIB_ACOSF''@/$(GL_LTS_GNULIB_ACOSF)/g' \
-e 's/@''GNULIB_ACOSL''@/$(GL_LTS_GNULIB_ACOSL)/g' \
-e 's/@''GNULIB_ASINF''@/$(GL_LTS_GNULIB_ASINF)/g' \
-e 's/@''GNULIB_ASINL''@/$(GL_LTS_GNULIB_ASINL)/g' \
-e 's/@''GNULIB_ATANF''@/$(GL_LTS_GNULIB_ATANF)/g' \
-e 's/@''GNULIB_ATANL''@/$(GL_LTS_GNULIB_ATANL)/g' \
-e 's/@''GNULIB_ATAN2F''@/$(GL_LTS_GNULIB_ATAN2F)/g' \
-e 's/@''GNULIB_CBRT''@/$(GL_LTS_GNULIB_CBRT)/g' \
-e 's/@''GNULIB_CBRTF''@/$(GL_LTS_GNULIB_CBRTF)/g' \
-e 's/@''GNULIB_CBRTL''@/$(GL_LTS_GNULIB_CBRTL)/g' \
-e 's/@''GNULIB_CEIL''@/$(GL_LTS_GNULIB_CEIL)/g' \
-e 's/@''GNULIB_CEILF''@/$(GL_LTS_GNULIB_CEILF)/g' \
-e 's/@''GNULIB_CEILL''@/$(GL_LTS_GNULIB_CEILL)/g' \
-e 's/@''GNULIB_COPYSIGN''@/$(GL_LTS_GNULIB_COPYSIGN)/g' \
-e 's/@''GNULIB_COPYSIGNF''@/$(GL_LTS_GNULIB_COPYSIGNF)/g' \
-e 's/@''GNULIB_COPYSIGNL''@/$(GL_LTS_GNULIB_COPYSIGNL)/g' \
-e 's/@''GNULIB_COSF''@/$(GL_LTS_GNULIB_COSF)/g' \
-e 's/@''GNULIB_COSL''@/$(GL_LTS_GNULIB_COSL)/g' \
-e 's/@''GNULIB_COSHF''@/$(GL_LTS_GNULIB_COSHF)/g' \
-e 's/@''GNULIB_EXPF''@/$(GL_LTS_GNULIB_EXPF)/g' \
-e 's/@''GNULIB_EXPL''@/$(GL_LTS_GNULIB_EXPL)/g' \
-e 's/@''GNULIB_EXP2''@/$(GL_LTS_GNULIB_EXP2)/g' \
-e 's/@''GNULIB_EXP2F''@/$(GL_LTS_GNULIB_EXP2F)/g' \
-e 's/@''GNULIB_EXP2L''@/$(GL_LTS_GNULIB_EXP2L)/g' \
-e 's/@''GNULIB_EXPM1''@/$(GL_LTS_GNULIB_EXPM1)/g' \
-e 's/@''GNULIB_EXPM1F''@/$(GL_LTS_GNULIB_EXPM1F)/g' \
-e 's/@''GNULIB_EXPM1L''@/$(GL_LTS_GNULIB_EXPM1L)/g' \
-e 's/@''GNULIB_FABSF''@/$(GL_LTS_GNULIB_FABSF)/g' \
-e 's/@''GNULIB_FABSL''@/$(GL_LTS_GNULIB_FABSL)/g' \
-e 's/@''GNULIB_FLOOR''@/$(GL_LTS_GNULIB_FLOOR)/g' \
-e 's/@''GNULIB_FLOORF''@/$(GL_LTS_GNULIB_FLOORF)/g' \
-e 's/@''GNULIB_FLOORL''@/$(GL_LTS_GNULIB_FLOORL)/g' \
-e 's/@''GNULIB_FMA''@/$(GL_LTS_GNULIB_FMA)/g' \
-e 's/@''GNULIB_FMAF''@/$(GL_LTS_GNULIB_FMAF)/g' \
-e 's/@''GNULIB_FMAL''@/$(GL_LTS_GNULIB_FMAL)/g' \
-e 's/@''GNULIB_FMOD''@/$(GL_LTS_GNULIB_FMOD)/g' \
-e 's/@''GNULIB_FMODF''@/$(GL_LTS_GNULIB_FMODF)/g' \
-e 's/@''GNULIB_FMODL''@/$(GL_LTS_GNULIB_FMODL)/g' \
-e 's/@''GNULIB_FREXPF''@/$(GL_LTS_GNULIB_FREXPF)/g' \
-e 's/@''GNULIB_FREXP''@/$(GL_LTS_GNULIB_FREXP)/g' \
-e 's/@''GNULIB_FREXPL''@/$(GL_LTS_GNULIB_FREXPL)/g' \
-e 's/@''GNULIB_HYPOT''@/$(GL_LTS_GNULIB_HYPOT)/g' \
-e 's/@''GNULIB_HYPOTF''@/$(GL_LTS_GNULIB_HYPOTF)/g' \
-e 's/@''GNULIB_HYPOTL''@/$(GL_LTS_GNULIB_HYPOTL)/g' \
< $(srcdir)/math.in.h > $@-t1
$(AM_V_at)sed \
-e 's/@''GNULIB_ILOGB''@/$(GL_LTS_GNULIB_ILOGB)/g' \
-e 's/@''GNULIB_ILOGBF''@/$(GL_LTS_GNULIB_ILOGBF)/g' \
-e 's/@''GNULIB_ILOGBL''@/$(GL_LTS_GNULIB_ILOGBL)/g' \
-e 's/@''GNULIB_ISFINITE''@/$(GL_LTS_GNULIB_ISFINITE)/g' \
-e 's/@''GNULIB_ISINF''@/$(GL_LTS_GNULIB_ISINF)/g' \
-e 's/@''GNULIB_ISNAN''@/$(GL_LTS_GNULIB_ISNAN)/g' \
-e 's/@''GNULIB_ISNANF''@/$(GL_LTS_GNULIB_ISNANF)/g' \
-e 's/@''GNULIB_ISNAND''@/$(GL_LTS_GNULIB_ISNAND)/g' \
-e 's/@''GNULIB_ISNANL''@/$(GL_LTS_GNULIB_ISNANL)/g' \
-e 's/@''GNULIB_LDEXP''@/$(GL_LTS_GNULIB_LDEXP)/g' \
-e 's/@''GNULIB_LDEXPF''@/$(GL_LTS_GNULIB_LDEXPF)/g' \
-e 's/@''GNULIB_LDEXPL''@/$(GL_LTS_GNULIB_LDEXPL)/g' \
-e 's/@''GNULIB_LOG''@/$(GL_LTS_GNULIB_LOG)/g' \
-e 's/@''GNULIB_LOGF''@/$(GL_LTS_GNULIB_LOGF)/g' \
-e 's/@''GNULIB_LOGL''@/$(GL_LTS_GNULIB_LOGL)/g' \
-e 's/@''GNULIB_LOG10''@/$(GL_LTS_GNULIB_LOG10)/g' \
-e 's/@''GNULIB_LOG10F''@/$(GL_LTS_GNULIB_LOG10F)/g' \
-e 's/@''GNULIB_LOG10L''@/$(GL_LTS_GNULIB_LOG10L)/g' \
-e 's/@''GNULIB_LOG1P''@/$(GL_LTS_GNULIB_LOG1P)/g' \
-e 's/@''GNULIB_LOG1PF''@/$(GL_LTS_GNULIB_LOG1PF)/g' \
-e 's/@''GNULIB_LOG1PL''@/$(GL_LTS_GNULIB_LOG1PL)/g' \
-e 's/@''GNULIB_LOG2''@/$(GL_LTS_GNULIB_LOG2)/g' \
-e 's/@''GNULIB_LOG2F''@/$(GL_LTS_GNULIB_LOG2F)/g' \
-e 's/@''GNULIB_LOG2L''@/$(GL_LTS_GNULIB_LOG2L)/g' \
-e 's/@''GNULIB_LOGB''@/$(GL_LTS_GNULIB_LOGB)/g' \
-e 's/@''GNULIB_LOGBF''@/$(GL_LTS_GNULIB_LOGBF)/g' \
-e 's/@''GNULIB_LOGBL''@/$(GL_LTS_GNULIB_LOGBL)/g' \
-e 's/@''GNULIB_MODF''@/$(GL_LTS_GNULIB_MODF)/g' \
-e 's/@''GNULIB_MODFF''@/$(GL_LTS_GNULIB_MODFF)/g' \
-e 's/@''GNULIB_MODFL''@/$(GL_LTS_GNULIB_MODFL)/g' \
-e 's/@''GNULIB_POWF''@/$(GL_LTS_GNULIB_POWF)/g' \
-e 's/@''GNULIB_REMAINDER''@/$(GL_LTS_GNULIB_REMAINDER)/g' \
-e 's/@''GNULIB_REMAINDERF''@/$(GL_LTS_GNULIB_REMAINDERF)/g' \
-e 's/@''GNULIB_REMAINDERL''@/$(GL_LTS_GNULIB_REMAINDERL)/g' \
-e 's/@''GNULIB_RINT''@/$(GL_LTS_GNULIB_RINT)/g' \
-e 's/@''GNULIB_RINTF''@/$(GL_LTS_GNULIB_RINTF)/g' \
-e 's/@''GNULIB_RINTL''@/$(GL_LTS_GNULIB_RINTL)/g' \
-e 's/@''GNULIB_ROUND''@/$(GL_LTS_GNULIB_ROUND)/g' \
-e 's/@''GNULIB_ROUNDF''@/$(GL_LTS_GNULIB_ROUNDF)/g' \
-e 's/@''GNULIB_ROUNDL''@/$(GL_LTS_GNULIB_ROUNDL)/g' \
-e 's/@''GNULIB_SIGNBIT''@/$(GL_LTS_GNULIB_SIGNBIT)/g' \
-e 's/@''GNULIB_SINF''@/$(GL_LTS_GNULIB_SINF)/g' \
-e 's/@''GNULIB_SINL''@/$(GL_LTS_GNULIB_SINL)/g' \
-e 's/@''GNULIB_SINHF''@/$(GL_LTS_GNULIB_SINHF)/g' \
-e 's/@''GNULIB_SQRTF''@/$(GL_LTS_GNULIB_SQRTF)/g' \
-e 's/@''GNULIB_SQRTL''@/$(GL_LTS_GNULIB_SQRTL)/g' \
-e 's/@''GNULIB_TANF''@/$(GL_LTS_GNULIB_TANF)/g' \
-e 's/@''GNULIB_TANL''@/$(GL_LTS_GNULIB_TANL)/g' \
-e 's/@''GNULIB_TANHF''@/$(GL_LTS_GNULIB_TANHF)/g' \
-e 's/@''GNULIB_TRUNC''@/$(GL_LTS_GNULIB_TRUNC)/g' \
-e 's/@''GNULIB_TRUNCF''@/$(GL_LTS_GNULIB_TRUNCF)/g' \
-e 's/@''GNULIB_TRUNCL''@/$(GL_LTS_GNULIB_TRUNCL)/g' \
-e 's/@''GNULIB_TOTALORDER''@/$(GL_LTS_GNULIB_TOTALORDER)/g' \
-e 's/@''GNULIB_TOTALORDERF''@/$(GL_LTS_GNULIB_TOTALORDERF)/g' \
-e 's/@''GNULIB_TOTALORDERL''@/$(GL_LTS_GNULIB_TOTALORDERL)/g' \
-e 's/@''GNULIB_MDA_J0''@/$(GL_LTS_GNULIB_MDA_J0)/g' \
-e 's/@''GNULIB_MDA_J1''@/$(GL_LTS_GNULIB_MDA_J1)/g' \
-e 's/@''GNULIB_MDA_JN''@/$(GL_LTS_GNULIB_MDA_JN)/g' \
-e 's/@''GNULIB_MDA_Y0''@/$(GL_LTS_GNULIB_MDA_Y0)/g' \
-e 's/@''GNULIB_MDA_Y1''@/$(GL_LTS_GNULIB_MDA_Y1)/g' \
-e 's/@''GNULIB_MDA_YN''@/$(GL_LTS_GNULIB_MDA_YN)/g' \
< $@-t1 > $@-t2
$(AM_V_at)sed \
-e 's|@''HAVE_ACOSF''@|$(HAVE_ACOSF)|g' \
-e 's|@''HAVE_ACOSL''@|$(HAVE_ACOSL)|g' \
-e 's|@''HAVE_ASINF''@|$(HAVE_ASINF)|g' \
-e 's|@''HAVE_ASINL''@|$(HAVE_ASINL)|g' \
-e 's|@''HAVE_ATANF''@|$(HAVE_ATANF)|g' \
-e 's|@''HAVE_ATANL''@|$(HAVE_ATANL)|g' \
-e 's|@''HAVE_ATAN2F''@|$(HAVE_ATAN2F)|g' \
-e 's|@''HAVE_CBRT''@|$(HAVE_CBRT)|g' \
-e 's|@''HAVE_CBRTF''@|$(HAVE_CBRTF)|g' \
-e 's|@''HAVE_CBRTL''@|$(HAVE_CBRTL)|g' \
-e 's|@''HAVE_COPYSIGN''@|$(HAVE_COPYSIGN)|g' \
-e 's|@''HAVE_COPYSIGNL''@|$(HAVE_COPYSIGNL)|g' \
-e 's|@''HAVE_COSF''@|$(HAVE_COSF)|g' \
-e 's|@''HAVE_COSL''@|$(HAVE_COSL)|g' \
-e 's|@''HAVE_COSHF''@|$(HAVE_COSHF)|g' \
-e 's|@''HAVE_EXPF''@|$(HAVE_EXPF)|g' \
-e 's|@''HAVE_EXPL''@|$(HAVE_EXPL)|g' \
-e 's|@''HAVE_EXPM1''@|$(HAVE_EXPM1)|g' \
-e 's|@''HAVE_EXPM1F''@|$(HAVE_EXPM1F)|g' \
-e 's|@''HAVE_FABSF''@|$(HAVE_FABSF)|g' \
-e 's|@''HAVE_FABSL''@|$(HAVE_FABSL)|g' \
-e 's|@''HAVE_FMA''@|$(HAVE_FMA)|g' \
-e 's|@''HAVE_FMAF''@|$(HAVE_FMAF)|g' \
-e 's|@''HAVE_FMAL''@|$(HAVE_FMAL)|g' \
-e 's|@''HAVE_FMODF''@|$(HAVE_FMODF)|g' \
-e 's|@''HAVE_FMODL''@|$(HAVE_FMODL)|g' \
-e 's|@''HAVE_FREXPF''@|$(HAVE_FREXPF)|g' \
-e 's|@''HAVE_HYPOTF''@|$(HAVE_HYPOTF)|g' \
-e 's|@''HAVE_HYPOTL''@|$(HAVE_HYPOTL)|g' \
-e 's|@''HAVE_ILOGB''@|$(HAVE_ILOGB)|g' \
-e 's|@''HAVE_ILOGBF''@|$(HAVE_ILOGBF)|g' \
-e 's|@''HAVE_ILOGBL''@|$(HAVE_ILOGBL)|g' \
-e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
-e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
-e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
-e 's|@''HAVE_LDEXPF''@|$(HAVE_LDEXPF)|g' \
-e 's|@''HAVE_LOGF''@|$(HAVE_LOGF)|g' \
-e 's|@''HAVE_LOGL''@|$(HAVE_LOGL)|g' \
-e 's|@''HAVE_LOG10F''@|$(HAVE_LOG10F)|g' \
-e 's|@''HAVE_LOG10L''@|$(HAVE_LOG10L)|g' \
-e 's|@''HAVE_LOG1P''@|$(HAVE_LOG1P)|g' \
-e 's|@''HAVE_LOG1PF''@|$(HAVE_LOG1PF)|g' \
-e 's|@''HAVE_LOG1PL''@|$(HAVE_LOG1PL)|g' \
-e 's|@''HAVE_LOGBF''@|$(HAVE_LOGBF)|g' \
-e 's|@''HAVE_LOGBL''@|$(HAVE_LOGBL)|g' \
-e 's|@''HAVE_MODFF''@|$(HAVE_MODFF)|g' \
-e 's|@''HAVE_MODFL''@|$(HAVE_MODFL)|g' \
-e 's|@''HAVE_POWF''@|$(HAVE_POWF)|g' \
-e 's|@''HAVE_REMAINDER''@|$(HAVE_REMAINDER)|g' \
-e 's|@''HAVE_REMAINDERF''@|$(HAVE_REMAINDERF)|g' \
-e 's|@''HAVE_RINT''@|$(HAVE_RINT)|g' \
-e 's|@''HAVE_RINTL''@|$(HAVE_RINTL)|g' \
-e 's|@''HAVE_SINF''@|$(HAVE_SINF)|g' \
-e 's|@''HAVE_SINL''@|$(HAVE_SINL)|g' \
-e 's|@''HAVE_SINHF''@|$(HAVE_SINHF)|g' \
-e 's|@''HAVE_SQRTF''@|$(HAVE_SQRTF)|g' \
-e 's|@''HAVE_SQRTL''@|$(HAVE_SQRTL)|g' \
-e 's|@''HAVE_TANF''@|$(HAVE_TANF)|g' \
-e 's|@''HAVE_TANL''@|$(HAVE_TANL)|g' \
-e 's|@''HAVE_TANHF''@|$(HAVE_TANHF)|g' \
-e 's|@''HAVE_TOTALORDER''@|$(HAVE_TOTALORDER)|g' \
-e 's|@''HAVE_TOTALORDERF''@|$(HAVE_TOTALORDERF)|g' \
-e 's|@''HAVE_TOTALORDERL''@|$(HAVE_TOTALORDERL)|g' \
< $@-t2 > $@-t3
$(AM_V_at)sed \
-e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
-e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
-e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \
-e 's|@''HAVE_DECL_CBRTF''@|$(HAVE_DECL_CBRTF)|g' \
-e 's|@''HAVE_DECL_CBRTL''@|$(HAVE_DECL_CBRTL)|g' \
-e 's|@''HAVE_DECL_CEILF''@|$(HAVE_DECL_CEILF)|g' \
-e 's|@''HAVE_DECL_CEILL''@|$(HAVE_DECL_CEILL)|g' \
-e 's|@''HAVE_DECL_COPYSIGNF''@|$(HAVE_DECL_COPYSIGNF)|g' \
-e 's|@''HAVE_DECL_COSL''@|$(HAVE_DECL_COSL)|g' \
-e 's|@''HAVE_DECL_EXPL''@|$(HAVE_DECL_EXPL)|g' \
-e 's|@''HAVE_DECL_EXP2''@|$(HAVE_DECL_EXP2)|g' \
-e 's|@''HAVE_DECL_EXP2F''@|$(HAVE_DECL_EXP2F)|g' \
-e 's|@''HAVE_DECL_EXP2L''@|$(HAVE_DECL_EXP2L)|g' \
-e 's|@''HAVE_DECL_EXPM1L''@|$(HAVE_DECL_EXPM1L)|g' \
-e 's|@''HAVE_DECL_FLOORF''@|$(HAVE_DECL_FLOORF)|g' \
-e 's|@''HAVE_DECL_FLOORL''@|$(HAVE_DECL_FLOORL)|g' \
-e 's|@''HAVE_DECL_FREXPL''@|$(HAVE_DECL_FREXPL)|g' \
-e 's|@''HAVE_DECL_LDEXPL''@|$(HAVE_DECL_LDEXPL)|g' \
-e 's|@''HAVE_DECL_LOGL''@|$(HAVE_DECL_LOGL)|g' \
-e 's|@''HAVE_DECL_LOG10L''@|$(HAVE_DECL_LOG10L)|g' \
-e 's|@''HAVE_DECL_LOG2''@|$(HAVE_DECL_LOG2)|g' \
-e 's|@''HAVE_DECL_LOG2F''@|$(HAVE_DECL_LOG2F)|g' \
-e 's|@''HAVE_DECL_LOG2L''@|$(HAVE_DECL_LOG2L)|g' \
-e 's|@''HAVE_DECL_LOGB''@|$(HAVE_DECL_LOGB)|g' \
-e 's|@''HAVE_DECL_REMAINDER''@|$(HAVE_DECL_REMAINDER)|g' \
-e 's|@''HAVE_DECL_REMAINDERL''@|$(HAVE_DECL_REMAINDERL)|g' \
-e 's|@''HAVE_DECL_RINTF''@|$(HAVE_DECL_RINTF)|g' \
-e 's|@''HAVE_DECL_ROUND''@|$(HAVE_DECL_ROUND)|g' \
-e 's|@''HAVE_DECL_ROUNDF''@|$(HAVE_DECL_ROUNDF)|g' \
-e 's|@''HAVE_DECL_ROUNDL''@|$(HAVE_DECL_ROUNDL)|g' \
-e 's|@''HAVE_DECL_SINL''@|$(HAVE_DECL_SINL)|g' \
-e 's|@''HAVE_DECL_SQRTL''@|$(HAVE_DECL_SQRTL)|g' \
-e 's|@''HAVE_DECL_TANL''@|$(HAVE_DECL_TANL)|g' \
-e 's|@''HAVE_DECL_TRUNC''@|$(HAVE_DECL_TRUNC)|g' \
-e 's|@''HAVE_DECL_TRUNCF''@|$(HAVE_DECL_TRUNCF)|g' \
-e 's|@''HAVE_DECL_TRUNCL''@|$(HAVE_DECL_TRUNCL)|g' \
< $@-t3 > $@-t4
$(AM_V_at)sed \
-e 's|@''REPLACE_ACOSF''@|$(REPLACE_ACOSF)|g' \
-e 's|@''REPLACE_ASINF''@|$(REPLACE_ASINF)|g' \
-e 's|@''REPLACE_ATANF''@|$(REPLACE_ATANF)|g' \
-e 's|@''REPLACE_ATAN2F''@|$(REPLACE_ATAN2F)|g' \
-e 's|@''REPLACE_CBRTF''@|$(REPLACE_CBRTF)|g' \
-e 's|@''REPLACE_CBRTL''@|$(REPLACE_CBRTL)|g' \
-e 's|@''REPLACE_CEIL''@|$(REPLACE_CEIL)|g' \
-e 's|@''REPLACE_CEILF''@|$(REPLACE_CEILF)|g' \
-e 's|@''REPLACE_CEILL''@|$(REPLACE_CEILL)|g' \
-e 's|@''REPLACE_COSF''@|$(REPLACE_COSF)|g' \
-e 's|@''REPLACE_COSHF''@|$(REPLACE_COSHF)|g' \
-e 's|@''REPLACE_EXPF''@|$(REPLACE_EXPF)|g' \
-e 's|@''REPLACE_EXPL''@|$(REPLACE_EXPL)|g' \
-e 's|@''REPLACE_EXPM1''@|$(REPLACE_EXPM1)|g' \
-e 's|@''REPLACE_EXPM1F''@|$(REPLACE_EXPM1F)|g' \
-e 's|@''REPLACE_EXPM1L''@|$(REPLACE_EXPM1L)|g' \
-e 's|@''REPLACE_EXP2''@|$(REPLACE_EXP2)|g' \
-e 's|@''REPLACE_EXP2L''@|$(REPLACE_EXP2L)|g' \
-e 's|@''REPLACE_FABSL''@|$(REPLACE_FABSL)|g' \
-e 's|@''REPLACE_FLOOR''@|$(REPLACE_FLOOR)|g' \
-e 's|@''REPLACE_FLOORF''@|$(REPLACE_FLOORF)|g' \
-e 's|@''REPLACE_FLOORL''@|$(REPLACE_FLOORL)|g' \
-e 's|@''REPLACE_FMA''@|$(REPLACE_FMA)|g' \
-e 's|@''REPLACE_FMAF''@|$(REPLACE_FMAF)|g' \
-e 's|@''REPLACE_FMAL''@|$(REPLACE_FMAL)|g' \
-e 's|@''REPLACE_FMOD''@|$(REPLACE_FMOD)|g' \
-e 's|@''REPLACE_FMODF''@|$(REPLACE_FMODF)|g' \
-e 's|@''REPLACE_FMODL''@|$(REPLACE_FMODL)|g' \
-e 's|@''REPLACE_FREXPF''@|$(REPLACE_FREXPF)|g' \
-e 's|@''REPLACE_FREXP''@|$(REPLACE_FREXP)|g' \
-e 's|@''REPLACE_FREXPL''@|$(REPLACE_FREXPL)|g' \
-e 's|@''REPLACE_HUGE_VAL''@|$(REPLACE_HUGE_VAL)|g' \
-e 's|@''REPLACE_HYPOT''@|$(REPLACE_HYPOT)|g' \
-e 's|@''REPLACE_HYPOTF''@|$(REPLACE_HYPOTF)|g' \
-e 's|@''REPLACE_HYPOTL''@|$(REPLACE_HYPOTL)|g' \
-e 's|@''REPLACE_ILOGB''@|$(REPLACE_ILOGB)|g' \
-e 's|@''REPLACE_ILOGBF''@|$(REPLACE_ILOGBF)|g' \
-e 's|@''REPLACE_ILOGBL''@|$(REPLACE_ILOGBL)|g' \
-e 's|@''REPLACE_ISFINITE''@|$(REPLACE_ISFINITE)|g' \
-e 's|@''REPLACE_ISINF''@|$(REPLACE_ISINF)|g' \
-e 's|@''REPLACE_ISNAN''@|$(REPLACE_ISNAN)|g' \
-e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
< $@-t4 > $@-t5
$(AM_V_at)sed \
-e 's|@''REPLACE_LDEXP''@|$(REPLACE_LDEXP)|g' \
-e 's|@''REPLACE_LDEXPL''@|$(REPLACE_LDEXPL)|g' \
-e 's|@''REPLACE_LOG''@|$(REPLACE_LOG)|g' \
-e 's|@''REPLACE_LOGF''@|$(REPLACE_LOGF)|g' \
-e 's|@''REPLACE_LOGL''@|$(REPLACE_LOGL)|g' \
-e 's|@''REPLACE_LOG10''@|$(REPLACE_LOG10)|g' \
-e 's|@''REPLACE_LOG10F''@|$(REPLACE_LOG10F)|g' \
-e 's|@''REPLACE_LOG10L''@|$(REPLACE_LOG10L)|g' \
-e 's|@''REPLACE_LOG1P''@|$(REPLACE_LOG1P)|g' \
-e 's|@''REPLACE_LOG1PF''@|$(REPLACE_LOG1PF)|g' \
-e 's|@''REPLACE_LOG1PL''@|$(REPLACE_LOG1PL)|g' \
-e 's|@''REPLACE_LOG2''@|$(REPLACE_LOG2)|g' \
-e 's|@''REPLACE_LOG2F''@|$(REPLACE_LOG2F)|g' \
-e 's|@''REPLACE_LOG2L''@|$(REPLACE_LOG2L)|g' \
-e 's|@''REPLACE_LOGB''@|$(REPLACE_LOGB)|g' \
-e 's|@''REPLACE_LOGBF''@|$(REPLACE_LOGBF)|g' \
-e 's|@''REPLACE_LOGBL''@|$(REPLACE_LOGBL)|g' \
-e 's|@''REPLACE_MODF''@|$(REPLACE_MODF)|g' \
-e 's|@''REPLACE_MODFF''@|$(REPLACE_MODFF)|g' \
-e 's|@''REPLACE_MODFL''@|$(REPLACE_MODFL)|g' \
-e 's|@''REPLACE_NAN''@|$(REPLACE_NAN)|g' \
-e 's|@''REPLACE_REMAINDER''@|$(REPLACE_REMAINDER)|g' \
-e 's|@''REPLACE_REMAINDERF''@|$(REPLACE_REMAINDERF)|g' \
-e 's|@''REPLACE_REMAINDERL''@|$(REPLACE_REMAINDERL)|g' \
-e 's|@''REPLACE_RINTL''@|$(REPLACE_RINTL)|g' \
-e 's|@''REPLACE_ROUND''@|$(REPLACE_ROUND)|g' \
-e 's|@''REPLACE_ROUNDF''@|$(REPLACE_ROUNDF)|g' \
-e 's|@''REPLACE_ROUNDL''@|$(REPLACE_ROUNDL)|g' \
-e 's|@''REPLACE_SIGNBIT''@|$(REPLACE_SIGNBIT)|g' \
-e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|$(REPLACE_SIGNBIT_USING_BUILTINS)|g' \
-e 's|@''REPLACE_SINF''@|$(REPLACE_SINF)|g' \
-e 's|@''REPLACE_SINHF''@|$(REPLACE_SINHF)|g' \
-e 's|@''REPLACE_SQRTF''@|$(REPLACE_SQRTF)|g' \
-e 's|@''REPLACE_SQRTL''@|$(REPLACE_SQRTL)|g' \
-e 's|@''REPLACE_TANF''@|$(REPLACE_TANF)|g' \
-e 's|@''REPLACE_TANHF''@|$(REPLACE_TANHF)|g' \
-e 's|@''REPLACE_TOTALORDER''@|$(REPLACE_TOTALORDER)|g' \
-e 's|@''REPLACE_TOTALORDERF''@|$(REPLACE_TOTALORDERF)|g' \
-e 's|@''REPLACE_TOTALORDERL''@|$(REPLACE_TOTALORDERL)|g' \
-e 's|@''REPLACE_TRUNC''@|$(REPLACE_TRUNC)|g' \
-e 's|@''REPLACE_TRUNCF''@|$(REPLACE_TRUNCF)|g' \
-e 's|@''REPLACE_TRUNCL''@|$(REPLACE_TRUNCL)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
< $@-t5 > $@-t6
$(AM_V_at)rm -f $@-t1 $@-t2 $@-t3 $@-t4 $@-t5
$(AM_V_at)mv $@-t6 $@
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(srcdir)/memory-ostream.h : $(top_srcdir)/build-aux/moopp memory-ostream.oo.h memory-ostream.oo.c ostream.oo.h
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/memory-ostream.oo.c $(srcdir)/memory-ostream.oo.h $(srcdir)/ostream.oo.h
$(srcdir)/memory-ostream.c $(srcdir)/memory_ostream.priv.h $(srcdir)/memory_ostream.vt.h : memory-ostream.h
@test -f $@ || { \
trap 'rm -rf memory-ostream.lock' 1 2 13 15; \
if mkdir memory-ostream.lock 2>/dev/null; then \
echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/memory-ostream.oo.c $(srcdir)/memory-ostream.oo.h $(srcdir)/ostream.oo.h"; \
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/memory-ostream.oo.c $(srcdir)/memory-ostream.oo.h $(srcdir)/ostream.oo.h; \
result=$$?; rm -rf memory-ostream.lock; exit $$result; \
else \
while test -d memory-ostream.lock; do sleep 1; done; \
test -f $(srcdir)/memory-ostream.h; \
fi; \
}
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(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
$(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
$(srcdir)/noop-styled-ostream.c $(srcdir)/noop_styled_ostream.priv.h $(srcdir)/noop_styled_ostream.vt.h : noop-styled-ostream.h
@test -f $@ || { \
trap 'rm -rf noop-styled-ostream.lock' 1 2 13 15; \
if mkdir noop-styled-ostream.lock 2>/dev/null; then \
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"; \
$(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; \
result=$$?; rm -rf noop-styled-ostream.lock; exit $$result; \
else \
while test -d noop-styled-ostream.lock; do sleep 1; done; \
test -f $(srcdir)/noop-styled-ostream.h; \
fi; \
}
# We need the following in order to create <obstack.h> when the system
# doesn't have one that works with any size object.
@GL_GENERATE_OBSTACK_H_TRUE@obstack.h: obstack.in.h $(top_builddir)/config.status
@GL_GENERATE_OBSTACK_H_TRUE@ $(gl_V_at)$(SED_HEADER_STDOUT) \
@GL_GENERATE_OBSTACK_H_TRUE@ -e 's|@''REPLACE_OBSTACK''@|$(REPLACE_OBSTACK)|g' \
@GL_GENERATE_OBSTACK_H_TRUE@ $(srcdir)/obstack.in.h > $@-t
@GL_GENERATE_OBSTACK_H_TRUE@ $(AM_V_at)mv $@-t $@
@GL_GENERATE_OBSTACK_H_FALSE@obstack.h: $(top_builddir)/config.status
@GL_GENERATE_OBSTACK_H_FALSE@ rm -f $@
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(srcdir)/ostream.h : $(top_srcdir)/build-aux/moopp ostream.oo.h ostream.oo.c
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/ostream.oo.c $(srcdir)/ostream.oo.h
$(srcdir)/ostream.c $(srcdir)/ostream.priv.h $(srcdir)/ostream.vt.h : ostream.h
@test -f $@ || { \
trap 'rm -rf ostream.lock' 1 2 13 15; \
if mkdir ostream.lock 2>/dev/null; then \
echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/ostream.oo.c $(srcdir)/ostream.oo.h"; \
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/ostream.oo.c $(srcdir)/ostream.oo.h; \
result=$$?; rm -rf ostream.lock; exit $$result; \
else \
while test -d ostream.lock; do sleep 1; done; \
test -f $(srcdir)/ostream.h; \
fi; \
}
# We need the following in order to create <signal.h> when the system
# doesn't have a complete one.
signal.h: signal.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_SIGNAL_H''@|$(NEXT_SIGNAL_H)|g' \
-e 's/@''GNULIB_PTHREAD_SIGMASK''@/$(GL_LTS_GNULIB_PTHREAD_SIGMASK)/g' \
-e 's/@''GNULIB_RAISE''@/$(GL_LTS_GNULIB_RAISE)/g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/$(GL_LTS_GNULIB_SIGNAL_H_SIGPIPE)/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/$(GL_LTS_GNULIB_SIGPROCMASK)/g' \
-e 's/@''GNULIB_SIGACTION''@/$(GL_LTS_GNULIB_SIGACTION)/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|$(HAVE_POSIX_SIGNALBLOCKING)|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|$(HAVE_PTHREAD_SIGMASK)|g' \
-e 's|@''HAVE_RAISE''@|$(HAVE_RAISE)|g' \
-e 's|@''HAVE_SIGSET_T''@|$(HAVE_SIGSET_T)|g' \
-e 's|@''HAVE_SIGINFO_T''@|$(HAVE_SIGINFO_T)|g' \
-e 's|@''HAVE_SIGACTION''@|$(HAVE_SIGACTION)|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|$(HAVE_STRUCT_SIGACTION_SA_SIGACTION)|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|$(HAVE_TYPE_VOLATILE_SIG_ATOMIC_T)|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|$(HAVE_SIGHANDLER_T)|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|$(REPLACE_PTHREAD_SIGMASK)|g' \
-e 's|@''REPLACE_RAISE''@|$(REPLACE_RAISE)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
$(srcdir)/signal.in.h > $@-t
$(AM_V_at)mv $@-t $@
# We need the following in order to create <stdarg.h> when the system
# doesn't have one that works with the given compiler.
@GL_GENERATE_STDARG_H_TRUE@stdarg.h: stdarg.in.h $(top_builddir)/config.status
@GL_GENERATE_STDARG_H_TRUE@ $(gl_V_at)$(SED_HEADER_STDOUT) \
@GL_GENERATE_STDARG_H_TRUE@ -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
@GL_GENERATE_STDARG_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
@GL_GENERATE_STDARG_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
@GL_GENERATE_STDARG_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
@GL_GENERATE_STDARG_H_TRUE@ -e 's|@''NEXT_STDARG_H''@|$(NEXT_STDARG_H)|g' \
@GL_GENERATE_STDARG_H_TRUE@ $(srcdir)/stdarg.in.h > $@-t
@GL_GENERATE_STDARG_H_TRUE@ $(AM_V_at)mv $@-t $@
@GL_GENERATE_STDARG_H_FALSE@stdarg.h: $(top_builddir)/config.status
@GL_GENERATE_STDARG_H_FALSE@ rm -f $@
# We need the following in order to create <stdckdint.h> when the system
# doesn't have one that works with the given compiler.
@GL_GENERATE_STDCKDINT_H_TRUE@stdckdint.h: stdckdint.in.h $(top_builddir)/config.status
@GL_GENERATE_STDCKDINT_H_TRUE@ $(gl_V_at)$(SED_HEADER_STDOUT) \
@GL_GENERATE_STDCKDINT_H_TRUE@ $(srcdir)/stdckdint.in.h > $@-t
@GL_GENERATE_STDCKDINT_H_TRUE@ $(AM_V_at)mv $@-t $@
@GL_GENERATE_STDCKDINT_H_FALSE@stdckdint.h: $(top_builddir)/config.status
@GL_GENERATE_STDCKDINT_H_FALSE@ rm -f $@
# We need the following in order to create <stddef.h> when the system
# doesn't have one that works with the given compiler.
@GL_GENERATE_STDDEF_H_TRUE@stddef.h: stddef.in.h $(top_builddir)/config.status
@GL_GENERATE_STDDEF_H_TRUE@ $(gl_V_at)$(SED_HEADER_STDOUT) \
@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''NEXT_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \
@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \
@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \
@GL_GENERATE_STDDEF_H_TRUE@ -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \
@GL_GENERATE_STDDEF_H_TRUE@ $(srcdir)/stddef.in.h > $@-t
@GL_GENERATE_STDDEF_H_TRUE@ $(AM_V_at)mv $@-t $@
@GL_GENERATE_STDDEF_H_FALSE@stddef.h: $(top_builddir)/config.status
@GL_GENERATE_STDDEF_H_FALSE@ rm -f $@
# We need the following in order to create <stdint.h> when the system
# doesn't have one that works with the given compiler.
@GL_GENERATE_STDINT_H_TRUE@stdint.h: stdint.in.h $(top_builddir)/config.status
@GL_GENERATE_STDINT_H_TRUE@ $(gl_V_at)$(SED_HEADER_STDOUT) \
@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
@GL_GENERATE_STDINT_H_TRUE@ -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/$(GNULIBHEADERS_OVERRIDE_WINT_T)/g' \
@GL_GENERATE_STDINT_H_TRUE@ $(srcdir)/stdint.in.h > $@-t
@GL_GENERATE_STDINT_H_TRUE@ $(AM_V_at)mv $@-t $@
@GL_GENERATE_STDINT_H_FALSE@stdint.h: $(top_builddir)/config.status
@GL_GENERATE_STDINT_H_FALSE@ rm -f $@
# We need the following in order to create <stdio.h> when the system
# doesn't have one that works with the given compiler.
stdio.h: stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_STDIO_H''@|$(NEXT_STDIO_H)|g' \
-e 's/@''GNULIB_DPRINTF''@/$(GL_LTS_GNULIB_DPRINTF)/g' \
-e 's/@''GNULIB_FCLOSE''@/$(GL_LTS_GNULIB_FCLOSE)/g' \
-e 's/@''GNULIB_FDOPEN''@/$(GL_LTS_GNULIB_FDOPEN)/g' \
-e 's/@''GNULIB_FFLUSH''@/$(GL_LTS_GNULIB_FFLUSH)/g' \
-e 's/@''GNULIB_FGETC''@/$(GL_LTS_GNULIB_FGETC)/g' \
-e 's/@''GNULIB_FGETS''@/$(GL_LTS_GNULIB_FGETS)/g' \
-e 's/@''GNULIB_FOPEN''@/$(GL_LTS_GNULIB_FOPEN)/g' \
-e 's/@''GNULIB_FOPEN_GNU''@/$(GL_LTS_GNULIB_FOPEN_GNU)/g' \
-e 's/@''GNULIB_FPRINTF''@/$(GL_LTS_GNULIB_FPRINTF)/g' \
-e 's/@''GNULIB_FPRINTF_POSIX''@/$(GL_LTS_GNULIB_FPRINTF_POSIX)/g' \
-e 's/@''GNULIB_FPURGE''@/$(GL_LTS_GNULIB_FPURGE)/g' \
-e 's/@''GNULIB_FPUTC''@/$(GL_LTS_GNULIB_FPUTC)/g' \
-e 's/@''GNULIB_FPUTS''@/$(GL_LTS_GNULIB_FPUTS)/g' \
-e 's/@''GNULIB_FREAD''@/$(GL_LTS_GNULIB_FREAD)/g' \
-e 's/@''GNULIB_FREOPEN''@/$(GL_LTS_GNULIB_FREOPEN)/g' \
-e 's/@''GNULIB_FSCANF''@/$(GL_LTS_GNULIB_FSCANF)/g' \
-e 's/@''GNULIB_FSEEK''@/$(GL_LTS_GNULIB_FSEEK)/g' \
-e 's/@''GNULIB_FSEEKO''@/$(GL_LTS_GNULIB_FSEEKO)/g' \
-e 's/@''GNULIB_FTELL''@/$(GL_LTS_GNULIB_FTELL)/g' \
-e 's/@''GNULIB_FTELLO''@/$(GL_LTS_GNULIB_FTELLO)/g' \
-e 's/@''GNULIB_FWRITE''@/$(GL_LTS_GNULIB_FWRITE)/g' \
-e 's/@''GNULIB_GETC''@/$(GL_LTS_GNULIB_GETC)/g' \
-e 's/@''GNULIB_GETCHAR''@/$(GL_LTS_GNULIB_GETCHAR)/g' \
-e 's/@''GNULIB_GETDELIM''@/$(GL_LTS_GNULIB_GETDELIM)/g' \
-e 's/@''GNULIB_GETLINE''@/$(GL_LTS_GNULIB_GETLINE)/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GL_LTS_GNULIB_OBSTACK_PRINTF)/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GL_LTS_GNULIB_OBSTACK_PRINTF_POSIX)/g' \
-e 's/@''GNULIB_PCLOSE''@/$(GL_LTS_GNULIB_PCLOSE)/g' \
-e 's/@''GNULIB_PERROR''@/$(GL_LTS_GNULIB_PERROR)/g' \
-e 's/@''GNULIB_POPEN''@/$(GL_LTS_GNULIB_POPEN)/g' \
-e 's/@''GNULIB_PRINTF''@/$(GL_LTS_GNULIB_PRINTF)/g' \
-e 's/@''GNULIB_PRINTF_POSIX''@/$(GL_LTS_GNULIB_PRINTF_POSIX)/g' \
-e 's/@''GNULIB_PUTC''@/$(GL_LTS_GNULIB_PUTC)/g' \
-e 's/@''GNULIB_PUTCHAR''@/$(GL_LTS_GNULIB_PUTCHAR)/g' \
-e 's/@''GNULIB_PUTS''@/$(GL_LTS_GNULIB_PUTS)/g' \
-e 's/@''GNULIB_REMOVE''@/$(GL_LTS_GNULIB_REMOVE)/g' \
-e 's/@''GNULIB_RENAME''@/$(GL_LTS_GNULIB_RENAME)/g' \
-e 's/@''GNULIB_RENAMEAT''@/$(GL_LTS_GNULIB_RENAMEAT)/g' \
-e 's/@''GNULIB_SCANF''@/$(GL_LTS_GNULIB_SCANF)/g' \
-e 's/@''GNULIB_SNPRINTF''@/$(GL_LTS_GNULIB_SNPRINTF)/g' \
-e 's/@''GNULIB_SPRINTF_POSIX''@/$(GL_LTS_GNULIB_SPRINTF_POSIX)/g' \
-e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GL_LTS_GNULIB_STDIO_H_NONBLOCKING)/g' \
-e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GL_LTS_GNULIB_STDIO_H_SIGPIPE)/g' \
-e 's/@''GNULIB_TMPFILE''@/$(GL_LTS_GNULIB_TMPFILE)/g' \
-e 's/@''GNULIB_VASPRINTF''@/$(GL_LTS_GNULIB_VASPRINTF)/g' \
-e 's/@''GNULIB_VDPRINTF''@/$(GL_LTS_GNULIB_VDPRINTF)/g' \
-e 's/@''GNULIB_VFPRINTF''@/$(GL_LTS_GNULIB_VFPRINTF)/g' \
-e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GL_LTS_GNULIB_VFPRINTF_POSIX)/g' \
-e 's/@''GNULIB_VFSCANF''@/$(GL_LTS_GNULIB_VFSCANF)/g' \
-e 's/@''GNULIB_VSCANF''@/$(GL_LTS_GNULIB_VSCANF)/g' \
-e 's/@''GNULIB_VPRINTF''@/$(GL_LTS_GNULIB_VPRINTF)/g' \
-e 's/@''GNULIB_VPRINTF_POSIX''@/$(GL_LTS_GNULIB_VPRINTF_POSIX)/g' \
-e 's/@''GNULIB_VSNPRINTF''@/$(GL_LTS_GNULIB_VSNPRINTF)/g' \
-e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GL_LTS_GNULIB_VSPRINTF_POSIX)/g' \
-e 's/@''GNULIB_MDA_FCLOSEALL''@/$(GL_LTS_GNULIB_MDA_FCLOSEALL)/g' \
-e 's/@''GNULIB_MDA_FDOPEN''@/$(GL_LTS_GNULIB_MDA_FDOPEN)/g' \
-e 's/@''GNULIB_MDA_FILENO''@/$(GL_LTS_GNULIB_MDA_FILENO)/g' \
-e 's/@''GNULIB_MDA_GETW''@/$(GL_LTS_GNULIB_MDA_GETW)/g' \
-e 's/@''GNULIB_MDA_PUTW''@/$(GL_LTS_GNULIB_MDA_PUTW)/g' \
-e 's/@''GNULIB_MDA_TEMPNAM''@/$(GL_LTS_GNULIB_MDA_TEMPNAM)/g' \
< $(srcdir)/stdio.in.h > $@-t1
$(AM_V_at)sed \
-e 's|@''HAVE_DECL_FCLOSEALL''@|$(HAVE_DECL_FCLOSEALL)|g' \
-e 's|@''HAVE_DECL_FPURGE''@|$(HAVE_DECL_FPURGE)|g' \
-e 's|@''HAVE_DECL_FSEEKO''@|$(HAVE_DECL_FSEEKO)|g' \
-e 's|@''HAVE_DECL_FTELLO''@|$(HAVE_DECL_FTELLO)|g' \
-e 's|@''HAVE_DECL_GETDELIM''@|$(HAVE_DECL_GETDELIM)|g' \
-e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
-e 's|@''HAVE_DECL_GETW''@|$(HAVE_DECL_GETW)|g' \
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|g' \
-e 's|@''HAVE_DECL_PUTW''@|$(HAVE_DECL_PUTW)|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|$(HAVE_DECL_SNPRINTF)|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|$(HAVE_DECL_VSNPRINTF)|g' \
-e 's|@''HAVE_DPRINTF''@|$(HAVE_DPRINTF)|g' \
-e 's|@''HAVE_FSEEKO''@|$(HAVE_FSEEKO)|g' \
-e 's|@''HAVE_FTELLO''@|$(HAVE_FTELLO)|g' \
-e 's|@''HAVE_PCLOSE''@|$(HAVE_PCLOSE)|g' \
-e 's|@''HAVE_POPEN''@|$(HAVE_POPEN)|g' \
-e 's|@''HAVE_RENAMEAT''@|$(HAVE_RENAMEAT)|g' \
-e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
-e 's|@''HAVE_VDPRINTF''@|$(HAVE_VDPRINTF)|g' \
< $@-t1 > $@-t2
$(AM_V_at)sed \
-e 's|@''REPLACE_DPRINTF''@|$(REPLACE_DPRINTF)|g' \
-e 's|@''REPLACE_FCLOSE''@|$(REPLACE_FCLOSE)|g' \
-e 's|@''REPLACE_FDOPEN''@|$(REPLACE_FDOPEN)|g' \
-e 's|@''REPLACE_FFLUSH''@|$(REPLACE_FFLUSH)|g' \
-e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
-e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|$(REPLACE_FOPEN_FOR_FOPEN_GNU)|g' \
-e 's|@''REPLACE_FPRINTF''@|$(REPLACE_FPRINTF)|g' \
-e 's|@''REPLACE_FPURGE''@|$(REPLACE_FPURGE)|g' \
-e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
-e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
-e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
-e 's|@''REPLACE_FTELL''@|$(REPLACE_FTELL)|g' \
-e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
-e 's|@''REPLACE_GETDELIM''@|$(REPLACE_GETDELIM)|g' \
-e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
-e 's|@''REPLACE_OBSTACK_PRINTF''@|$(REPLACE_OBSTACK_PRINTF)|g' \
-e 's|@''REPLACE_PERROR''@|$(REPLACE_PERROR)|g' \
-e 's|@''REPLACE_POPEN''@|$(REPLACE_POPEN)|g' \
-e 's|@''REPLACE_PRINTF''@|$(REPLACE_PRINTF)|g' \
-e 's|@''REPLACE_REMOVE''@|$(REPLACE_REMOVE)|g' \
-e 's|@''REPLACE_RENAME''@|$(REPLACE_RENAME)|g' \
-e 's|@''REPLACE_RENAMEAT''@|$(REPLACE_RENAMEAT)|g' \
-e 's|@''REPLACE_SNPRINTF''@|$(REPLACE_SNPRINTF)|g' \
-e 's|@''REPLACE_SPRINTF''@|$(REPLACE_SPRINTF)|g' \
-e 's|@''REPLACE_STDIO_READ_FUNCS''@|$(REPLACE_STDIO_READ_FUNCS)|g' \
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|$(REPLACE_STDIO_WRITE_FUNCS)|g' \
-e 's|@''REPLACE_TMPFILE''@|$(REPLACE_TMPFILE)|g' \
-e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
-e 's|@''REPLACE_VDPRINTF''@|$(REPLACE_VDPRINTF)|g' \
-e 's|@''REPLACE_VFPRINTF''@|$(REPLACE_VFPRINTF)|g' \
-e 's|@''REPLACE_VPRINTF''@|$(REPLACE_VPRINTF)|g' \
-e 's|@''REPLACE_VSNPRINTF''@|$(REPLACE_VSNPRINTF)|g' \
-e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
-e 's|@''ASM_SYMBOL_PREFIX''@|$(ASM_SYMBOL_PREFIX)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
< $@-t2 > $@-t3
$(AM_V_at)rm -f $@-t1 $@-t2
$(AM_V_at)mv $@-t3 $@
# We need the following in order to create <stdlib.h> when the system
# doesn't have one that works with the given compiler.
stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
$(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
-e 's/@''GNULIB__EXIT''@/$(GL_LTS_GNULIB__EXIT)/g' \
-e 's/@''GNULIB_ALIGNED_ALLOC''@/$(GL_LTS_GNULIB_ALIGNED_ALLOC)/g' \
-e 's/@''GNULIB_ATOLL''@/$(GL_LTS_GNULIB_ATOLL)/g' \
-e 's/@''GNULIB_CALLOC_GNU''@/$(GL_LTS_GNULIB_CALLOC_GNU)/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/$(GL_LTS_GNULIB_CALLOC_POSIX)/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GL_LTS_GNULIB_CANONICALIZE_FILE_NAME)/g' \
-e 's/@''GNULIB_FREE_POSIX''@/$(GL_LTS_GNULIB_FREE_POSIX)/g' \
-e 's/@''GNULIB_GETLOADAVG''@/$(GL_LTS_GNULIB_GETLOADAVG)/g' \
-e 's/@''GNULIB_GETPROGNAME''@/$(GL_LTS_GNULIB_GETPROGNAME)/g' \
-e 's/@''GNULIB_GETSUBOPT''@/$(GL_LTS_GNULIB_GETSUBOPT)/g' \
-e 's/@''GNULIB_GRANTPT''@/$(GL_LTS_GNULIB_GRANTPT)/g' \
-e 's/@''GNULIB_MALLOC_GNU''@/$(GL_LTS_GNULIB_MALLOC_GNU)/g' \
-e 's/@''GNULIB_MALLOC_POSIX''@/$(GL_LTS_GNULIB_MALLOC_POSIX)/g' \
-e 's/@''GNULIB_MBSTOWCS''@/$(GL_LTS_GNULIB_MBSTOWCS)/g' \
-e 's/@''GNULIB_MBTOWC''@/$(GL_LTS_GNULIB_MBTOWC)/g' \
-e 's/@''GNULIB_MKDTEMP''@/$(GL_LTS_GNULIB_MKDTEMP)/g' \
-e 's/@''GNULIB_MKOSTEMP''@/$(GL_LTS_GNULIB_MKOSTEMP)/g' \
-e 's/@''GNULIB_MKOSTEMPS''@/$(GL_LTS_GNULIB_MKOSTEMPS)/g' \
-e 's/@''GNULIB_MKSTEMP''@/$(GL_LTS_GNULIB_MKSTEMP)/g' \
-e 's/@''GNULIB_MKSTEMPS''@/$(GL_LTS_GNULIB_MKSTEMPS)/g' \
-e 's/@''GNULIB_POSIX_MEMALIGN''@/$(GL_LTS_GNULIB_POSIX_MEMALIGN)/g' \
-e 's/@''GNULIB_POSIX_OPENPT''@/$(GL_LTS_GNULIB_POSIX_OPENPT)/g' \
-e 's/@''GNULIB_PTSNAME''@/$(GL_LTS_GNULIB_PTSNAME)/g' \
-e 's/@''GNULIB_PTSNAME_R''@/$(GL_LTS_GNULIB_PTSNAME_R)/g' \
-e 's/@''GNULIB_PUTENV''@/$(GL_LTS_GNULIB_PUTENV)/g' \
-e 's/@''GNULIB_QSORT_R''@/$(GL_LTS_GNULIB_QSORT_R)/g' \
-e 's/@''GNULIB_RANDOM''@/$(GL_LTS_GNULIB_RANDOM)/g' \
-e 's/@''GNULIB_RANDOM_R''@/$(GL_LTS_GNULIB_RANDOM_R)/g' \
-e 's/@''GNULIB_REALLOC_GNU''@/$(GL_LTS_GNULIB_REALLOC_GNU)/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/$(GL_LTS_GNULIB_REALLOC_POSIX)/g' \
-e 's/@''GNULIB_REALLOCARRAY''@/$(GL_LTS_GNULIB_REALLOCARRAY)/g' \
-e 's/@''GNULIB_REALPATH''@/$(GL_LTS_GNULIB_REALPATH)/g' \
-e 's/@''GNULIB_RPMATCH''@/$(GL_LTS_GNULIB_RPMATCH)/g' \
-e 's/@''GNULIB_SECURE_GETENV''@/$(GL_LTS_GNULIB_SECURE_GETENV)/g' \
-e 's/@''GNULIB_SETENV''@/$(GL_LTS_GNULIB_SETENV)/g' \
-e 's/@''GNULIB_STRTOD''@/$(GL_LTS_GNULIB_STRTOD)/g' \
-e 's/@''GNULIB_STRTOL''@/$(GL_LTS_GNULIB_STRTOL)/g' \
-e 's/@''GNULIB_STRTOLD''@/$(GL_LTS_GNULIB_STRTOLD)/g' \
-e 's/@''GNULIB_STRTOLL''@/$(GL_LTS_GNULIB_STRTOLL)/g' \
-e 's/@''GNULIB_STRTOUL''@/$(GL_LTS_GNULIB_STRTOUL)/g' \
-e 's/@''GNULIB_STRTOULL''@/$(GL_LTS_GNULIB_STRTOULL)/g' \
-e 's/@''GNULIB_SYSTEM_POSIX''@/$(GL_LTS_GNULIB_SYSTEM_POSIX)/g' \
-e 's/@''GNULIB_UNLOCKPT''@/$(GL_LTS_GNULIB_UNLOCKPT)/g' \
-e 's/@''GNULIB_UNSETENV''@/$(GL_LTS_GNULIB_UNSETENV)/g' \
-e 's/@''GNULIB_WCTOMB''@/$(GL_LTS_GNULIB_WCTOMB)/g' \
-e 's/@''GNULIB_MDA_ECVT''@/$(GL_LTS_GNULIB_MDA_ECVT)/g' \
-e 's/@''GNULIB_MDA_FCVT''@/$(GL_LTS_GNULIB_MDA_FCVT)/g' \
-e 's/@''GNULIB_MDA_GCVT''@/$(GL_LTS_GNULIB_MDA_GCVT)/g' \
-e 's/@''GNULIB_MDA_MKTEMP''@/$(GL_LTS_GNULIB_MDA_MKTEMP)/g' \
-e 's/@''GNULIB_MDA_PUTENV''@/$(GL_LTS_GNULIB_MDA_PUTENV)/g' \
< $(srcdir)/stdlib.in.h > $@-t1
$(AM_V_at)sed \
-e 's|@''HAVE__EXIT''@|$(HAVE__EXIT)|g' \
-e 's|@''HAVE_ALIGNED_ALLOC''@|$(HAVE_ALIGNED_ALLOC)|g' \
-e 's|@''HAVE_ATOLL''@|$(HAVE_ATOLL)|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|$(HAVE_CANONICALIZE_FILE_NAME)|g' \
-e 's|@''HAVE_DECL_ECVT''@|$(HAVE_DECL_ECVT)|g' \
-e 's|@''HAVE_DECL_FCVT''@|$(HAVE_DECL_FCVT)|g' \
-e 's|@''HAVE_DECL_GCVT''@|$(HAVE_DECL_GCVT)|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|$(HAVE_DECL_GETLOADAVG)|g' \
-e 's|@''HAVE_DECL_PROGRAM_INVOCATION_NAME''@|$(HAVE_DECL_PROGRAM_INVOCATION_NAME)|g' \
-e 's|@''HAVE_GETPROGNAME''@|$(HAVE_GETPROGNAME)|g' \
-e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
-e 's|@''HAVE_GRANTPT''@|$(HAVE_GRANTPT)|g' \
-e 's|@''HAVE_INITSTATE''@|$(HAVE_INITSTATE)|g' \
-e 's|@''HAVE_DECL_INITSTATE''@|$(HAVE_DECL_INITSTATE)|g' \
-e 's|@''HAVE_MBTOWC''@|$(HAVE_MBTOWC)|g' \
-e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
-e 's|@''HAVE_MKOSTEMP''@|$(HAVE_MKOSTEMP)|g' \
-e 's|@''HAVE_MKOSTEMPS''@|$(HAVE_MKOSTEMPS)|g' \
-e 's|@''HAVE_MKSTEMP''@|$(HAVE_MKSTEMP)|g' \
-e 's|@''HAVE_MKSTEMPS''@|$(HAVE_MKSTEMPS)|g' \
-e 's|@''HAVE_POSIX_MEMALIGN''@|$(HAVE_POSIX_MEMALIGN)|g' \
-e 's|@''HAVE_POSIX_OPENPT''@|$(HAVE_POSIX_OPENPT)|g' \
-e 's|@''HAVE_PTSNAME''@|$(HAVE_PTSNAME)|g' \
-e 's|@''HAVE_PTSNAME_R''@|$(HAVE_PTSNAME_R)|g' \
-e 's|@''HAVE_QSORT_R''@|$(HAVE_QSORT_R)|g' \
-e 's|@''HAVE_RANDOM''@|$(HAVE_RANDOM)|g' \
-e 's|@''HAVE_RANDOM_H''@|$(HAVE_RANDOM_H)|g' \
-e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
-e 's|@''HAVE_REALLOCARRAY''@|$(HAVE_REALLOCARRAY)|g' \
-e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
-e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
-e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
-e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
-e 's|@''HAVE_SETSTATE''@|$(HAVE_SETSTATE)|g' \
-e 's|@''HAVE_DECL_SETSTATE''@|$(HAVE_DECL_SETSTATE)|g' \
-e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
-e 's|@''HAVE_STRTOL''@|$(HAVE_STRTOL)|g' \
-e 's|@''HAVE_STRTOLD''@|$(HAVE_STRTOLD)|g' \
-e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
-e 's|@''HAVE_STRTOUL''@|$(HAVE_STRTOUL)|g' \
-e 's|@''HAVE_STRTOULL''@|$(HAVE_STRTOULL)|g' \
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|$(HAVE_STRUCT_RANDOM_DATA)|g' \
-e 's|@''HAVE_SYS_LOADAVG_H''@|$(HAVE_SYS_LOADAVG_H)|g' \
-e 's|@''HAVE_UNLOCKPT''@|$(HAVE_UNLOCKPT)|g' \
-e 's|@''HAVE_DECL_UNSETENV''@|$(HAVE_DECL_UNSETENV)|g' \
< $@-t1 > $@-t2
$(AM_V_at)sed \
-e 's|@''REPLACE__EXIT''@|$(REPLACE__EXIT)|g' \
-e 's|@''REPLACE_ALIGNED_ALLOC''@|$(REPLACE_ALIGNED_ALLOC)|g' \
-e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|$(REPLACE_CALLOC_FOR_CALLOC_GNU)|g' \
-e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|$(REPLACE_CALLOC_FOR_CALLOC_POSIX)|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|$(REPLACE_CANONICALIZE_FILE_NAME)|g' \
-e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \
-e 's|@''REPLACE_GETLOADAVG''@|$(REPLACE_GETLOADAVG)|g' \
-e 's|@''REPLACE_GETPROGNAME''@|$(REPLACE_GETPROGNAME)|g' \
-e 's|@''REPLACE_GETSUBOPT''@|$(REPLACE_GETSUBOPT)|g' \
-e 's|@''REPLACE_INITSTATE''@|$(REPLACE_INITSTATE)|g' \
-e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|$(REPLACE_MALLOC_FOR_MALLOC_GNU)|g' \
-e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|$(REPLACE_MALLOC_FOR_MALLOC_POSIX)|g' \
-e 's|@''REPLACE_MB_CUR_MAX''@|$(REPLACE_MB_CUR_MAX)|g' \
-e 's|@''REPLACE_MBSTOWCS''@|$(REPLACE_MBSTOWCS)|g' \
-e 's|@''REPLACE_MBTOWC''@|$(REPLACE_MBTOWC)|g' \
-e 's|@''REPLACE_MKOSTEMP''@|$(REPLACE_MKOSTEMP)|g' \
-e 's|@''REPLACE_MKOSTEMPS''@|$(REPLACE_MKOSTEMPS)|g' \
-e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
-e 's|@''REPLACE_POSIX_MEMALIGN''@|$(REPLACE_POSIX_MEMALIGN)|g' \
-e 's|@''REPLACE_POSIX_OPENPT''@|$(REPLACE_POSIX_OPENPT)|g' \
-e 's|@''REPLACE_PTSNAME''@|$(REPLACE_PTSNAME)|g' \
-e 's|@''REPLACE_PTSNAME_R''@|$(REPLACE_PTSNAME_R)|g' \
-e 's|@''REPLACE_PUTENV''@|$(REPLACE_PUTENV)|g' \
-e 's|@''REPLACE_QSORT_R''@|$(REPLACE_QSORT_R)|g' \
-e 's|@''REPLACE_RANDOM''@|$(REPLACE_RANDOM)|g' \
-e 's|@''REPLACE_RANDOM_R''@|$(REPLACE_RANDOM_R)|g' \
-e 's|@''REPLACE_REALLOC_FOR_REALLOC_GNU''@|$(REPLACE_REALLOC_FOR_REALLOC_GNU)|g' \
-e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|$(REPLACE_REALLOC_FOR_REALLOC_POSIX)|g' \
-e 's|@''REPLACE_REALLOCARRAY''@|$(REPLACE_REALLOCARRAY)|g' \
-e 's|@''REPLACE_REALPATH''@|$(REPLACE_REALPATH)|g' \
-e 's|@''REPLACE_SETENV''@|$(REPLACE_SETENV)|g' \
-e 's|@''REPLACE_SETSTATE''@|$(REPLACE_SETSTATE)|g' \
-e 's|@''REPLACE_STRTOD''@|$(REPLACE_STRTOD)|g' \
-e 's|@''REPLACE_STRTOL''@|$(REPLACE_STRTOL)|g' \
-e 's|@''REPLACE_STRTOLD''@|$(REPLACE_STRTOLD)|g' \
-e 's|@''REPLACE_STRTOLL''@|$(REPLACE_STRTOLL)|g' \
-e 's|@''REPLACE_STRTOUL''@|$(REPLACE_STRTOUL)|g' \
-e 's|@''REPLACE_STRTOULL''@|$(REPLACE_STRTOULL)|g' \
-e 's|@''REPLACE_UNSETENV''@|$(REPLACE_UNSETENV)|g' \
-e 's|@''REPLACE_WCTOMB''@|$(REPLACE_WCTOMB)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _Noreturn/r $(_NORETURN_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
< $@-t2 > $@-t3
$(AM_V_at)rm -f $@-t1 $@-t2
$(AM_V_at)mv $@-t3 $@
# We need the following in order to create <string.h> when the system
# doesn't have one that works with the given compiler.
string.h: string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_STRING_H''@|$(NEXT_STRING_H)|g' \
-e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GL_LTS_GNULIB_EXPLICIT_BZERO)/g' \
-e 's/@''GNULIB_FFSL''@/$(GL_LTS_GNULIB_FFSL)/g' \
-e 's/@''GNULIB_FFSLL''@/$(GL_LTS_GNULIB_FFSLL)/g' \
-e 's/@''GNULIB_MBSLEN''@/$(GL_LTS_GNULIB_MBSLEN)/g' \
-e 's/@''GNULIB_MBSNLEN''@/$(GL_LTS_GNULIB_MBSNLEN)/g' \
-e 's/@''GNULIB_MBSCHR''@/$(GL_LTS_GNULIB_MBSCHR)/g' \
-e 's/@''GNULIB_MBSRCHR''@/$(GL_LTS_GNULIB_MBSRCHR)/g' \
-e 's/@''GNULIB_MBSSTR''@/$(GL_LTS_GNULIB_MBSSTR)/g' \
-e 's/@''GNULIB_MBSCASECMP''@/$(GL_LTS_GNULIB_MBSCASECMP)/g' \
-e 's/@''GNULIB_MBSNCASECMP''@/$(GL_LTS_GNULIB_MBSNCASECMP)/g' \
-e 's/@''GNULIB_MBSPCASECMP''@/$(GL_LTS_GNULIB_MBSPCASECMP)/g' \
-e 's/@''GNULIB_MBSCASESTR''@/$(GL_LTS_GNULIB_MBSCASESTR)/g' \
-e 's/@''GNULIB_MBSCSPN''@/$(GL_LTS_GNULIB_MBSCSPN)/g' \
-e 's/@''GNULIB_MBSPBRK''@/$(GL_LTS_GNULIB_MBSPBRK)/g' \
-e 's/@''GNULIB_MBSSPN''@/$(GL_LTS_GNULIB_MBSSPN)/g' \
-e 's/@''GNULIB_MBSSEP''@/$(GL_LTS_GNULIB_MBSSEP)/g' \
-e 's/@''GNULIB_MBSTOK_R''@/$(GL_LTS_GNULIB_MBSTOK_R)/g' \
-e 's/@''GNULIB_MEMCHR''@/$(GL_LTS_GNULIB_MEMCHR)/g' \
-e 's/@''GNULIB_MEMMEM''@/$(GL_LTS_GNULIB_MEMMEM)/g' \
-e 's/@''GNULIB_MEMPCPY''@/$(GL_LTS_GNULIB_MEMPCPY)/g' \
-e 's/@''GNULIB_MEMRCHR''@/$(GL_LTS_GNULIB_MEMRCHR)/g' \
-e 's/@''GNULIB_MEMSET_EXPLICIT''@/$(GL_LTS_GNULIB_MEMSET_EXPLICIT)/g' \
-e 's/@''GNULIB_RAWMEMCHR''@/$(GL_LTS_GNULIB_RAWMEMCHR)/g' \
-e 's/@''GNULIB_STPCPY''@/$(GL_LTS_GNULIB_STPCPY)/g' \
-e 's/@''GNULIB_STPNCPY''@/$(GL_LTS_GNULIB_STPNCPY)/g' \
-e 's/@''GNULIB_STRCHRNUL''@/$(GL_LTS_GNULIB_STRCHRNUL)/g' \
-e 's/@''GNULIB_STRDUP''@/$(GL_LTS_GNULIB_STRDUP)/g' \
-e 's/@''GNULIB_STRNCAT''@/$(GL_LTS_GNULIB_STRNCAT)/g' \
-e 's/@''GNULIB_STRNDUP''@/$(GL_LTS_GNULIB_STRNDUP)/g' \
-e 's/@''GNULIB_STRNLEN''@/$(GL_LTS_GNULIB_STRNLEN)/g' \
-e 's/@''GNULIB_STRPBRK''@/$(GL_LTS_GNULIB_STRPBRK)/g' \
-e 's/@''GNULIB_STRSEP''@/$(GL_LTS_GNULIB_STRSEP)/g' \
-e 's/@''GNULIB_STRSTR''@/$(GL_LTS_GNULIB_STRSTR)/g' \
-e 's/@''GNULIB_STRCASESTR''@/$(GL_LTS_GNULIB_STRCASESTR)/g' \
-e 's/@''GNULIB_STRTOK_R''@/$(GL_LTS_GNULIB_STRTOK_R)/g' \
-e 's/@''GNULIB_STRERROR''@/$(GL_LTS_GNULIB_STRERROR)/g' \
-e 's/@''GNULIB_STRERROR_R''@/$(GL_LTS_GNULIB_STRERROR_R)/g' \
-e 's/@''GNULIB_STRERRORNAME_NP''@/$(GL_LTS_GNULIB_STRERRORNAME_NP)/g' \
-e 's/@''GNULIB_SIGABBREV_NP''@/$(GL_LTS_GNULIB_SIGABBREV_NP)/g' \
-e 's/@''GNULIB_SIGDESCR_NP''@/$(GL_LTS_GNULIB_SIGDESCR_NP)/g' \
-e 's/@''GNULIB_STRSIGNAL''@/$(GL_LTS_GNULIB_STRSIGNAL)/g' \
-e 's/@''GNULIB_STRVERSCMP''@/$(GL_LTS_GNULIB_STRVERSCMP)/g' \
-e 's/@''GNULIB_MDA_MEMCCPY''@/$(GL_LTS_GNULIB_MDA_MEMCCPY)/g' \
-e 's/@''GNULIB_MDA_STRDUP''@/$(GL_LTS_GNULIB_MDA_STRDUP)/g' \
-e 's/@''GNULIB_FREE_POSIX''@/$(GL_LTS_GNULIB_FREE_POSIX)/g' \
< $(srcdir)/string.in.h > $@-t1
$(AM_V_at)sed \
-e 's|@''HAVE_EXPLICIT_BZERO''@|$(HAVE_EXPLICIT_BZERO)|g' \
-e 's|@''HAVE_FFSL''@|$(HAVE_FFSL)|g' \
-e 's|@''HAVE_FFSLL''@|$(HAVE_FFSLL)|g' \
-e 's|@''HAVE_MBSLEN''@|$(HAVE_MBSLEN)|g' \
-e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
-e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
-e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
-e 's|@''HAVE_MEMSET_EXPLICIT''@|$(HAVE_MEMSET_EXPLICIT)|g' \
-e 's|@''HAVE_RAWMEMCHR''@|$(HAVE_RAWMEMCHR)|g' \
-e 's|@''HAVE_STPCPY''@|$(HAVE_STPCPY)|g' \
-e 's|@''HAVE_STPNCPY''@|$(HAVE_STPNCPY)|g' \
-e 's|@''HAVE_STRCHRNUL''@|$(HAVE_STRCHRNUL)|g' \
-e 's|@''HAVE_DECL_STRDUP''@|$(HAVE_DECL_STRDUP)|g' \
-e 's|@''HAVE_DECL_STRNDUP''@|$(HAVE_DECL_STRNDUP)|g' \
-e 's|@''HAVE_DECL_STRNLEN''@|$(HAVE_DECL_STRNLEN)|g' \
-e 's|@''HAVE_STRPBRK''@|$(HAVE_STRPBRK)|g' \
-e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
-e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
-e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
-e 's|@''HAVE_DECL_STRERROR_R''@|$(HAVE_DECL_STRERROR_R)|g' \
-e 's|@''HAVE_STRERRORNAME_NP''@|$(HAVE_STRERRORNAME_NP)|g' \
-e 's|@''HAVE_SIGABBREV_NP''@|$(HAVE_SIGABBREV_NP)|g' \
-e 's|@''HAVE_SIGDESCR_NP''@|$(HAVE_SIGDESCR_NP)|g' \
-e 's|@''HAVE_DECL_STRSIGNAL''@|$(HAVE_DECL_STRSIGNAL)|g' \
-e 's|@''HAVE_STRVERSCMP''@|$(HAVE_STRVERSCMP)|g' \
-e 's|@''REPLACE_FFSLL''@|$(REPLACE_FFSLL)|g' \
-e 's|@''REPLACE_MEMCHR''@|$(REPLACE_MEMCHR)|g' \
-e 's|@''REPLACE_MEMMEM''@|$(REPLACE_MEMMEM)|g' \
-e 's|@''REPLACE_MEMPCPY''@|$(REPLACE_MEMPCPY)|g' \
-e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \
-e 's|@''REPLACE_STPCPY''@|$(REPLACE_STPCPY)|g' \
-e 's|@''REPLACE_STPNCPY''@|$(REPLACE_STPNCPY)|g' \
-e 's|@''REPLACE_STRCHRNUL''@|$(REPLACE_STRCHRNUL)|g' \
-e 's|@''REPLACE_STRDUP''@|$(REPLACE_STRDUP)|g' \
-e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
-e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
-e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
-e 's|@''REPLACE_STRSTR''@|$(REPLACE_STRSTR)|g' \
-e 's|@''REPLACE_STRCASESTR''@|$(REPLACE_STRCASESTR)|g' \
-e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
-e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
-e 's|@''REPLACE_STRERROR_R''@|$(REPLACE_STRERROR_R)|g' \
-e 's|@''REPLACE_STRERRORNAME_NP''@|$(REPLACE_STRERRORNAME_NP)|g' \
-e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
-e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
< $@-t1 > $@-t2
$(AM_V_at)rm -f $@-t1
$(AM_V_at)mv $@-t2 $@
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(srcdir)/styled-ostream.h : $(top_srcdir)/build-aux/moopp styled-ostream.oo.h styled-ostream.oo.c ostream.oo.h
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/styled-ostream.oo.c $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h
$(srcdir)/styled-ostream.c $(srcdir)/styled_ostream.priv.h $(srcdir)/styled_ostream.vt.h : styled-ostream.h
@test -f $@ || { \
trap 'rm -rf styled-ostream.lock' 1 2 13 15; \
if mkdir styled-ostream.lock 2>/dev/null; then \
echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/styled-ostream.oo.c $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h"; \
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/styled-ostream.oo.c $(srcdir)/styled-ostream.oo.h $(srcdir)/ostream.oo.h; \
result=$$?; rm -rf styled-ostream.lock; exit $$result; \
else \
while test -d styled-ostream.lock; do sleep 1; done; \
test -f $(srcdir)/styled-ostream.h; \
fi; \
}
# We need the following in order to create <sys/socket.h> when the system
# doesn't have one that works with the given compiler.
sys/socket.h: sys_socket.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H)
$(AM_V_GEN)$(MKDIR_P) 'sys'
$(AM_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_SYS_SOCKET_H''@|$(NEXT_SYS_SOCKET_H)|g' \
-e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
-e 's/@''GNULIB_CLOSE''@/$(GL_LTS_GNULIB_CLOSE)/g' \
-e 's/@''GNULIB_SOCKET''@/$(GL_LTS_GNULIB_SOCKET)/g' \
-e 's/@''GNULIB_CONNECT''@/$(GL_LTS_GNULIB_CONNECT)/g' \
-e 's/@''GNULIB_ACCEPT''@/$(GL_LTS_GNULIB_ACCEPT)/g' \
-e 's/@''GNULIB_BIND''@/$(GL_LTS_GNULIB_BIND)/g' \
-e 's/@''GNULIB_GETPEERNAME''@/$(GL_LTS_GNULIB_GETPEERNAME)/g' \
-e 's/@''GNULIB_GETSOCKNAME''@/$(GL_LTS_GNULIB_GETSOCKNAME)/g' \
-e 's/@''GNULIB_GETSOCKOPT''@/$(GL_LTS_GNULIB_GETSOCKOPT)/g' \
-e 's/@''GNULIB_LISTEN''@/$(GL_LTS_GNULIB_LISTEN)/g' \
-e 's/@''GNULIB_RECV''@/$(GL_LTS_GNULIB_RECV)/g' \
-e 's/@''GNULIB_SEND''@/$(GL_LTS_GNULIB_SEND)/g' \
-e 's/@''GNULIB_RECVFROM''@/$(GL_LTS_GNULIB_RECVFROM)/g' \
-e 's/@''GNULIB_SENDTO''@/$(GL_LTS_GNULIB_SENDTO)/g' \
-e 's/@''GNULIB_SETSOCKOPT''@/$(GL_LTS_GNULIB_SETSOCKOPT)/g' \
-e 's/@''GNULIB_SHUTDOWN''@/$(GL_LTS_GNULIB_SHUTDOWN)/g' \
-e 's/@''GNULIB_ACCEPT4''@/$(GL_LTS_GNULIB_ACCEPT4)/g' \
-e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
-e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
-e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
-e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|$(HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY)|g' \
-e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
-e 's|@''HAVE_ACCEPT4''@|$(HAVE_ACCEPT4)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
$(srcdir)/sys_socket.in.h > $@-t
$(AM_V_at)mv $@-t $@
# We need the following in order to create <sys/stat.h> when the system
# has one that is incomplete.
sys/stat.h: sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(AM_V_GEN)$(MKDIR_P) 'sys'
$(AM_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_SYS_STAT_H''@|$(NEXT_SYS_STAT_H)|g' \
-e 's|@''WINDOWS_64_BIT_ST_SIZE''@|$(WINDOWS_64_BIT_ST_SIZE)|g' \
-e 's|@''WINDOWS_STAT_TIMESPEC''@|$(WINDOWS_STAT_TIMESPEC)|g' \
-e 's/@''GNULIB_CHMOD''@/$(GL_LTS_GNULIB_CHMOD)/g' \
-e 's/@''GNULIB_FCHMODAT''@/$(GL_LTS_GNULIB_FCHMODAT)/g' \
-e 's/@''GNULIB_FSTAT''@/$(GL_LTS_GNULIB_FSTAT)/g' \
-e 's/@''GNULIB_FSTATAT''@/$(GL_LTS_GNULIB_FSTATAT)/g' \
-e 's/@''GNULIB_FUTIMENS''@/$(GL_LTS_GNULIB_FUTIMENS)/g' \
-e 's/@''GNULIB_GETUMASK''@/$(GL_LTS_GNULIB_GETUMASK)/g' \
-e 's/@''GNULIB_LCHMOD''@/$(GL_LTS_GNULIB_LCHMOD)/g' \
-e 's/@''GNULIB_LSTAT''@/$(GL_LTS_GNULIB_LSTAT)/g' \
-e 's/@''GNULIB_MKDIR''@/$(GL_LTS_GNULIB_MKDIR)/g' \
-e 's/@''GNULIB_MKDIRAT''@/$(GL_LTS_GNULIB_MKDIRAT)/g' \
-e 's/@''GNULIB_MKFIFO''@/$(GL_LTS_GNULIB_MKFIFO)/g' \
-e 's/@''GNULIB_MKFIFOAT''@/$(GL_LTS_GNULIB_MKFIFOAT)/g' \
-e 's/@''GNULIB_MKNOD''@/$(GL_LTS_GNULIB_MKNOD)/g' \
-e 's/@''GNULIB_MKNODAT''@/$(GL_LTS_GNULIB_MKNODAT)/g' \
-e 's/@''GNULIB_STAT''@/$(GL_LTS_GNULIB_STAT)/g' \
-e 's/@''GNULIB_UTIMENSAT''@/$(GL_LTS_GNULIB_UTIMENSAT)/g' \
-e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GL_LTS_GNULIB_OVERRIDES_STRUCT_STAT)/g' \
-e 's/@''GNULIB_MDA_CHMOD''@/$(GL_LTS_GNULIB_MDA_CHMOD)/g' \
-e 's/@''GNULIB_MDA_MKDIR''@/$(GL_LTS_GNULIB_MDA_MKDIR)/g' \
-e 's/@''GNULIB_MDA_UMASK''@/$(GL_LTS_GNULIB_MDA_UMASK)/g' \
-e 's|@''HAVE_FCHMODAT''@|$(HAVE_FCHMODAT)|g' \
-e 's|@''HAVE_FSTATAT''@|$(HAVE_FSTATAT)|g' \
-e 's|@''HAVE_FUTIMENS''@|$(HAVE_FUTIMENS)|g' \
-e 's|@''HAVE_GETUMASK''@|$(HAVE_GETUMASK)|g' \
-e 's|@''HAVE_LCHMOD''@|$(HAVE_LCHMOD)|g' \
-e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
-e 's|@''HAVE_MKDIRAT''@|$(HAVE_MKDIRAT)|g' \
-e 's|@''HAVE_MKFIFO''@|$(HAVE_MKFIFO)|g' \
-e 's|@''HAVE_MKFIFOAT''@|$(HAVE_MKFIFOAT)|g' \
-e 's|@''HAVE_MKNOD''@|$(HAVE_MKNOD)|g' \
-e 's|@''HAVE_MKNODAT''@|$(HAVE_MKNODAT)|g' \
-e 's|@''HAVE_UTIMENSAT''@|$(HAVE_UTIMENSAT)|g' \
-e 's|@''REPLACE_CHMOD''@|$(REPLACE_CHMOD)|g' \
-e 's|@''REPLACE_FCHMODAT''@|$(REPLACE_FCHMODAT)|g' \
-e 's|@''REPLACE_FSTAT''@|$(REPLACE_FSTAT)|g' \
-e 's|@''REPLACE_FSTATAT''@|$(REPLACE_FSTATAT)|g' \
-e 's|@''REPLACE_FUTIMENS''@|$(REPLACE_FUTIMENS)|g' \
-e 's|@''REPLACE_LSTAT''@|$(REPLACE_LSTAT)|g' \
-e 's|@''REPLACE_MKDIR''@|$(REPLACE_MKDIR)|g' \
-e 's|@''REPLACE_MKFIFO''@|$(REPLACE_MKFIFO)|g' \
-e 's|@''REPLACE_MKFIFOAT''@|$(REPLACE_MKFIFOAT)|g' \
-e 's|@''REPLACE_MKNOD''@|$(REPLACE_MKNOD)|g' \
-e 's|@''REPLACE_MKNODAT''@|$(REPLACE_MKNODAT)|g' \
-e 's|@''REPLACE_STAT''@|$(REPLACE_STAT)|g' \
-e 's|@''REPLACE_UTIMENSAT''@|$(REPLACE_UTIMENSAT)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
$(srcdir)/sys_stat.in.h > $@-t
$(AM_V_at)mv $@-t $@
# We need the following in order to create <sys/time.h> when the system
# doesn't have one that works with the given compiler.
sys/time.h: sys_time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(AM_V_GEN)$(MKDIR_P) 'sys'
$(AM_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's/@''HAVE_SYS_TIME_H''@/$(HAVE_SYS_TIME_H)/g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
-e 's/@''GNULIB_GETTIMEOFDAY''@/$(GL_LTS_GNULIB_GETTIMEOFDAY)/g' \
-e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
-e 's/@''HAVE_GETTIMEOFDAY''@/$(HAVE_GETTIMEOFDAY)/g' \
-e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
-e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/$(REPLACE_STRUCT_TIMEVAL)/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
$(srcdir)/sys_time.in.h > $@-t
$(AM_V_at)mv $@-t $@
# We need the following in order to create <sys/types.h> when the system
# doesn't have one that works with the given compiler.
sys/types.h: sys_types.in.h $(top_builddir)/config.status
$(AM_V_GEN)$(MKDIR_P) 'sys'
$(AM_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_SYS_TYPES_H''@|$(NEXT_SYS_TYPES_H)|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
-e 's|@''WINDOWS_STAT_INODES''@|$(WINDOWS_STAT_INODES)|g' \
$(srcdir)/sys_types.in.h > $@-t
$(AM_V_at)mv $@-t $@
# We need the following in order to create <sys/uio.h> when the system
# doesn't have one that works with the given compiler.
sys/uio.h: sys_uio.in.h $(top_builddir)/config.status
$(AM_V_GEN)$(MKDIR_P) 'sys'
$(AM_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_SYS_UIO_H''@|$(NEXT_SYS_UIO_H)|g' \
-e 's|@''HAVE_SYS_UIO_H''@|$(HAVE_SYS_UIO_H)|g' \
$(srcdir)/sys_uio.in.h > $@-t
$(AM_V_at)mv $@-t $@
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(srcdir)/term-ostream.h : $(top_srcdir)/build-aux/moopp term-ostream.oo.h term-ostream.oo.c ostream.oo.h
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-ostream.oo.c $(srcdir)/term-ostream.oo.h $(srcdir)/ostream.oo.h
$(srcdir)/term-ostream.c $(srcdir)/term_ostream.priv.h $(srcdir)/term_ostream.vt.h : term-ostream.h
@test -f $@ || { \
trap 'rm -rf term-ostream.lock' 1 2 13 15; \
if mkdir term-ostream.lock 2>/dev/null; then \
echo "$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-ostream.oo.c $(srcdir)/term-ostream.oo.h $(srcdir)/ostream.oo.h"; \
$(top_srcdir)/build-aux/moopp $(MOOPPFLAGS) $(srcdir)/term-ostream.oo.c $(srcdir)/term-ostream.oo.h $(srcdir)/ostream.oo.h; \
result=$$?; rm -rf term-ostream.lock; exit $$result; \
else \
while test -d term-ostream.lock; do sleep 1; done; \
test -f $(srcdir)/term-ostream.h; \
fi; \
}
# This is a Makefile rule that generates multiple files at once; see the
# automake documentation, node "Multiple Outputs", for details.
$(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
$(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
$(srcdir)/term-styled-ostream.c $(srcdir)/term_styled_ostream.priv.h $(srcdir)/term_styled_ostream.vt.h : term-styled-ostream.h
@test -f $@ || { \
trap 'rm -rf term-styled-ostream.lock' 1 2 13 15; \
if mkdir term-styled-ostream.lock 2>/dev/null; then \
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"; \
$(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; \
result=$$?; rm -rf term-styled-ostream.lock; exit $$result; \
else \
while test -d term-styled-ostream.lock; do sleep 1; done; \
test -f $(srcdir)/term-styled-ostream.h; \
fi; \
}
# We need the following in order to create <time.h> when the system
# doesn't have one that works with the given compiler.
time.h: time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_TIME_H''@|$(NEXT_TIME_H)|g' \
-e 's/@''GNULIB_CTIME''@/$(GL_LTS_GNULIB_CTIME)/g' \
-e 's/@''GNULIB_LOCALTIME''@/$(GL_LTS_GNULIB_LOCALTIME)/g' \
-e 's/@''GNULIB_MKTIME''@/$(GL_LTS_GNULIB_MKTIME)/g' \
-e 's/@''GNULIB_NANOSLEEP''@/$(GL_LTS_GNULIB_NANOSLEEP)/g' \
-e 's/@''GNULIB_STRFTIME''@/$(GL_LTS_GNULIB_STRFTIME)/g' \
-e 's/@''GNULIB_STRPTIME''@/$(GL_LTS_GNULIB_STRPTIME)/g' \
-e 's/@''GNULIB_TIME''@/$(GL_LTS_GNULIB_TIME)/g' \
-e 's/@''GNULIB_TIMEGM''@/$(GL_LTS_GNULIB_TIMEGM)/g' \
-e 's/@''GNULIB_TIMESPEC_GET''@/$(GL_LTS_GNULIB_TIMESPEC_GET)/g' \
-e 's/@''GNULIB_TIMESPEC_GETRES''@/$(GL_LTS_GNULIB_TIMESPEC_GETRES)/g' \
-e 's/@''GNULIB_TIME_R''@/$(GL_LTS_GNULIB_TIME_R)/g' \
-e 's/@''GNULIB_TIME_RZ''@/$(GL_LTS_GNULIB_TIME_RZ)/g' \
-e 's/@''GNULIB_TZSET''@/$(GL_LTS_GNULIB_TZSET)/g' \
-e 's/@''GNULIB_MDA_TZSET''@/$(GL_LTS_GNULIB_MDA_TZSET)/g' \
-e 's|@''HAVE_DECL_LOCALTIME_R''@|$(HAVE_DECL_LOCALTIME_R)|g' \
-e 's|@''HAVE_NANOSLEEP''@|$(HAVE_NANOSLEEP)|g' \
-e 's|@''HAVE_STRPTIME''@|$(HAVE_STRPTIME)|g' \
-e 's|@''HAVE_TIMEGM''@|$(HAVE_TIMEGM)|g' \
-e 's|@''HAVE_TIMESPEC_GET''@|$(HAVE_TIMESPEC_GET)|g' \
-e 's|@''HAVE_TIMESPEC_GETRES''@|$(HAVE_TIMESPEC_GETRES)|g' \
-e 's|@''HAVE_TIMEZONE_T''@|$(HAVE_TIMEZONE_T)|g' \
-e 's|@''REPLACE_CTIME''@|$(REPLACE_CTIME)|g' \
-e 's|@''REPLACE_GMTIME''@|$(REPLACE_GMTIME)|g' \
-e 's|@''REPLACE_LOCALTIME''@|$(REPLACE_LOCALTIME)|g' \
-e 's|@''REPLACE_LOCALTIME_R''@|$(REPLACE_LOCALTIME_R)|g' \
-e 's|@''REPLACE_MKTIME''@|$(REPLACE_MKTIME)|g' \
-e 's|@''REPLACE_NANOSLEEP''@|$(REPLACE_NANOSLEEP)|g' \
-e 's|@''REPLACE_STRFTIME''@|$(REPLACE_STRFTIME)|g' \
-e 's|@''REPLACE_TIME''@|$(REPLACE_TIME)|g' \
-e 's|@''REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
-e 's|@''REPLACE_TIMESPEC_GET''@|$(REPLACE_TIMESPEC_GET)|g' \
-e 's|@''REPLACE_TZSET''@|$(REPLACE_TZSET)|g' \
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|$(PTHREAD_H_DEFINES_STRUCT_TIMESPEC)|g' \
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
-e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|$(UNISTD_H_DEFINES_STRUCT_TIMESPEC)|g' \
-e 's|@''TIME_H_DEFINES_TIME_UTC''@|$(TIME_H_DEFINES_TIME_UTC)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
$(srcdir)/time.in.h > $@-t
$(AM_V_at)mv $@-t $@
# We need the following in order to create an empty placeholder for
# <unistd.h> when the system doesn't have one.
unistd.h: unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \
-e 's/@''GNULIB_ACCESS''@/$(GL_LTS_GNULIB_ACCESS)/g' \
-e 's/@''GNULIB_CHDIR''@/$(GL_LTS_GNULIB_CHDIR)/g' \
-e 's/@''GNULIB_CHOWN''@/$(GL_LTS_GNULIB_CHOWN)/g' \
-e 's/@''GNULIB_CLOSE''@/$(GL_LTS_GNULIB_CLOSE)/g' \
-e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GL_LTS_GNULIB_COPY_FILE_RANGE)/g' \
-e 's/@''GNULIB_DUP''@/$(GL_LTS_GNULIB_DUP)/g' \
-e 's/@''GNULIB_DUP2''@/$(GL_LTS_GNULIB_DUP2)/g' \
-e 's/@''GNULIB_DUP3''@/$(GL_LTS_GNULIB_DUP3)/g' \
-e 's/@''GNULIB_ENVIRON''@/$(GL_LTS_GNULIB_ENVIRON)/g' \
-e 's/@''GNULIB_EUIDACCESS''@/$(GL_LTS_GNULIB_EUIDACCESS)/g' \
-e 's/@''GNULIB_EXECL''@/$(GL_LTS_GNULIB_EXECL)/g' \
-e 's/@''GNULIB_EXECLE''@/$(GL_LTS_GNULIB_EXECLE)/g' \
-e 's/@''GNULIB_EXECLP''@/$(GL_LTS_GNULIB_EXECLP)/g' \
-e 's/@''GNULIB_EXECV''@/$(GL_LTS_GNULIB_EXECV)/g' \
-e 's/@''GNULIB_EXECVE''@/$(GL_LTS_GNULIB_EXECVE)/g' \
-e 's/@''GNULIB_EXECVP''@/$(GL_LTS_GNULIB_EXECVP)/g' \
-e 's/@''GNULIB_EXECVPE''@/$(GL_LTS_GNULIB_EXECVPE)/g' \
-e 's/@''GNULIB_FACCESSAT''@/$(GL_LTS_GNULIB_FACCESSAT)/g' \
-e 's/@''GNULIB_FCHDIR''@/$(GL_LTS_GNULIB_FCHDIR)/g' \
-e 's/@''GNULIB_FCHOWNAT''@/$(GL_LTS_GNULIB_FCHOWNAT)/g' \
-e 's/@''GNULIB_FDATASYNC''@/$(GL_LTS_GNULIB_FDATASYNC)/g' \
-e 's/@''GNULIB_FSYNC''@/$(GL_LTS_GNULIB_FSYNC)/g' \
-e 's/@''GNULIB_FTRUNCATE''@/$(GL_LTS_GNULIB_FTRUNCATE)/g' \
< $(srcdir)/unistd.in.h > $@-t1
$(AM_V_at)sed \
-e 's/@''GNULIB_GETCWD''@/$(GL_LTS_GNULIB_GETCWD)/g' \
-e 's/@''GNULIB_GETDOMAINNAME''@/$(GL_LTS_GNULIB_GETDOMAINNAME)/g' \
-e 's/@''GNULIB_GETDTABLESIZE''@/$(GL_LTS_GNULIB_GETDTABLESIZE)/g' \
-e 's/@''GNULIB_GETENTROPY''@/$(GL_LTS_GNULIB_GETENTROPY)/g' \
-e 's/@''GNULIB_GETGROUPS''@/$(GL_LTS_GNULIB_GETGROUPS)/g' \
-e 's/@''GNULIB_GETHOSTNAME''@/$(GL_LTS_GNULIB_GETHOSTNAME)/g' \
-e 's/@''GNULIB_GETLOGIN''@/$(GL_LTS_GNULIB_GETLOGIN)/g' \
-e 's/@''GNULIB_GETLOGIN_R''@/$(GL_LTS_GNULIB_GETLOGIN_R)/g' \
-e 's/@''GNULIB_GETOPT_POSIX''@/$(GL_LTS_GNULIB_GETOPT_POSIX)/g' \
-e 's/@''GNULIB_GETPAGESIZE''@/$(GL_LTS_GNULIB_GETPAGESIZE)/g' \
-e 's/@''GNULIB_GETPASS''@/$(GL_LTS_GNULIB_GETPASS)/g' \
-e 's/@''GNULIB_GETPASS_GNU''@/$(GL_LTS_GNULIB_GETPASS_GNU)/g' \
-e 's/@''GNULIB_GETUSERSHELL''@/$(GL_LTS_GNULIB_GETUSERSHELL)/g' \
-e 's/@''GNULIB_GROUP_MEMBER''@/$(GL_LTS_GNULIB_GROUP_MEMBER)/g' \
-e 's/@''GNULIB_ISATTY''@/$(GL_LTS_GNULIB_ISATTY)/g' \
-e 's/@''GNULIB_LCHOWN''@/$(GL_LTS_GNULIB_LCHOWN)/g' \
-e 's/@''GNULIB_LINK''@/$(GL_LTS_GNULIB_LINK)/g' \
-e 's/@''GNULIB_LINKAT''@/$(GL_LTS_GNULIB_LINKAT)/g' \
-e 's/@''GNULIB_LSEEK''@/$(GL_LTS_GNULIB_LSEEK)/g' \
-e 's/@''GNULIB_PIPE''@/$(GL_LTS_GNULIB_PIPE)/g' \
-e 's/@''GNULIB_PIPE2''@/$(GL_LTS_GNULIB_PIPE2)/g' \
-e 's/@''GNULIB_PREAD''@/$(GL_LTS_GNULIB_PREAD)/g' \
-e 's/@''GNULIB_PWRITE''@/$(GL_LTS_GNULIB_PWRITE)/g' \
-e 's/@''GNULIB_READ''@/$(GL_LTS_GNULIB_READ)/g' \
-e 's/@''GNULIB_READLINK''@/$(GL_LTS_GNULIB_READLINK)/g' \
-e 's/@''GNULIB_READLINKAT''@/$(GL_LTS_GNULIB_READLINKAT)/g' \
-e 's/@''GNULIB_RMDIR''@/$(GL_LTS_GNULIB_RMDIR)/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/$(GL_LTS_GNULIB_SETHOSTNAME)/g' \
-e 's/@''GNULIB_SLEEP''@/$(GL_LTS_GNULIB_SLEEP)/g' \
-e 's/@''GNULIB_SYMLINK''@/$(GL_LTS_GNULIB_SYMLINK)/g' \
-e 's/@''GNULIB_SYMLINKAT''@/$(GL_LTS_GNULIB_SYMLINKAT)/g' \
-e 's/@''GNULIB_TRUNCATE''@/$(GL_LTS_GNULIB_TRUNCATE)/g' \
-e 's/@''GNULIB_TTYNAME_R''@/$(GL_LTS_GNULIB_TTYNAME_R)/g' \
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GL_LTS_GNULIB_UNISTD_H_GETOPT)/g' \
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GL_LTS_GNULIB_UNISTD_H_NONBLOCKING)/g' \
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GL_LTS_GNULIB_UNISTD_H_SIGPIPE)/g' \
-e 's/@''GNULIB_UNLINK''@/$(GL_LTS_GNULIB_UNLINK)/g' \
-e 's/@''GNULIB_UNLINKAT''@/$(GL_LTS_GNULIB_UNLINKAT)/g' \
-e 's/@''GNULIB_USLEEP''@/$(GL_LTS_GNULIB_USLEEP)/g' \
-e 's/@''GNULIB_WRITE''@/$(GL_LTS_GNULIB_WRITE)/g' \
-e 's/@''GNULIB_MDA_ACCESS''@/$(GL_LTS_GNULIB_MDA_ACCESS)/g' \
-e 's/@''GNULIB_MDA_CHDIR''@/$(GL_LTS_GNULIB_MDA_CHDIR)/g' \
-e 's/@''GNULIB_MDA_CLOSE''@/$(GL_LTS_GNULIB_MDA_CLOSE)/g' \
-e 's/@''GNULIB_MDA_DUP''@/$(GL_LTS_GNULIB_MDA_DUP)/g' \
-e 's/@''GNULIB_MDA_DUP2''@/$(GL_LTS_GNULIB_MDA_DUP2)/g' \
-e 's/@''GNULIB_MDA_EXECL''@/$(GL_LTS_GNULIB_MDA_EXECL)/g' \
-e 's/@''GNULIB_MDA_EXECLE''@/$(GL_LTS_GNULIB_MDA_EXECLE)/g' \
-e 's/@''GNULIB_MDA_EXECLP''@/$(GL_LTS_GNULIB_MDA_EXECLP)/g' \
-e 's/@''GNULIB_MDA_EXECV''@/$(GL_LTS_GNULIB_MDA_EXECV)/g' \
-e 's/@''GNULIB_MDA_EXECVE''@/$(GL_LTS_GNULIB_MDA_EXECVE)/g' \
-e 's/@''GNULIB_MDA_EXECVP''@/$(GL_LTS_GNULIB_MDA_EXECVP)/g' \
-e 's/@''GNULIB_MDA_EXECVPE''@/$(GL_LTS_GNULIB_MDA_EXECVPE)/g' \
-e 's/@''GNULIB_MDA_GETCWD''@/$(GL_LTS_GNULIB_MDA_GETCWD)/g' \
-e 's/@''GNULIB_MDA_GETPID''@/$(GL_LTS_GNULIB_MDA_GETPID)/g' \
-e 's/@''GNULIB_MDA_ISATTY''@/$(GL_LTS_GNULIB_MDA_ISATTY)/g' \
-e 's/@''GNULIB_MDA_LSEEK''@/$(GL_LTS_GNULIB_MDA_LSEEK)/g' \
-e 's/@''GNULIB_MDA_READ''@/$(GL_LTS_GNULIB_MDA_READ)/g' \
-e 's/@''GNULIB_MDA_RMDIR''@/$(GL_LTS_GNULIB_MDA_RMDIR)/g' \
-e 's/@''GNULIB_MDA_SWAB''@/$(GL_LTS_GNULIB_MDA_SWAB)/g' \
-e 's/@''GNULIB_MDA_UNLINK''@/$(GL_LTS_GNULIB_MDA_UNLINK)/g' \
-e 's/@''GNULIB_MDA_WRITE''@/$(GL_LTS_GNULIB_MDA_WRITE)/g' \
< $@-t1 > $@-t2
$(AM_V_at)sed \
-e 's|@''HAVE_CHOWN''@|$(HAVE_CHOWN)|g' \
-e 's|@''HAVE_COPY_FILE_RANGE''@|$(HAVE_COPY_FILE_RANGE)|g' \
-e 's|@''HAVE_DUP3''@|$(HAVE_DUP3)|g' \
-e 's|@''HAVE_EUIDACCESS''@|$(HAVE_EUIDACCESS)|g' \
-e 's|@''HAVE_EXECVPE''@|$(HAVE_EXECVPE)|g' \
-e 's|@''HAVE_FACCESSAT''@|$(HAVE_FACCESSAT)|g' \
-e 's|@''HAVE_FCHDIR''@|$(HAVE_FCHDIR)|g' \
-e 's|@''HAVE_FCHOWNAT''@|$(HAVE_FCHOWNAT)|g' \
-e 's|@''HAVE_FDATASYNC''@|$(HAVE_FDATASYNC)|g' \
-e 's|@''HAVE_FSYNC''@|$(HAVE_FSYNC)|g' \
-e 's|@''HAVE_FTRUNCATE''@|$(HAVE_FTRUNCATE)|g' \
-e 's|@''HAVE_GETDTABLESIZE''@|$(HAVE_GETDTABLESIZE)|g' \
-e 's|@''HAVE_GETENTROPY''@|$(HAVE_GETENTROPY)|g' \
-e 's|@''HAVE_GETGROUPS''@|$(HAVE_GETGROUPS)|g' \
-e 's|@''HAVE_GETHOSTNAME''@|$(HAVE_GETHOSTNAME)|g' \
-e 's|@''HAVE_GETPAGESIZE''@|$(HAVE_GETPAGESIZE)|g' \
-e 's|@''HAVE_GETPASS''@|$(HAVE_GETPASS)|g' \
-e 's|@''HAVE_GROUP_MEMBER''@|$(HAVE_GROUP_MEMBER)|g' \
-e 's|@''HAVE_LCHOWN''@|$(HAVE_LCHOWN)|g' \
-e 's|@''HAVE_LINK''@|$(HAVE_LINK)|g' \
-e 's|@''HAVE_LINKAT''@|$(HAVE_LINKAT)|g' \
-e 's|@''HAVE_PIPE''@|$(HAVE_PIPE)|g' \
-e 's|@''HAVE_PIPE2''@|$(HAVE_PIPE2)|g' \
-e 's|@''HAVE_PREAD''@|$(HAVE_PREAD)|g' \
-e 's|@''HAVE_PWRITE''@|$(HAVE_PWRITE)|g' \
-e 's|@''HAVE_READLINK''@|$(HAVE_READLINK)|g' \
-e 's|@''HAVE_READLINKAT''@|$(HAVE_READLINKAT)|g' \
-e 's|@''HAVE_SETHOSTNAME''@|$(HAVE_SETHOSTNAME)|g' \
-e 's|@''HAVE_SLEEP''@|$(HAVE_SLEEP)|g' \
-e 's|@''HAVE_SYMLINK''@|$(HAVE_SYMLINK)|g' \
-e 's|@''HAVE_SYMLINKAT''@|$(HAVE_SYMLINKAT)|g' \
-e 's|@''HAVE_UNLINKAT''@|$(HAVE_UNLINKAT)|g' \
-e 's|@''HAVE_USLEEP''@|$(HAVE_USLEEP)|g' \
-e 's|@''HAVE_DECL_ENVIRON''@|$(HAVE_DECL_ENVIRON)|g' \
-e 's|@''HAVE_DECL_EXECVPE''@|$(HAVE_DECL_EXECVPE)|g' \
-e 's|@''HAVE_DECL_FCHDIR''@|$(HAVE_DECL_FCHDIR)|g' \
-e 's|@''HAVE_DECL_FDATASYNC''@|$(HAVE_DECL_FDATASYNC)|g' \
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|$(HAVE_DECL_GETDOMAINNAME)|g' \
-e 's|@''HAVE_DECL_GETLOGIN''@|$(HAVE_DECL_GETLOGIN)|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|$(HAVE_DECL_GETLOGIN_R)|g' \
-e 's|@''HAVE_DECL_GETPAGESIZE''@|$(HAVE_DECL_GETPAGESIZE)|g' \
-e 's|@''HAVE_DECL_GETUSERSHELL''@|$(HAVE_DECL_GETUSERSHELL)|g' \
-e 's|@''HAVE_DECL_SETHOSTNAME''@|$(HAVE_DECL_SETHOSTNAME)|g' \
-e 's|@''HAVE_DECL_TRUNCATE''@|$(HAVE_DECL_TRUNCATE)|g' \
-e 's|@''HAVE_DECL_TTYNAME_R''@|$(HAVE_DECL_TTYNAME_R)|g' \
-e 's|@''HAVE_OS_H''@|$(HAVE_OS_H)|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|$(HAVE_SYS_PARAM_H)|g' \
< $@-t2 > $@-t3
$(AM_V_at)sed \
-e 's|@''REPLACE_ACCESS''@|$(REPLACE_ACCESS)|g' \
-e 's|@''REPLACE_CHOWN''@|$(REPLACE_CHOWN)|g' \
-e 's|@''REPLACE_CLOSE''@|$(REPLACE_CLOSE)|g' \
-e 's|@''REPLACE_COPY_FILE_RANGE''@|$(REPLACE_COPY_FILE_RANGE)|g' \
-e 's|@''REPLACE_DUP''@|$(REPLACE_DUP)|g' \
-e 's|@''REPLACE_DUP2''@|$(REPLACE_DUP2)|g' \
-e 's|@''REPLACE_DUP3''@|$(REPLACE_DUP3)|g' \
-e 's|@''REPLACE_EXECL''@|$(REPLACE_EXECL)|g' \
-e 's|@''REPLACE_EXECLE''@|$(REPLACE_EXECLE)|g' \
-e 's|@''REPLACE_EXECLP''@|$(REPLACE_EXECLP)|g' \
-e 's|@''REPLACE_EXECV''@|$(REPLACE_EXECV)|g' \
-e 's|@''REPLACE_EXECVE''@|$(REPLACE_EXECVE)|g' \
-e 's|@''REPLACE_EXECVP''@|$(REPLACE_EXECVP)|g' \
-e 's|@''REPLACE_EXECVPE''@|$(REPLACE_EXECVPE)|g' \
-e 's|@''REPLACE_FACCESSAT''@|$(REPLACE_FACCESSAT)|g' \
-e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
-e 's|@''REPLACE_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|g' \
-e 's|@''REPLACE_FDATASYNC''@|$(REPLACE_FDATASYNC)|g' \
-e 's|@''REPLACE_FTRUNCATE''@|$(REPLACE_FTRUNCATE)|g' \
-e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|$(REPLACE_GETDOMAINNAME)|g' \
-e 's|@''REPLACE_GETDTABLESIZE''@|$(REPLACE_GETDTABLESIZE)|g' \
-e 's|@''REPLACE_GETENTROPY''@|$(REPLACE_GETENTROPY)|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|$(REPLACE_GETLOGIN_R)|g' \
-e 's|@''REPLACE_GETGROUPS''@|$(REPLACE_GETGROUPS)|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|$(REPLACE_GETPAGESIZE)|g' \
-e 's|@''REPLACE_GETPASS''@|$(REPLACE_GETPASS)|g' \
-e 's|@''REPLACE_GETPASS_FOR_GETPASS_GNU''@|$(REPLACE_GETPASS_FOR_GETPASS_GNU)|g' \
-e 's|@''REPLACE_ISATTY''@|$(REPLACE_ISATTY)|g' \
-e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
-e 's|@''REPLACE_LINK''@|$(REPLACE_LINK)|g' \
-e 's|@''REPLACE_LINKAT''@|$(REPLACE_LINKAT)|g' \
-e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
-e 's|@''REPLACE_PIPE2''@|$(REPLACE_PIPE2)|g' \
-e 's|@''REPLACE_PREAD''@|$(REPLACE_PREAD)|g' \
-e 's|@''REPLACE_PWRITE''@|$(REPLACE_PWRITE)|g' \
-e 's|@''REPLACE_READ''@|$(REPLACE_READ)|g' \
-e 's|@''REPLACE_READLINK''@|$(REPLACE_READLINK)|g' \
-e 's|@''REPLACE_READLINKAT''@|$(REPLACE_READLINKAT)|g' \
-e 's|@''REPLACE_RMDIR''@|$(REPLACE_RMDIR)|g' \
-e 's|@''REPLACE_SETHOSTNAME''@|$(REPLACE_SETHOSTNAME)|g' \
-e 's|@''REPLACE_SLEEP''@|$(REPLACE_SLEEP)|g' \
-e 's|@''REPLACE_SYMLINK''@|$(REPLACE_SYMLINK)|g' \
-e 's|@''REPLACE_SYMLINKAT''@|$(REPLACE_SYMLINKAT)|g' \
-e 's|@''REPLACE_TRUNCATE''@|$(REPLACE_TRUNCATE)|g' \
-e 's|@''REPLACE_TTYNAME_R''@|$(REPLACE_TTYNAME_R)|g' \
-e 's|@''REPLACE_UNLINK''@|$(REPLACE_UNLINK)|g' \
-e 's|@''REPLACE_UNLINKAT''@|$(REPLACE_UNLINKAT)|g' \
-e 's|@''REPLACE_USLEEP''@|$(REPLACE_USLEEP)|g' \
-e 's|@''REPLACE_WRITE''@|$(REPLACE_WRITE)|g' \
-e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|$(UNISTD_H_HAVE_SYS_RANDOM_H)|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|$(UNISTD_H_HAVE_WINSOCK2_H)|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|$(UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
< $@-t3 > $@-t4
$(AM_V_at)rm -f $@-t1 $@-t2 $@-t3
$(AM_V_at)mv $@-t4 $@
unistr.h: unistr.in.h
$(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unistr.in.h
$(AM_V_at)mv $@-t $@
unitypes.h: unitypes.in.h
$(gl_V_at)$(SED_HEADER_TO_AT_t) $(srcdir)/unitypes.in.h
$(AM_V_at)mv $@-t $@
# We need the following in order to create <wchar.h> when the system
# version does not work standalone.
wchar.h: wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(gl_V_at)$(SED_HEADER_STDOUT) \
-e 's|@''GUARD_PREFIX''@|GL_LTS|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''HAVE_FEATURES_H''@|$(HAVE_FEATURES_H)|g' \
-e 's|@''NEXT_WCHAR_H''@|$(NEXT_WCHAR_H)|g' \
-e 's|@''HAVE_WCHAR_H''@|$(HAVE_WCHAR_H)|g' \
-e 's/@''HAVE_CRTDEFS_H''@/$(HAVE_CRTDEFS_H)/g' \
-e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/$(GNULIBHEADERS_OVERRIDE_WINT_T)/g' \
-e 's/@''GNULIB_BTOWC''@/$(GL_LTS_GNULIB_BTOWC)/g' \
-e 's/@''GNULIB_WCTOB''@/$(GL_LTS_GNULIB_WCTOB)/g' \
-e 's/@''GNULIB_MBSINIT''@/$(GL_LTS_GNULIB_MBSINIT)/g' \
-e 's/@''GNULIB_MBSZERO''@/$(GL_LTS_GNULIB_MBSZERO)/g' \
-e 's/@''GNULIB_MBRTOWC''@/$(GL_LTS_GNULIB_MBRTOWC)/g' \
-e 's/@''GNULIB_MBRLEN''@/$(GL_LTS_GNULIB_MBRLEN)/g' \
-e 's/@''GNULIB_MBSRTOWCS''@/$(GL_LTS_GNULIB_MBSRTOWCS)/g' \
-e 's/@''GNULIB_MBSNRTOWCS''@/$(GL_LTS_GNULIB_MBSNRTOWCS)/g' \
-e 's/@''GNULIB_WCRTOMB''@/$(GL_LTS_GNULIB_WCRTOMB)/g' \
-e 's/@''GNULIB_WCSRTOMBS''@/$(GL_LTS_GNULIB_WCSRTOMBS)/g' \
-e 's/@''GNULIB_WCSNRTOMBS''@/$(GL_LTS_GNULIB_WCSNRTOMBS)/g' \
-e 's/@''GNULIB_WCWIDTH''@/$(GL_LTS_GNULIB_WCWIDTH)/g' \
-e 's/@''GNULIB_WMEMCHR''@/$(GL_LTS_GNULIB_WMEMCHR)/g' \
-e 's/@''GNULIB_WMEMCMP''@/$(GL_LTS_GNULIB_WMEMCMP)/g' \
-e 's/@''GNULIB_WMEMCPY''@/$(GL_LTS_GNULIB_WMEMCPY)/g' \
-e 's/@''GNULIB_WMEMMOVE''@/$(GL_LTS_GNULIB_WMEMMOVE)/g' \
-e 's/@''GNULIB_WMEMPCPY''@/$(GL_LTS_GNULIB_WMEMPCPY)/g' \
-e 's/@''GNULIB_WMEMSET''@/$(GL_LTS_GNULIB_WMEMSET)/g' \
-e 's/@''GNULIB_WCSLEN''@/$(GL_LTS_GNULIB_WCSLEN)/g' \
-e 's/@''GNULIB_WCSNLEN''@/$(GL_LTS_GNULIB_WCSNLEN)/g' \
-e 's/@''GNULIB_WCSCPY''@/$(GL_LTS_GNULIB_WCSCPY)/g' \
-e 's/@''GNULIB_WCPCPY''@/$(GL_LTS_GNULIB_WCPCPY)/g' \
-e 's/@''GNULIB_WCSNCPY''@/$(GL_LTS_GNULIB_WCSNCPY)/g' \
-e 's/@''GNULIB_WCPNCPY''@/$(GL_LTS_GNULIB_WCPNCPY)/g' \
-e 's/@''GNULIB_WCSCAT''@/$(GL_LTS_GNULIB_WCSCAT)/g' \
-e 's/@''GNULIB_WCSNCAT''@/$(GL_LTS_GNULIB_WCSNCAT)/g' \
-e 's/@''GNULIB_WCSCMP''@/$(GL_LTS_GNULIB_WCSCMP)/g' \
-e 's/@''GNULIB_WCSNCMP''@/$(GL_LTS_GNULIB_WCSNCMP)/g' \
-e 's/@''GNULIB_WCSCASECMP''@/$(GL_LTS_GNULIB_WCSCASECMP)/g' \
-e 's/@''GNULIB_WCSNCASECMP''@/$(GL_LTS_GNULIB_WCSNCASECMP)/g' \
-e 's/@''GNULIB_WCSCOLL''@/$(GL_LTS_GNULIB_WCSCOLL)/g' \
-e 's/@''GNULIB_WCSXFRM''@/$(GL_LTS_GNULIB_WCSXFRM)/g' \
-e 's/@''GNULIB_WCSDUP''@/$(GL_LTS_GNULIB_WCSDUP)/g' \
-e 's/@''GNULIB_WCSCHR''@/$(GL_LTS_GNULIB_WCSCHR)/g' \
-e 's/@''GNULIB_WCSRCHR''@/$(GL_LTS_GNULIB_WCSRCHR)/g' \
-e 's/@''GNULIB_WCSCSPN''@/$(GL_LTS_GNULIB_WCSCSPN)/g' \
-e 's/@''GNULIB_WCSSPN''@/$(GL_LTS_GNULIB_WCSSPN)/g' \
-e 's/@''GNULIB_WCSPBRK''@/$(GL_LTS_GNULIB_WCSPBRK)/g' \
-e 's/@''GNULIB_WCSSTR''@/$(GL_LTS_GNULIB_WCSSTR)/g' \
-e 's/@''GNULIB_WCSTOK''@/$(GL_LTS_GNULIB_WCSTOK)/g' \
-e 's/@''GNULIB_WCSWIDTH''@/$(GL_LTS_GNULIB_WCSWIDTH)/g' \
-e 's/@''GNULIB_WCSFTIME''@/$(GL_LTS_GNULIB_WCSFTIME)/g' \
-e 's/@''GNULIB_WGETCWD''@/$(GL_LTS_GNULIB_WGETCWD)/g' \
-e 's/@''GNULIB_MDA_WCSDUP''@/$(GL_LTS_GNULIB_MDA_WCSDUP)/g' \
-e 's/@''GNULIB_FREE_POSIX''@/$(GL_LTS_GNULIB_FREE_POSIX)/g' \
< $(srcdir)/wchar.in.h > $@-t1
$(AM_V_at)sed \
-e 's|@''HAVE_WINT_T''@|$(HAVE_WINT_T)|g' \
-e 's|@''HAVE_BTOWC''@|$(HAVE_BTOWC)|g' \
-e 's|@''HAVE_MBSINIT''@|$(HAVE_MBSINIT)|g' \
-e 's|@''HAVE_MBRTOWC''@|$(HAVE_MBRTOWC)|g' \
-e 's|@''HAVE_MBRLEN''@|$(HAVE_MBRLEN)|g' \
-e 's|@''HAVE_MBSRTOWCS''@|$(HAVE_MBSRTOWCS)|g' \
-e 's|@''HAVE_MBSNRTOWCS''@|$(HAVE_MBSNRTOWCS)|g' \
-e 's|@''HAVE_WCRTOMB''@|$(HAVE_WCRTOMB)|g' \
-e 's|@''HAVE_WCSRTOMBS''@|$(HAVE_WCSRTOMBS)|g' \
-e 's|@''HAVE_WCSNRTOMBS''@|$(HAVE_WCSNRTOMBS)|g' \
-e 's|@''HAVE_WMEMCHR''@|$(HAVE_WMEMCHR)|g' \
-e 's|@''HAVE_WMEMCMP''@|$(HAVE_WMEMCMP)|g' \
-e 's|@''HAVE_WMEMCPY''@|$(HAVE_WMEMCPY)|g' \
-e 's|@''HAVE_WMEMMOVE''@|$(HAVE_WMEMMOVE)|g' \
-e 's|@''HAVE_WMEMPCPY''@|$(HAVE_WMEMPCPY)|g' \
-e 's|@''HAVE_WMEMSET''@|$(HAVE_WMEMSET)|g' \
-e 's|@''HAVE_WCSLEN''@|$(HAVE_WCSLEN)|g' \
-e 's|@''HAVE_WCSNLEN''@|$(HAVE_WCSNLEN)|g' \
-e 's|@''HAVE_WCSCPY''@|$(HAVE_WCSCPY)|g' \
-e 's|@''HAVE_WCPCPY''@|$(HAVE_WCPCPY)|g' \
-e 's|@''HAVE_WCSNCPY''@|$(HAVE_WCSNCPY)|g' \
-e 's|@''HAVE_WCPNCPY''@|$(HAVE_WCPNCPY)|g' \
-e 's|@''HAVE_WCSCAT''@|$(HAVE_WCSCAT)|g' \
-e 's|@''HAVE_WCSNCAT''@|$(HAVE_WCSNCAT)|g' \
-e 's|@''HAVE_WCSCMP''@|$(HAVE_WCSCMP)|g' \
-e 's|@''HAVE_WCSNCMP''@|$(HAVE_WCSNCMP)|g' \
-e 's|@''HAVE_WCSCASECMP''@|$(HAVE_WCSCASECMP)|g' \
-e 's|@''HAVE_WCSNCASECMP''@|$(HAVE_WCSNCASECMP)|g' \
-e 's|@''HAVE_WCSCOLL''@|$(HAVE_WCSCOLL)|g' \
-e 's|@''HAVE_WCSXFRM''@|$(HAVE_WCSXFRM)|g' \
-e 's|@''HAVE_WCSDUP''@|$(HAVE_WCSDUP)|g' \
-e 's|@''HAVE_WCSCHR''@|$(HAVE_WCSCHR)|g' \
-e 's|@''HAVE_WCSRCHR''@|$(HAVE_WCSRCHR)|g' \
-e 's|@''HAVE_WCSCSPN''@|$(HAVE_WCSCSPN)|g' \
-e 's|@''HAVE_WCSSPN''@|$(HAVE_WCSSPN)|g' \
-e 's|@''HAVE_WCSPBRK''@|$(HAVE_WCSPBRK)|g' \
-e 's|@''HAVE_WCSSTR''@|$(HAVE_WCSSTR)|g' \
-e 's|@''HAVE_WCSTOK''@|$(HAVE_WCSTOK)|g' \
-e 's|@''HAVE_WCSWIDTH''@|$(HAVE_WCSWIDTH)|g' \
-e 's|@''HAVE_WCSFTIME''@|$(HAVE_WCSFTIME)|g' \
-e 's|@''HAVE_DECL_WCTOB''@|$(HAVE_DECL_WCTOB)|g' \
-e 's|@''HAVE_DECL_WCSDUP''@|$(HAVE_DECL_WCSDUP)|g' \
-e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
< $@-t1 > $@-t2
$(AM_V_at)sed \
-e 's|@''REPLACE_MBSTATE_T''@|$(REPLACE_MBSTATE_T)|g' \
-e 's|@''REPLACE_BTOWC''@|$(REPLACE_BTOWC)|g' \
-e 's|@''REPLACE_WCTOB''@|$(REPLACE_WCTOB)|g' \
-e 's|@''REPLACE_FREE''@|$(REPLACE_FREE)|g' \
-e 's|@''REPLACE_MBSINIT''@|$(REPLACE_MBSINIT)|g' \
-e 's|@''REPLACE_MBRTOWC''@|$(REPLACE_MBRTOWC)|g' \
-e 's|@''REPLACE_MBRLEN''@|$(REPLACE_MBRLEN)|g' \
-e 's|@''REPLACE_MBSRTOWCS''@|$(REPLACE_MBSRTOWCS)|g' \
-e 's|@''REPLACE_MBSNRTOWCS''@|$(REPLACE_MBSNRTOWCS)|g' \
-e 's|@''REPLACE_WCRTOMB''@|$(REPLACE_WCRTOMB)|g' \
-e 's|@''REPLACE_WCSRTOMBS''@|$(REPLACE_WCSRTOMBS)|g' \
-e 's|@''REPLACE_WCSNRTOMBS''@|$(REPLACE_WCSNRTOMBS)|g' \
-e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
-e 's|@''REPLACE_WCSWIDTH''@|$(REPLACE_WCSWIDTH)|g' \
-e 's|@''REPLACE_WCSFTIME''@|$(REPLACE_WCSFTIME)|g' \
-e 's|@''REPLACE_WCSCMP''@|$(REPLACE_WCSCMP)|g' \
-e 's|@''REPLACE_WCSNCMP''@|$(REPLACE_WCSNCMP)|g' \
-e 's|@''REPLACE_WCSSTR''@|$(REPLACE_WCSSTR)|g' \
-e 's|@''REPLACE_WCSTOK''@|$(REPLACE_WCSTOK)|g' \
-e 's|@''REPLACE_WMEMCMP''@|$(REPLACE_WMEMCMP)|g' \
-e 's|@''REPLACE_WMEMPCPY''@|$(REPLACE_WMEMPCPY)|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \
-e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \
-e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \
< $@-t2 > $@-t3
$(AM_V_at)rm -f $@-t1 $@-t2
$(AM_V_at)mv $@-t3 $@
mostlyclean-local: mostlyclean-generic
@for dir in '' $(MOSTLYCLEANDIRS); do \
if test -n "$$dir" && test -d $$dir; then \
echo "rmdir $$dir"; rmdir $$dir; \
fi; \
done; \
:
distclean-local: distclean-gnulib-libobjs
distclean-gnulib-libobjs:
-rm -f @lts_LIBOBJDEPS@
maintainer-clean-local: distclean-gnulib-libobjs
# Produce a textstyle/stdbool.h that is not compiler dependent.
# GCC >= 2.95 has <stdbool.h>.
# AIX >= 5.3 has <stdbool.h>.
# Solaris 10 and some HP-UX 11 versions have <stdbool.h> but it does not
# necessarily work.
textstyle/stdbool.h : $(STDBOOL_H) stdbool.mini.h
@MKDIR_P@ textstyle
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#if !defined _GL_STDBOOL_H'; \
if test -f /usr/include/stdbool.h; then \
echo '#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)) || defined _AIX'; \
else \
echo '#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95))'; \
fi; \
echo '#include <stdbool.h>'; \
echo '#else'; \
cat $(srcdir)/stdbool.mini.h; \
echo '#endif'; \
echo '#endif'; \
} > $@-t
mv $@-t $@
clean-local: clean-generic
@for dir in '' $(CLEANDIRS); do \
if test -n "$$dir" && test -d $$dir; then \
echo "rmdir $$dir"; rmdir $$dir; \
fi; \
done; \
if test '$(srcdir)' != '.'; then \
for dir in '' $(CLEANDIRS_NOT_IN_SRCDIR); do \
if test -n "$$dir" && test -d $$dir; then \
echo "rmdir $$dir"; rmdir $$dir; \
fi; \
done; \
fi; \
:
distclean-local: distclean-generic
@for dir in '' $(DISTCLEANDIRS); do \
if test -n "$$dir" && test -d $$dir; then \
echo "rmdir $$dir"; rmdir $$dir; \
fi; \
done; \
if test '$(srcdir)' != '.'; then \
for dir in '' $(DISTCLEANDIRS_NOT_IN_SRCDIR); do \
if test -n "$$dir" && test -d $$dir; then \
echo "rmdir $$dir"; rmdir $$dir; \
fi; \
done; \
fi; \
:
# List of declared exported symbols.
# We extract it from the header files that get installed.
# This file has the same format as the one expected by the libtool option
# '-export-symbols'.
$(srcdir)/libtextstyle.sym.in : $(HEADERS_WITH_EXTERNS)
if \
for f in $(HEADERS_WITH_EXTERNS); do \
if test -f $$f; then \
cat $$f; \
else \
cat $(srcdir)/$$f; \
fi; \
done \
| $(srcdir)/declared.sh > $@-t1; \
then \
LC_ALL=C sort < $@-t1 | LC_ALL=C uniq > $@-t2 && mv $@-t2 $@; \
else \
if test -f $@; then \
echo "Continuing with existing libtextstyle.sym.in."; \
else \
exit 1; \
fi; \
fi
# List of exported symbols (platform dependent).
libtextstyle.sym : $(srcdir)/libtextstyle.sym.in
cat $(srcdir)/libtextstyle.sym.in \
| case "@host_os@" in \
mingw*) cat ;; \
*) grep -v '^libtextstyle_isatty$$' ;; \
esac \
> $@-t
mv $@-t $@
# Hide undesired symbols that are defined by libtextstyle_la_SOURCES or
# gl_LIBOBJS or the dependency libraries from the global namespace,
# by prefixing them with "libtextstyle_".
all check install: config.h
config.h: $(BUILT_SOURCES) libtextstyle.sym
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
: "Avoid double inclusion, to avoid a warning about redefinitions."; \
echo '#ifndef LIBTEXTSTYLE_CONFIG_H'; \
echo '#define LIBTEXTSTYLE_CONFIG_H'; \
echo; \
echo '#include "../config.h"'; \
echo; \
echo '#endif /* LIBTEXTSTYLE_CONFIG_H */'; \
case "@host_os@" in \
mingw*) echo '#define isatty libtextstyle_isatty' ;; \
esac; \
} > config.h && \
if test -n "$(NAMESPACING)" && test -n "$(HAVE_GLOBAL_SYMBOL_PIPE)"; then \
{ \
{ \
for f in $(COMPILATION_UNITS); do \
case $$f in \
*.res.lo ) ;; \
*.c | *.$(OBJEXT) | *.lo ) \
sf=`echo "$$f" | sed -e 's,\\.[^.]*$$,,'`.c; \
test -f $$sf || sf=$(srcdir)/$$sf; \
of=`echo "$$f" | sed -e 's,^.*/,,' -e 's,\\.[^.]*$$,,'`.$(OBJEXT); \
echo "$(COMPILE) $(GL_CFLAG_INHIBIT_WARNINGS) -c $$sf" 1>&6; \
$(COMPILE) $(GL_CFLAG_INHIBIT_WARNINGS) -c $$sf || { rm -f config.h; exit 1; }; \
sh ./exported.sh $$of 1>&5; \
rm -f $$of `echo "$$of" | sed -e 's,\\.$(OBJEXT)$$,.lo,'`; \
;; \
esac; \
done; \
} 5>&1 1>&2 \
| sed -e 's,.* ,,' | grep -v '@' | LC_ALL=C sort | LC_ALL=C uniq \
| LC_ALL=C $(top_srcdir)/build-aux/join-v-1 - libtextstyle.sym \
| sed -e 's,^\(.*\)$$,#define \1 libtextstyle_\1,' > config.h-t; \
} 6>&1 && \
if test -f config.h; then \
cat config.h-t >> config.h; \
rm -f config.h-t; \
else \
rm -f config.h-t; \
exit 1; \
fi \
fi
# This rule is executed only on Woe32 systems.
# Use $(RC) with libtool, $(WINDRES) when not using libtool.
# The following sed expressions come from the windres-options script. They are
# inlined here, so that they can be written in a Makefile without requiring a
# temporary file. They must contain literal newlines rather than semicolons,
# so that they work with the sed-3.02 that is shipped with MSYS.
@WOE32_TRUE@libtextstyle.res.lo: $(srcdir)/libtextstyle.rc
@WOE32_TRUE@ nlinit=`echo 'nl="'; echo '"'`; eval "$$nlinit"; \
@WOE32_TRUE@ sed_extract_major='/^[0-9]/{'$${nl}'s/^\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
@WOE32_TRUE@ sed_extract_minor='/^[0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
@WOE32_TRUE@ sed_extract_subminor='/^[0-9][0-9]*[.][0-9][0-9]*[.][0-9]/{'$${nl}'s/^[0-9]*[.][0-9]*[.]\([0-9]*\).*/\1/p'$${nl}q$${nl}'}'$${nl}'c\'$${nl}0$${nl}q; \
@WOE32_TRUE@ $(LIBTOOL) --tag=RC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(RC) \
@WOE32_TRUE@ "-DPACKAGE_VERSION_STRING=\\\"$(VERSION)\\\"" \
@WOE32_TRUE@ "-DPACKAGE_VERSION_MAJOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_major"` \
@WOE32_TRUE@ "-DPACKAGE_VERSION_MINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_minor"` \
@WOE32_TRUE@ "-DPACKAGE_VERSION_SUBMINOR="`echo '$(VERSION)' | sed -n -e "$$sed_extract_subminor"` \
@WOE32_TRUE@ -i $(srcdir)/libtextstyle.rc -o libtextstyle.res.lo --output-format=coff
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: