# Makefile.in generated by automake 1.16.1 from Makefile.am.
# unistring/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2018 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.
# Copyright (C) 2002-2019 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 .
#
# 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=unistring/override \
# --lib=libunistring \
# --source-base=unistring \
# --m4-base=unistring/m4 \
# --doc-base=doc \
# --tests-base=tests \
# --aux-dir=build-aux \
# --lgpl=3orGPLv2 \
# --no-conditional-dependencies \
# --libtool \
# --macro-prefix=unistring \
# --avoid=posix-malloc \
# libunistring \
# localcharset \
# uniconv/u8-strconv-from-locale \
# uniconv/u8-strconv-to-locale \
# unictype/bidiclass-of \
# unictype/category-M \
# unictype/category-test \
# unictype/joiningtype-of \
# unictype/scripts \
# uninorm/base \
# uninorm/nfc \
# uninorm/u32-normalize \
# unistr/u32-cpy-alloc \
# unistr/u32-strlen \
# unistr/u32-to-u8 \
# unistr/u8-to-u32
VPATH = ../../libidn2-2.3.0/unistring
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)/libidn2
pkgincludedir = $(includedir)/libidn2
pkglibdir = $(libdir)/libidn2
pkglibexecdir = $(libexecdir)/libidn2
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 = x86_64-pc-linux-gnu
host_triplet = aarch64-poky-linux-gnu
am__append_1 = $(LTLIBICONV)
#am__append_2 = uniconv/u8-conv-from-enc.c
#am__append_3 = uniconv/u8-strconv-from-enc.c
#am__append_4 = uniconv/u8-strconv-from-locale.c
#am__append_5 = uniconv/u8-strconv-to-enc.c
#am__append_6 = uniconv/u8-strconv-to-locale.c
#am__append_7 = unictype/bidi_of.c
#am__append_8 = unictype/categ_M.c
#am__append_9 = unictype/categ_none.c
#am__append_10 = unictype/categ_of.c
#am__append_11 = unictype/categ_test.c
#am__append_12 = unictype/combiningclass.c
#am__append_13 = unictype/joiningtype_of.c
#am__append_14 = unictype/scripts.c
#am__append_15 = uninorm/canonical-decomposition.c
#am__append_16 = uninorm/composition.c
#am__append_17 = uninorm/nfc.c
#am__append_18 = uninorm/nfd.c
#am__append_19 = uninorm/u32-normalize.c
#am__append_20 = unistr/u32-cpy.c
#am__append_21 = unistr/u32-cpy-alloc.c
#am__append_22 = unistr/u32-mbtouc-unsafe.c
#am__append_23 = unistr/u32-strlen.c
#am__append_24 = unistr/u32-to-u8.c
#am__append_25 = unistr/u32-uctomb.c
#am__append_26 = unistr/u8-check.c
#am__append_27 = unistr/u8-mblen.c
#am__append_28 = unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c
#am__append_29 = unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c
#am__append_30 = unistr/u8-mbtoucr.c
#am__append_31 = unistr/u8-prev.c
#am__append_32 = unistr/u8-strlen.c
#am__append_33 = unistr/u8-to-u32.c
#am__append_34 = unistr/u8-uctomb.c unistr/u8-uctomb-aux.c
subdir = unistring
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/unistring/m4/alloca.m4 \
$(top_srcdir)/unistring/m4/eealloc.m4 \
$(top_srcdir)/unistring/m4/gnulib-comp.m4 \
$(top_srcdir)/unistring/m4/iconv_h.m4 \
$(top_srcdir)/unistring/m4/iconv_open.m4 \
$(top_srcdir)/unistring/m4/libunistring-base.m4 \
$(top_srcdir)/unistring/m4/libunistring.m4 \
$(top_srcdir)/unistring/m4/localcharset.m4 \
$(top_srcdir)/unistring/m4/malloca.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
$(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
LTLIBRARIES = $(noinst_LTLIBRARIES)
am__DEPENDENCIES_1 =
am__libunistring_la_SOURCES_DIST = c-ctype.h c-ctype.c c-strcase.h \
c-strcasecmp.c c-strncasecmp.c localcharset.c malloca.c \
striconveh.h striconveh.c striconveha.h striconveha.c \
uniconv/u8-conv-from-enc.c uniconv/u8-strconv-from-enc.c \
uniconv/u8-strconv-from-locale.c uniconv/u8-strconv-to-enc.c \
uniconv/u8-strconv-to-locale.c unictype/bidi_of.c \
unictype/categ_M.c unictype/categ_none.c unictype/categ_of.c \
unictype/categ_test.c unictype/combiningclass.c \
unictype/joiningtype_of.c unictype/scripts.c \
uninorm/canonical-decomposition.c uninorm/composition.c \
uninorm/decompose-internal.c uninorm/decomposition-table.c \
uninorm/nfc.c uninorm/nfd.c uninorm/u32-normalize.c \
unistr/u32-cpy.c unistr/u32-cpy-alloc.c \
unistr/u32-mbtouc-unsafe.c unistr/u32-strlen.c \
unistr/u32-to-u8.c unistr/u32-uctomb.c unistr/u8-check.c \
unistr/u8-mblen.c unistr/u8-mbtouc.c unistr/u8-mbtouc-aux.c \
unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c \
unistr/u8-mbtoucr.c unistr/u8-prev.c unistr/u8-strlen.c \
unistr/u8-to-u32.c unistr/u8-uctomb.c unistr/u8-uctomb-aux.c
am__dirstamp = $(am__leading_dot)dirstamp
#am__objects_1 = uniconv/u8-conv-from-enc.lo
#am__objects_2 = uniconv/u8-strconv-from-enc.lo
#am__objects_3 = uniconv/u8-strconv-from-locale.lo
#am__objects_4 = uniconv/u8-strconv-to-enc.lo
#am__objects_5 = uniconv/u8-strconv-to-locale.lo
#am__objects_6 = unictype/bidi_of.lo
#am__objects_7 = unictype/categ_M.lo
#am__objects_8 = unictype/categ_none.lo
#am__objects_9 = unictype/categ_of.lo
#am__objects_10 = unictype/categ_test.lo
#am__objects_11 = unictype/combiningclass.lo
#am__objects_12 = unictype/joiningtype_of.lo
#am__objects_13 = unictype/scripts.lo
#am__objects_14 = uninorm/canonical-decomposition.lo
#am__objects_15 = uninorm/composition.lo
#am__objects_16 = \
# uninorm/nfc.lo
#am__objects_17 = \
# uninorm/nfd.lo
#am__objects_18 = uninorm/u32-normalize.lo
#am__objects_19 = \
# unistr/u32-cpy.lo
#am__objects_20 = unistr/u32-cpy-alloc.lo
#am__objects_21 = unistr/u32-mbtouc-unsafe.lo
#am__objects_22 = unistr/u32-strlen.lo
#am__objects_23 = unistr/u32-to-u8.lo
#am__objects_24 = unistr/u32-uctomb.lo
#am__objects_25 = \
# unistr/u8-check.lo
#am__objects_26 = \
# unistr/u8-mblen.lo
#am__objects_27 = unistr/u8-mbtouc.lo \
# unistr/u8-mbtouc-aux.lo
#am__objects_28 = unistr/u8-mbtouc-unsafe.lo \
# unistr/u8-mbtouc-unsafe-aux.lo
#am__objects_29 = unistr/u8-mbtoucr.lo
#am__objects_30 = \
# unistr/u8-prev.lo
#am__objects_31 = unistr/u8-strlen.lo
#am__objects_32 = unistr/u8-to-u32.lo
#am__objects_33 = unistr/u8-uctomb.lo \
# unistr/u8-uctomb-aux.lo
am_libunistring_la_OBJECTS = c-ctype.lo c-strcasecmp.lo \
c-strncasecmp.lo localcharset.lo malloca.lo striconveh.lo \
striconveha.lo $(am__objects_1) $(am__objects_2) \
$(am__objects_3) $(am__objects_4) $(am__objects_5) \
$(am__objects_6) $(am__objects_7) $(am__objects_8) \
$(am__objects_9) $(am__objects_10) $(am__objects_11) \
$(am__objects_12) $(am__objects_13) $(am__objects_14) \
$(am__objects_15) uninorm/decompose-internal.lo \
uninorm/decomposition-table.lo $(am__objects_16) \
$(am__objects_17) $(am__objects_18) $(am__objects_19) \
$(am__objects_20) $(am__objects_21) $(am__objects_22) \
$(am__objects_23) $(am__objects_24) $(am__objects_25) \
$(am__objects_26) $(am__objects_27) $(am__objects_28) \
$(am__objects_29) $(am__objects_30) $(am__objects_31) \
$(am__objects_32) $(am__objects_33)
libunistring_la_OBJECTS = $(am_libunistring_la_OBJECTS)
AM_V_lt = $(am__v_lt_$(V))
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
am__v_lt_0 = --silent
am__v_lt_1 =
libunistring_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunistring_la_LDFLAGS) $(LDFLAGS) \
-o $@
AM_V_P = $(am__v_P_$(V))
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @
am__v_at_1 =
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/c-ctype.Plo \
./$(DEPDIR)/c-strcasecmp.Plo ./$(DEPDIR)/c-strncasecmp.Plo \
./$(DEPDIR)/iconv.Plo ./$(DEPDIR)/iconv_close.Plo \
./$(DEPDIR)/iconv_open.Plo ./$(DEPDIR)/localcharset.Plo \
./$(DEPDIR)/malloca.Plo ./$(DEPDIR)/striconveh.Plo \
./$(DEPDIR)/striconveha.Plo \
uniconv/$(DEPDIR)/u8-conv-from-enc.Plo \
uniconv/$(DEPDIR)/u8-strconv-from-enc.Plo \
uniconv/$(DEPDIR)/u8-strconv-from-locale.Plo \
uniconv/$(DEPDIR)/u8-strconv-to-enc.Plo \
uniconv/$(DEPDIR)/u8-strconv-to-locale.Plo \
unictype/$(DEPDIR)/bidi_of.Plo unictype/$(DEPDIR)/categ_M.Plo \
unictype/$(DEPDIR)/categ_none.Plo \
unictype/$(DEPDIR)/categ_of.Plo \
unictype/$(DEPDIR)/categ_test.Plo \
unictype/$(DEPDIR)/combiningclass.Plo \
unictype/$(DEPDIR)/joiningtype_of.Plo \
unictype/$(DEPDIR)/scripts.Plo \
uninorm/$(DEPDIR)/canonical-decomposition.Plo \
uninorm/$(DEPDIR)/composition.Plo \
uninorm/$(DEPDIR)/decompose-internal.Plo \
uninorm/$(DEPDIR)/decomposition-table.Plo \
uninorm/$(DEPDIR)/nfc.Plo uninorm/$(DEPDIR)/nfd.Plo \
uninorm/$(DEPDIR)/u32-normalize.Plo \
unistr/$(DEPDIR)/u32-cpy-alloc.Plo \
unistr/$(DEPDIR)/u32-cpy.Plo \
unistr/$(DEPDIR)/u32-mbtouc-unsafe.Plo \
unistr/$(DEPDIR)/u32-strlen.Plo unistr/$(DEPDIR)/u32-to-u8.Plo \
unistr/$(DEPDIR)/u32-uctomb.Plo unistr/$(DEPDIR)/u8-check.Plo \
unistr/$(DEPDIR)/u8-mblen.Plo \
unistr/$(DEPDIR)/u8-mbtouc-aux.Plo \
unistr/$(DEPDIR)/u8-mbtouc-unsafe-aux.Plo \
unistr/$(DEPDIR)/u8-mbtouc-unsafe.Plo \
unistr/$(DEPDIR)/u8-mbtouc.Plo unistr/$(DEPDIR)/u8-mbtoucr.Plo \
unistr/$(DEPDIR)/u8-prev.Plo unistr/$(DEPDIR)/u8-strlen.Plo \
unistr/$(DEPDIR)/u8-to-u32.Plo \
unistr/$(DEPDIR)/u8-uctomb-aux.Plo \
unistr/$(DEPDIR)/u8-uctomb.Plo
am__mv = mv -f
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_$(V))
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
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_$(V))
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
am__v_CCLD_0 = @echo " CCLD " $@;
am__v_CCLD_1 =
SOURCES = $(libunistring_la_SOURCES) $(EXTRA_libunistring_la_SOURCES)
DIST_SOURCES = $(am__libunistring_la_SOURCES_DIST) \
$(EXTRA_libunistring_la_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
ctags-recursive dvi-recursive html-recursive info-recursive \
install-data-recursive install-dvi-recursive \
install-exec-recursive install-html-recursive \
install-info-recursive install-pdf-recursive \
install-ps-recursive install-recursive installcheck-recursive \
installdirs-recursive pdf-recursive ps-recursive \
tags-recursive uninstall-recursive
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
HEADERS = $(noinst_HEADERS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
$(RECURSIVE_TARGETS) \
$(RECURSIVE_CLEAN_TARGETS) \
$(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
distdir distdir-am
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)`
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in \
$(top_srcdir)/build-aux/depcomp
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
dir0=`pwd`; \
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
sed_rest='s,^[^/]*/*,,'; \
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
sed_butlast='s,/*[^/]*$$,,'; \
while test -n "$$dir1"; do \
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
if test "$$first" != "."; then \
if test "$$first" = ".."; then \
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
else \
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
if test "$$first2" = "$$first"; then \
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
else \
dir2="../$$dir2"; \
fi; \
dir0="$$dir0"/"$$first"; \
fi; \
fi; \
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
done; \
reldir="$$dir2"
ACLOCAL = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/libidn2-2.3.0/build-aux/missing aclocal-1.16
ALLOCA =
ALLOCA_H = alloca.h
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
APPLE_UNIVERSAL_BUILD = 0
AR = aarch64-poky-linux-gcc-ar
ARFLAGS = cr
AS = aarch64-poky-linux-as
AUTOCONF = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/libidn2-2.3.0/build-aux/missing autoconf
AUTOHEADER = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/libidn2-2.3.0/build-aux/missing autoheader
AUTOMAKE = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/libidn2-2.3.0/build-aux/missing automake-1.16
AWK = gawk
BITSIZEOF_PTRDIFF_T =
BITSIZEOF_SIG_ATOMIC_T =
BITSIZEOF_SIZE_T =
BITSIZEOF_WCHAR_T =
BITSIZEOF_WINT_T =
BUILD_EXEEXT =
BUILD_OBJEXT =
CC = aarch64-poky-linux-gcc -mcpu=cortex-a55 -march=armv8.2-a+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot
CCDEPMODE = depmode=none
CC_FOR_BUILD = gcc
CFLAGS = -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0=/usr/src/debug/libidn2/2.3.0-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0=/usr/src/debug/libidn2/2.3.0-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native=
CFLAGS_FOR_BUILD = -isystem/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/include -O2 -pipe
CFLAG_VISIBILITY = -fvisibility=hidden
CODE_COVERAGE_CFLAGS =
CODE_COVERAGE_CPPFLAGS =
CODE_COVERAGE_CXXFLAGS =
CODE_COVERAGE_ENABLED = no
CODE_COVERAGE_LDFLAGS =
CODE_COVERAGE_LIBS =
CONFIG_INCLUDE = config.h
CPP = aarch64-poky-linux-gcc -E --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot -mcpu=cortex-a55 -march=armv8.2-a+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security
CPPFLAGS = -I/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot/usr/include
CPPFLAGS_FOR_BUILD = -isystem/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/include
CPP_FOR_BUILD = gcc -E
CYGPATH_W = echo
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DLLTOOL = false
DSYMUTIL =
DUMPBIN =
ECHO_C =
ECHO_N = -n
ECHO_T =
EGREP = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/hosttools/grep -E
EMULTIHOP_HIDDEN =
EMULTIHOP_VALUE =
ENOLINK_HIDDEN =
ENOLINK_VALUE =
EOVERFLOW_HIDDEN =
EOVERFLOW_VALUE =
ERRNO_H =
EXEEXT =
FGREP = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/hosttools/grep -F
GCOV =
GENHTML =
GETOPT_CDEFS_H = getopt-cdefs.h
GETOPT_H = getopt.h
GETTEXT_MACRO_VERSION = 0.20
GMSGFMT = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/bin/msgfmt
GMSGFMT_015 = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/bin/msgfmt
GNULIB_ATOLL = 0
GNULIB_CALLOC_POSIX = 0
GNULIB_CANONICALIZE_FILE_NAME = 0
GNULIB_CHDIR = 0
GNULIB_CHOWN = 0
GNULIB_CLOSE = 0
GNULIB_DPRINTF = 0
GNULIB_DUP = 0
GNULIB_DUP2 = 0
GNULIB_DUP3 = 0
GNULIB_ENVIRON = 0
GNULIB_EUIDACCESS = 0
GNULIB_EXPLICIT_BZERO = 0
GNULIB_FACCESSAT = 0
GNULIB_FCHDIR = 0
GNULIB_FCHOWNAT = 0
GNULIB_FCLOSE = 0
GNULIB_FDATASYNC = 0
GNULIB_FDOPEN = 0
GNULIB_FFLUSH = 0
GNULIB_FFSL = 0
GNULIB_FFSLL = 0
GNULIB_FGETC = 1
GNULIB_FGETS = 1
GNULIB_FOPEN = 0
GNULIB_FPRINTF = 1
GNULIB_FPRINTF_POSIX = 0
GNULIB_FPURGE = 0
GNULIB_FPUTC = 1
GNULIB_FPUTS = 1
GNULIB_FREAD = 1
GNULIB_FREOPEN = 0
GNULIB_FSCANF = 1
GNULIB_FSEEK = 0
GNULIB_FSEEKO = 0
GNULIB_FSYNC = 0
GNULIB_FTELL = 0
GNULIB_FTELLO = 0
GNULIB_FTRUNCATE = 0
GNULIB_FWRITE = 1
GNULIB_GETC = 1
GNULIB_GETCHAR = 1
GNULIB_GETCWD = 0
GNULIB_GETDELIM = 1
GNULIB_GETDOMAINNAME = 0
GNULIB_GETDTABLESIZE = 0
GNULIB_GETGROUPS = 0
GNULIB_GETHOSTNAME = 0
GNULIB_GETLINE = 1
GNULIB_GETLOADAVG = 0
GNULIB_GETLOGIN = 0
GNULIB_GETLOGIN_R = 0
GNULIB_GETPAGESIZE = 0
GNULIB_GETPASS = 0
GNULIB_GETSUBOPT = 0
GNULIB_GETUSERSHELL = 0
GNULIB_GL_UNISTD_H_GETOPT = 1
GNULIB_GRANTPT = 0
GNULIB_GROUP_MEMBER = 0
GNULIB_ICONV = 1
GNULIB_ISATTY = 0
GNULIB_LCHOWN = 0
GNULIB_LINK = 0
GNULIB_LINKAT = 0
GNULIB_LSEEK = 0
GNULIB_MALLOC_POSIX = 1
GNULIB_MBSCASECMP = 0
GNULIB_MBSCASESTR = 0
GNULIB_MBSCHR = 0
GNULIB_MBSCSPN = 0
GNULIB_MBSLEN = 0
GNULIB_MBSNCASECMP = 0
GNULIB_MBSNLEN = 0
GNULIB_MBSPBRK = 0
GNULIB_MBSPCASECMP = 0
GNULIB_MBSRCHR = 0
GNULIB_MBSSEP = 0
GNULIB_MBSSPN = 0
GNULIB_MBSSTR = 0
GNULIB_MBSTOK_R = 0
GNULIB_MBTOWC = 0
GNULIB_MEMCHR = 0
GNULIB_MEMMEM = 0
GNULIB_MEMPCPY = 0
GNULIB_MEMRCHR = 0
GNULIB_MKDTEMP = 0
GNULIB_MKOSTEMP = 0
GNULIB_MKOSTEMPS = 0
GNULIB_MKSTEMP = 0
GNULIB_MKSTEMPS = 0
GNULIB_OBSTACK_PRINTF = 0
GNULIB_OBSTACK_PRINTF_POSIX = 0
GNULIB_OVERRIDES_WINT_T = 0
GNULIB_PCLOSE = 0
GNULIB_PERROR = 0
GNULIB_PIPE = 0
GNULIB_PIPE2 = 0
GNULIB_POPEN = 0
GNULIB_POSIX_OPENPT = 0
GNULIB_PREAD = 0
GNULIB_PRINTF = 1
GNULIB_PRINTF_POSIX = 0
GNULIB_PTSNAME = 0
GNULIB_PTSNAME_R = 0
GNULIB_PUTC = 1
GNULIB_PUTCHAR = 1
GNULIB_PUTENV = 0
GNULIB_PUTS = 1
GNULIB_PWRITE = 0
GNULIB_QSORT_R = 0
GNULIB_RANDOM = 0
GNULIB_RANDOM_R = 0
GNULIB_RAWMEMCHR = 1
GNULIB_READ = 0
GNULIB_READLINK = 0
GNULIB_READLINKAT = 0
GNULIB_REALLOCARRAY = 0
GNULIB_REALLOC_POSIX = 0
GNULIB_REALPATH = 0
GNULIB_REMOVE = 0
GNULIB_RENAME = 0
GNULIB_RENAMEAT = 0
GNULIB_RMDIR = 0
GNULIB_RPMATCH = 0
GNULIB_SCANF = 1
GNULIB_SECURE_GETENV = 0
GNULIB_SETENV = 0
GNULIB_SETHOSTNAME = 0
GNULIB_SLEEP = 0
GNULIB_SNPRINTF = 0
GNULIB_SPRINTF_POSIX = 0
GNULIB_STDIO_H_NONBLOCKING = 0
GNULIB_STDIO_H_SIGPIPE = 0
GNULIB_STPCPY = 0
GNULIB_STPNCPY = 0
GNULIB_STRCASESTR = 0
GNULIB_STRCHRNUL = 1
GNULIB_STRDUP = 0
GNULIB_STRERROR = 1
GNULIB_STRERROR_R = 0
GNULIB_STRNCAT = 0
GNULIB_STRNDUP = 0
GNULIB_STRNLEN = 0
GNULIB_STRPBRK = 0
GNULIB_STRSEP = 0
GNULIB_STRSIGNAL = 0
GNULIB_STRSTR = 0
GNULIB_STRTOD = 0
GNULIB_STRTOK_R = 0
GNULIB_STRTOLD = 0
GNULIB_STRTOLL = 0
GNULIB_STRTOULL = 0
GNULIB_STRVERSCMP = 1
GNULIB_SYMLINK = 0
GNULIB_SYMLINKAT = 0
GNULIB_SYSTEM_POSIX = 0
GNULIB_TMPFILE = 0
GNULIB_TRUNCATE = 0
GNULIB_TTYNAME_R = 0
GNULIB_UNISTD_H_NONBLOCKING = 0
GNULIB_UNISTD_H_SIGPIPE = 0
GNULIB_UNLINK = 0
GNULIB_UNLINKAT = 0
GNULIB_UNLOCKPT = 0
GNULIB_UNSETENV = 0
GNULIB_USLEEP = 0
GNULIB_VASPRINTF = 0
GNULIB_VDPRINTF = 0
GNULIB_VFPRINTF = 1
GNULIB_VFPRINTF_POSIX = 0
GNULIB_VFSCANF = 0
GNULIB_VPRINTF = 1
GNULIB_VPRINTF_POSIX = 0
GNULIB_VSCANF = 0
GNULIB_VSNPRINTF = 0
GNULIB_VSPRINTF_POSIX = 0
GNULIB_WCTOMB = 0
GNULIB_WRITE = 0
GNULIB__EXIT = 0
GREP = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/hosttools/grep
GTKDOC_CHECK = gtkdoc-check.test
GTKDOC_CHECK_PATH = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/bin/gtkdoc-check
GTKDOC_DEPS_CFLAGS =
GTKDOC_DEPS_LIBS =
GTKDOC_MKPDF = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/bin/gtkdoc-mkpdf
GTKDOC_REBASE = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/bin/gtkdoc-rebase
HAVE_ALLOCA_H = 1
HAVE_ATOLL = 1
HAVE_C99_STDINT_H = 1
HAVE_CANONICALIZE_FILE_NAME = 1
HAVE_CHOWN = 1
HAVE_DECL_ENVIRON = 1
HAVE_DECL_FCHDIR = 1
HAVE_DECL_FDATASYNC = 1
HAVE_DECL_FPURGE = 1
HAVE_DECL_FSEEKO = 1
HAVE_DECL_FTELLO = 1
HAVE_DECL_GETDELIM = 1
HAVE_DECL_GETDOMAINNAME = 1
HAVE_DECL_GETLINE = 1
HAVE_DECL_GETLOADAVG = 1
HAVE_DECL_GETLOGIN = 1
HAVE_DECL_GETLOGIN_R = 1
HAVE_DECL_GETPAGESIZE = 1
HAVE_DECL_GETUSERSHELL = 1
HAVE_DECL_INITSTATE = 1
HAVE_DECL_MEMMEM = 1
HAVE_DECL_MEMRCHR = 1
HAVE_DECL_OBSTACK_PRINTF = 1
HAVE_DECL_SETENV = 1
HAVE_DECL_SETHOSTNAME = 1
HAVE_DECL_SETSTATE = 1
HAVE_DECL_SNPRINTF = 1
HAVE_DECL_STRDUP = 1
HAVE_DECL_STRERROR_R = 1
HAVE_DECL_STRNDUP = 1
HAVE_DECL_STRNLEN = 1
HAVE_DECL_STRSIGNAL = 1
HAVE_DECL_STRTOK_R = 1
HAVE_DECL_TRUNCATE = 1
HAVE_DECL_TTYNAME_R = 1
HAVE_DECL_UNSETENV = 1
HAVE_DECL_VSNPRINTF = 1
HAVE_DPRINTF = 1
HAVE_DUP2 = 1
HAVE_DUP3 = 1
HAVE_EUIDACCESS = 1
HAVE_EXPLICIT_BZERO = 1
HAVE_FACCESSAT = 1
HAVE_FCHDIR = 1
HAVE_FCHOWNAT = 1
HAVE_FDATASYNC = 1
HAVE_FFSL = 1
HAVE_FFSLL = 1
HAVE_FSEEKO = 1
HAVE_FSYNC = 1
HAVE_FTELLO = 1
HAVE_FTRUNCATE = 1
HAVE_GETDTABLESIZE = 1
HAVE_GETGROUPS = 1
HAVE_GETHOSTNAME = 1
HAVE_GETLOGIN = 1
HAVE_GETOPT_H = 1
HAVE_GETPAGESIZE = 1
HAVE_GETPASS = 1
HAVE_GETSUBOPT = 1
HAVE_GRANTPT = 1
HAVE_GROUP_MEMBER = 1
HAVE_INITSTATE = 1
HAVE_INTTYPES_H = 1
HAVE_LCHOWN = 1
HAVE_LIBUNISTRING = yes
HAVE_LINK = 1
HAVE_LINKAT = 1
HAVE_LONG_LONG_INT = 1
HAVE_MAX_ALIGN_T = 1
HAVE_MBSLEN = 0
HAVE_MBTOWC = 1
HAVE_MEMCHR = 1
HAVE_MEMPCPY = 1
HAVE_MKDTEMP = 1
HAVE_MKOSTEMP = 1
HAVE_MKOSTEMPS = 1
HAVE_MKSTEMP = 1
HAVE_MKSTEMPS = 1
HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0
HAVE_OS_H = 0
HAVE_PCLOSE = 1
HAVE_PIPE = 1
HAVE_PIPE2 = 1
HAVE_POPEN = 1
HAVE_POSIX_OPENPT = 1
HAVE_PREAD = 1
HAVE_PTSNAME = 1
HAVE_PTSNAME_R = 1
HAVE_PWRITE = 1
HAVE_QSORT_R = 1
HAVE_RANDOM = 1
HAVE_RANDOM_H = 1
HAVE_RANDOM_R = 1
HAVE_RAWMEMCHR = 1
HAVE_READLINK = 1
HAVE_READLINKAT = 1
HAVE_REALLOCARRAY = 1
HAVE_REALPATH = 1
HAVE_RENAMEAT = 1
HAVE_RPMATCH = 1
HAVE_SECURE_GETENV = 1
HAVE_SETENV = 1
HAVE_SETHOSTNAME = 1
HAVE_SETSTATE = 1
HAVE_SIGNED_SIG_ATOMIC_T =
HAVE_SIGNED_WCHAR_T =
HAVE_SIGNED_WINT_T =
HAVE_SLEEP = 1
HAVE_STDINT_H = 1
HAVE_STPCPY = 1
HAVE_STPNCPY = 1
HAVE_STRCASESTR = 1
HAVE_STRCHRNUL = 1
HAVE_STRPBRK = 1
HAVE_STRSEP = 1
HAVE_STRTOD = 1
HAVE_STRTOLD = 1
HAVE_STRTOLL = 1
HAVE_STRTOULL = 1
HAVE_STRUCT_RANDOM_DATA = 1
HAVE_STRVERSCMP = 1
HAVE_SYMLINK = 1
HAVE_SYMLINKAT = 1
HAVE_SYS_BITYPES_H = 0
HAVE_SYS_CDEFS_H = 1
HAVE_SYS_INTTYPES_H = 0
HAVE_SYS_LOADAVG_H = 0
HAVE_SYS_PARAM_H = 0
HAVE_SYS_TYPES_H = 1
HAVE_UNISTD_H = 1
HAVE_UNLINKAT = 1
HAVE_UNLOCKPT = 1
HAVE_UNSIGNED_LONG_LONG_INT = 1
HAVE_USLEEP = 1
HAVE_VASPRINTF = 1
HAVE_VDPRINTF = 1
HAVE_VISIBILITY = 1
HAVE_WCHAR_H = 1
HAVE_WCHAR_T = 1
HAVE_WINSOCK2_H =
HAVE__BOOL = 1
HAVE__EXIT = 1
HTML_DIR = ${datadir}/gtk-doc/html
ICONV_CONST =
ICONV_H = iconv.h
IDN2_VERSION_MAJOR = 2
IDN2_VERSION_MINOR = 3
IDN2_VERSION_NUMBER = 0x02030000
IDN2_VERSION_PATCH = 0
INCLUDE_NEXT = include_next
INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next
INSTALL = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/hosttools/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
INTLLIBS =
INTL_MACOSX_LIBS =
LCOV =
LD = aarch64-poky-linux-ld --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot
LDFLAGS = -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now
LDFLAGS_FOR_BUILD = -L/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/lib -L/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/lib -Wl,-rpath-link,/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/lib -Wl,-rpath,/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/lib -Wl,-rpath,/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2
LIBICONV =
LIBINTL =
LIBOBJS =
LIBS = -lunistring
LIBTESTS_LIBDEPS =
LIBTOOL = $(top_builddir)/aarch64-poky-linux-libtool
LIBUNISTRING = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot/usr/lib/libunistring.so
LIBUNISTRING_PREFIX = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot/usr
LIBUNISTRING_UNICONV_H =
LIBUNISTRING_UNICTYPE_H =
LIBUNISTRING_UNINORM_H =
LIBUNISTRING_UNISTR_H =
LIBUNISTRING_UNITYPES_H =
LIMITS_H = limits.h
LIPO =
LN_S = ln -s
LOCALCHARSET_TESTS_ENVIRONMENT =
LTLIBICONV =
LTLIBINTL =
LTLIBOBJS =
LTLIBUNISTRING = -L/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot/usr/lib -lunistring
LT_AGE = 3
LT_CURRENT = 3
LT_REVISION = 7
LT_SYS_LIBRARY_PATH =
MAKEINFO = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/libidn2-2.3.0/build-aux/missing makeinfo
MANIFEST_TOOL = :
MKDIR_P = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/hosttools/mkdir -p
MSGFMT = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/bin/msgfmt
MSGMERGE = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/bin/msgmerge
MSGMERGE_FOR_MSGFMT_OPTION = --for-msgfmt
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H =
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H =
NEXT_AS_FIRST_DIRECTIVE_ICONV_H =
NEXT_AS_FIRST_DIRECTIVE_LIMITS_H =
NEXT_AS_FIRST_DIRECTIVE_STDARG_H =
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H =
NEXT_AS_FIRST_DIRECTIVE_STDINT_H =
NEXT_AS_FIRST_DIRECTIVE_STDIO_H =
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H =
NEXT_AS_FIRST_DIRECTIVE_STRING_H =
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H =
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H =
NEXT_ERRNO_H =
NEXT_GETOPT_H =
NEXT_ICONV_H =
NEXT_LIMITS_H =
NEXT_STDARG_H =
NEXT_STDDEF_H =
NEXT_STDINT_H =
NEXT_STDIO_H =
NEXT_STDLIB_H =
NEXT_STRING_H =
NEXT_SYS_TYPES_H =
NEXT_UNISTD_H =
NM = aarch64-poky-linux-nm
NMEDIT =
OBJDUMP = aarch64-poky-linux-objdump
OBJEXT = o
OTOOL =
OTOOL64 =
PACKAGE = libidn2
PACKAGE_BUGREPORT = help-libidn@gnu.org
PACKAGE_NAME = libidn2
PACKAGE_STRING = libidn2 2.3.0
PACKAGE_TARNAME = libidn2
PACKAGE_URL = https://www.gnu.org/software/libidn/#libidn2
PACKAGE_VERSION = 2.3.0
PATH_SEPARATOR = :
PKG_CONFIG = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/bin/pkg-config
PKG_CONFIG_LIBDIR = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot/usr/lib/pkgconfig
PKG_CONFIG_PATH = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot/usr/lib/pkgconfig:/home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot/usr/share/pkgconfig
POSUB = po
PRAGMA_COLUMNS =
PRAGMA_SYSTEM_HEADER = #pragma GCC system_header
PTRDIFF_T_SUFFIX =
RANLIB = aarch64-poky-linux-gcc-ranlib
REPLACE_CALLOC = 0
REPLACE_CANONICALIZE_FILE_NAME = 0
REPLACE_CHOWN = 0
REPLACE_CLOSE = 0
REPLACE_DPRINTF = 0
REPLACE_DUP = 0
REPLACE_DUP2 = 0
REPLACE_FACCESSAT = 0
REPLACE_FCHOWNAT = 0
REPLACE_FCLOSE = 0
REPLACE_FDOPEN = 0
REPLACE_FFLUSH = 0
REPLACE_FOPEN = 0
REPLACE_FPRINTF = 0
REPLACE_FPURGE = 0
REPLACE_FREOPEN = 0
REPLACE_FSEEK = 0
REPLACE_FSEEKO = 0
REPLACE_FTELL = 0
REPLACE_FTELLO = 0
REPLACE_FTRUNCATE = 0
REPLACE_GETCWD = 0
REPLACE_GETDELIM = 0
REPLACE_GETDOMAINNAME = 0
REPLACE_GETDTABLESIZE = 0
REPLACE_GETGROUPS = 0
REPLACE_GETLINE = 0
REPLACE_GETLOGIN_R = 0
REPLACE_GETPAGESIZE = 0
REPLACE_GETPASS = 0
REPLACE_ICONV = 0
REPLACE_ICONV_OPEN = 0
REPLACE_ICONV_UTF = 0
REPLACE_INITSTATE = 0
REPLACE_ISATTY = 0
REPLACE_LCHOWN = 0
REPLACE_LINK = 0
REPLACE_LINKAT = 0
REPLACE_LSEEK = 0
REPLACE_MALLOC = 0
REPLACE_MBTOWC = 0
REPLACE_MEMCHR = 0
REPLACE_MEMMEM = 0
REPLACE_MKSTEMP = 0
REPLACE_NULL = 0
REPLACE_OBSTACK_PRINTF = 0
REPLACE_PERROR = 0
REPLACE_POPEN = 0
REPLACE_PREAD = 0
REPLACE_PRINTF = 0
REPLACE_PTSNAME = 0
REPLACE_PTSNAME_R = 0
REPLACE_PUTENV = 0
REPLACE_PWRITE = 0
REPLACE_QSORT_R = 0
REPLACE_RANDOM = 0
REPLACE_RANDOM_R = 0
REPLACE_READ = 0
REPLACE_READLINK = 0
REPLACE_READLINKAT = 0
REPLACE_REALLOC = 0
REPLACE_REALPATH = 0
REPLACE_REMOVE = 0
REPLACE_RENAME = 0
REPLACE_RENAMEAT = 0
REPLACE_RMDIR = 0
REPLACE_SETENV = 0
REPLACE_SETSTATE = 0
REPLACE_SLEEP = 0
REPLACE_SNPRINTF = 0
REPLACE_SPRINTF = 0
REPLACE_STDIO_READ_FUNCS = 0
REPLACE_STDIO_WRITE_FUNCS = 0
REPLACE_STPNCPY = 0
REPLACE_STRCASESTR = 0
REPLACE_STRCHRNUL = 0
REPLACE_STRDUP = 0
REPLACE_STRERROR = 0
REPLACE_STRERROR_R = 0
REPLACE_STRNCAT = 0
REPLACE_STRNDUP = 0
REPLACE_STRNLEN = 0
REPLACE_STRSIGNAL = 0
REPLACE_STRSTR = 0
REPLACE_STRTOD = 0
REPLACE_STRTOK_R = 0
REPLACE_STRTOLD = 0
REPLACE_SYMLINK = 0
REPLACE_SYMLINKAT = 0
REPLACE_TMPFILE = 0
REPLACE_TRUNCATE = 0
REPLACE_TTYNAME_R = 0
REPLACE_UNLINK = 0
REPLACE_UNLINKAT = 0
REPLACE_UNSETENV = 0
REPLACE_USLEEP = 0
REPLACE_VASPRINTF = 0
REPLACE_VDPRINTF = 0
REPLACE_VFPRINTF = 0
REPLACE_VPRINTF = 0
REPLACE_VSNPRINTF = 0
REPLACE_VSPRINTF = 0
REPLACE_WCTOMB = 0
REPLACE_WRITE = 0
SED = sed
SET_MAKE =
SHELL = /bin/bash
SIG_ATOMIC_T_SUFFIX =
SIZE_T_SUFFIX =
STDARG_H =
STDBOOL_H =
STDDEF_H =
STDINT_H =
STRIP = aarch64-poky-linux-strip
UNDEFINE_STRTOK_R = 0
UNISTD_H_HAVE_WINSOCK2_H = 0
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0
USE_NLS = yes
VALGRIND =
VERSION = 2.3.0
WARN_CFLAGS = -fno-common -W -Wabsolute-value -Waddress -Waddress-of-packed-member -Waggressive-loop-optimizations -Wall -Wattribute-warning -Wattributes -Wbad-function-cast -Wbool-compare -Wbool-operation -Wbuiltin-declaration-mismatch -Wbuiltin-macro-redefined -Wcannot-profile -Wcast-align -Wcast-align=strict -Wcast-function-type -Wchar-subscripts -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch -Wcpp -Wdangling-else -Wdate-time -Wdeprecated -Wdeprecated-declarations -Wdesignated-init -Wdisabled-optimization -Wdiscarded-array-qualifiers -Wdiscarded-qualifiers -Wdiv-by-zero -Wdouble-promotion -Wduplicated-branches -Wduplicated-cond -Wduplicate-decl-specifier -Wempty-body -Wendif-labels -Wenum-compare -Wexpansion-to-defined -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-signedness -Wformat-y2k -Wformat-zero-length -Wframe-address -Wfree-nonheap-object -Whsa -Wif-not-aligned -Wignored-attributes -Wignored-qualifiers -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wincompatible-pointer-types -Winit-self -Winline -Wint-conversion -Wint-in-bool-context -Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wlogical-not-parentheses -Wlogical-op -Wmain -Wmaybe-uninitialized -Wmemset-elt-size -Wmemset-transposed-args -Wmisleading-indentation -Wmissing-attributes -Wmissing-braces -Wmissing-declarations -Wmissing-include-dirs -Wmissing-parameter-type -Wmissing-profile -Wmissing-prototypes -Wmultichar -Wmultistatement-macros -Wnarrowing -Wnested-externs -Wnonnull -Wnonnull-compare -Wnull-dereference -Wodr -Wold-style-declaration -Wold-style-definition -Wopenmp-simd -Woverflow -Woverlength-strings -Woverride-init -Wpacked -Wpacked-bitfield-compat -Wpacked-not-aligned -Wparentheses -Wpointer-arith -Wpointer-compare -Wpointer-sign -Wpointer-to-int-cast -Wpragmas -Wpsabi -Wrestrict -Wreturn-local-addr -Wreturn-type -Wscalar-storage-order -Wsequence-point -Wshadow -Wshift-count-negative -Wshift-count-overflow -Wshift-negative-value -Wsizeof-array-argument -Wsizeof-pointer-div -Wsizeof-pointer-memaccess -Wstack-protector -Wstrict-aliasing -Wstrict-overflow -Wstrict-prototypes -Wstringop-truncation -Wsuggest-attribute=cold -Wsuggest-attribute=const -Wsuggest-attribute=format -Wsuggest-attribute=malloc -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wsuggest-final-methods -Wsuggest-final-types -Wswitch -Wswitch-bool -Wswitch-unreachable -Wsync-nand -Wtautological-compare -Wtrampolines -Wtrigraphs -Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunsafe-loop-optimizations -Wunused -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function -Wunused-label -Wunused-local-typedefs -Wunused-macros -Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable -Wvarargs -Wvariadic-macros -Wvector-operation-performance -Wvla -Wvolatile-register-var -Wwrite-strings -Walloc-size-larger-than=9223372036854775807 -Warray-bounds=2 -Wattribute-alias=2 -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wnormalized=nfc -Wshift-overflow=2 -Wstringop-overflow=2 -Wunused-const-variable=2 -Wvla-larger-than=4031 -fdiagnostics-show-option -fdiagnostics-color=always -Wno-missing-field-initializers
WCHAR_T_SUFFIX =
WINDOWS_64_BIT_OFF_T = 0
WINDOWS_STAT_INODES = 0
WINT_T_SUFFIX =
XGETTEXT = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/bin/xgettext
XGETTEXT_015 = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/recipe-sysroot-native/usr/bin/xgettext
XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format
abs_builddir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/build/unistring
abs_srcdir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/build/../libidn2-2.3.0/unistring
abs_top_builddir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/build
abs_top_srcdir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/build/../libidn2-2.3.0
ac_ct_AR =
ac_ct_CC =
ac_ct_CC_FOR_BUILD = gcc
ac_ct_DUMPBIN =
am__include = include
am__leading_dot = .
am__quote =
am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf -
bindir = /usr/bin
build = x86_64-pc-linux-gnu
build_alias = x86_64-linux
build_cpu = x86_64
build_os = linux-gnu
build_vendor = pc
builddir = .
datadir = /usr/share
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = /usr
gl_LIBOBJS = getopt.o getopt1.o
gl_LTLIBOBJS = getopt.lo getopt1.lo
gltests_LIBOBJS =
gltests_LTLIBOBJS =
gltests_WITNESS = IN_LIBIDN2_GNULIB_TESTS
host = aarch64-poky-linux-gnu
host_alias = aarch64-poky-linux
host_cpu = aarch64
host_os = linux-gnu
host_vendor = poky
htmldir = ${docdir}
includedir = /usr/include
infodir = /usr/share/info
install_sh = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domu/tmp/work/aarch64-poky-linux/libidn2/2.3.0-r0/libidn2-2.3.0/build-aux/install-sh
libdir = /usr/lib
libexecdir = /usr/libexec
localedir = ${datarootdir}/locale
localstatedir = /var
mandir = /usr/share/man
mkdir_p = $(MKDIR_P)
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = /usr/sbin
sharedstatedir = /com
srcdir = ../../libidn2-2.3.0/unistring
sysconfdir = /etc
target_alias = aarch64-poky-linux
top_build_prefix = ../
top_builddir = ..
top_srcdir = ../../libidn2-2.3.0
unistring_LIBOBJS =
unistring_LTLIBOBJS =
unistringtests_LIBOBJS =
unistringtests_LTLIBOBJS =
unistringtests_WITNESS = IN_LIBIDN2_GNULIB_TESTS
AUTOMAKE_OPTIONS = 1.11 gnits subdir-objects
SUBDIRS =
noinst_HEADERS =
noinst_LIBRARIES =
noinst_LTLIBRARIES = libunistring.la
# No GNU Make output.
EXTRA_DIST = m4/gnulib-cache.m4 alloca.in.h array-mergesort.h \
c-strcaseeq.h $(top_srcdir)/build-aux/config.rpath iconv.in.h \
iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h \
iconv_open-osf.h iconv_open-solaris.h iconv.c iconv_close.c \
iconv_open-aix.gperf iconv_open-hpux.gperf \
iconv_open-irix.gperf iconv_open-osf.gperf \
iconv_open-solaris.gperf iconv_open.c libunistring.valgrind \
limits.in.h localcharset.h malloca.h arg-nonnull.h c++defs.h \
unused-parameter.h warn-on-use.h stdbool.in.h stdint.in.h \
iconveh.h sys_types.in.h iconveh.h localcharset.h \
striconveha.h uniconv.in.h uniconv/u-strconv-from-enc.h \
unictype.in.h unictype/bidi_of.h unictype/categ_M.h \
unictype/categ_of.h unictype/bitmap.h \
unictype/combiningclass.h unictype/joiningtype_of.h \
unictype/scripts_byname.h unictype/scripts.h \
unictype/scripts_byname.gperf uninorm.in.h \
uninorm/composition-table.h uninorm/composition-table.gperf \
uninorm/decompose-internal.h uninorm/decomposition-table.h \
uninorm/decomposition-table1.h uninorm/decomposition-table2.h \
uninorm/normalize-internal.h uninorm/normalize-internal.h \
uninorm/normalize-internal.h uninorm/u-normalize-internal.h \
unistr.in.h unistr/u-cpy.h unistr/u-cpy-alloc.h \
unistr/u-strlen.h unitypes.in.h verify.h xalloc-oversized.h
BUILT_SOURCES = $(ALLOCA_H) $(ICONV_H) iconv_open-aix.h \
iconv_open-hpux.h iconv_open-irix.h iconv_open-osf.h \
iconv_open-solaris.h $(LIMITS_H) $(STDBOOL_H) $(STDINT_H) \
sys/types.h $(LIBUNISTRING_UNICONV_H) \
$(LIBUNISTRING_UNICTYPE_H) unictype/scripts_byname.h \
$(LIBUNISTRING_UNINORM_H) uninorm/composition-table.h \
$(LIBUNISTRING_UNISTR_H) $(LIBUNISTRING_UNITYPES_H)
SUFFIXES =
MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t iconv.h \
iconv.h-t iconv_open-aix.h-t iconv_open-hpux.h-t \
iconv_open-irix.h-t iconv_open-osf.h-t iconv_open-solaris.h-t \
limits.h limits.h-t stdbool.h stdbool.h-t stdint.h stdint.h-t \
sys/types.h sys/types.h-t uniconv.h uniconv.h-t unictype.h \
unictype.h-t unictype/scripts_byname.h-t uninorm.h uninorm.h-t \
uninorm/composition-table.h-t unistr.h unistr.h-t unitypes.h \
unitypes.h-t
MOSTLYCLEANDIRS =
CLEANFILES =
DISTCLEANFILES =
MAINTAINERCLEANFILES = iconv_open-aix.h iconv_open-hpux.h \
iconv_open-irix.h iconv_open-osf.h iconv_open-solaris.h \
unictype/scripts_byname.h uninorm/composition-table.h
AM_CPPFLAGS =
AM_CFLAGS =
libunistring_la_SOURCES = c-ctype.h c-ctype.c c-strcase.h \
c-strcasecmp.c c-strncasecmp.c localcharset.c malloca.c \
striconveh.h striconveh.c striconveha.h striconveha.c \
$(am__append_2) $(am__append_3) $(am__append_4) \
$(am__append_5) $(am__append_6) $(am__append_7) \
$(am__append_8) $(am__append_9) $(am__append_10) \
$(am__append_11) $(am__append_12) $(am__append_13) \
$(am__append_14) $(am__append_15) $(am__append_16) \
uninorm/decompose-internal.c uninorm/decomposition-table.c \
$(am__append_17) $(am__append_18) $(am__append_19) \
$(am__append_20) $(am__append_21) $(am__append_22) \
$(am__append_23) $(am__append_24) $(am__append_25) \
$(am__append_26) $(am__append_27) $(am__append_28) \
$(am__append_29) $(am__append_30) $(am__append_31) \
$(am__append_32) $(am__append_33) $(am__append_34)
libunistring_la_LIBADD = $(unistring_LTLIBOBJS)
libunistring_la_DEPENDENCIES = $(unistring_LTLIBOBJS)
EXTRA_libunistring_la_SOURCES = iconv.c iconv_close.c iconv_open.c
libunistring_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(LTLIBICONV) \
$(LTLIBUNISTRING) $(am__append_1)
# 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__ || 60000000 <= __DECC_VER)
GPERF = gperf
V_GPERF = $(V_GPERF_$(V))
V_GPERF_ = $(V_GPERF_$(AM_DEFAULT_VERBOSITY))
V_GPERF_0 = @echo " GPERF " $@;
# 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.
UNUSED_PARAMETER_H = $(srcdir)/unused-parameter.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
all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-recursive
.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(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 unistring/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnits unistring/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;
$(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):
clean-noinstLIBRARIES:
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
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}; \
}
uniconv/$(am__dirstamp):
@$(MKDIR_P) uniconv
@: > uniconv/$(am__dirstamp)
uniconv/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) uniconv/$(DEPDIR)
@: > uniconv/$(DEPDIR)/$(am__dirstamp)
uniconv/u8-conv-from-enc.lo: uniconv/$(am__dirstamp) \
uniconv/$(DEPDIR)/$(am__dirstamp)
uniconv/u8-strconv-from-enc.lo: uniconv/$(am__dirstamp) \
uniconv/$(DEPDIR)/$(am__dirstamp)
uniconv/u8-strconv-from-locale.lo: uniconv/$(am__dirstamp) \
uniconv/$(DEPDIR)/$(am__dirstamp)
uniconv/u8-strconv-to-enc.lo: uniconv/$(am__dirstamp) \
uniconv/$(DEPDIR)/$(am__dirstamp)
uniconv/u8-strconv-to-locale.lo: uniconv/$(am__dirstamp) \
uniconv/$(DEPDIR)/$(am__dirstamp)
unictype/$(am__dirstamp):
@$(MKDIR_P) unictype
@: > unictype/$(am__dirstamp)
unictype/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) unictype/$(DEPDIR)
@: > unictype/$(DEPDIR)/$(am__dirstamp)
unictype/bidi_of.lo: unictype/$(am__dirstamp) \
unictype/$(DEPDIR)/$(am__dirstamp)
unictype/categ_M.lo: unictype/$(am__dirstamp) \
unictype/$(DEPDIR)/$(am__dirstamp)
unictype/categ_none.lo: unictype/$(am__dirstamp) \
unictype/$(DEPDIR)/$(am__dirstamp)
unictype/categ_of.lo: unictype/$(am__dirstamp) \
unictype/$(DEPDIR)/$(am__dirstamp)
unictype/categ_test.lo: unictype/$(am__dirstamp) \
unictype/$(DEPDIR)/$(am__dirstamp)
unictype/combiningclass.lo: unictype/$(am__dirstamp) \
unictype/$(DEPDIR)/$(am__dirstamp)
unictype/joiningtype_of.lo: unictype/$(am__dirstamp) \
unictype/$(DEPDIR)/$(am__dirstamp)
unictype/scripts.lo: unictype/$(am__dirstamp) \
unictype/$(DEPDIR)/$(am__dirstamp)
uninorm/$(am__dirstamp):
@$(MKDIR_P) uninorm
@: > uninorm/$(am__dirstamp)
uninorm/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) uninorm/$(DEPDIR)
@: > uninorm/$(DEPDIR)/$(am__dirstamp)
uninorm/canonical-decomposition.lo: uninorm/$(am__dirstamp) \
uninorm/$(DEPDIR)/$(am__dirstamp)
uninorm/composition.lo: uninorm/$(am__dirstamp) \
uninorm/$(DEPDIR)/$(am__dirstamp)
uninorm/decompose-internal.lo: uninorm/$(am__dirstamp) \
uninorm/$(DEPDIR)/$(am__dirstamp)
uninorm/decomposition-table.lo: uninorm/$(am__dirstamp) \
uninorm/$(DEPDIR)/$(am__dirstamp)
uninorm/nfc.lo: uninorm/$(am__dirstamp) \
uninorm/$(DEPDIR)/$(am__dirstamp)
uninorm/nfd.lo: uninorm/$(am__dirstamp) \
uninorm/$(DEPDIR)/$(am__dirstamp)
uninorm/u32-normalize.lo: uninorm/$(am__dirstamp) \
uninorm/$(DEPDIR)/$(am__dirstamp)
unistr/$(am__dirstamp):
@$(MKDIR_P) unistr
@: > unistr/$(am__dirstamp)
unistr/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) unistr/$(DEPDIR)
@: > unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u32-cpy.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u32-cpy-alloc.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u32-mbtouc-unsafe.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u32-strlen.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u32-to-u8.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u32-uctomb.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-check.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-mblen.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-mbtouc.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-mbtouc-aux.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-mbtouc-unsafe.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-mbtouc-unsafe-aux.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-mbtoucr.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-prev.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-strlen.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-to-u32.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-uctomb.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
unistr/u8-uctomb-aux.lo: unistr/$(am__dirstamp) \
unistr/$(DEPDIR)/$(am__dirstamp)
libunistring.la: $(libunistring_la_OBJECTS) $(libunistring_la_DEPENDENCIES) $(EXTRA_libunistring_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunistring_la_LINK) $(libunistring_la_OBJECTS) $(libunistring_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
-rm -f uniconv/*.$(OBJEXT)
-rm -f uniconv/*.lo
-rm -f unictype/*.$(OBJEXT)
-rm -f unictype/*.lo
-rm -f uninorm/*.$(OBJEXT)
-rm -f uninorm/*.lo
-rm -f unistr/*.$(OBJEXT)
-rm -f unistr/*.lo
distclean-compile:
-rm -f *.tab.c
#include ./$(DEPDIR)/c-ctype.Plo # am--include-marker
#include ./$(DEPDIR)/c-strcasecmp.Plo # am--include-marker
#include ./$(DEPDIR)/c-strncasecmp.Plo # am--include-marker
#include ./$(DEPDIR)/iconv.Plo # am--include-marker
#include ./$(DEPDIR)/iconv_close.Plo # am--include-marker
#include ./$(DEPDIR)/iconv_open.Plo # am--include-marker
#include ./$(DEPDIR)/localcharset.Plo # am--include-marker
#include ./$(DEPDIR)/malloca.Plo # am--include-marker
#include ./$(DEPDIR)/striconveh.Plo # am--include-marker
#include ./$(DEPDIR)/striconveha.Plo # am--include-marker
#include uniconv/$(DEPDIR)/u8-conv-from-enc.Plo # am--include-marker
#include uniconv/$(DEPDIR)/u8-strconv-from-enc.Plo # am--include-marker
#include uniconv/$(DEPDIR)/u8-strconv-from-locale.Plo # am--include-marker
#include uniconv/$(DEPDIR)/u8-strconv-to-enc.Plo # am--include-marker
#include uniconv/$(DEPDIR)/u8-strconv-to-locale.Plo # am--include-marker
#include unictype/$(DEPDIR)/bidi_of.Plo # am--include-marker
#include unictype/$(DEPDIR)/categ_M.Plo # am--include-marker
#include unictype/$(DEPDIR)/categ_none.Plo # am--include-marker
#include unictype/$(DEPDIR)/categ_of.Plo # am--include-marker
#include unictype/$(DEPDIR)/categ_test.Plo # am--include-marker
#include unictype/$(DEPDIR)/combiningclass.Plo # am--include-marker
#include unictype/$(DEPDIR)/joiningtype_of.Plo # am--include-marker
#include unictype/$(DEPDIR)/scripts.Plo # am--include-marker
#include uninorm/$(DEPDIR)/canonical-decomposition.Plo # am--include-marker
#include uninorm/$(DEPDIR)/composition.Plo # am--include-marker
#include uninorm/$(DEPDIR)/decompose-internal.Plo # am--include-marker
#include uninorm/$(DEPDIR)/decomposition-table.Plo # am--include-marker
#include uninorm/$(DEPDIR)/nfc.Plo # am--include-marker
#include uninorm/$(DEPDIR)/nfd.Plo # am--include-marker
#include uninorm/$(DEPDIR)/u32-normalize.Plo # am--include-marker
#include unistr/$(DEPDIR)/u32-cpy-alloc.Plo # am--include-marker
#include unistr/$(DEPDIR)/u32-cpy.Plo # am--include-marker
#include unistr/$(DEPDIR)/u32-mbtouc-unsafe.Plo # am--include-marker
#include unistr/$(DEPDIR)/u32-strlen.Plo # am--include-marker
#include unistr/$(DEPDIR)/u32-to-u8.Plo # am--include-marker
#include unistr/$(DEPDIR)/u32-uctomb.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-check.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-mblen.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-mbtouc-aux.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-mbtouc-unsafe-aux.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-mbtouc-unsafe.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-mbtouc.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-mbtoucr.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-prev.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-strlen.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-to-u32.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-uctomb-aux.Plo # am--include-marker
#include unistr/$(DEPDIR)/u8-uctomb.Plo # am--include-marker
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
am--depfiles: $(am__depfiles_remade)
.c.o:
# $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
# $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
# $(am__mv) $$depbase.Tpo $$depbase.Po
# $(AM_V_CC)source='$<' object='$@' libtool=no
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
$(AM_V_CC)$(COMPILE) -c -o $@ $<
.c.obj:
# $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
# $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
# $(am__mv) $$depbase.Tpo $$depbase.Po
# $(AM_V_CC)source='$<' object='$@' libtool=no
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.c.lo:
# $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
# $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
# $(am__mv) $$depbase.Tpo $$depbase.Plo
# $(AM_V_CC)source='$<' object='$@' libtool=yes
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp)
$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
-rm -rf uniconv/.libs uniconv/_libs
-rm -rf unictype/.libs unictype/_libs
-rm -rf uninorm/.libs uninorm/_libs
-rm -rf unistr/.libs unistr/_libs
# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
# To change the values of 'make' variables: instead of editing Makefiles,
# (1) if the variable is set in 'config.status', edit 'config.status'
# (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the 'make' command line.
$(am__recursive_targets):
@fail=; \
if $(am__make_keepgoing); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo $@ | sed s/-recursive//`; \
case "$@" in \
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
*) list='$(SUBDIRS)' ;; \
esac; \
for subdir in $$list; do \
echo "Making $$target in $$subdir"; \
if test "$$subdir" = "."; then \
dot_seen=yes; \
local_target="$$target-am"; \
else \
local_target="$$target"; \
fi; \
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|| eval $$failcom; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
fi; test -z "$$fail"
ID: $(am__tagged_files)
$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-recursive
TAGS: tags
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
set x; \
here=`pwd`; \
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
include_option=--etags-include; \
empty_fix=.; \
else \
include_option=--include; \
empty_fix=; \
fi; \
list='$(SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
test ! -f $$subdir/TAGS || \
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
fi; \
done; \
$(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-recursive
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-recursive
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
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
$(am__make_dryrun) \
|| test -d "$(distdir)/$$subdir" \
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|| exit 1; \
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
$(am__relativize); \
new_distdir=$$reldir; \
dir1=$$subdir; dir2="$(top_distdir)"; \
$(am__relativize); \
new_top_distdir=$$reldir; \
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
($(am__cd) $$subdir && \
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$$new_top_distdir" \
distdir="$$new_distdir" \
am__remove_distdir=: \
am__skip_length_check=: \
am__skip_mode_fix=: \
distdir) \
|| exit 1; \
fi; \
done
check-am: all-am
check: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) check-recursive
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS)
installdirs: installdirs-recursive
installdirs-am:
install: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-recursive
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 uniconv/$(DEPDIR)/$(am__dirstamp)
-rm -f uniconv/$(am__dirstamp)
-rm -f unictype/$(DEPDIR)/$(am__dirstamp)
-rm -f unictype/$(am__dirstamp)
-rm -f uninorm/$(DEPDIR)/$(am__dirstamp)
-rm -f uninorm/$(am__dirstamp)
-rm -f unistr/$(DEPDIR)/$(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-recursive
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
clean-noinstLTLIBRARIES mostlyclean-am
distclean: distclean-recursive
-rm -f ./$(DEPDIR)/c-ctype.Plo
-rm -f ./$(DEPDIR)/c-strcasecmp.Plo
-rm -f ./$(DEPDIR)/c-strncasecmp.Plo
-rm -f ./$(DEPDIR)/iconv.Plo
-rm -f ./$(DEPDIR)/iconv_close.Plo
-rm -f ./$(DEPDIR)/iconv_open.Plo
-rm -f ./$(DEPDIR)/localcharset.Plo
-rm -f ./$(DEPDIR)/malloca.Plo
-rm -f ./$(DEPDIR)/striconveh.Plo
-rm -f ./$(DEPDIR)/striconveha.Plo
-rm -f uniconv/$(DEPDIR)/u8-conv-from-enc.Plo
-rm -f uniconv/$(DEPDIR)/u8-strconv-from-enc.Plo
-rm -f uniconv/$(DEPDIR)/u8-strconv-from-locale.Plo
-rm -f uniconv/$(DEPDIR)/u8-strconv-to-enc.Plo
-rm -f uniconv/$(DEPDIR)/u8-strconv-to-locale.Plo
-rm -f unictype/$(DEPDIR)/bidi_of.Plo
-rm -f unictype/$(DEPDIR)/categ_M.Plo
-rm -f unictype/$(DEPDIR)/categ_none.Plo
-rm -f unictype/$(DEPDIR)/categ_of.Plo
-rm -f unictype/$(DEPDIR)/categ_test.Plo
-rm -f unictype/$(DEPDIR)/combiningclass.Plo
-rm -f unictype/$(DEPDIR)/joiningtype_of.Plo
-rm -f unictype/$(DEPDIR)/scripts.Plo
-rm -f uninorm/$(DEPDIR)/canonical-decomposition.Plo
-rm -f uninorm/$(DEPDIR)/composition.Plo
-rm -f uninorm/$(DEPDIR)/decompose-internal.Plo
-rm -f uninorm/$(DEPDIR)/decomposition-table.Plo
-rm -f uninorm/$(DEPDIR)/nfc.Plo
-rm -f uninorm/$(DEPDIR)/nfd.Plo
-rm -f uninorm/$(DEPDIR)/u32-normalize.Plo
-rm -f unistr/$(DEPDIR)/u32-cpy-alloc.Plo
-rm -f unistr/$(DEPDIR)/u32-cpy.Plo
-rm -f unistr/$(DEPDIR)/u32-mbtouc-unsafe.Plo
-rm -f unistr/$(DEPDIR)/u32-strlen.Plo
-rm -f unistr/$(DEPDIR)/u32-to-u8.Plo
-rm -f unistr/$(DEPDIR)/u32-uctomb.Plo
-rm -f unistr/$(DEPDIR)/u8-check.Plo
-rm -f unistr/$(DEPDIR)/u8-mblen.Plo
-rm -f unistr/$(DEPDIR)/u8-mbtouc-aux.Plo
-rm -f unistr/$(DEPDIR)/u8-mbtouc-unsafe-aux.Plo
-rm -f unistr/$(DEPDIR)/u8-mbtouc-unsafe.Plo
-rm -f unistr/$(DEPDIR)/u8-mbtouc.Plo
-rm -f unistr/$(DEPDIR)/u8-mbtoucr.Plo
-rm -f unistr/$(DEPDIR)/u8-prev.Plo
-rm -f unistr/$(DEPDIR)/u8-strlen.Plo
-rm -f unistr/$(DEPDIR)/u8-to-u32.Plo
-rm -f unistr/$(DEPDIR)/u8-uctomb-aux.Plo
-rm -f unistr/$(DEPDIR)/u8-uctomb.Plo
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags
dvi: dvi-recursive
dvi-am:
html: html-recursive
html-am:
info: info-recursive
info-am:
install-data-am:
install-dvi: install-dvi-recursive
install-dvi-am:
install-exec-am:
install-html: install-html-recursive
install-html-am:
install-info: install-info-recursive
install-info-am:
install-man:
install-pdf: install-pdf-recursive
install-pdf-am:
install-ps: install-ps-recursive
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-recursive
-rm -f ./$(DEPDIR)/c-ctype.Plo
-rm -f ./$(DEPDIR)/c-strcasecmp.Plo
-rm -f ./$(DEPDIR)/c-strncasecmp.Plo
-rm -f ./$(DEPDIR)/iconv.Plo
-rm -f ./$(DEPDIR)/iconv_close.Plo
-rm -f ./$(DEPDIR)/iconv_open.Plo
-rm -f ./$(DEPDIR)/localcharset.Plo
-rm -f ./$(DEPDIR)/malloca.Plo
-rm -f ./$(DEPDIR)/striconveh.Plo
-rm -f ./$(DEPDIR)/striconveha.Plo
-rm -f uniconv/$(DEPDIR)/u8-conv-from-enc.Plo
-rm -f uniconv/$(DEPDIR)/u8-strconv-from-enc.Plo
-rm -f uniconv/$(DEPDIR)/u8-strconv-from-locale.Plo
-rm -f uniconv/$(DEPDIR)/u8-strconv-to-enc.Plo
-rm -f uniconv/$(DEPDIR)/u8-strconv-to-locale.Plo
-rm -f unictype/$(DEPDIR)/bidi_of.Plo
-rm -f unictype/$(DEPDIR)/categ_M.Plo
-rm -f unictype/$(DEPDIR)/categ_none.Plo
-rm -f unictype/$(DEPDIR)/categ_of.Plo
-rm -f unictype/$(DEPDIR)/categ_test.Plo
-rm -f unictype/$(DEPDIR)/combiningclass.Plo
-rm -f unictype/$(DEPDIR)/joiningtype_of.Plo
-rm -f unictype/$(DEPDIR)/scripts.Plo
-rm -f uninorm/$(DEPDIR)/canonical-decomposition.Plo
-rm -f uninorm/$(DEPDIR)/composition.Plo
-rm -f uninorm/$(DEPDIR)/decompose-internal.Plo
-rm -f uninorm/$(DEPDIR)/decomposition-table.Plo
-rm -f uninorm/$(DEPDIR)/nfc.Plo
-rm -f uninorm/$(DEPDIR)/nfd.Plo
-rm -f uninorm/$(DEPDIR)/u32-normalize.Plo
-rm -f unistr/$(DEPDIR)/u32-cpy-alloc.Plo
-rm -f unistr/$(DEPDIR)/u32-cpy.Plo
-rm -f unistr/$(DEPDIR)/u32-mbtouc-unsafe.Plo
-rm -f unistr/$(DEPDIR)/u32-strlen.Plo
-rm -f unistr/$(DEPDIR)/u32-to-u8.Plo
-rm -f unistr/$(DEPDIR)/u32-uctomb.Plo
-rm -f unistr/$(DEPDIR)/u8-check.Plo
-rm -f unistr/$(DEPDIR)/u8-mblen.Plo
-rm -f unistr/$(DEPDIR)/u8-mbtouc-aux.Plo
-rm -f unistr/$(DEPDIR)/u8-mbtouc-unsafe-aux.Plo
-rm -f unistr/$(DEPDIR)/u8-mbtouc-unsafe.Plo
-rm -f unistr/$(DEPDIR)/u8-mbtouc.Plo
-rm -f unistr/$(DEPDIR)/u8-mbtoucr.Plo
-rm -f unistr/$(DEPDIR)/u8-prev.Plo
-rm -f unistr/$(DEPDIR)/u8-strlen.Plo
-rm -f unistr/$(DEPDIR)/u8-to-u32.Plo
-rm -f unistr/$(DEPDIR)/u8-uctomb-aux.Plo
-rm -f unistr/$(DEPDIR)/u8-uctomb.Plo
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-recursive
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool mostlyclean-local
pdf: pdf-recursive
pdf-am:
ps: ps-recursive
ps-am:
uninstall-am:
.MAKE: $(am__recursive_targets) all check install install-am \
install-strip
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
am--depfiles check check-am clean clean-generic clean-libtool \
clean-noinstLIBRARIES clean-noinstLTLIBRARIES cscopelist-am \
ctags ctags-am distclean distclean-compile distclean-generic \
distclean-libtool 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-man install-pdf install-pdf-am \
install-ps install-ps-am install-strip installcheck \
installcheck-am installdirs installdirs-am maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool mostlyclean-local pdf \
pdf-am ps ps-am tags tags-am uninstall uninstall-am
.PRECIOUS: Makefile
# We need the following in order to create when the system
# doesn't have one that works with the given compiler.
alloca.h: alloca.in.h $(top_builddir)/config.status
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' < $(srcdir)/alloca.in.h; \
} > $@-t && \
mv -f $@-t $@
#alloca.h: $(top_builddir)/config.status
# rm -f $@
# We need the following in order to create when the system
# doesn't have one that works with the given compiler.
iconv.h: iconv.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_ICONV_H''@|$(NEXT_ICONV_H)|g' \
-e 's/@''GNULIB_ICONV''@/$(GNULIB_ICONV)/g' \
-e 's|@''ICONV_CONST''@|$(ICONV_CONST)|g' \
-e 's|@''REPLACE_ICONV''@|$(REPLACE_ICONV)|g' \
-e 's|@''REPLACE_ICONV_OPEN''@|$(REPLACE_ICONV_OPEN)|g' \
-e 's|@''REPLACE_ICONV_UTF''@|$(REPLACE_ICONV_UTF)|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)/iconv.in.h; \
} > $@-t && \
mv $@-t $@
#iconv.h: $(top_builddir)/config.status
# rm -f $@
$(srcdir)/iconv_open-aix.h: $(srcdir)/iconv_open-aix.gperf
$(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-aix.gperf > $(srcdir)/iconv_open-aix.h-t && \
mv $(srcdir)/iconv_open-aix.h-t $(srcdir)/iconv_open-aix.h
$(srcdir)/iconv_open-hpux.h: $(srcdir)/iconv_open-hpux.gperf
$(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-hpux.gperf > $(srcdir)/iconv_open-hpux.h-t && \
mv $(srcdir)/iconv_open-hpux.h-t $(srcdir)/iconv_open-hpux.h
$(srcdir)/iconv_open-irix.h: $(srcdir)/iconv_open-irix.gperf
$(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-irix.gperf > $(srcdir)/iconv_open-irix.h-t && \
mv $(srcdir)/iconv_open-irix.h-t $(srcdir)/iconv_open-irix.h
$(srcdir)/iconv_open-osf.h: $(srcdir)/iconv_open-osf.gperf
$(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-osf.gperf > $(srcdir)/iconv_open-osf.h-t && \
mv $(srcdir)/iconv_open-osf.h-t $(srcdir)/iconv_open-osf.h
$(srcdir)/iconv_open-solaris.h: $(srcdir)/iconv_open-solaris.gperf
$(V_GPERF)$(GPERF) -m 10 $(srcdir)/iconv_open-solaris.gperf > $(srcdir)/iconv_open-solaris.h-t && \
mv $(srcdir)/iconv_open-solaris.h-t $(srcdir)/iconv_open-solaris.h
# We need the following in order to create when the system
# doesn't have one that is compatible with GNU.
limits.h: limits.in.h $(top_builddir)/config.status
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_LIMITS_H''@|$(NEXT_LIMITS_H)|g' \
< $(srcdir)/limits.in.h; \
} > $@-t && \
mv $@-t $@
#limits.h: $(top_builddir)/config.status
# rm -f $@
# We need the following in order to create when the system
# doesn't have one that works.
#stdbool.h: stdbool.in.h $(top_builddir)/config.status
# $(AM_V_GEN)rm -f $@-t $@ && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; \
# } > $@-t && \
# mv $@-t $@
stdbool.h: $(top_builddir)/config.status
rm -f $@
# We need the following in order to create when the system
# doesn't have one that works with the given compiler.
#stdint.h: stdint.in.h $(top_builddir)/config.status
# $(AM_V_GEN)rm -f $@-t $@ && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \
# -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
# -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''PRAGMA_COLUMNS''@||g' \
# -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \
# -e 's/@''HAVE_C99_STDINT_H''@/$(HAVE_C99_STDINT_H)/g' \
# -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \
# -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
# -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \
# -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \
# -e 's/@''HAVE_WCHAR_H''@/$(HAVE_WCHAR_H)/g' \
# -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \
# -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \
# -e 's/@''APPLE_UNIVERSAL_BUILD''@/$(APPLE_UNIVERSAL_BUILD)/g' \
# -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \
# -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \
# -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \
# -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \
# -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \
# -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \
# -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \
# -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \
# -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \
# -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \
# -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
# -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
# -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
# -e 's/@''GNULIB_OVERRIDES_WINT_T''@/$(GNULIB_OVERRIDES_WINT_T)/g' \
# < $(srcdir)/stdint.in.h; \
# } > $@-t && \
# mv $@-t $@
stdint.h: $(top_builddir)/config.status
rm -f $@
# We need the following in order to create 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_at)$(MKDIR_P) sys
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL_UNISTRING|g' \
-e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''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 && \
mv $@-t $@
uniconv.h: uniconv.in.h
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/uniconv.in.h; \
} > $@-t && \
mv -f $@-t $@
unictype.h: unictype.in.h
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/unictype.in.h; \
} > $@-t && \
mv -f $@-t $@
$(srcdir)/unictype/scripts_byname.h: $(srcdir)/unictype/scripts_byname.gperf
$(V_GPERF)$(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t && \
mv $(srcdir)/unictype/scripts_byname.h-t $(srcdir)/unictype/scripts_byname.h
uninorm.h: uninorm.in.h
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/uninorm.in.h; \
} > $@-t && \
mv -f $@-t $@
$(srcdir)/uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf
$(V_GPERF)$(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t && \
mv $(srcdir)/uninorm/composition-table.h-t $(srcdir)/uninorm/composition-table.h
unistr.h: unistr.in.h
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/unistr.in.h; \
} > $@-t && \
mv -f $@-t $@
unitypes.h: unitypes.in.h
$(AM_V_GEN)rm -f $@-t $@ && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat $(srcdir)/unitypes.in.h; \
} > $@-t && \
mv -f $@-t $@
mostlyclean-local: mostlyclean-generic
@for dir in '' $(MOSTLYCLEANDIRS); do \
if test -n "$$dir" && test -d $$dir; then \
echo "rmdir $$dir"; rmdir $$dir; \
fi; \
done; \
:
# 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: