# Makefile.in generated by automake 1.16i from Makefile.am. # Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2022 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) 1990-2022 Free Software Foundation, Inc. # This program 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 program 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 program. If not, see . # Copyright 1997-2022 Free Software Foundation, Inc. # # This program 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, or (at your option) # any later version. # # This program 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 program. If not, see . # # Copyright (C) 2002-2022 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=gl \ # --lib=libsed \ # --source-base=lib \ # --m4-base=m4 \ # --doc-base=doc \ # --tests-base=gnulib-tests \ # --aux-dir=build-aux \ # --with-tests \ # --makefile-name=gnulib.mk \ # --automake-subdir \ # --no-conditional-dependencies \ # --no-libtool \ # --macro-prefix=gl \ # --avoid=lock-tests \ # acl \ # alloca \ # binary-io \ # btowc \ # c-ctype \ # closeout \ # dfa \ # eloop-threshold \ # extensions \ # fwriting \ # getdelim \ # gettext-h \ # git-version-gen \ # gitlog-to-changelog \ # idx \ # ignore-value \ # localcharset \ # manywarnings \ # mbrlen \ # mbrtowc \ # mbsinit \ # memchr \ # memrchr \ # minmax \ # mkostemp \ # obstack \ # perl \ # progname \ # readlink \ # readme-release \ # regex \ # rename \ # selinux-h \ # ssize_t \ # stat-macros \ # stdalign \ # stdbool \ # strerror \ # strverscmp \ # unlocked-io \ # update-copyright \ # verify \ # version-etc-fsf \ # wcrtomb \ # wctob \ # xalloc # Copyright (C) 2016-2022 Free Software Foundation, Inc. # This program 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 program 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 program. If not, see . # Copyright (C) 2016-2022 Free Software Foundation, Inc. # This program 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 program 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 program. If not, see . # Copyright (C) 2016-2022 Free Software Foundation, Inc. # This program 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 program 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 program. If not, see . 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)) am__rm_f = rm -f $(am__rm_f_notfound) am__rm_rf = rm -rf $(am__rm_f_notfound) pkgdatadir = $(datadir)/sed pkgincludedir = $(includedir)/sed pkglibdir = $(libdir)/sed pkglibexecdir = $(libexecdir)/sed 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 = x86_64-pc-linux-gnu bin_PROGRAMS = sed/sed$(EXEEXT) #am__append_1 = lib/btowc.c #am__append_2 = lib/canonicalize-lgpl.c #am__append_3 = lib/close.c #am__append_4 = lib/dup2.c #am__append_5 = lib/error.c am__append_6 = lib/fcntl.c #am__append_7 = lib/fpending.c am__append_8 = lib/free.c #am__append_9 = lib/fstat.c #am__append_10 = lib/fwriting.c #am__append_11 = lib/getdelim.c #am__append_12 = lib/getdtablesize.c #am__append_13 = lib/getrandom.c #am__append_14 = lib/localeconv.c #am__append_15 = lib/lstat.c am__append_16 = lib/mbrlen.c am__append_17 = lib/mbrtowc.c #am__append_18 = lib/mbsinit.c #am__append_19 = lib/mbtowc.c #am__append_20 = lib/memchr.c #am__append_21 = lib/mempcpy.c #am__append_22 = lib/memrchr.c #am__append_23 = lib/mkdir.c #am__append_24 = lib/mkostemp.c #am__append_25 = lib/msvc-inval.c #am__append_26 = lib/msvc-nothrow.c #am__append_27 = lib/nl_langinfo.c #am__append_28 = lib/nl_langinfo-lock.c am__append_29 = lib/obstack.c #am__append_30 = lib/open.c #am__append_31 = lib/rawmemchr.c #am__append_32 = lib/readlink.c #am__append_33 = lib/reallocarray.c am__append_34 = lib/regex.c #am__append_35 = lib/rename.c #am__append_36 = lib/rmdir.c #am__append_37 = lib/getfilecon.c #am__append_38 = lib/setlocale-lock.c #am__append_39 = lib/stat.c #am__append_40 = lib/stdio-read.c #am__append_41 = lib/stdio-write.c #am__append_42 = lib/strerror.c #am__append_43 = lib/strerror-override.c #am__append_44 = lib/strverscmp.c #am__append_45 = lib/wcrtomb.c #am__append_46 = lib/wctob.c #am__append_47 = lib/wctomb.c #am__append_48 = lib/windows-mutex.c #am__append_49 = lib/windows-once.c #am__append_50 = lib/windows-recmutex.c #am__append_51 = lib/windows-rwlock.c am__append_52 = testsuite/follow-symlinks.sh \ testsuite/follow-symlinks-stdin.sh TESTS = $(am__EXEEXT_1) $(T) check_PROGRAMS = testsuite/get-mb-cur-max$(EXEEXT) \ testsuite/test-mbrtowc$(EXEEXT) subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ $(top_srcdir)/m4/__inline.m4 \ $(top_srcdir)/m4/absolute-header.m4 $(top_srcdir)/m4/acl.m4 \ $(top_srcdir)/m4/alloca.m4 $(top_srcdir)/m4/arpa_inet_h.m4 \ $(top_srcdir)/m4/assert.m4 $(top_srcdir)/m4/assert_h.m4 \ $(top_srcdir)/m4/btowc.m4 $(top_srcdir)/m4/builtin-expect.m4 \ $(top_srcdir)/m4/c-bool.m4 $(top_srcdir)/m4/calloc.m4 \ $(top_srcdir)/m4/canonicalize.m4 \ $(top_srcdir)/m4/clock_time.m4 $(top_srcdir)/m4/close.m4 \ $(top_srcdir)/m4/closedir.m4 $(top_srcdir)/m4/codeset.m4 \ $(top_srcdir)/m4/ctype_h.m4 $(top_srcdir)/m4/dirent_h.m4 \ $(top_srcdir)/m4/dirfd.m4 \ $(top_srcdir)/m4/double-slash-root.m4 $(top_srcdir)/m4/dup2.m4 \ $(top_srcdir)/m4/eealloc.m4 $(top_srcdir)/m4/environ.m4 \ $(top_srcdir)/m4/errno_h.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/explicit_bzero.m4 \ $(top_srcdir)/m4/extensions.m4 \ $(top_srcdir)/m4/extern-inline.m4 $(top_srcdir)/m4/fcntl-o.m4 \ $(top_srcdir)/m4/fcntl.m4 $(top_srcdir)/m4/fcntl_h.m4 \ $(top_srcdir)/m4/fdopen.m4 $(top_srcdir)/m4/fflush.m4 \ $(top_srcdir)/m4/flexmember.m4 $(top_srcdir)/m4/fopen.m4 \ $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/fpurge.m4 \ $(top_srcdir)/m4/freading.m4 $(top_srcdir)/m4/free.m4 \ $(top_srcdir)/m4/fseek.m4 $(top_srcdir)/m4/fseeko.m4 \ $(top_srcdir)/m4/fstat.m4 $(top_srcdir)/m4/ftell.m4 \ $(top_srcdir)/m4/ftello.m4 $(top_srcdir)/m4/ftruncate.m4 \ $(top_srcdir)/m4/fwriting.m4 $(top_srcdir)/m4/getcwd.m4 \ $(top_srcdir)/m4/getdelim.m4 $(top_srcdir)/m4/getdtablesize.m4 \ $(top_srcdir)/m4/getpagesize.m4 \ $(top_srcdir)/m4/getprogname.m4 $(top_srcdir)/m4/getrandom.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gettimeofday.m4 \ $(top_srcdir)/m4/gnulib-common.m4 \ $(top_srcdir)/m4/gnulib-comp.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/include_next.m4 $(top_srcdir)/m4/inet_pton.m4 \ $(top_srcdir)/m4/intl-thread-locale.m4 \ $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/inttypes.m4 \ $(top_srcdir)/m4/ioctl.m4 $(top_srcdir)/m4/isblank.m4 \ $(top_srcdir)/m4/langinfo_h.m4 $(top_srcdir)/m4/largefile.m4 \ $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/limits-h.m4 $(top_srcdir)/m4/link.m4 \ $(top_srcdir)/m4/localcharset.m4 $(top_srcdir)/m4/locale-fr.m4 \ $(top_srcdir)/m4/locale-ja.m4 $(top_srcdir)/m4/locale-tr.m4 \ $(top_srcdir)/m4/locale-zh.m4 $(top_srcdir)/m4/locale_h.m4 \ $(top_srcdir)/m4/localeconv.m4 $(top_srcdir)/m4/localename.m4 \ $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/lseek.m4 \ $(top_srcdir)/m4/lstat.m4 $(top_srcdir)/m4/malloc.m4 \ $(top_srcdir)/m4/malloca.m4 $(top_srcdir)/m4/manywarnings.m4 \ $(top_srcdir)/m4/mbrlen.m4 $(top_srcdir)/m4/mbrtowc.m4 \ $(top_srcdir)/m4/mbsinit.m4 $(top_srcdir)/m4/mbstate_t.m4 \ $(top_srcdir)/m4/mbtowc.m4 $(top_srcdir)/m4/memchr.m4 \ $(top_srcdir)/m4/mempcpy.m4 $(top_srcdir)/m4/memrchr.m4 \ $(top_srcdir)/m4/minmax.m4 $(top_srcdir)/m4/mkdir.m4 \ $(top_srcdir)/m4/mkostemp.m4 $(top_srcdir)/m4/mmap-anon.m4 \ $(top_srcdir)/m4/mode_t.m4 $(top_srcdir)/m4/msvc-inval.m4 \ $(top_srcdir)/m4/msvc-nothrow.m4 $(top_srcdir)/m4/multiarch.m4 \ $(top_srcdir)/m4/musl.m4 $(top_srcdir)/m4/nanosleep.m4 \ $(top_srcdir)/m4/netinet_in_h.m4 \ $(top_srcdir)/m4/nl_langinfo.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/nocrash.m4 $(top_srcdir)/m4/obstack.m4 \ $(top_srcdir)/m4/off_t.m4 $(top_srcdir)/m4/open-cloexec.m4 \ $(top_srcdir)/m4/open-slash.m4 $(top_srcdir)/m4/open.m4 \ $(top_srcdir)/m4/opendir.m4 $(top_srcdir)/m4/pathmax.m4 \ $(top_srcdir)/m4/perl.m4 $(top_srcdir)/m4/perror.m4 \ $(top_srcdir)/m4/pipe.m4 $(top_srcdir)/m4/po.m4 \ $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/pselect.m4 \ $(top_srcdir)/m4/pthread-thread.m4 \ $(top_srcdir)/m4/pthread_h.m4 \ $(top_srcdir)/m4/pthread_rwlock_rdlock.m4 \ $(top_srcdir)/m4/pthread_sigmask.m4 $(top_srcdir)/m4/putenv.m4 \ $(top_srcdir)/m4/quote.m4 $(top_srcdir)/m4/quotearg.m4 \ $(top_srcdir)/m4/raise.m4 $(top_srcdir)/m4/rawmemchr.m4 \ $(top_srcdir)/m4/read-file.m4 $(top_srcdir)/m4/readdir.m4 \ $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/realloc.m4 \ $(top_srcdir)/m4/reallocarray.m4 $(top_srcdir)/m4/regex.m4 \ $(top_srcdir)/m4/rename.m4 $(top_srcdir)/m4/rmdir.m4 \ $(top_srcdir)/m4/sched_h.m4 $(top_srcdir)/m4/select.m4 \ $(top_srcdir)/m4/selinux-context-h.m4 \ $(top_srcdir)/m4/selinux-label-h.m4 \ $(top_srcdir)/m4/selinux-selinux-h.m4 \ $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/setlocale.m4 \ $(top_srcdir)/m4/setlocale_null.m4 \ $(top_srcdir)/m4/signal_h.m4 \ $(top_srcdir)/m4/signalblocking.m4 $(top_srcdir)/m4/sleep.m4 \ $(top_srcdir)/m4/socketlib.m4 $(top_srcdir)/m4/sockets.m4 \ $(top_srcdir)/m4/socklen.m4 $(top_srcdir)/m4/sockpfaf.m4 \ $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/stat-time.m4 \ $(top_srcdir)/m4/stat.m4 $(top_srcdir)/m4/stdalign.m4 \ $(top_srcdir)/m4/stdarg.m4 $(top_srcdir)/m4/stddef_h.m4 \ $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/m4/stdio_h.m4 \ $(top_srcdir)/m4/stdlib_h.m4 $(top_srcdir)/m4/strdup.m4 \ $(top_srcdir)/m4/strerror.m4 $(top_srcdir)/m4/strerror_r.m4 \ $(top_srcdir)/m4/string_h.m4 $(top_srcdir)/m4/strverscmp.m4 \ $(top_srcdir)/m4/symlink.m4 $(top_srcdir)/m4/sys_ioctl_h.m4 \ $(top_srcdir)/m4/sys_random_h.m4 \ $(top_srcdir)/m4/sys_select_h.m4 \ $(top_srcdir)/m4/sys_socket_h.m4 \ $(top_srcdir)/m4/sys_stat_h.m4 $(top_srcdir)/m4/sys_time_h.m4 \ $(top_srcdir)/m4/sys_types_h.m4 $(top_srcdir)/m4/sys_uio_h.m4 \ $(top_srcdir)/m4/tempname.m4 $(top_srcdir)/m4/thread.m4 \ $(top_srcdir)/m4/threadlib.m4 $(top_srcdir)/m4/time_h.m4 \ $(top_srcdir)/m4/ungetc.m4 $(top_srcdir)/m4/unistd_h.m4 \ $(top_srcdir)/m4/unlocked-io.m4 \ $(top_srcdir)/m4/version-etc.m4 $(top_srcdir)/m4/visibility.m4 \ $(top_srcdir)/m4/warn-on-use.m4 $(top_srcdir)/m4/warnings.m4 \ $(top_srcdir)/m4/wchar_h.m4 $(top_srcdir)/m4/wchar_t.m4 \ $(top_srcdir)/m4/wcrtomb.m4 $(top_srcdir)/m4/wctob.m4 \ $(top_srcdir)/m4/wctomb.m4 $(top_srcdir)/m4/wctype_h.m4 \ $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xalloc.m4 \ $(top_srcdir)/m4/year2038.m4 $(top_srcdir)/m4/zzgnulib.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(srcdir)/doc/version.texi \ $(srcdir)/doc/stamp-vti $(dist_noinst_DATA) $(noinst_HEADERS) \ $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" \ "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) LIBRARIES = $(noinst_LIBRARIES) AM_V_AR = $(am__v_AR_$(V)) am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY)) am__v_AR_0 = @echo " AR " $@; am__v_AR_1 = lib_libsed_a_AR = $(AR) $(ARFLAGS) lib_libsed_a_RANLIB = $(RANLIB) am__DEPENDENCIES_1 = LIBOBJDIR = lib/ am__dirstamp = $(am__leading_dot)dirstamp am__lib_libsed_a_SOURCES_DIST = lib/copy-acl.c lib/set-acl.c \ lib/acl-errno-valid.c lib/acl-internal.c lib/get-permissions.c \ lib/set-permissions.c lib/basename-lgpl.c lib/binary-io.h \ lib/binary-io.c lib/btowc.c lib/c-ctype.h lib/c-ctype.c \ lib/c-strcase.h lib/c-strcasecmp.c lib/c-strncasecmp.c \ lib/canonicalize-lgpl.c lib/cloexec.c lib/close.c \ lib/close-stream.c lib/closeout.c lib/dfa.c lib/localeinfo.c \ lib/dirname-lgpl.c lib/stripslash.c lib/dup2.c lib/error.c \ lib/exitfail.c lib/fcntl.c lib/fd-hook.c lib/fpending.c \ lib/free.c lib/fstat.c lib/fwriting.c lib/getdelim.c \ lib/getdtablesize.c lib/getprogname.h lib/getprogname.c \ lib/getrandom.c lib/gettext.h lib/malloc/dynarray_at_failure.c \ lib/malloc/dynarray_emplace_enlarge.c \ lib/malloc/dynarray_finalize.c lib/malloc/dynarray_resize.c \ lib/malloc/dynarray_resize_clear.c \ lib/malloc/scratch_buffer_grow.c \ lib/malloc/scratch_buffer_grow_preserve.c \ lib/malloc/scratch_buffer_set_array_size.c lib/hard-locale.c \ lib/ialloc.c lib/idx.h lib/localcharset.c lib/localeconv.c \ lib/glthread/lock.h lib/glthread/lock.c lib/lstat.c \ lib/malloca.c lib/mbrlen.c lib/mbrtowc.c lib/mbsinit.c \ lib/mbtowc.c lib/memchr.c lib/mempcpy.c lib/memrchr.c \ lib/minmax.h lib/mkdir.c lib/mkostemp.c lib/msvc-inval.c \ lib/msvc-nothrow.c lib/nl_langinfo.c lib/nl_langinfo-lock.c \ lib/obstack.c lib/open.c lib/progname.h lib/progname.c \ lib/qcopy-acl.c lib/qset-acl.c lib/quotearg.c lib/rawmemchr.c \ lib/readlink.c lib/reallocarray.c lib/regex.c lib/rename.c \ lib/rmdir.c lib/getfilecon.c lib/se-context.in.h \ lib/se-label.in.h lib/se-selinux.in.h lib/se-context.c \ lib/se-label.c lib/se-selinux.c lib/setlocale_null.c \ lib/setlocale-lock.c lib/stat.c lib/stat-time.c \ lib/stdio-read.c lib/stdio-write.c lib/strerror.c \ lib/strerror-override.c lib/strverscmp.c lib/tempname.c \ lib/glthread/threadlib.c lib/unistd.c lib/version-etc.h \ lib/version-etc.c lib/version-etc-fsf.c lib/wcrtomb.c \ lib/wctob.c lib/wctomb.c lib/wctype-h.c lib/windows-mutex.c \ lib/windows-once.c lib/windows-recmutex.c lib/windows-rwlock.c \ lib/xmalloc.c lib/xalloc-die.c #am__objects_1 = lib/libsed_a-btowc.$(OBJEXT) #am__objects_2 = lib/libsed_a-canonicalize-lgpl.$(OBJEXT) #am__objects_3 = lib/libsed_a-close.$(OBJEXT) #am__objects_4 = lib/libsed_a-dup2.$(OBJEXT) #am__objects_5 = lib/libsed_a-error.$(OBJEXT) am__objects_6 = lib/libsed_a-fcntl.$(OBJEXT) #am__objects_7 = \ # lib/libsed_a-fpending.$(OBJEXT) am__objects_8 = lib/libsed_a-free.$(OBJEXT) #am__objects_9 = lib/libsed_a-fstat.$(OBJEXT) #am__objects_10 = \ # lib/libsed_a-fwriting.$(OBJEXT) #am__objects_11 = \ # lib/libsed_a-getdelim.$(OBJEXT) #am__objects_12 = lib/libsed_a-getdtablesize.$(OBJEXT) #am__objects_13 = \ # lib/libsed_a-getrandom.$(OBJEXT) #am__objects_14 = lib/libsed_a-localeconv.$(OBJEXT) #am__objects_15 = lib/libsed_a-lstat.$(OBJEXT) am__objects_16 = \ lib/libsed_a-mbrlen.$(OBJEXT) am__objects_17 = \ lib/libsed_a-mbrtowc.$(OBJEXT) #am__objects_18 = \ # lib/libsed_a-mbsinit.$(OBJEXT) #am__objects_19 = \ # lib/libsed_a-mbtowc.$(OBJEXT) #am__objects_20 = \ # lib/libsed_a-memchr.$(OBJEXT) #am__objects_21 = \ # lib/libsed_a-mempcpy.$(OBJEXT) #am__objects_22 = \ # lib/libsed_a-memrchr.$(OBJEXT) #am__objects_23 = lib/libsed_a-mkdir.$(OBJEXT) #am__objects_24 = \ # lib/libsed_a-mkostemp.$(OBJEXT) #am__objects_25 = lib/libsed_a-msvc-inval.$(OBJEXT) #am__objects_26 = lib/libsed_a-msvc-nothrow.$(OBJEXT) #am__objects_27 = lib/libsed_a-nl_langinfo.$(OBJEXT) #am__objects_28 = lib/libsed_a-nl_langinfo-lock.$(OBJEXT) am__objects_29 = \ lib/libsed_a-obstack.$(OBJEXT) #am__objects_30 = lib/libsed_a-open.$(OBJEXT) #am__objects_31 = \ # lib/libsed_a-rawmemchr.$(OBJEXT) #am__objects_32 = \ # lib/libsed_a-readlink.$(OBJEXT) #am__objects_33 = lib/libsed_a-reallocarray.$(OBJEXT) am__objects_34 = lib/libsed_a-regex.$(OBJEXT) #am__objects_35 = \ # lib/libsed_a-rename.$(OBJEXT) #am__objects_36 = lib/libsed_a-rmdir.$(OBJEXT) #am__objects_37 = lib/libsed_a-getfilecon.$(OBJEXT) #am__objects_38 = lib/libsed_a-setlocale-lock.$(OBJEXT) #am__objects_39 = lib/libsed_a-stat.$(OBJEXT) #am__objects_40 = lib/libsed_a-stdio-read.$(OBJEXT) #am__objects_41 = lib/libsed_a-stdio-write.$(OBJEXT) #am__objects_42 = \ # lib/libsed_a-strerror.$(OBJEXT) #am__objects_43 = lib/libsed_a-strerror-override.$(OBJEXT) #am__objects_44 = lib/libsed_a-strverscmp.$(OBJEXT) #am__objects_45 = \ # lib/libsed_a-wcrtomb.$(OBJEXT) #am__objects_46 = lib/libsed_a-wctob.$(OBJEXT) #am__objects_47 = \ # lib/libsed_a-wctomb.$(OBJEXT) #am__objects_48 = lib/libsed_a-windows-mutex.$(OBJEXT) #am__objects_49 = lib/libsed_a-windows-once.$(OBJEXT) #am__objects_50 = lib/libsed_a-windows-recmutex.$(OBJEXT) #am__objects_51 = lib/libsed_a-windows-rwlock.$(OBJEXT) am_lib_libsed_a_OBJECTS = lib/libsed_a-copy-acl.$(OBJEXT) \ lib/libsed_a-set-acl.$(OBJEXT) \ lib/libsed_a-acl-errno-valid.$(OBJEXT) \ lib/libsed_a-acl-internal.$(OBJEXT) \ lib/libsed_a-get-permissions.$(OBJEXT) \ lib/libsed_a-set-permissions.$(OBJEXT) \ lib/libsed_a-basename-lgpl.$(OBJEXT) \ lib/libsed_a-binary-io.$(OBJEXT) $(am__objects_1) \ lib/libsed_a-c-ctype.$(OBJEXT) \ lib/libsed_a-c-strcasecmp.$(OBJEXT) \ lib/libsed_a-c-strncasecmp.$(OBJEXT) $(am__objects_2) \ lib/libsed_a-cloexec.$(OBJEXT) $(am__objects_3) \ lib/libsed_a-close-stream.$(OBJEXT) \ lib/libsed_a-closeout.$(OBJEXT) lib/libsed_a-dfa.$(OBJEXT) \ lib/libsed_a-localeinfo.$(OBJEXT) \ lib/libsed_a-dirname-lgpl.$(OBJEXT) \ lib/libsed_a-stripslash.$(OBJEXT) $(am__objects_4) \ $(am__objects_5) lib/libsed_a-exitfail.$(OBJEXT) \ $(am__objects_6) lib/libsed_a-fd-hook.$(OBJEXT) \ $(am__objects_7) $(am__objects_8) $(am__objects_9) \ $(am__objects_10) $(am__objects_11) $(am__objects_12) \ lib/libsed_a-getprogname.$(OBJEXT) $(am__objects_13) \ lib/malloc/libsed_a-dynarray_at_failure.$(OBJEXT) \ lib/malloc/libsed_a-dynarray_emplace_enlarge.$(OBJEXT) \ lib/malloc/libsed_a-dynarray_finalize.$(OBJEXT) \ lib/malloc/libsed_a-dynarray_resize.$(OBJEXT) \ lib/malloc/libsed_a-dynarray_resize_clear.$(OBJEXT) \ lib/malloc/libsed_a-scratch_buffer_grow.$(OBJEXT) \ lib/malloc/libsed_a-scratch_buffer_grow_preserve.$(OBJEXT) \ lib/malloc/libsed_a-scratch_buffer_set_array_size.$(OBJEXT) \ lib/libsed_a-hard-locale.$(OBJEXT) \ lib/libsed_a-ialloc.$(OBJEXT) \ lib/libsed_a-localcharset.$(OBJEXT) $(am__objects_14) \ lib/glthread/libsed_a-lock.$(OBJEXT) $(am__objects_15) \ lib/libsed_a-malloca.$(OBJEXT) $(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) \ lib/libsed_a-progname.$(OBJEXT) \ lib/libsed_a-qcopy-acl.$(OBJEXT) \ lib/libsed_a-qset-acl.$(OBJEXT) \ lib/libsed_a-quotearg.$(OBJEXT) $(am__objects_31) \ $(am__objects_32) $(am__objects_33) $(am__objects_34) \ $(am__objects_35) $(am__objects_36) $(am__objects_37) \ lib/libsed_a-se-context.$(OBJEXT) \ lib/libsed_a-se-label.$(OBJEXT) \ lib/libsed_a-se-selinux.$(OBJEXT) \ lib/libsed_a-setlocale_null.$(OBJEXT) $(am__objects_38) \ $(am__objects_39) lib/libsed_a-stat-time.$(OBJEXT) \ $(am__objects_40) $(am__objects_41) $(am__objects_42) \ $(am__objects_43) $(am__objects_44) \ lib/libsed_a-tempname.$(OBJEXT) \ lib/glthread/libsed_a-threadlib.$(OBJEXT) \ lib/libsed_a-unistd.$(OBJEXT) \ lib/libsed_a-version-etc.$(OBJEXT) \ lib/libsed_a-version-etc-fsf.$(OBJEXT) $(am__objects_45) \ $(am__objects_46) $(am__objects_47) \ lib/libsed_a-wctype-h.$(OBJEXT) $(am__objects_48) \ $(am__objects_49) $(am__objects_50) $(am__objects_51) \ lib/libsed_a-xmalloc.$(OBJEXT) \ lib/libsed_a-xalloc-die.$(OBJEXT) lib_libsed_a_OBJECTS = $(am_lib_libsed_a_OBJECTS) sed_libver_a_AR = $(AR) $(ARFLAGS) sed_libver_a_RANLIB = $(RANLIB) sed_libver_a_LIBADD = nodist_sed_libver_a_OBJECTS = sed/version.$(OBJEXT) sed_libver_a_OBJECTS = $(nodist_sed_libver_a_OBJECTS) am_sed_sed_OBJECTS = sed/sed-compile.$(OBJEXT) sed/sed-debug.$(OBJEXT) \ sed/sed-execute.$(OBJEXT) sed/sed-mbcs.$(OBJEXT) \ sed/sed-regexp.$(OBJEXT) sed/sed-sed.$(OBJEXT) \ sed/sed-utils.$(OBJEXT) sed_sed_OBJECTS = $(am_sed_sed_OBJECTS) sed_sed_LINK = $(CCLD) $(sed_sed_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ testsuite_get_mb_cur_max_SOURCES = testsuite/get-mb-cur-max.c testsuite_get_mb_cur_max_OBJECTS = testsuite/get-mb-cur-max.$(OBJEXT) testsuite_get_mb_cur_max_DEPENDENCIES = lib/libsed.a \ $(am__DEPENDENCIES_1) testsuite_test_mbrtowc_SOURCES = testsuite/test-mbrtowc.c testsuite_test_mbrtowc_OBJECTS = testsuite/test-mbrtowc.$(OBJEXT) testsuite_test_mbrtowc_DEPENDENCIES = lib/libsed.a \ $(am__DEPENDENCIES_1) 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. depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = lib/$(DEPDIR)/alloca.Po \ lib/$(DEPDIR)/libsed_a-acl-errno-valid.Po \ lib/$(DEPDIR)/libsed_a-acl-internal.Po \ lib/$(DEPDIR)/libsed_a-acl_entries.Po \ lib/$(DEPDIR)/libsed_a-alloca.Po \ lib/$(DEPDIR)/libsed_a-basename-lgpl.Po \ lib/$(DEPDIR)/libsed_a-binary-io.Po \ lib/$(DEPDIR)/libsed_a-btowc.Po \ lib/$(DEPDIR)/libsed_a-c-ctype.Po \ lib/$(DEPDIR)/libsed_a-c-strcasecmp.Po \ lib/$(DEPDIR)/libsed_a-c-strncasecmp.Po \ lib/$(DEPDIR)/libsed_a-calloc.Po \ lib/$(DEPDIR)/libsed_a-canonicalize-lgpl.Po \ lib/$(DEPDIR)/libsed_a-cloexec.Po \ lib/$(DEPDIR)/libsed_a-close-stream.Po \ lib/$(DEPDIR)/libsed_a-close.Po \ lib/$(DEPDIR)/libsed_a-closeout.Po \ lib/$(DEPDIR)/libsed_a-copy-acl.Po \ lib/$(DEPDIR)/libsed_a-dfa.Po \ lib/$(DEPDIR)/libsed_a-dirname-lgpl.Po \ lib/$(DEPDIR)/libsed_a-dup2.Po lib/$(DEPDIR)/libsed_a-error.Po \ lib/$(DEPDIR)/libsed_a-exitfail.Po \ lib/$(DEPDIR)/libsed_a-fcntl.Po \ lib/$(DEPDIR)/libsed_a-fd-hook.Po \ lib/$(DEPDIR)/libsed_a-fpending.Po \ lib/$(DEPDIR)/libsed_a-free.Po lib/$(DEPDIR)/libsed_a-fstat.Po \ lib/$(DEPDIR)/libsed_a-fwriting.Po \ lib/$(DEPDIR)/libsed_a-get-permissions.Po \ lib/$(DEPDIR)/libsed_a-getdelim.Po \ lib/$(DEPDIR)/libsed_a-getdtablesize.Po \ lib/$(DEPDIR)/libsed_a-getfilecon.Po \ lib/$(DEPDIR)/libsed_a-getprogname.Po \ lib/$(DEPDIR)/libsed_a-getrandom.Po \ lib/$(DEPDIR)/libsed_a-hard-locale.Po \ lib/$(DEPDIR)/libsed_a-ialloc.Po \ lib/$(DEPDIR)/libsed_a-lc-charset-dispatch.Po \ lib/$(DEPDIR)/libsed_a-localcharset.Po \ lib/$(DEPDIR)/libsed_a-localeconv.Po \ lib/$(DEPDIR)/libsed_a-localeinfo.Po \ lib/$(DEPDIR)/libsed_a-lstat.Po \ lib/$(DEPDIR)/libsed_a-malloc.Po \ lib/$(DEPDIR)/libsed_a-malloca.Po \ lib/$(DEPDIR)/libsed_a-mbrlen.Po \ lib/$(DEPDIR)/libsed_a-mbrtowc.Po \ lib/$(DEPDIR)/libsed_a-mbsinit.Po \ lib/$(DEPDIR)/libsed_a-mbtowc-lock.Po \ lib/$(DEPDIR)/libsed_a-mbtowc.Po \ lib/$(DEPDIR)/libsed_a-memchr.Po \ lib/$(DEPDIR)/libsed_a-mempcpy.Po \ lib/$(DEPDIR)/libsed_a-memrchr.Po \ lib/$(DEPDIR)/libsed_a-mkdir.Po \ lib/$(DEPDIR)/libsed_a-mkostemp.Po \ lib/$(DEPDIR)/libsed_a-msvc-inval.Po \ lib/$(DEPDIR)/libsed_a-msvc-nothrow.Po \ lib/$(DEPDIR)/libsed_a-nl_langinfo-lock.Po \ lib/$(DEPDIR)/libsed_a-nl_langinfo.Po \ lib/$(DEPDIR)/libsed_a-obstack.Po \ lib/$(DEPDIR)/libsed_a-open.Po \ lib/$(DEPDIR)/libsed_a-progname.Po \ lib/$(DEPDIR)/libsed_a-qcopy-acl.Po \ lib/$(DEPDIR)/libsed_a-qset-acl.Po \ lib/$(DEPDIR)/libsed_a-quotearg.Po \ lib/$(DEPDIR)/libsed_a-rawmemchr.Po \ lib/$(DEPDIR)/libsed_a-readlink.Po \ lib/$(DEPDIR)/libsed_a-realloc.Po \ lib/$(DEPDIR)/libsed_a-reallocarray.Po \ lib/$(DEPDIR)/libsed_a-regcomp.Po \ lib/$(DEPDIR)/libsed_a-regex.Po \ lib/$(DEPDIR)/libsed_a-regex_internal.Po \ lib/$(DEPDIR)/libsed_a-regexec.Po \ lib/$(DEPDIR)/libsed_a-rename.Po \ lib/$(DEPDIR)/libsed_a-rmdir.Po \ lib/$(DEPDIR)/libsed_a-se-context.Po \ lib/$(DEPDIR)/libsed_a-se-label.Po \ lib/$(DEPDIR)/libsed_a-se-selinux.Po \ lib/$(DEPDIR)/libsed_a-set-acl.Po \ lib/$(DEPDIR)/libsed_a-set-permissions.Po \ lib/$(DEPDIR)/libsed_a-setlocale-lock.Po \ lib/$(DEPDIR)/libsed_a-setlocale_null.Po \ lib/$(DEPDIR)/libsed_a-stat-time.Po \ lib/$(DEPDIR)/libsed_a-stat-w32.Po \ lib/$(DEPDIR)/libsed_a-stat.Po \ lib/$(DEPDIR)/libsed_a-stdio-read.Po \ lib/$(DEPDIR)/libsed_a-stdio-write.Po \ lib/$(DEPDIR)/libsed_a-strerror-override.Po \ lib/$(DEPDIR)/libsed_a-strerror.Po \ lib/$(DEPDIR)/libsed_a-stripslash.Po \ lib/$(DEPDIR)/libsed_a-strverscmp.Po \ lib/$(DEPDIR)/libsed_a-tempname.Po \ lib/$(DEPDIR)/libsed_a-unistd.Po \ lib/$(DEPDIR)/libsed_a-version-etc-fsf.Po \ lib/$(DEPDIR)/libsed_a-version-etc.Po \ lib/$(DEPDIR)/libsed_a-wcrtomb.Po \ lib/$(DEPDIR)/libsed_a-wctob.Po \ lib/$(DEPDIR)/libsed_a-wctomb.Po \ lib/$(DEPDIR)/libsed_a-wctype-h.Po \ lib/$(DEPDIR)/libsed_a-windows-mutex.Po \ lib/$(DEPDIR)/libsed_a-windows-once.Po \ lib/$(DEPDIR)/libsed_a-windows-recmutex.Po \ lib/$(DEPDIR)/libsed_a-windows-rwlock.Po \ lib/$(DEPDIR)/libsed_a-xalloc-die.Po \ lib/$(DEPDIR)/libsed_a-xmalloc.Po \ lib/glthread/$(DEPDIR)/libsed_a-lock.Po \ lib/glthread/$(DEPDIR)/libsed_a-threadlib.Po \ lib/malloc/$(DEPDIR)/libsed_a-dynarray-skeleton.Po \ lib/malloc/$(DEPDIR)/libsed_a-dynarray_at_failure.Po \ lib/malloc/$(DEPDIR)/libsed_a-dynarray_emplace_enlarge.Po \ lib/malloc/$(DEPDIR)/libsed_a-dynarray_finalize.Po \ lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize.Po \ lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize_clear.Po \ lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow.Po \ lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow_preserve.Po \ lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_set_array_size.Po \ sed/$(DEPDIR)/sed-compile.Po sed/$(DEPDIR)/sed-debug.Po \ sed/$(DEPDIR)/sed-execute.Po sed/$(DEPDIR)/sed-mbcs.Po \ sed/$(DEPDIR)/sed-regexp.Po sed/$(DEPDIR)/sed-sed.Po \ sed/$(DEPDIR)/sed-utils.Po sed/$(DEPDIR)/version.Po \ testsuite/$(DEPDIR)/get-mb-cur-max.Po \ testsuite/$(DEPDIR)/test-mbrtowc.Po am__mv = mv -f 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 = 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 = $(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 = $(lib_libsed_a_SOURCES) $(EXTRA_lib_libsed_a_SOURCES) \ $(nodist_sed_libver_a_SOURCES) $(sed_sed_SOURCES) \ testsuite/get-mb-cur-max.c testsuite/test-mbrtowc.c DIST_SOURCES = $(am__lib_libsed_a_SOURCES_DIST) \ $(EXTRA_lib_libsed_a_SOURCES) $(sed_sed_SOURCES) \ testsuite/get-mb-cur-max.c testsuite/test-mbrtowc.c AM_V_DVIPS = $(am__v_DVIPS_$(V)) am__v_DVIPS_ = $(am__v_DVIPS_$(AM_DEFAULT_VERBOSITY)) am__v_DVIPS_0 = @echo " DVIPS " $@; am__v_DVIPS_1 = AM_V_MAKEINFO = $(am__v_MAKEINFO_$(V)) am__v_MAKEINFO_ = $(am__v_MAKEINFO_$(AM_DEFAULT_VERBOSITY)) am__v_MAKEINFO_0 = @echo " MAKEINFO" $@; am__v_MAKEINFO_1 = AM_V_INFOHTML = $(am__v_INFOHTML_$(V)) am__v_INFOHTML_ = $(am__v_INFOHTML_$(AM_DEFAULT_VERBOSITY)) am__v_INFOHTML_0 = @echo " INFOHTML" $@; am__v_INFOHTML_1 = AM_V_TEXI2DVI = $(am__v_TEXI2DVI_$(V)) am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_$(AM_DEFAULT_VERBOSITY)) am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@; am__v_TEXI2DVI_1 = AM_V_TEXI2PDF = $(am__v_TEXI2PDF_$(V)) am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_$(AM_DEFAULT_VERBOSITY)) am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@; am__v_TEXI2PDF_1 = AM_V_texinfo = $(am__v_texinfo_$(V)) am__v_texinfo_ = $(am__v_texinfo_$(AM_DEFAULT_VERBOSITY)) am__v_texinfo_0 = -q am__v_texinfo_1 = AM_V_texidevnull = $(am__v_texidevnull_$(V)) am__v_texidevnull_ = $(am__v_texidevnull_$(AM_DEFAULT_VERBOSITY)) am__v_texidevnull_0 = > /dev/null am__v_texidevnull_1 = INFO_DEPS = $(srcdir)/doc/sed.info TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux DVIS = doc/sed.dvi PDFS = doc/sed.pdf PSS = doc/sed.ps HTMLS = doc/sed.html TEXINFOS = doc/sed.texi TEXI2DVI = texi2dvi TEXI2PDF = $(TEXI2DVI) --pdf --batch MAKEINFOHTML = $(MAKEINFO) --html DVIPS = dvips 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 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 ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ } man1dir = $(mandir)/man1 NROFF = nroff MANS = $(dist_man_MANS) DATA = $(dist_noinst_DATA) $(noinst_DATA) 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 \ cscope check recheck distdir distdir-am dist dist-all \ distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ config_h.in # 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__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__recheck_rx = ^[ ]*:recheck:[ ]* am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* # A command that, given a newline-separated list of test names on the # standard input, print the name of the tests that are to be re-run # upon "make recheck". am__list_recheck_tests = $(AWK) '{ \ recheck = 1; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ { \ if ((getline line2 < ($$0 ".log")) < 0) \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ { \ recheck = 0; \ break; \ } \ else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ { \ break; \ } \ }; \ if (recheck) \ print $$0; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # A command that, given a newline-separated list of test names on the # standard input, create the global log from their .trs and .log files. am__create_global_log = $(AWK) ' \ function fatal(msg) \ { \ print "fatal: making $@: " msg | "cat >&2"; \ exit 1; \ } \ function rst_section(header) \ { \ print header; \ len = length(header); \ for (i = 1; i <= len; i = i + 1) \ printf "="; \ printf "\n\n"; \ } \ { \ copy_in_global_log = 1; \ global_test_result = "RUN"; \ while ((rc = (getline line < ($$0 ".trs"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".trs"); \ if (line ~ /$(am__global_test_result_rx)/) \ { \ sub("$(am__global_test_result_rx)", "", line); \ sub("[ ]*$$", "", line); \ global_test_result = line; \ } \ else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ copy_in_global_log = 0; \ }; \ if (copy_in_global_log) \ { \ rst_section(global_test_result ": " $$0); \ while ((rc = (getline line < ($$0 ".log"))) != 0) \ { \ if (rc < 0) \ fatal("failed to read from " $$0 ".log"); \ print line; \ }; \ printf "\n"; \ }; \ close ($$0 ".trs"); \ close ($$0 ".log"); \ }' # Restructured Text title. am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } # Solaris 10 'make', and several other traditional 'make' implementations, # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it # by disabling -e (using the XSI extension "set +e") if it's set. am__sh_e_setup = case $$- in *e*) set +e;; esac # Default flags passed to test drivers. am__common_driver_flags = \ --color-tests "$$am__color_tests" \ --enable-hard-errors "$$am__enable_hard_errors" \ --expect-failure "$$am__expect_failure" # To be inserted before the command running the test. Creates the # directory for the log if needed. Stores in $dir the directory # containing $f, in $tst the test, in $log the log. Executes the # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and # passes TESTS_ENVIRONMENT. Set up options for the wrapper that # will run the test scripts (or their associated LOG_COMPILER, if # thy have one). am__check_pre = \ $(am__sh_e_setup); \ $(am__vpath_adj_setup) $(am__vpath_adj) \ $(am__tty_colors); \ srcdir=$(srcdir); export srcdir; \ case "$@" in \ */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ *) am__odir=.;; \ esac; \ test "x$$am__odir" = x"." || test -d "$$am__odir" \ || $(MKDIR_P) "$$am__odir" || exit $$?; \ if test -f "./$$f"; then dir=./; \ elif test -f "$$f"; then dir=; \ else dir="$(srcdir)/"; fi; \ tst=$$dir$$f; log='$@'; \ if test -n '$(DISABLE_HARD_ERRORS)'; then \ am__enable_hard_errors=no; \ else \ am__enable_hard_errors=yes; \ fi; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ am__expect_failure=yes;; \ *) \ am__expect_failure=no;; \ esac; \ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) # A shell command to get the names of the tests scripts with any registered # extension removed (i.e., equivalently, the names of the test logs, with # the '.log' extension removed). The result is saved in the shell variable # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", # since that might cause problem with VPATH rewrites for suffix-less tests. # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. am__set_TESTS_bases = \ bases='$(TEST_LOGS)'; \ bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ bases=`echo $$bases` AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' RECHECK_LOGS = $(TEST_LOGS) am__EXEEXT_1 = TEST_SUITE_LOG = test-suite.log am__test_logs1 = $(TESTS:=.log) am__test_logs2 = $(am__test_logs1:.log=.log) am__test_logs3 = $(am__test_logs2:.sh.log=.log) SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac TEST_LOGS = $(am__test_logs3:.pl.log=.log) PL_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver PL_LOG_COMPILE = $(PL_LOG_COMPILER) $(AM_PL_LOG_FLAGS) $(PL_LOG_FLAGS) DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(dist_man_MANS) $(doc_sed_TEXINFOS) \ $(srcdir)/Makefile.in $(srcdir)/config_h.in \ $(srcdir)/lib/gnulib.mk $(top_srcdir)/build-aux/compile \ $(top_srcdir)/build-aux/config.guess \ $(top_srcdir)/build-aux/config.rpath \ $(top_srcdir)/build-aux/config.sub \ $(top_srcdir)/build-aux/depcomp \ $(top_srcdir)/build-aux/install-sh \ $(top_srcdir)/build-aux/mdate-sh \ $(top_srcdir)/build-aux/missing \ $(top_srcdir)/build-aux/test-driver \ $(top_srcdir)/build-aux/texinfo.tex $(top_srcdir)/doc/local.mk \ $(top_srcdir)/lib/alloca.c $(top_srcdir)/lib/local.mk \ $(top_srcdir)/sed/local.mk $(top_srcdir)/testsuite/local.mk \ ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \ build-aux/ar-lib build-aux/compile build-aux/config.guess \ build-aux/config.rpath build-aux/config.sub build-aux/depcomp \ build-aux/install-sh build-aux/mdate-sh build-aux/missing \ build-aux/texinfo.tex DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) 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" DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz GZIP_ENV = --best DIST_TARGETS = dist-xz dist-gzip # Exists only to be overridden by the user if desired. AM_DISTCHECK_DVI_TARGET = dvi distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = \ find . \( -type f -a \! \ \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print ACLOCAL = ${SHELL} '/home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9/build-aux/missing' aclocal-1.16 ALLOCA = ALLOCA_H = $(top_build_prefix)lib/alloca.h AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 0 APPLE_UNIVERSAL_BUILD = 0 AR = ar ARFLAGS = cr ASSERT_H = $(top_build_prefix)lib/assert.h AUTOCONF = ${SHELL} '/home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9/build-aux/missing' autoconf AUTOHEADER = ${SHELL} '/home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9/build-aux/missing' autoheader AUTOMAKE = ${SHELL} '/home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9/build-aux/missing' automake-1.16 AWK = gawk BITSIZEOF_PTRDIFF_T = BITSIZEOF_SIG_ATOMIC_T = BITSIZEOF_SIZE_T = BITSIZEOF_WCHAR_T = BITSIZEOF_WINT_T = CC = /home/user/Open2305Lime2024-eap235/staging_dir/host/bin/gcc CCDEPMODE = depmode=none CFLAGS = -O2 -I/home/user/Open2305Lime2024-eap235/staging_dir/host/include CFLAG_VISIBILITY = CONFIG_INCLUDE = config.h CPP = /home/user/Open2305Lime2024-eap235/staging_dir/host/bin/gcc -E CPPFLAGS = -I/home/user/Open2305Lime2024-eap235/staging_dir/host/include CSCOPE = cscope CTAGS = ctags CYGPATH_W = echo DEFS = -DHAVE_CONFIG_H DEPDIR = .deps ECHO_C = ECHO_N = -n ECHO_T = EMULTIHOP_HIDDEN = EMULTIHOP_VALUE = ENOLINK_HIDDEN = ENOLINK_VALUE = EOVERFLOW_HIDDEN = EOVERFLOW_VALUE = ERRNO_H = ETAGS = etags EXEEXT = GETTEXT_MACRO_VERSION = 0.19 GL_CFLAG_ALLOW_WARNINGS = -Wno-error GL_CFLAG_GNULIB_WARNINGS = -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants GL_CXXFLAG_ALLOW_WARNINGS = -Wno-error GL_GNULIB_ACCEPT = IN_SED_GNULIB_TESTS GL_GNULIB_ACCEPT4 = 0 GL_GNULIB_ACCESS = 0 GL_GNULIB_ALIGNED_ALLOC = 0 GL_GNULIB_ALPHASORT = 0 GL_GNULIB_ATOLL = 0 GL_GNULIB_BIND = IN_SED_GNULIB_TESTS GL_GNULIB_BTOWC = 1 GL_GNULIB_CALLOC_GNU = 1 GL_GNULIB_CALLOC_POSIX = 1 GL_GNULIB_CANONICALIZE_FILE_NAME = 1 GL_GNULIB_CHDIR = 1 GL_GNULIB_CHMOD = 0 GL_GNULIB_CHOWN = 0 GL_GNULIB_CLOSE = 1 GL_GNULIB_CLOSEDIR = IN_SED_GNULIB_TESTS GL_GNULIB_CONNECT = IN_SED_GNULIB_TESTS GL_GNULIB_COPY_FILE_RANGE = 0 GL_GNULIB_CREAT = 0 GL_GNULIB_CTIME = 0 GL_GNULIB_DIRFD = IN_SED_GNULIB_TESTS GL_GNULIB_DPRINTF = 0 GL_GNULIB_DUP = 0 GL_GNULIB_DUP2 = 1 GL_GNULIB_DUP3 = 0 GL_GNULIB_DUPLOCALE = 0 GL_GNULIB_ENVIRON = IN_SED_GNULIB_TESTS GL_GNULIB_EUIDACCESS = 0 GL_GNULIB_EXECL = 0 GL_GNULIB_EXECLE = 0 GL_GNULIB_EXECLP = 0 GL_GNULIB_EXECV = 0 GL_GNULIB_EXECVE = 0 GL_GNULIB_EXECVP = 0 GL_GNULIB_EXECVPE = 0 GL_GNULIB_EXPLICIT_BZERO = IN_SED_GNULIB_TESTS GL_GNULIB_FACCESSAT = 0 GL_GNULIB_FCHDIR = 0 GL_GNULIB_FCHMODAT = 0 GL_GNULIB_FCHOWNAT = 0 GL_GNULIB_FCLOSE = 0 GL_GNULIB_FCNTL = 1 GL_GNULIB_FDATASYNC = 0 GL_GNULIB_FDOPEN = IN_SED_GNULIB_TESTS GL_GNULIB_FDOPENDIR = 0 GL_GNULIB_FFLUSH = IN_SED_GNULIB_TESTS GL_GNULIB_FFSL = 0 GL_GNULIB_FFSLL = 0 GL_GNULIB_FGETC = 1 GL_GNULIB_FGETS = 1 GL_GNULIB_FOPEN = IN_SED_GNULIB_TESTS GL_GNULIB_FOPEN_GNU = IN_SED_GNULIB_TESTS GL_GNULIB_FPRINTF = 1 GL_GNULIB_FPRINTF_POSIX = 0 GL_GNULIB_FPURGE = IN_SED_GNULIB_TESTS GL_GNULIB_FPUTC = 1 GL_GNULIB_FPUTS = 1 GL_GNULIB_FREAD = 1 GL_GNULIB_FREE_POSIX = 1 GL_GNULIB_FREOPEN = 0 GL_GNULIB_FSCANF = 1 GL_GNULIB_FSEEK = IN_SED_GNULIB_TESTS GL_GNULIB_FSEEKO = IN_SED_GNULIB_TESTS GL_GNULIB_FSTAT = 1 GL_GNULIB_FSTATAT = 0 GL_GNULIB_FSYNC = 0 GL_GNULIB_FTELL = IN_SED_GNULIB_TESTS GL_GNULIB_FTELLO = IN_SED_GNULIB_TESTS GL_GNULIB_FTRUNCATE = IN_SED_GNULIB_TESTS GL_GNULIB_FUTIMENS = 0 GL_GNULIB_FWRITE = 1 GL_GNULIB_GETC = 1 GL_GNULIB_GETCHAR = 1 GL_GNULIB_GETCWD = IN_SED_GNULIB_TESTS GL_GNULIB_GETDELIM = 1 GL_GNULIB_GETDOMAINNAME = 0 GL_GNULIB_GETDTABLESIZE = 1 GL_GNULIB_GETENTROPY = 0 GL_GNULIB_GETGROUPS = 0 GL_GNULIB_GETHOSTNAME = 0 GL_GNULIB_GETLINE = 0 GL_GNULIB_GETLOADAVG = 0 GL_GNULIB_GETLOGIN = 0 GL_GNULIB_GETLOGIN_R = 0 GL_GNULIB_GETOPT_POSIX = 0 GL_GNULIB_GETPAGESIZE = IN_SED_GNULIB_TESTS GL_GNULIB_GETPASS = 0 GL_GNULIB_GETPASS_GNU = 0 GL_GNULIB_GETPEERNAME = 0 GL_GNULIB_GETRANDOM = 1 GL_GNULIB_GETSOCKNAME = 0 GL_GNULIB_GETSOCKOPT = 0 GL_GNULIB_GETSUBOPT = 0 GL_GNULIB_GETTIMEOFDAY = IN_SED_GNULIB_TESTS GL_GNULIB_GETUMASK = 0 GL_GNULIB_GETUSERSHELL = 0 GL_GNULIB_GRANTPT = 0 GL_GNULIB_GROUP_MEMBER = 0 GL_GNULIB_IMAXABS = 0 GL_GNULIB_IMAXDIV = 0 GL_GNULIB_INET_NTOP = 0 GL_GNULIB_INET_PTON = IN_SED_GNULIB_TESTS GL_GNULIB_IOCTL = IN_SED_GNULIB_TESTS GL_GNULIB_ISATTY = 0 GL_GNULIB_ISBLANK = IN_SED_GNULIB_TESTS GL_GNULIB_ISWBLANK = 0 GL_GNULIB_ISWCTYPE = 0 GL_GNULIB_ISWDIGIT = 0 GL_GNULIB_ISWXDIGIT = 0 GL_GNULIB_LCHMOD = 0 GL_GNULIB_LCHOWN = 0 GL_GNULIB_LINK = IN_SED_GNULIB_TESTS GL_GNULIB_LINKAT = 0 GL_GNULIB_LISTEN = IN_SED_GNULIB_TESTS GL_GNULIB_LOCALECONV = 1 GL_GNULIB_LOCALENAME = IN_SED_GNULIB_TESTS GL_GNULIB_LOCALTIME = 0 GL_GNULIB_LSEEK = IN_SED_GNULIB_TESTS GL_GNULIB_LSTAT = 1 GL_GNULIB_MALLOC_GNU = 1 GL_GNULIB_MALLOC_POSIX = 1 GL_GNULIB_MBRLEN = 1 GL_GNULIB_MBRTOWC = 1 GL_GNULIB_MBSCASECMP = 0 GL_GNULIB_MBSCASESTR = 0 GL_GNULIB_MBSCHR = 0 GL_GNULIB_MBSCSPN = 0 GL_GNULIB_MBSINIT = 1 GL_GNULIB_MBSLEN = 0 GL_GNULIB_MBSNCASECMP = 0 GL_GNULIB_MBSNLEN = 0 GL_GNULIB_MBSNRTOWCS = 0 GL_GNULIB_MBSPBRK = 0 GL_GNULIB_MBSPCASECMP = 0 GL_GNULIB_MBSRCHR = 0 GL_GNULIB_MBSRTOWCS = 0 GL_GNULIB_MBSSEP = 0 GL_GNULIB_MBSSPN = 0 GL_GNULIB_MBSSTR = 0 GL_GNULIB_MBSTOK_R = 0 GL_GNULIB_MBTOWC = 1 GL_GNULIB_MDA_ACCESS = 1 GL_GNULIB_MDA_CHDIR = 1 GL_GNULIB_MDA_CHMOD = 1 GL_GNULIB_MDA_CLOSE = 1 GL_GNULIB_MDA_CREAT = 1 GL_GNULIB_MDA_DUP = 1 GL_GNULIB_MDA_DUP2 = 1 GL_GNULIB_MDA_ECVT = 1 GL_GNULIB_MDA_EXECL = 1 GL_GNULIB_MDA_EXECLE = 1 GL_GNULIB_MDA_EXECLP = 1 GL_GNULIB_MDA_EXECV = 1 GL_GNULIB_MDA_EXECVE = 1 GL_GNULIB_MDA_EXECVP = 1 GL_GNULIB_MDA_EXECVPE = 1 GL_GNULIB_MDA_FCLOSEALL = 1 GL_GNULIB_MDA_FCVT = 1 GL_GNULIB_MDA_FDOPEN = 1 GL_GNULIB_MDA_FILENO = 1 GL_GNULIB_MDA_GCVT = 1 GL_GNULIB_MDA_GETCWD = 1 GL_GNULIB_MDA_GETPID = 1 GL_GNULIB_MDA_GETW = 1 GL_GNULIB_MDA_ISATTY = 1 GL_GNULIB_MDA_LSEEK = 1 GL_GNULIB_MDA_MEMCCPY = 1 GL_GNULIB_MDA_MKDIR = 1 GL_GNULIB_MDA_MKTEMP = 1 GL_GNULIB_MDA_OPEN = 1 GL_GNULIB_MDA_PUTENV = 1 GL_GNULIB_MDA_PUTW = 1 GL_GNULIB_MDA_READ = 1 GL_GNULIB_MDA_RMDIR = 1 GL_GNULIB_MDA_STRDUP = 1 GL_GNULIB_MDA_SWAB = 1 GL_GNULIB_MDA_TEMPNAM = 1 GL_GNULIB_MDA_TZSET = 1 GL_GNULIB_MDA_UMASK = 1 GL_GNULIB_MDA_UNLINK = 1 GL_GNULIB_MDA_WCSDUP = 1 GL_GNULIB_MDA_WRITE = 1 GL_GNULIB_MEMCHR = 1 GL_GNULIB_MEMMEM = 0 GL_GNULIB_MEMPCPY = 1 GL_GNULIB_MEMRCHR = 1 GL_GNULIB_MKDIR = 1 GL_GNULIB_MKDIRAT = 0 GL_GNULIB_MKDTEMP = 0 GL_GNULIB_MKFIFO = 0 GL_GNULIB_MKFIFOAT = 0 GL_GNULIB_MKNOD = 0 GL_GNULIB_MKNODAT = 0 GL_GNULIB_MKOSTEMP = 1 GL_GNULIB_MKOSTEMPS = 0 GL_GNULIB_MKSTEMP = 0 GL_GNULIB_MKSTEMPS = 0 GL_GNULIB_MKTIME = 0 GL_GNULIB_NANOSLEEP = IN_SED_GNULIB_TESTS GL_GNULIB_NL_LANGINFO = 1 GL_GNULIB_NONBLOCKING = 0 GL_GNULIB_OBSTACK_PRINTF = 0 GL_GNULIB_OBSTACK_PRINTF_POSIX = 0 GL_GNULIB_OPEN = 1 GL_GNULIB_OPENAT = 0 GL_GNULIB_OPENDIR = IN_SED_GNULIB_TESTS GL_GNULIB_OVERRIDES_STRUCT_STAT = 0 GL_GNULIB_PCLOSE = 0 GL_GNULIB_PERROR = IN_SED_GNULIB_TESTS GL_GNULIB_PIPE = IN_SED_GNULIB_TESTS GL_GNULIB_PIPE2 = 0 GL_GNULIB_POPEN = 0 GL_GNULIB_POSIX_MEMALIGN = 0 GL_GNULIB_POSIX_OPENPT = 0 GL_GNULIB_PREAD = 0 GL_GNULIB_PRINTF = 1 GL_GNULIB_PRINTF_POSIX = 0 GL_GNULIB_PSELECT = IN_SED_GNULIB_TESTS GL_GNULIB_PTHREAD_COND = 0 GL_GNULIB_PTHREAD_MUTEX = 0 GL_GNULIB_PTHREAD_MUTEX_TIMEDLOCK = 0 GL_GNULIB_PTHREAD_ONCE = 0 GL_GNULIB_PTHREAD_RWLOCK = 0 GL_GNULIB_PTHREAD_SIGMASK = IN_SED_GNULIB_TESTS GL_GNULIB_PTHREAD_SPIN = 0 GL_GNULIB_PTHREAD_THREAD = IN_SED_GNULIB_TESTS GL_GNULIB_PTHREAD_TSS = 0 GL_GNULIB_PTSNAME = 0 GL_GNULIB_PTSNAME_R = 0 GL_GNULIB_PUTC = 1 GL_GNULIB_PUTCHAR = 1 GL_GNULIB_PUTENV = IN_SED_GNULIB_TESTS GL_GNULIB_PUTS = 1 GL_GNULIB_PWRITE = 0 GL_GNULIB_QSORT_R = 0 GL_GNULIB_RAISE = IN_SED_GNULIB_TESTS GL_GNULIB_RANDOM = 0 GL_GNULIB_RANDOM_R = 0 GL_GNULIB_RAWMEMCHR = 1 GL_GNULIB_READ = 0 GL_GNULIB_READDIR = IN_SED_GNULIB_TESTS GL_GNULIB_READLINK = 1 GL_GNULIB_READLINKAT = 0 GL_GNULIB_REALLOCARRAY = 1 GL_GNULIB_REALLOC_GNU = 1 GL_GNULIB_REALLOC_POSIX = 1 GL_GNULIB_REALPATH = 1 GL_GNULIB_RECV = 0 GL_GNULIB_RECVFROM = 0 GL_GNULIB_REMOVE = 0 GL_GNULIB_RENAME = 1 GL_GNULIB_RENAMEAT = 0 GL_GNULIB_REWINDDIR = 0 GL_GNULIB_RMDIR = 1 GL_GNULIB_RPMATCH = 0 GL_GNULIB_SCANDIR = 0 GL_GNULIB_SCANF = 1 GL_GNULIB_SCHED_YIELD = 0 GL_GNULIB_SECURE_GETENV = 0 GL_GNULIB_SELECT = IN_SED_GNULIB_TESTS GL_GNULIB_SEND = 0 GL_GNULIB_SENDTO = 0 GL_GNULIB_SETENV = IN_SED_GNULIB_TESTS GL_GNULIB_SETHOSTNAME = 0 GL_GNULIB_SETLOCALE = IN_SED_GNULIB_TESTS GL_GNULIB_SETLOCALE_NULL = 1 GL_GNULIB_SETSOCKOPT = IN_SED_GNULIB_TESTS GL_GNULIB_SHUTDOWN = 0 GL_GNULIB_SIGABBREV_NP = 0 GL_GNULIB_SIGACTION = 0 GL_GNULIB_SIGDESCR_NP = 0 GL_GNULIB_SIGNAL_H_SIGPIPE = 0 GL_GNULIB_SIGPROCMASK = IN_SED_GNULIB_TESTS GL_GNULIB_SLEEP = IN_SED_GNULIB_TESTS GL_GNULIB_SNPRINTF = 0 GL_GNULIB_SOCKET = IN_SED_GNULIB_TESTS GL_GNULIB_SPRINTF_POSIX = 0 GL_GNULIB_STAT = 1 GL_GNULIB_STDIO_H_NONBLOCKING = 0 GL_GNULIB_STDIO_H_SIGPIPE = 0 GL_GNULIB_STPCPY = 0 GL_GNULIB_STPNCPY = 0 GL_GNULIB_STRCASESTR = 0 GL_GNULIB_STRCHRNUL = 0 GL_GNULIB_STRDUP = IN_SED_GNULIB_TESTS GL_GNULIB_STRERROR = 1 GL_GNULIB_STRERRORNAME_NP = 0 GL_GNULIB_STRERROR_R = IN_SED_GNULIB_TESTS GL_GNULIB_STRFTIME = 0 GL_GNULIB_STRNCAT = 0 GL_GNULIB_STRNDUP = 0 GL_GNULIB_STRNLEN = 0 GL_GNULIB_STRPBRK = 0 GL_GNULIB_STRPTIME = 0 GL_GNULIB_STRSEP = 0 GL_GNULIB_STRSIGNAL = 0 GL_GNULIB_STRSTR = 0 GL_GNULIB_STRTOD = 0 GL_GNULIB_STRTOIMAX = 0 GL_GNULIB_STRTOK_R = 0 GL_GNULIB_STRTOL = 0 GL_GNULIB_STRTOLD = 0 GL_GNULIB_STRTOLL = 0 GL_GNULIB_STRTOUL = 0 GL_GNULIB_STRTOULL = 0 GL_GNULIB_STRTOUMAX = 0 GL_GNULIB_STRVERSCMP = 1 GL_GNULIB_SYMLINK = IN_SED_GNULIB_TESTS GL_GNULIB_SYMLINKAT = 0 GL_GNULIB_SYSTEM_POSIX = 0 GL_GNULIB_TIMEGM = 0 GL_GNULIB_TIMESPEC_GET = 0 GL_GNULIB_TIMESPEC_GETRES = 0 GL_GNULIB_TIME_R = 0 GL_GNULIB_TIME_RZ = 0 GL_GNULIB_TMPFILE = 0 GL_GNULIB_TOWCTRANS = 0 GL_GNULIB_TRUNCATE = 0 GL_GNULIB_TTYNAME_R = 0 GL_GNULIB_TZSET = 0 GL_GNULIB_UNISTD_H_GETOPT = 0 GL_GNULIB_UNISTD_H_NONBLOCKING = 0 GL_GNULIB_UNISTD_H_SIGPIPE = 0 GL_GNULIB_UNLINK = 0 GL_GNULIB_UNLINKAT = 0 GL_GNULIB_UNLOCKPT = 0 GL_GNULIB_UNSETENV = IN_SED_GNULIB_TESTS GL_GNULIB_USLEEP = 0 GL_GNULIB_UTIMENSAT = 0 GL_GNULIB_VASPRINTF = 0 GL_GNULIB_VDPRINTF = 0 GL_GNULIB_VFPRINTF = 1 GL_GNULIB_VFPRINTF_POSIX = 0 GL_GNULIB_VFSCANF = 0 GL_GNULIB_VPRINTF = 1 GL_GNULIB_VPRINTF_POSIX = 0 GL_GNULIB_VSCANF = 0 GL_GNULIB_VSNPRINTF = 0 GL_GNULIB_VSPRINTF_POSIX = 0 GL_GNULIB_WCPCPY = 0 GL_GNULIB_WCPNCPY = 0 GL_GNULIB_WCRTOMB = 1 GL_GNULIB_WCSCASECMP = 0 GL_GNULIB_WCSCAT = 0 GL_GNULIB_WCSCHR = 0 GL_GNULIB_WCSCMP = 0 GL_GNULIB_WCSCOLL = 0 GL_GNULIB_WCSCPY = 0 GL_GNULIB_WCSCSPN = 0 GL_GNULIB_WCSDUP = 0 GL_GNULIB_WCSFTIME = 0 GL_GNULIB_WCSLEN = 0 GL_GNULIB_WCSNCASECMP = 0 GL_GNULIB_WCSNCAT = 0 GL_GNULIB_WCSNCMP = 0 GL_GNULIB_WCSNCPY = 0 GL_GNULIB_WCSNLEN = 0 GL_GNULIB_WCSNRTOMBS = 0 GL_GNULIB_WCSPBRK = 0 GL_GNULIB_WCSRCHR = 0 GL_GNULIB_WCSRTOMBS = 0 GL_GNULIB_WCSSPN = 0 GL_GNULIB_WCSSTR = 0 GL_GNULIB_WCSTOK = 0 GL_GNULIB_WCSWIDTH = 0 GL_GNULIB_WCSXFRM = 0 GL_GNULIB_WCTOB = 1 GL_GNULIB_WCTOMB = 1 GL_GNULIB_WCTRANS = 0 GL_GNULIB_WCTYPE = 0 GL_GNULIB_WCWIDTH = 0 GL_GNULIB_WMEMCHR = 0 GL_GNULIB_WMEMCMP = 0 GL_GNULIB_WMEMCPY = 0 GL_GNULIB_WMEMMOVE = 0 GL_GNULIB_WMEMPCPY = 0 GL_GNULIB_WMEMSET = 0 GL_GNULIB_WRITE = 0 GL_GNULIB__EXIT = 0 GMSGFMT = /usr/bin/msgfmt GMSGFMT_015 = /usr/bin/msgfmt GNULIBHEADERS_OVERRIDE_WINT_T = 0 GNULIB_GETTIMEOFDAY = 0 GNULIB_TEST_WARN_CFLAGS = GREP = /home/user/Open2305Lime2024-eap235/staging_dir/host/bin/grep HAVE_ACCEPT4 = 1 HAVE_ALIGNED_ALLOC = 1 HAVE_ALLOCA_H = 1 HAVE_ALPHASORT = 1 HAVE_ARPA_INET_H = 1 HAVE_ATOLL = 1 HAVE_BTOWC = 1 HAVE_C99_STDINT_H = 1 HAVE_CANONICALIZE_FILE_NAME = 1 HAVE_CHOWN = 1 HAVE_CLOSEDIR = 1 HAVE_COPY_FILE_RANGE = 1 HAVE_CRTDEFS_H = 0 HAVE_DECL_DIRFD = 1 HAVE_DECL_ECVT = 1 HAVE_DECL_ENVIRON = 1 HAVE_DECL_EXECVPE = 1 HAVE_DECL_FCHDIR = 1 HAVE_DECL_FCLOSEALL = 1 HAVE_DECL_FCVT = 1 HAVE_DECL_FDATASYNC = 1 HAVE_DECL_FDOPENDIR = 1 HAVE_DECL_FPURGE = 0 HAVE_DECL_FSEEKO = 1 HAVE_DECL_FTELLO = 1 HAVE_DECL_GCVT = 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_IMAXABS = 1 HAVE_DECL_IMAXDIV = 1 HAVE_DECL_INET_NTOP = 1 HAVE_DECL_INET_PTON = 1 HAVE_DECL_INITSTATE = 1 HAVE_DECL_LOCALTIME_R = 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_STRTOIMAX = 1 HAVE_DECL_STRTOK_R = 1 HAVE_DECL_STRTOUMAX = 1 HAVE_DECL_TRUNCATE = 1 HAVE_DECL_TTYNAME_R = 1 HAVE_DECL_UNSETENV = 1 HAVE_DECL_VSNPRINTF = 1 HAVE_DECL_WCSDUP = 1 HAVE_DECL_WCTOB = 1 HAVE_DECL_WCWIDTH = 1 HAVE_DIRENT_H = 1 HAVE_DPRINTF = 1 HAVE_DUP3 = 1 HAVE_DUPLOCALE = 1 HAVE_EUIDACCESS = 1 HAVE_EXECVPE = 1 HAVE_EXPLICIT_BZERO = 1 HAVE_FACCESSAT = 1 HAVE_FCHDIR = 1 HAVE_FCHMODAT = 1 HAVE_FCHOWNAT = 1 HAVE_FCNTL = 1 HAVE_FDATASYNC = 1 HAVE_FDOPENDIR = 1 HAVE_FEATURES_H = 1 HAVE_FFSL = 1 HAVE_FFSLL = 1 HAVE_FREELOCALE = 1 HAVE_FSEEKO = 1 HAVE_FSTATAT = 1 HAVE_FSYNC = 1 HAVE_FTELLO = 1 HAVE_FTRUNCATE = 1 HAVE_FUTIMENS = 1 HAVE_GETDTABLESIZE = 1 HAVE_GETENTROPY = 1 HAVE_GETGROUPS = 1 HAVE_GETHOSTNAME = 1 HAVE_GETLOGIN = 1 HAVE_GETPAGESIZE = 1 HAVE_GETPASS = 1 HAVE_GETRANDOM = 1 HAVE_GETSUBOPT = 1 HAVE_GETTIMEOFDAY = 1 HAVE_GETUMASK = 1 HAVE_GRANTPT = 1 HAVE_GROUP_MEMBER = 1 HAVE_IMAXDIV_T = 1 HAVE_INITSTATE = 1 HAVE_INTTYPES_H = 1 HAVE_ISBLANK = 1 HAVE_ISWBLANK = 1 HAVE_ISWCNTRL = 1 HAVE_LANGINFO_ALTMON = 1 HAVE_LANGINFO_CODESET = 1 HAVE_LANGINFO_ERA = 1 HAVE_LANGINFO_H = 1 HAVE_LANGINFO_T_FMT_AMPM = 1 HAVE_LANGINFO_YESEXPR = 1 HAVE_LCHMOD = 1 HAVE_LCHOWN = 1 HAVE_LINK = 1 HAVE_LINKAT = 1 HAVE_LSTAT = 1 HAVE_MAX_ALIGN_T = 1 HAVE_MBRLEN = 1 HAVE_MBRTOWC = 1 HAVE_MBSINIT = 1 HAVE_MBSLEN = 0 HAVE_MBSNRTOWCS = 1 HAVE_MBSRTOWCS = 1 HAVE_MBTOWC = 1 HAVE_MEMPCPY = 1 HAVE_MKDIRAT = 1 HAVE_MKDTEMP = 1 HAVE_MKFIFO = 1 HAVE_MKFIFOAT = 1 HAVE_MKNOD = 1 HAVE_MKNODAT = 1 HAVE_MKOSTEMP = 1 HAVE_MKOSTEMPS = 1 HAVE_MKSTEMP = 1 HAVE_MKSTEMPS = 1 HAVE_MSVC_INVALID_PARAMETER_HANDLER = 0 HAVE_NANOSLEEP = 1 HAVE_NETINET_IN_H = HAVE_NEWLOCALE = 1 HAVE_NL_LANGINFO = 1 HAVE_OPENAT = 1 HAVE_OPENDIR = 1 HAVE_OS_H = 0 HAVE_PCLOSE = 1 HAVE_PIPE = 1 HAVE_PIPE2 = 1 HAVE_POPEN = 1 HAVE_POSIX_MEMALIGN = 1 HAVE_POSIX_OPENPT = 1 HAVE_POSIX_SIGNALBLOCKING = 1 HAVE_PREAD = 1 HAVE_PSELECT = 1 HAVE_PTHREAD_ATTR_DESTROY = 1 HAVE_PTHREAD_ATTR_GETDETACHSTATE = 1 HAVE_PTHREAD_ATTR_INIT = 1 HAVE_PTHREAD_ATTR_SETDETACHSTATE = 1 HAVE_PTHREAD_CONDATTR_DESTROY = 1 HAVE_PTHREAD_CONDATTR_INIT = 1 HAVE_PTHREAD_COND_BROADCAST = 1 HAVE_PTHREAD_COND_DESTROY = 1 HAVE_PTHREAD_COND_INIT = 1 HAVE_PTHREAD_COND_SIGNAL = 1 HAVE_PTHREAD_COND_TIMEDWAIT = 1 HAVE_PTHREAD_COND_WAIT = 1 HAVE_PTHREAD_CREATE = 1 HAVE_PTHREAD_CREATE_DETACHED = 1 HAVE_PTHREAD_DETACH = 1 HAVE_PTHREAD_EQUAL = 1 HAVE_PTHREAD_EXIT = 1 HAVE_PTHREAD_GETSPECIFIC = 1 HAVE_PTHREAD_H = 1 HAVE_PTHREAD_JOIN = 1 HAVE_PTHREAD_KEY_CREATE = 1 HAVE_PTHREAD_KEY_DELETE = 1 HAVE_PTHREAD_MUTEXATTR_DESTROY = 1 HAVE_PTHREAD_MUTEXATTR_GETROBUST = 1 HAVE_PTHREAD_MUTEXATTR_GETTYPE = 1 HAVE_PTHREAD_MUTEXATTR_INIT = 1 HAVE_PTHREAD_MUTEXATTR_SETROBUST = 1 HAVE_PTHREAD_MUTEXATTR_SETTYPE = 1 HAVE_PTHREAD_MUTEX_DESTROY = 1 HAVE_PTHREAD_MUTEX_INIT = 1 HAVE_PTHREAD_MUTEX_LOCK = 1 HAVE_PTHREAD_MUTEX_RECURSIVE = 1 HAVE_PTHREAD_MUTEX_ROBUST = 1 HAVE_PTHREAD_MUTEX_TIMEDLOCK = 1 HAVE_PTHREAD_MUTEX_TRYLOCK = 1 HAVE_PTHREAD_MUTEX_UNLOCK = 1 HAVE_PTHREAD_ONCE = 1 HAVE_PTHREAD_PROCESS_SHARED = 1 HAVE_PTHREAD_RWLOCKATTR_DESTROY = 1 HAVE_PTHREAD_RWLOCKATTR_INIT = 1 HAVE_PTHREAD_RWLOCK_DESTROY = 1 HAVE_PTHREAD_RWLOCK_INIT = 1 HAVE_PTHREAD_RWLOCK_RDLOCK = 1 HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK = 1 HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK = 1 HAVE_PTHREAD_RWLOCK_TRYRDLOCK = 1 HAVE_PTHREAD_RWLOCK_TRYWRLOCK = 1 HAVE_PTHREAD_RWLOCK_UNLOCK = 1 HAVE_PTHREAD_RWLOCK_WRLOCK = 1 HAVE_PTHREAD_SELF = 1 HAVE_PTHREAD_SETSPECIFIC = 1 HAVE_PTHREAD_SIGMASK = 1 HAVE_PTHREAD_SPINLOCK_T = 1 HAVE_PTHREAD_SPIN_DESTROY = 1 HAVE_PTHREAD_SPIN_INIT = 1 HAVE_PTHREAD_SPIN_LOCK = 1 HAVE_PTHREAD_SPIN_TRYLOCK = 1 HAVE_PTHREAD_SPIN_UNLOCK = 1 HAVE_PTHREAD_T = 1 HAVE_PTSNAME = 1 HAVE_PTSNAME_R = 1 HAVE_PWRITE = 1 HAVE_QSORT_R = 1 HAVE_RAISE = 1 HAVE_RANDOM = 1 HAVE_RANDOM_H = 1 HAVE_RANDOM_R = 1 HAVE_RAWMEMCHR = 1 HAVE_READDIR = 1 HAVE_READLINK = 1 HAVE_READLINKAT = 1 HAVE_REALLOCARRAY = 1 HAVE_REALPATH = 1 HAVE_RENAMEAT = 1 HAVE_REWINDDIR = 1 HAVE_RPMATCH = 1 HAVE_SA_FAMILY_T = 1 HAVE_SCANDIR = 1 HAVE_SCHED_H = 1 HAVE_SCHED_YIELD = 1 HAVE_SECURE_GETENV = 1 HAVE_SETENV = 1 HAVE_SETHOSTNAME = 1 HAVE_SETSTATE = 1 HAVE_SIGABBREV_NP = 1 HAVE_SIGACTION = 1 HAVE_SIGDESCR_NP = 1 HAVE_SIGHANDLER_T = 1 HAVE_SIGINFO_T = 1 HAVE_SIGNED_SIG_ATOMIC_T = HAVE_SIGNED_WCHAR_T = HAVE_SIGNED_WINT_T = HAVE_SIGSET_T = 1 HAVE_SLEEP = 1 HAVE_STDINT_H = 1 HAVE_STPCPY = 1 HAVE_STPNCPY = 1 HAVE_STRCASESTR = 1 HAVE_STRCHRNUL = 1 HAVE_STRERRORNAME_NP = 1 HAVE_STRPBRK = 1 HAVE_STRPTIME = 1 HAVE_STRSEP = 1 HAVE_STRTOD = 1 HAVE_STRTOL = 1 HAVE_STRTOLD = 1 HAVE_STRTOLL = 1 HAVE_STRTOUL = 1 HAVE_STRTOULL = 1 HAVE_STRUCT_RANDOM_DATA = 1 HAVE_STRUCT_SCHED_PARAM = 1 HAVE_STRUCT_SIGACTION_SA_SIGACTION = 1 HAVE_STRUCT_SOCKADDR_STORAGE = 1 HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = 1 HAVE_STRUCT_TIMEVAL = 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_IOCTL_H = 1 HAVE_SYS_LOADAVG_H = 0 HAVE_SYS_PARAM_H = 0 HAVE_SYS_RANDOM_H = 1 HAVE_SYS_SELECT_H = 1 HAVE_SYS_SOCKET_H = 1 HAVE_SYS_TIME_H = 1 HAVE_SYS_TYPES_H = 1 HAVE_SYS_UIO_H = 1 HAVE_TIMEGM = 1 HAVE_TIMESPEC_GET = 1 HAVE_TIMESPEC_GETRES = 1 HAVE_TIMEZONE_T = 0 HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = 1 HAVE_UNISTD_H = 1 HAVE_UNLINKAT = 1 HAVE_UNLOCKPT = 1 HAVE_USLEEP = 1 HAVE_UTIMENSAT = 1 HAVE_VASPRINTF = 1 HAVE_VDPRINTF = 1 HAVE_VISIBILITY = HAVE_WCHAR_H = 1 HAVE_WCHAR_T = 1 HAVE_WCPCPY = 1 HAVE_WCPNCPY = 1 HAVE_WCRTOMB = 1 HAVE_WCSCASECMP = 1 HAVE_WCSCAT = 1 HAVE_WCSCHR = 1 HAVE_WCSCMP = 1 HAVE_WCSCOLL = 1 HAVE_WCSCPY = 1 HAVE_WCSCSPN = 1 HAVE_WCSDUP = 1 HAVE_WCSFTIME = 1 HAVE_WCSLEN = 1 HAVE_WCSNCASECMP = 1 HAVE_WCSNCAT = 1 HAVE_WCSNCMP = 1 HAVE_WCSNCPY = 1 HAVE_WCSNLEN = 1 HAVE_WCSNRTOMBS = 1 HAVE_WCSPBRK = 1 HAVE_WCSRCHR = 1 HAVE_WCSRTOMBS = 1 HAVE_WCSSPN = 1 HAVE_WCSSTR = 1 HAVE_WCSTOK = 1 HAVE_WCSWIDTH = 1 HAVE_WCSXFRM = 1 HAVE_WCTRANS_T = 1 HAVE_WCTYPE_H = 1 HAVE_WCTYPE_T = 1 HAVE_WINSOCK2_H = 0 HAVE_WINT_T = 1 HAVE_WMEMCHR = 1 HAVE_WMEMCMP = 1 HAVE_WMEMCPY = 1 HAVE_WMEMMOVE = 1 HAVE_WMEMPCPY = 1 HAVE_WMEMSET = 1 HAVE_WS2TCPIP_H = 0 HAVE_XLOCALE_H = 0 HAVE__EXIT = 1 INCLUDE_NEXT = include_next INCLUDE_NEXT_AS_FIRST_DIRECTIVE = include_next INET_PTON_LIB = INSTALL = /home/user/Open2305Lime2024-eap235/staging_dir/host/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s INT32_MAX_LT_INTMAX_MAX = 1 INT64_MAX_EQ_LONG_MAX = 1 INTLLIBS = INTL_MACOSX_LIBS = LDFLAGS = -L/home/user/Open2305Lime2024-eap235/staging_dir/host/lib LIBICONV = -liconv LIBINTL = LIBMULTITHREAD = -pthread LIBOBJS = LIBPMULTITHREAD = -pthread LIBPTHREAD = -pthread LIBS = LIBSED_LIBDEPS = LIBSED_LTLIBDEPS = LIBSOCKET = LIBSTDTHREAD = LIBTESTS_LIBDEPS = LIBTHREAD = LIB_ACL = LIB_CLOCK_GETTIME = LIB_GETRANDOM = LIB_HARD_LOCALE = LIB_HAS_ACL = LIB_MBRTOWC = LIB_NANOSLEEP = LIB_NL_LANGINFO = LIB_PTHREAD = -pthread LIB_PTHREAD_SIGMASK = -pthread LIB_SCHED_YIELD = LIB_SELECT = LIB_SELINUX = LIB_SETLOCALE = LIB_SETLOCALE_NULL = LIMITS_H = $(top_build_prefix)lib/limits.h LOCALCHARSET_TESTS_ENVIRONMENT = LOCALENAME_ENHANCE_LOCALE_FUNCS = 0 LOCALE_FR = none LOCALE_FR_UTF8 = none LOCALE_JA = none LOCALE_TR_UTF8 = none LOCALE_ZH_CN = none LTLIBICONV = -liconv LTLIBINTL = LTLIBMULTITHREAD = -pthread LTLIBOBJS = LTLIBTHREAD = MAKEINFO = ${SHELL} '/home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9/build-aux/missing' makeinfo MKDIR_P = /bin/mkdir -p MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt MSGMERGE = /usr/bin/msgmerge NETINET_IN_H = NEXT_ARPA_INET_H = NEXT_ASSERT_H = NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = NEXT_AS_FIRST_DIRECTIVE_ASSERT_H = NEXT_AS_FIRST_DIRECTIVE_CTYPE_H = NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H = NEXT_AS_FIRST_DIRECTIVE_PTHREAD_H = NEXT_AS_FIRST_DIRECTIVE_SCHED_H = NEXT_AS_FIRST_DIRECTIVE_SELINUX_SELINUX_H = NEXT_AS_FIRST_DIRECTIVE_SIGNAL_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_IOCTL_H = NEXT_AS_FIRST_DIRECTIVE_SYS_RANDOM_H = NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = NEXT_AS_FIRST_DIRECTIVE_TIME_H = NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = NEXT_CTYPE_H = NEXT_DIRENT_H = NEXT_ERRNO_H = NEXT_FCNTL_H = NEXT_INTTYPES_H = NEXT_LANGINFO_H = NEXT_LIMITS_H = NEXT_LOCALE_H = NEXT_NETINET_IN_H = NEXT_PTHREAD_H = NEXT_SCHED_H = NEXT_SELINUX_SELINUX_H = NEXT_SIGNAL_H = NEXT_STDARG_H = NEXT_STDDEF_H = NEXT_STDINT_H = NEXT_STDIO_H = NEXT_STDLIB_H = NEXT_STRING_H = NEXT_SYS_IOCTL_H = NEXT_SYS_RANDOM_H = NEXT_SYS_SELECT_H = NEXT_SYS_SOCKET_H = NEXT_SYS_STAT_H = NEXT_SYS_TIME_H = NEXT_SYS_TYPES_H = NEXT_SYS_UIO_H = NEXT_TIME_H = NEXT_UNISTD_H = NEXT_WCHAR_H = NEXT_WCTYPE_H = OBJEXT = o PACKAGE = sed PACKAGE_BUGREPORT = bug-sed@gnu.org PACKAGE_NAME = GNU sed PACKAGE_STRING = GNU sed 4.9 PACKAGE_TARNAME = sed PACKAGE_URL = https://www.gnu.org/software/sed/ PACKAGE_VERSION = 4.9 PATH_SEPARATOR = : PERL = /home/user/Open2305Lime2024-eap235/staging_dir/host/bin/perl POSUB = PRAGMA_COLUMNS = PRAGMA_SYSTEM_HEADER = #pragma GCC system_header PRIPTR_PREFIX = "l" PTHREAD_H_DEFINES_STRUCT_TIMESPEC = 0 PTRDIFF_T_SUFFIX = RANLIB = ranlib REPLACE_ACCESS = 0 REPLACE_ALIGNED_ALLOC = 0 REPLACE_BTOWC = 0 REPLACE_CALLOC_FOR_CALLOC_GNU = 0 REPLACE_CALLOC_FOR_CALLOC_POSIX = 0 REPLACE_CANONICALIZE_FILE_NAME = 0 REPLACE_CHMOD = 0 REPLACE_CHOWN = 0 REPLACE_CLOSE = 0 REPLACE_CLOSEDIR = 0 REPLACE_COPY_FILE_RANGE = 0 REPLACE_CREAT = 0 REPLACE_CTIME = GNULIB_PORTCHECK REPLACE_DIRFD = 0 REPLACE_DPRINTF = 0 REPLACE_DUP = 0 REPLACE_DUP2 = 0 REPLACE_DUPLOCALE = 0 REPLACE_EXECL = 0 REPLACE_EXECLE = 0 REPLACE_EXECLP = 0 REPLACE_EXECV = 0 REPLACE_EXECVE = 0 REPLACE_EXECVP = 0 REPLACE_EXECVPE = 0 REPLACE_FACCESSAT = 0 REPLACE_FCHMODAT = 0 REPLACE_FCHOWNAT = 0 REPLACE_FCLOSE = 0 REPLACE_FCNTL = 1 REPLACE_FDOPEN = 0 REPLACE_FDOPENDIR = 0 REPLACE_FFLUSH = 1 REPLACE_FFSLL = 0 REPLACE_FOPEN = 0 REPLACE_FOPEN_FOR_FOPEN_GNU = 0 REPLACE_FPRINTF = 0 REPLACE_FPURGE = 0 REPLACE_FREE = 1 REPLACE_FREELOCALE = 0 REPLACE_FREOPEN = 0 REPLACE_FSEEK = 1 REPLACE_FSEEKO = 1 REPLACE_FSTAT = 0 REPLACE_FSTATAT = 0 REPLACE_FTELL = 0 REPLACE_FTELLO = 0 REPLACE_FTRUNCATE = 0 REPLACE_FUTIMENS = 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_GETPASS_FOR_GETPASS_GNU = 0 REPLACE_GETRANDOM = 0 REPLACE_GETTIMEOFDAY = 0 REPLACE_GMTIME = 0 REPLACE_INET_NTOP = 0 REPLACE_INET_PTON = 0 REPLACE_INITSTATE = 0 REPLACE_IOCTL = 1 REPLACE_ISATTY = 0 REPLACE_ISWBLANK = 0 REPLACE_ISWCNTRL = 0 REPLACE_ISWDIGIT = 0 REPLACE_ISWXDIGIT = 0 REPLACE_LCHOWN = 0 REPLACE_LINK = 0 REPLACE_LINKAT = 0 REPLACE_LOCALECONV = 0 REPLACE_LOCALTIME = 0 REPLACE_LOCALTIME_R = GNULIB_PORTCHECK REPLACE_LSEEK = 0 REPLACE_LSTAT = 0 REPLACE_MALLOC_FOR_MALLOC_GNU = 0 REPLACE_MALLOC_FOR_MALLOC_POSIX = 0 REPLACE_MBRLEN = 1 REPLACE_MBRTOWC = 1 REPLACE_MBSINIT = 0 REPLACE_MBSNRTOWCS = 0 REPLACE_MBSRTOWCS = 0 REPLACE_MBSTATE_T = 0 REPLACE_MBTOWC = 0 REPLACE_MEMCHR = 0 REPLACE_MEMMEM = 0 REPLACE_MKDIR = 0 REPLACE_MKFIFO = 0 REPLACE_MKFIFOAT = 0 REPLACE_MKNOD = 0 REPLACE_MKNODAT = 0 REPLACE_MKSTEMP = 0 REPLACE_MKTIME = GNULIB_PORTCHECK REPLACE_NANOSLEEP = 1 REPLACE_NEWLOCALE = 0 REPLACE_NL_LANGINFO = 0 REPLACE_NULL = 0 REPLACE_OBSTACK_PRINTF = 0 REPLACE_OPEN = 0 REPLACE_OPENAT = 0 REPLACE_OPENDIR = 0 REPLACE_PERROR = 0 REPLACE_POPEN = 0 REPLACE_POSIX_MEMALIGN = 0 REPLACE_PREAD = 0 REPLACE_PRINTF = 0 REPLACE_PSELECT = 0 REPLACE_PTHREAD_ATTR_DESTROY = 0 REPLACE_PTHREAD_ATTR_GETDETACHSTATE = 0 REPLACE_PTHREAD_ATTR_INIT = 0 REPLACE_PTHREAD_ATTR_SETDETACHSTATE = 0 REPLACE_PTHREAD_CONDATTR_DESTROY = 0 REPLACE_PTHREAD_CONDATTR_INIT = 0 REPLACE_PTHREAD_COND_BROADCAST = 0 REPLACE_PTHREAD_COND_DESTROY = 0 REPLACE_PTHREAD_COND_INIT = 0 REPLACE_PTHREAD_COND_SIGNAL = 0 REPLACE_PTHREAD_COND_TIMEDWAIT = 0 REPLACE_PTHREAD_COND_WAIT = 0 REPLACE_PTHREAD_CREATE = 0 REPLACE_PTHREAD_DETACH = 0 REPLACE_PTHREAD_EQUAL = 0 REPLACE_PTHREAD_EXIT = 0 REPLACE_PTHREAD_GETSPECIFIC = 0 REPLACE_PTHREAD_JOIN = 0 REPLACE_PTHREAD_KEY_CREATE = 0 REPLACE_PTHREAD_KEY_DELETE = 0 REPLACE_PTHREAD_MUTEXATTR_DESTROY = 0 REPLACE_PTHREAD_MUTEXATTR_GETROBUST = 0 REPLACE_PTHREAD_MUTEXATTR_GETTYPE = 0 REPLACE_PTHREAD_MUTEXATTR_INIT = 0 REPLACE_PTHREAD_MUTEXATTR_SETROBUST = 0 REPLACE_PTHREAD_MUTEXATTR_SETTYPE = 0 REPLACE_PTHREAD_MUTEX_DESTROY = 0 REPLACE_PTHREAD_MUTEX_INIT = 0 REPLACE_PTHREAD_MUTEX_LOCK = 0 REPLACE_PTHREAD_MUTEX_TIMEDLOCK = 0 REPLACE_PTHREAD_MUTEX_TRYLOCK = 0 REPLACE_PTHREAD_MUTEX_UNLOCK = 0 REPLACE_PTHREAD_ONCE = 0 REPLACE_PTHREAD_RWLOCKATTR_DESTROY = 0 REPLACE_PTHREAD_RWLOCKATTR_INIT = 0 REPLACE_PTHREAD_RWLOCK_DESTROY = 0 REPLACE_PTHREAD_RWLOCK_INIT = 0 REPLACE_PTHREAD_RWLOCK_RDLOCK = 0 REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK = 0 REPLACE_PTHREAD_RWLOCK_TIMEDWRLOCK = 0 REPLACE_PTHREAD_RWLOCK_TRYRDLOCK = 0 REPLACE_PTHREAD_RWLOCK_TRYWRLOCK = 0 REPLACE_PTHREAD_RWLOCK_UNLOCK = 0 REPLACE_PTHREAD_RWLOCK_WRLOCK = 0 REPLACE_PTHREAD_SELF = 0 REPLACE_PTHREAD_SETSPECIFIC = 0 REPLACE_PTHREAD_SIGMASK = 0 REPLACE_PTHREAD_SPIN_DESTROY = 0 REPLACE_PTHREAD_SPIN_INIT = 0 REPLACE_PTHREAD_SPIN_LOCK = 0 REPLACE_PTHREAD_SPIN_TRYLOCK = 0 REPLACE_PTHREAD_SPIN_UNLOCK = 0 REPLACE_PTSNAME = 0 REPLACE_PTSNAME_R = 0 REPLACE_PUTENV = 0 REPLACE_PWRITE = 0 REPLACE_QSORT_R = 0 REPLACE_RAISE = 0 REPLACE_RANDOM = 0 REPLACE_RANDOM_R = 0 REPLACE_READ = 0 REPLACE_READLINK = 0 REPLACE_READLINKAT = 0 REPLACE_REALLOCARRAY = 0 REPLACE_REALLOC_FOR_REALLOC_GNU = 0 REPLACE_REALLOC_FOR_REALLOC_POSIX = 0 REPLACE_REALPATH = 0 REPLACE_REMOVE = 0 REPLACE_RENAME = 0 REPLACE_RENAMEAT = 0 REPLACE_RMDIR = 0 REPLACE_SCHED_YIELD = 0 REPLACE_SELECT = 0 REPLACE_SETENV = 0 REPLACE_SETLOCALE = 0 REPLACE_SETSTATE = 0 REPLACE_SLEEP = 0 REPLACE_SNPRINTF = 0 REPLACE_SPRINTF = 0 REPLACE_STAT = 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_STRERRORNAME_NP = 0 REPLACE_STRERROR_R = 1 REPLACE_STRFTIME = GNULIB_PORTCHECK REPLACE_STRNCAT = 0 REPLACE_STRNDUP = 0 REPLACE_STRNLEN = 0 REPLACE_STRSIGNAL = 0 REPLACE_STRSTR = 0 REPLACE_STRTOD = 0 REPLACE_STRTOIMAX = 0 REPLACE_STRTOK_R = 0 REPLACE_STRTOL = 0 REPLACE_STRTOLD = 0 REPLACE_STRTOLL = 0 REPLACE_STRTOUL = 0 REPLACE_STRTOULL = 0 REPLACE_STRTOUMAX = 0 REPLACE_STRUCT_LCONV = 0 REPLACE_STRUCT_TIMEVAL = 0 REPLACE_SYMLINK = 0 REPLACE_SYMLINKAT = 0 REPLACE_TIMEGM = GNULIB_PORTCHECK REPLACE_TMPFILE = 0 REPLACE_TOWLOWER = 0 REPLACE_TRUNCATE = 0 REPLACE_TTYNAME_R = 0 REPLACE_TZSET = GNULIB_PORTCHECK REPLACE_UNLINK = 0 REPLACE_UNLINKAT = 0 REPLACE_UNSETENV = 0 REPLACE_USLEEP = 0 REPLACE_UTIMENSAT = 0 REPLACE_VASPRINTF = 0 REPLACE_VDPRINTF = 0 REPLACE_VFPRINTF = 0 REPLACE_VPRINTF = 0 REPLACE_VSNPRINTF = 0 REPLACE_VSPRINTF = 0 REPLACE_WCRTOMB = 0 REPLACE_WCSFTIME = 0 REPLACE_WCSNRTOMBS = 0 REPLACE_WCSRTOMBS = 0 REPLACE_WCSTOK = 0 REPLACE_WCSWIDTH = 0 REPLACE_WCTOB = 0 REPLACE_WCTOMB = 0 REPLACE_WCWIDTH = 0 REPLACE_WRITE = 0 SED = /home/user/Open2305Lime2024-eap235/staging_dir/host/bin/sed SELINUX_CONTEXT_H = $(top_build_prefix)lib/selinux/context.h SELINUX_LABEL_H = $(top_build_prefix)lib/selinux/label.h SET_MAKE = SHELL = /usr/bin/env bash SIG_ATOMIC_T_SUFFIX = SIZE_T_SUFFIX = STDALIGN_H = STDARG_H = STDCKDINT_H = $(top_build_prefix)lib/stdckdint.h STDDEF_H = STDINT_H = STRIP = SYS_IOCTL_H_HAVE_WINSOCK2_H = 0 SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = 0 TIME_H_DEFINES_STRUCT_TIMESPEC = 1 TIME_H_DEFINES_TIME_UTC = 1 UINT32_MAX_LT_UINTMAX_MAX = 1 UINT64_MAX_EQ_ULONG_MAX = 1 UNDEFINE_STRTOK_R = 0 UNISTD_H_DEFINES_STRUCT_TIMESPEC = 0 UNISTD_H_HAVE_SYS_RANDOM_H = 1 UNISTD_H_HAVE_WINSOCK2_H = 0 UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = 0 USE_ACL = 0 USE_NLS = no VERSION = 4.9 WARN_CFLAGS = WCHAR_T_SUFFIX = WERROR_CFLAGS = WINDOWS_64_BIT_OFF_T = 0 WINDOWS_64_BIT_ST_SIZE = 0 WINDOWS_STAT_INODES = 0 WINDOWS_STAT_TIMESPEC = 0 WINT_T_SUFFIX = XFAIL_TESTS = testsuite/utf8-1 testsuite/utf8-2 \ testsuite/utf8-3 testsuite/utf8-4 XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = --flag=error:3:c-format --flag=error_at_line:5:c-format abs_aux_dir = /home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9/build-aux abs_builddir = /home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9 abs_srcdir = /home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9 abs_top_builddir = /home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9 abs_top_srcdir = /home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9 ac_ct_CC = am__include = include am__leading_dot = . am__quote = am__rm_f_notfound = am__tar = $${TAR-tar} chof - "$$tardir" am__untar = $${TAR-tar} xf - am__xargs_n = xargs -n bindir = ${exec_prefix}/bin build = x86_64-pc-linux-gnu build_alias = x86_64-pc-linux-gnu build_cpu = x86_64 build_os = linux-gnu build_vendor = pc builddir = . datadir = ${datarootdir} datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = /home/user/Open2305Lime2024-eap235/staging_dir/host gl_LIBOBJDEPS = gl_LIBOBJS = gl_LTLIBOBJS = gltests_LIBOBJDEPS = ./$(DEPDIR)/strerror_r.Po gltests_LIBOBJS = strerror_r.o gltests_LTLIBOBJS = strerror_r.lo gltests_WITNESS = IN_SED_GNULIB_TESTS host = x86_64-pc-linux-gnu host_alias = x86_64-pc-linux-gnu host_cpu = x86_64 host_os = linux-gnu host_vendor = pc htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info install_sh = ${SHELL} /home/user/Open2305Lime2024-eap235/build_dir/host/sed-4.9/build-aux/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = $(datadir)/locale localstatedir = /home/user/Open2305Lime2024-eap235/staging_dir/host/var mandir = ${datarootdir}/man mkdir_p = $(MKDIR_P) oldincludedir = /usr/include pdfdir = ${docdir} prefix = /home/user/Open2305Lime2024-eap235/staging_dir/host program_transform_name = s&$$&&;s&^&& psdir = ${docdir} runstatedir = ${localstatedir}/run sbindir = /home/user/Open2305Lime2024-eap235/staging_dir/host/bin sharedstatedir = ${prefix}/com srcdir = . sysconfdir = /home/user/Open2305Lime2024-eap235/staging_dir/host/etc target_alias = x86_64-pc-linux-gnu top_build_prefix = top_builddir = . top_srcdir = . SUBDIRS = po . gnulib-tests # This applies to all parts: gnulib, sed, testsuites AM_CPPFLAGS = -I$(top_srcdir) \ -I$(top_srcdir)/lib \ -I$(top_builddir)/lib \ -I$(top_builddir)/sed AM_CFLAGS = BUILT_SOURCES = .version $(ALLOCA_H) $(ASSERT_H) lib/ctype.h \ $(ERRNO_H) lib/fcntl.h lib/malloc/dynarray.gl.h \ lib/malloc/dynarray-skeleton.gl.h \ lib/malloc/scratch_buffer.gl.h lib/inttypes.h lib/langinfo.h \ $(LIMITS_H) lib/locale.h lib/selinux/selinux.h \ $(SELINUX_CONTEXT_H) $(SELINUX_LABEL_H) $(STDALIGN_H) \ $(STDARG_H) $(STDCKDINT_H) $(STDDEF_H) $(STDINT_H) lib/stdio.h \ lib/stdlib.h lib/string.h lib/sys/random.h lib/sys/stat.h \ lib/sys/types.h lib/time.h lib/unistd.h lib/wchar.h \ lib/wctype.h sed/version.c sed/version.h CLEANFILES = tmp* core *.core $(EXTRA_PROGRAMS) *.*out *.log EXTRA_DIST = BUGS THANKS.in .version .mailmap ChangeLog-2014 \ po/ChangeLog-2014 bootstrap bootstrap.conf build-aux/help2man \ thanks-gen lib/acl-internal.h lib/acl.h lib/acl_entries.c \ lib/alignof.h lib/alloca.c lib/alloca.in.h \ $(top_srcdir)/build-aux/announce-gen lib/assert.in.h \ lib/verify.h lib/attribute.h lib/basename-lgpl.h \ lib/c-strcaseeq.h lib/calloc.c lib/calloc.c lib/cloexec.h \ lib/close-stream.h lib/closeout.h lib/ctype.in.h lib/dfa.h \ lib/localeinfo.h lib/dirname.h \ $(top_srcdir)/build-aux/do-release-commit-and-tag \ lib/eloop-threshold.h lib/errno.in.h lib/error.h \ lib/exitfail.h lib/fcntl.in.h lib/fd-hook.h lib/filename.h \ lib/flexmember.h lib/fpending.h lib/stdio-impl.h \ lib/stat-w32.c lib/stat-w32.h lib/fwriting.h lib/stdio-impl.h \ $(top_srcdir)/build-aux/gendocs.sh \ $(top_srcdir)/build-aux/git-version-gen \ $(top_srcdir)/build-aux/gitlog-to-changelog lib/dynarray.h \ lib/malloc/dynarray-skeleton.c lib/malloc/dynarray.h \ lib/malloc/scratch_buffer.h lib/scratch_buffer.h \ $(top_srcdir)/build-aux/gnu-web-doc-update \ $(top_srcdir)/GNUmakefile $(top_srcdir)/build-aux/gnupload \ lib/hard-locale.h lib/ialloc.h lib/ignore-value.h \ lib/intprops-internal.h lib/intprops.h lib/inttypes.in.h \ lib/langinfo.in.h lib/cdefs.h lib/libc-config.h \ lib/limits.in.h lib/localcharset.h lib/locale.in.h \ $(top_srcdir)/maint.mk lib/malloc.c lib/malloc.c lib/malloca.h \ lib/lc-charset-dispatch.c lib/lc-charset-dispatch.h \ lib/mbrtowc-impl-utf8.h lib/mbrtowc-impl.h lib/mbtowc-lock.c \ lib/mbtowc-lock.h lib/windows-initguard.h lib/mbtowc-impl.h \ lib/memchr.valgrind lib/msvc-inval.h lib/msvc-nothrow.h \ lib/windows-initguard.h lib/obstack.h lib/pathmax.h \ lib/quote.h lib/quote.h lib/quotearg.h lib/rawmemchr.valgrind \ lib/realloc.c lib/realloc.c lib/regcomp.c lib/regex.h \ lib/regex_internal.c lib/regex_internal.h lib/regexec.c \ lib/same-inode.h lib/setlocale_null.h lib/windows-initguard.h \ lib/_Noreturn.h lib/arg-nonnull.h lib/c++defs.h \ lib/warn-on-use.h lib/stat-w32.c lib/stat-w32.h \ lib/stat-macros.h lib/stat-time.h lib/stdalign.in.h \ lib/stdarg.in.h lib/intprops-internal.h lib/stdckdint.in.h \ lib/stddef.in.h lib/stdint.in.h lib/stdio.in.h lib/stdlib.in.h \ lib/streq.h lib/strerror-override.h lib/string.in.h \ lib/sys_random.in.h lib/sys_stat.in.h lib/sys_types.in.h \ lib/tempname.h lib/time.in.h lib/unistd.in.h lib/unlocked-io.h \ $(top_srcdir)/build-aux/update-copyright \ $(top_srcdir)/build-aux/useless-if-before-free \ $(top_srcdir)/build-aux/vc-list-files lib/verify.h \ lib/wchar.in.h lib/wctomb-impl.h lib/wctype.in.h \ lib/windows-initguard.h lib/windows-mutex.h lib/windows-once.h \ lib/windows-initguard.h lib/windows-recmutex.h \ lib/windows-initguard.h lib/windows-rwlock.h lib/xalloc.h \ lib/xalloc.h lib/xalloc-oversized.h doc/dummy-man $(T) \ testsuite/Coreutils.pm testsuite/CuSkip.pm \ testsuite/CuTmpdir.pm testsuite/init.sh init.cfg \ testsuite/envvar-check testsuite/8bit.good testsuite/8bit.inp \ testsuite/binary.sed testsuite/binary2.sed \ testsuite/binary3.sed testsuite/bsd.good testsuite/bsd.sh \ testsuite/dc.sed testsuite/distrib.inp testsuite/mac-mf.good \ testsuite/mac-mf.inp testsuite/mac-mf.sed \ testsuite/madding.good testsuite/madding.inp \ testsuite/madding.sed testsuite/no-perl testsuite/uniq.good \ testsuite/uniq.inp testsuite/uniq.sed testsuite/xemacs.good \ testsuite/xemacs.inp MAINTAINERCLEANFILES = MOSTLYCLEANDIRS = lib/selinux lib/sys lib/sys MOSTLYCLEANFILES = lib/core lib/*.stackdump lib/alloca.h \ lib/alloca.h-t lib/assert.h lib/assert.h-t lib/ctype.h \ lib/ctype.h-t lib/errno.h lib/errno.h-t lib/fcntl.h \ lib/fcntl.h-t lib/malloc/dynarray.gl.h \ lib/malloc/dynarray.gl.h-t lib/malloc/dynarray-skeleton.gl.h \ lib/malloc/dynarray-skeleton.gl.h-t \ lib/malloc/scratch_buffer.gl.h \ lib/malloc/scratch_buffer.gl.h-t lib/inttypes.h \ lib/inttypes.h-t lib/langinfo.h lib/langinfo.h-t lib/limits.h \ lib/limits.h-t lib/locale.h lib/locale.h-t \ lib/selinux/selinux.h lib/selinux/selinux.h-t \ lib/selinux/context.h lib/selinux/context.h-t \ lib/selinux/label.h lib/selinux/label.h-t lib/stdalign.h \ lib/stdalign.h-t lib/stdarg.h lib/stdarg.h-t lib/stdckdint.h \ lib/stdckdint.h-t lib/stddef.h lib/stddef.h-t lib/stdint.h \ lib/stdint.h-t lib/stdio.h lib/stdio.h-t lib/stdlib.h \ lib/stdlib.h-t lib/string.h lib/string.h-t lib/sys/random.h \ lib/sys/random.h-t lib/sys/stat.h lib/sys/stat.h-t \ lib/sys/types.h lib/sys/types.h-t lib/time.h lib/time.h-t \ lib/unistd.h lib/unistd.h-t lib/wchar.h lib/wchar.h-t \ lib/wctype.h lib/wctype.h-t SUFFIXES = # No GNU Make output. noinst_LIBRARIES = lib/libsed.a sed/libver.a noinst_DATA = noinst_HEADERS = basicdefs.h sed/sed.h sed/utils.h DISTCLEANFILES = sed/version.c sed/version.h gen_start_date = 2014-09-06 # Sort in traditional ASCII order, regardless of the current locale; # otherwise we may get into trouble with distinct strings that the # current locale considers to be equal. ASSORT = LC_ALL=C sort # Extract all lines up to the first one starting with "##". prologue = perl -ne '/^\#\#/ and exit; print' $(srcdir)/THANKS.in AM_DISTCHECK_CONFIGURE_FLAGS = XGETTEXT='$(SHELL) -c : dummy' $(EXTRA_DC_FLAGS) EXTRA_DC_FLAGS = lib_libsed_a_SOURCES = lib/copy-acl.c lib/set-acl.c \ lib/acl-errno-valid.c lib/acl-internal.c lib/get-permissions.c \ lib/set-permissions.c lib/basename-lgpl.c lib/binary-io.h \ lib/binary-io.c $(am__append_1) lib/c-ctype.h lib/c-ctype.c \ lib/c-strcase.h lib/c-strcasecmp.c lib/c-strncasecmp.c \ $(am__append_2) lib/cloexec.c $(am__append_3) \ lib/close-stream.c lib/closeout.c lib/dfa.c lib/localeinfo.c \ lib/dirname-lgpl.c lib/stripslash.c $(am__append_4) \ $(am__append_5) lib/exitfail.c $(am__append_6) lib/fd-hook.c \ $(am__append_7) $(am__append_8) $(am__append_9) \ $(am__append_10) $(am__append_11) $(am__append_12) \ lib/getprogname.h lib/getprogname.c $(am__append_13) \ lib/gettext.h lib/malloc/dynarray_at_failure.c \ lib/malloc/dynarray_emplace_enlarge.c \ lib/malloc/dynarray_finalize.c lib/malloc/dynarray_resize.c \ lib/malloc/dynarray_resize_clear.c \ lib/malloc/scratch_buffer_grow.c \ lib/malloc/scratch_buffer_grow_preserve.c \ lib/malloc/scratch_buffer_set_array_size.c lib/hard-locale.c \ lib/ialloc.c lib/idx.h lib/localcharset.c $(am__append_14) \ lib/glthread/lock.h lib/glthread/lock.c $(am__append_15) \ lib/malloca.c $(am__append_16) $(am__append_17) \ $(am__append_18) $(am__append_19) $(am__append_20) \ $(am__append_21) $(am__append_22) lib/minmax.h \ $(am__append_23) $(am__append_24) $(am__append_25) \ $(am__append_26) $(am__append_27) $(am__append_28) \ $(am__append_29) $(am__append_30) lib/progname.h \ lib/progname.c lib/qcopy-acl.c lib/qset-acl.c lib/quotearg.c \ $(am__append_31) $(am__append_32) $(am__append_33) \ $(am__append_34) $(am__append_35) $(am__append_36) \ $(am__append_37) lib/se-context.in.h lib/se-label.in.h \ lib/se-selinux.in.h lib/se-context.c lib/se-label.c \ lib/se-selinux.c lib/setlocale_null.c $(am__append_38) \ $(am__append_39) lib/stat-time.c $(am__append_40) \ $(am__append_41) $(am__append_42) $(am__append_43) \ $(am__append_44) lib/tempname.c lib/glthread/threadlib.c \ lib/unistd.c lib/version-etc.h lib/version-etc.c \ lib/version-etc-fsf.c $(am__append_45) $(am__append_46) \ $(am__append_47) lib/wctype-h.c $(am__append_48) \ $(am__append_49) $(am__append_50) $(am__append_51) \ lib/xmalloc.c lib/xalloc-die.c lib_libsed_a_CFLAGS = $(AM_CFLAGS) $(GL_CFLAG_GNULIB_WARNINGS) lib_libsed_a_LIBADD = $(gl_LIBOBJS) lib_libsed_a_DEPENDENCIES = $(gl_LIBOBJS) EXTRA_lib_libsed_a_SOURCES = lib/acl_entries.c lib/alloca.c \ lib/calloc.c lib/calloc.c lib/stat-w32.c \ lib/malloc/dynarray-skeleton.c lib/malloc.c lib/malloc.c \ lib/lc-charset-dispatch.c lib/mbtowc-lock.c lib/realloc.c \ lib/realloc.c lib/regcomp.c lib/regex_internal.c lib/regexec.c \ lib/stat-w32.c # 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 # is its recipe's first line if and only if lines are absent. gl_V_at = $(AM_V_at) # 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 = $(top_srcdir)/lib/_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 = $(top_srcdir)/lib/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 = $(top_srcdir)/lib/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 = $(top_srcdir)/lib/warn-on-use.h sed_sed_SOURCES = \ sed/compile.c \ sed/debug.c \ sed/execute.c \ sed/mbcs.c \ sed/regexp.c \ sed/sed.c \ sed/utils.c sed_sed_CPPFLAGS = $(AM_CPPFLAGS) -DLOCALEDIR=\"$(localedir)\" sed_sed_CFLAGS = $(AM_CFLAGS) $(WARN_CFLAGS) $(WERROR_CFLAGS) sed_sed_LDADD = sed/libver.a lib/libsed.a $(INTLLIBS) $(LIB_ACL) $(LIB_SELINUX) sed_sed_DEPENDENCIES = lib/libsed.a sed/libver.a nodist_sed_libver_a_SOURCES = sed/version.c sed/version.h info_TEXINFOS = doc/sed.texi doc_sed_TEXINFOS = doc/config.texi doc/version.texi doc/fdl.texi dist_man_MANS = doc/sed.1 dist_noinst_DATA = doc/sed.x doc/sed-dummy.1 HELP2MAN = $(top_srcdir)/build-aux/help2man SEDBIN = sed/sed AM_MAKEINFOHTMLFLAGS = --no-split #run_help2man = $(SHELL) $(srcdir)/doc/dummy-man run_help2man = $(PERL) -- $(HELP2MAN) $(help2man_OPTS) #run_help2man = $(SHELL) $(srcdir)/doc/dummy-man help2man_OPTS = --bold-refs TEST_EXTENSIONS = .sh .pl #TESTSUITE_PERL = $(SHELL) $(srcdir)/testsuite/no-perl TESTSUITE_PERL = $(PERL) # Options passed to the perl invocations running the perl test scripts. # '$f' is set by the Automake-generated test harness to the path of the # current test script stripped of VPATH components, and is used by the # CuTmpdir module to determine the name of the temporary files to be # used. Note that $f is a shell variable, not a make macro, so the use # of '$$f' below is correct, and not a typo. TESTSUITE_PERL_OPTIONS = -w -I$(srcdir)/testsuite -MCuSkip -MCoreutils \ -M"CuTmpdir qw($$f)" SH_LOG_COMPILER = $(SHELL) PL_LOG_COMPILER = $(TESTSUITE_PERL) $(TESTSUITE_PERL_OPTIONS) # Ensure that anything not covered by the above evokes failure. LOG_COMPILER = false # Put new, init.sh-using tests here, so that each name # is listed in only one place. # Old tests converted to newer init.sh style T = testsuite/misc.pl testsuite/bug32082.sh testsuite/bug32271-1.sh \ testsuite/bug32271-2.sh testsuite/cmd-l.sh testsuite/cmd-0r.sh \ testsuite/cmd-R.sh testsuite/colon-with-no-label.sh \ testsuite/comment-n.sh testsuite/compile-errors.sh \ testsuite/compile-tests.sh testsuite/convert-number.sh \ testsuite/command-endings.sh testsuite/debug.pl \ testsuite/execute-tests.sh testsuite/help-version.sh \ testsuite/in-place-hyphen.sh \ testsuite/in-place-suffix-backup.sh \ testsuite/inplace-selinux.sh testsuite/invalid-mb-seq-UMR.sh \ testsuite/mb-bad-delim.sh testsuite/mb-charclass-non-utf8.sh \ testsuite/mb-match-slash.sh testsuite/mb-y-translate.sh \ testsuite/missing-filename.sh testsuite/newline-dfa-bug.sh \ testsuite/normalize-text.sh testsuite/nulldata.sh \ testsuite/obinary.sh testsuite/panic-tests.sh \ testsuite/posix-char-class.sh testsuite/posix-mode-addr.sh \ testsuite/posix-mode-bad-ref.sh testsuite/posix-mode-ERE.sh \ testsuite/posix-mode-s.sh testsuite/posix-mode-N.sh \ testsuite/range-overlap.sh testsuite/recursive-escape-c.sh \ testsuite/regex-errors.sh testsuite/regex-max-int.sh \ testsuite/sandbox.sh testsuite/stdin-prog.sh \ testsuite/subst-options.sh testsuite/subst-mb-incomplete.sh \ testsuite/subst-replacement.sh testsuite/temp-file-cleanup.sh \ testsuite/title-case.sh testsuite/unbuffered.sh \ $(am__append_52) testsuite/8bit.sh testsuite/8to7.sh \ testsuite/badenc.sh testsuite/binary.sh \ testsuite/bsd-wrapper.sh testsuite/dc.sh testsuite/distrib.sh \ testsuite/eval.sh testsuite/help.sh testsuite/inplace-hold.sh \ testsuite/mac-mf.sh testsuite/madding.sh testsuite/newjis.sh \ testsuite/stdin.sh testsuite/utf8-ru.sh testsuite/uniq.sh \ testsuite/word-delim.sh testsuite/xemacs.sh SEDTESTS = testsuite_get_mb_cur_max_LDADD = lib/libsed.a $(INTLLIBS) testsuite_test_mbrtowc_LDADD = lib/libsed.a $(INTLLIBS) # Note that the first lines are statements. They ensure that environment # variables that can perturb tests are unset or set to expected values. # The rest are envvar settings that propagate build-related Makefile # variables to test scripts. TESTS_ENVIRONMENT = \ tmp__=$${TMPDIR-/tmp}; \ test -d "$$tmp__" && test -w "$$tmp__" || tmp__=.; \ . $(srcdir)/testsuite/envvar-check; \ TMPDIR=$$tmp__; export TMPDIR; \ \ if test -n "$$BASH_VERSION" || (eval "export v=x") 2>/dev/null; then \ export_with_values () { export "$$@"; }; \ else \ export_with_values () \ { \ sed_extract_var='s/=.*//'; \ sed_quote_value="s/'/'\\\\''/g;s/=\\(.*\\)/='\\1'/";\ for arg in "$$@"; do \ var=`echo "$$arg" | sed "$$sed_extract_var"`; \ arg=`echo "$$arg" | sed "$$sed_quote_value"`; \ eval "$$arg"; \ export "$$var"; \ done; \ }; \ fi; \ \ export_with_values \ VERSION='$(VERSION)' \ LOCALE_FR='$(LOCALE_FR)' \ LOCALE_FR_UTF8='$(LOCALE_FR_UTF8)' \ LOCALE_JA='$(LOCALE_JA)' \ AWK=$(AWK) \ LC_ALL=C \ abs_top_builddir='$(abs_top_builddir)' \ abs_top_srcdir='$(abs_top_srcdir)' \ abs_srcdir='$(abs_srcdir)' \ built_programs=sed \ srcdir='$(srcdir)' \ top_srcdir='$(top_srcdir)' \ CC='$(CC)' \ CONFIG_HEADER='$(CONFIG_HEADER)' \ SED_TEST_NAME=`echo $$tst|sed 's,^\./,,;s,/,-,g'` \ MAKE=$(MAKE) \ MALLOC_PERTURB_=$(MALLOC_PERTURB_) \ PACKAGE_BUGREPORT='$(PACKAGE_BUGREPORT)' \ PACKAGE_VERSION=$(PACKAGE_VERSION) \ PERL='$(PERL)' \ SHELL='$(SHELL)' \ PATH='$(abs_top_builddir)/sed$(PATH_SEPARATOR)'"$$PATH" \ $(LOCALCHARSET_TESTS_ENVIRONMENT) \ ; 9>&2 all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .dvi .log .o .obj .pl .pl$(EXEEXT) .ps .sh .sh$(EXEEXT) .trs am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/lib/local.mk $(srcdir)/lib/gnulib.mk $(top_srcdir)/sed/local.mk $(top_srcdir)/doc/local.mk $(top_srcdir)/testsuite/local.mk $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/lib/local.mk $(srcdir)/lib/gnulib.mk $(top_srcdir)/sed/local.mk $(top_srcdir)/doc/local.mk $(top_srcdir)/testsuite/local.mk $(am__empty): $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @test -f $@ || rm -f stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config_h.in $(top_builddir)/config.status $(AM_V_at)rm -f stamp-h1 $(AM_V_GEN)cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config_h.in: $(am__configure_deps) $(AM_V_GEN)($(am__cd) $(top_srcdir) && $(AUTOHEADER)) $(AM_V_at)rm -f stamp-h1 $(AM_V_at)touch $@ distclean-hdr: -rm -f config.h stamp-h1 install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && $(am__rm_f) $$files clean-binPROGRAMS: -$(am__rm_f) $(bin_PROGRAMS) clean-checkPROGRAMS: -$(am__rm_f) $(check_PROGRAMS) clean-noinstLIBRARIES: -$(am__rm_f) $(noinst_LIBRARIES) lib/$(am__dirstamp): @$(MKDIR_P) lib/ @: > lib/$(am__dirstamp) lib/alloca.$(OBJEXT): lib/$(am__dirstamp) lib/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) lib/$(DEPDIR) @: > lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-copy-acl.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-set-acl.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-acl-errno-valid.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-acl-internal.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-get-permissions.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-set-permissions.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-basename-lgpl.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-binary-io.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-btowc.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-c-ctype.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-c-strcasecmp.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-c-strncasecmp.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-canonicalize-lgpl.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-cloexec.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-close.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-close-stream.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-closeout.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-dfa.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-localeinfo.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-dirname-lgpl.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-stripslash.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-dup2.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-error.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-exitfail.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-fcntl.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-fd-hook.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-fpending.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-free.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-fstat.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-fwriting.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-getdelim.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-getdtablesize.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-getprogname.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-getrandom.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/malloc/$(am__dirstamp): @$(MKDIR_P) lib/malloc @: > lib/malloc/$(am__dirstamp) lib/malloc/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) lib/malloc/$(DEPDIR) @: > lib/malloc/$(DEPDIR)/$(am__dirstamp) lib/malloc/libsed_a-dynarray_at_failure.$(OBJEXT): \ lib/malloc/$(am__dirstamp) \ lib/malloc/$(DEPDIR)/$(am__dirstamp) lib/malloc/libsed_a-dynarray_emplace_enlarge.$(OBJEXT): \ lib/malloc/$(am__dirstamp) \ lib/malloc/$(DEPDIR)/$(am__dirstamp) lib/malloc/libsed_a-dynarray_finalize.$(OBJEXT): \ lib/malloc/$(am__dirstamp) \ lib/malloc/$(DEPDIR)/$(am__dirstamp) lib/malloc/libsed_a-dynarray_resize.$(OBJEXT): \ lib/malloc/$(am__dirstamp) \ lib/malloc/$(DEPDIR)/$(am__dirstamp) lib/malloc/libsed_a-dynarray_resize_clear.$(OBJEXT): \ lib/malloc/$(am__dirstamp) \ lib/malloc/$(DEPDIR)/$(am__dirstamp) lib/malloc/libsed_a-scratch_buffer_grow.$(OBJEXT): \ lib/malloc/$(am__dirstamp) \ lib/malloc/$(DEPDIR)/$(am__dirstamp) lib/malloc/libsed_a-scratch_buffer_grow_preserve.$(OBJEXT): \ lib/malloc/$(am__dirstamp) \ lib/malloc/$(DEPDIR)/$(am__dirstamp) lib/malloc/libsed_a-scratch_buffer_set_array_size.$(OBJEXT): \ lib/malloc/$(am__dirstamp) \ lib/malloc/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-hard-locale.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-ialloc.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-localcharset.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-localeconv.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/glthread/$(am__dirstamp): @$(MKDIR_P) lib/glthread @: > lib/glthread/$(am__dirstamp) lib/glthread/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) lib/glthread/$(DEPDIR) @: > lib/glthread/$(DEPDIR)/$(am__dirstamp) lib/glthread/libsed_a-lock.$(OBJEXT): lib/glthread/$(am__dirstamp) \ lib/glthread/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-lstat.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-malloca.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-mbrlen.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-mbrtowc.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-mbsinit.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-mbtowc.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-memchr.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-mempcpy.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-memrchr.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-mkdir.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-mkostemp.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-msvc-inval.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-msvc-nothrow.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-nl_langinfo.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-nl_langinfo-lock.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-obstack.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-open.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-progname.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-qcopy-acl.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-qset-acl.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-quotearg.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-rawmemchr.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-readlink.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-reallocarray.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-regex.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-rename.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-rmdir.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-getfilecon.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-se-context.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-se-label.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-se-selinux.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-setlocale_null.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-setlocale-lock.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-stat.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-stat-time.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-stdio-read.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-stdio-write.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-strerror.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-strerror-override.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-strverscmp.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-tempname.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/glthread/libsed_a-threadlib.$(OBJEXT): \ lib/glthread/$(am__dirstamp) \ lib/glthread/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-unistd.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-version-etc.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-version-etc-fsf.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-wcrtomb.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-wctob.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-wctomb.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-wctype-h.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-windows-mutex.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-windows-once.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-windows-recmutex.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-windows-rwlock.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-xmalloc.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-xalloc-die.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-acl_entries.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-alloca.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-calloc.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-stat-w32.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/malloc/libsed_a-dynarray-skeleton.$(OBJEXT): \ lib/malloc/$(am__dirstamp) \ lib/malloc/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-malloc.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-lc-charset-dispatch.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-mbtowc-lock.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-realloc.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-regcomp.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-regex_internal.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed_a-regexec.$(OBJEXT): lib/$(am__dirstamp) \ lib/$(DEPDIR)/$(am__dirstamp) lib/libsed.a: $(lib_libsed_a_OBJECTS) $(lib_libsed_a_DEPENDENCIES) $(EXTRA_lib_libsed_a_DEPENDENCIES) lib/$(am__dirstamp) $(AM_V_at)-rm -f lib/libsed.a $(AM_V_AR)$(lib_libsed_a_AR) lib/libsed.a $(lib_libsed_a_OBJECTS) $(lib_libsed_a_LIBADD) $(AM_V_at)$(lib_libsed_a_RANLIB) lib/libsed.a sed/$(am__dirstamp): @$(MKDIR_P) sed @: > sed/$(am__dirstamp) sed/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) sed/$(DEPDIR) @: > sed/$(DEPDIR)/$(am__dirstamp) sed/version.$(OBJEXT): sed/$(am__dirstamp) \ sed/$(DEPDIR)/$(am__dirstamp) sed/libver.a: $(sed_libver_a_OBJECTS) $(sed_libver_a_DEPENDENCIES) $(EXTRA_sed_libver_a_DEPENDENCIES) sed/$(am__dirstamp) $(AM_V_at)-rm -f sed/libver.a $(AM_V_AR)$(sed_libver_a_AR) sed/libver.a $(sed_libver_a_OBJECTS) $(sed_libver_a_LIBADD) $(AM_V_at)$(sed_libver_a_RANLIB) sed/libver.a sed/sed-compile.$(OBJEXT): sed/$(am__dirstamp) \ sed/$(DEPDIR)/$(am__dirstamp) sed/sed-debug.$(OBJEXT): sed/$(am__dirstamp) \ sed/$(DEPDIR)/$(am__dirstamp) sed/sed-execute.$(OBJEXT): sed/$(am__dirstamp) \ sed/$(DEPDIR)/$(am__dirstamp) sed/sed-mbcs.$(OBJEXT): sed/$(am__dirstamp) \ sed/$(DEPDIR)/$(am__dirstamp) sed/sed-regexp.$(OBJEXT): sed/$(am__dirstamp) \ sed/$(DEPDIR)/$(am__dirstamp) sed/sed-sed.$(OBJEXT): sed/$(am__dirstamp) \ sed/$(DEPDIR)/$(am__dirstamp) sed/sed-utils.$(OBJEXT): sed/$(am__dirstamp) \ sed/$(DEPDIR)/$(am__dirstamp) sed/sed$(EXEEXT): $(sed_sed_OBJECTS) $(sed_sed_DEPENDENCIES) $(EXTRA_sed_sed_DEPENDENCIES) sed/$(am__dirstamp) @rm -f sed/sed$(EXEEXT) $(AM_V_CCLD)$(sed_sed_LINK) $(sed_sed_OBJECTS) $(sed_sed_LDADD) $(LIBS) testsuite/$(am__dirstamp): @$(MKDIR_P) testsuite @: > testsuite/$(am__dirstamp) testsuite/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) testsuite/$(DEPDIR) @: > testsuite/$(DEPDIR)/$(am__dirstamp) testsuite/get-mb-cur-max.$(OBJEXT): testsuite/$(am__dirstamp) \ testsuite/$(DEPDIR)/$(am__dirstamp) testsuite/get-mb-cur-max$(EXEEXT): $(testsuite_get_mb_cur_max_OBJECTS) $(testsuite_get_mb_cur_max_DEPENDENCIES) $(EXTRA_testsuite_get_mb_cur_max_DEPENDENCIES) testsuite/$(am__dirstamp) @rm -f testsuite/get-mb-cur-max$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testsuite_get_mb_cur_max_OBJECTS) $(testsuite_get_mb_cur_max_LDADD) $(LIBS) testsuite/test-mbrtowc.$(OBJEXT): testsuite/$(am__dirstamp) \ testsuite/$(DEPDIR)/$(am__dirstamp) testsuite/test-mbrtowc$(EXEEXT): $(testsuite_test_mbrtowc_OBJECTS) $(testsuite_test_mbrtowc_DEPENDENCIES) $(EXTRA_testsuite_test_mbrtowc_DEPENDENCIES) testsuite/$(am__dirstamp) @rm -f testsuite/test-mbrtowc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testsuite_test_mbrtowc_OBJECTS) $(testsuite_test_mbrtowc_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f lib/*.$(OBJEXT) -rm -f lib/glthread/*.$(OBJEXT) -rm -f lib/malloc/*.$(OBJEXT) -rm -f sed/*.$(OBJEXT) -rm -f testsuite/*.$(OBJEXT) distclean-compile: -rm -f *.tab.c #include lib/$(DEPDIR)/alloca.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-acl-errno-valid.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-acl-internal.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-acl_entries.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-alloca.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-basename-lgpl.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-binary-io.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-btowc.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-c-ctype.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-c-strcasecmp.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-c-strncasecmp.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-calloc.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-canonicalize-lgpl.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-cloexec.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-close-stream.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-close.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-closeout.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-copy-acl.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-dfa.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-dirname-lgpl.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-dup2.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-error.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-exitfail.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-fcntl.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-fd-hook.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-fpending.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-free.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-fstat.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-fwriting.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-get-permissions.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-getdelim.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-getdtablesize.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-getfilecon.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-getprogname.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-getrandom.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-hard-locale.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-ialloc.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-lc-charset-dispatch.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-localcharset.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-localeconv.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-localeinfo.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-lstat.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-malloc.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-malloca.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-mbrlen.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-mbrtowc.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-mbsinit.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-mbtowc-lock.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-mbtowc.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-memchr.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-mempcpy.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-memrchr.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-mkdir.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-mkostemp.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-msvc-inval.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-msvc-nothrow.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-nl_langinfo-lock.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-nl_langinfo.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-obstack.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-open.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-progname.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-qcopy-acl.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-qset-acl.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-quotearg.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-rawmemchr.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-readlink.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-realloc.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-reallocarray.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-regcomp.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-regex.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-regex_internal.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-regexec.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-rename.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-rmdir.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-se-context.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-se-label.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-se-selinux.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-set-acl.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-set-permissions.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-setlocale-lock.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-setlocale_null.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-stat-time.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-stat-w32.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-stat.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-stdio-read.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-stdio-write.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-strerror-override.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-strerror.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-stripslash.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-strverscmp.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-tempname.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-unistd.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-version-etc-fsf.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-version-etc.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-wcrtomb.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-wctob.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-wctomb.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-wctype-h.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-windows-mutex.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-windows-once.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-windows-recmutex.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-windows-rwlock.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-xalloc-die.Po # am--include-marker #include lib/$(DEPDIR)/libsed_a-xmalloc.Po # am--include-marker #include lib/glthread/$(DEPDIR)/libsed_a-lock.Po # am--include-marker #include lib/glthread/$(DEPDIR)/libsed_a-threadlib.Po # am--include-marker #include lib/malloc/$(DEPDIR)/libsed_a-dynarray-skeleton.Po # am--include-marker #include lib/malloc/$(DEPDIR)/libsed_a-dynarray_at_failure.Po # am--include-marker #include lib/malloc/$(DEPDIR)/libsed_a-dynarray_emplace_enlarge.Po # am--include-marker #include lib/malloc/$(DEPDIR)/libsed_a-dynarray_finalize.Po # am--include-marker #include lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize.Po # am--include-marker #include lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize_clear.Po # am--include-marker #include lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow.Po # am--include-marker #include lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow_preserve.Po # am--include-marker #include lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_set_array_size.Po # am--include-marker #include sed/$(DEPDIR)/sed-compile.Po # am--include-marker #include sed/$(DEPDIR)/sed-debug.Po # am--include-marker #include sed/$(DEPDIR)/sed-execute.Po # am--include-marker #include sed/$(DEPDIR)/sed-mbcs.Po # am--include-marker #include sed/$(DEPDIR)/sed-regexp.Po # am--include-marker #include sed/$(DEPDIR)/sed-sed.Po # am--include-marker #include sed/$(DEPDIR)/sed-utils.Po # am--include-marker #include sed/$(DEPDIR)/version.Po # am--include-marker #include testsuite/$(DEPDIR)/get-mb-cur-max.Po # am--include-marker #include testsuite/$(DEPDIR)/test-mbrtowc.Po # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @: >>$@ 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) '$<'` lib/libsed_a-copy-acl.o: lib/copy-acl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-copy-acl.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-copy-acl.Tpo -c -o lib/libsed_a-copy-acl.o `test -f 'lib/copy-acl.c' || echo '$(srcdir)/'`lib/copy-acl.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-copy-acl.Tpo lib/$(DEPDIR)/libsed_a-copy-acl.Po # $(AM_V_CC)source='lib/copy-acl.c' object='lib/libsed_a-copy-acl.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-copy-acl.o `test -f 'lib/copy-acl.c' || echo '$(srcdir)/'`lib/copy-acl.c lib/libsed_a-copy-acl.obj: lib/copy-acl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-copy-acl.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-copy-acl.Tpo -c -o lib/libsed_a-copy-acl.obj `if test -f 'lib/copy-acl.c'; then $(CYGPATH_W) 'lib/copy-acl.c'; else $(CYGPATH_W) '$(srcdir)/lib/copy-acl.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-copy-acl.Tpo lib/$(DEPDIR)/libsed_a-copy-acl.Po # $(AM_V_CC)source='lib/copy-acl.c' object='lib/libsed_a-copy-acl.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-copy-acl.obj `if test -f 'lib/copy-acl.c'; then $(CYGPATH_W) 'lib/copy-acl.c'; else $(CYGPATH_W) '$(srcdir)/lib/copy-acl.c'; fi` lib/libsed_a-set-acl.o: lib/set-acl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-set-acl.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-set-acl.Tpo -c -o lib/libsed_a-set-acl.o `test -f 'lib/set-acl.c' || echo '$(srcdir)/'`lib/set-acl.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-set-acl.Tpo lib/$(DEPDIR)/libsed_a-set-acl.Po # $(AM_V_CC)source='lib/set-acl.c' object='lib/libsed_a-set-acl.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-set-acl.o `test -f 'lib/set-acl.c' || echo '$(srcdir)/'`lib/set-acl.c lib/libsed_a-set-acl.obj: lib/set-acl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-set-acl.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-set-acl.Tpo -c -o lib/libsed_a-set-acl.obj `if test -f 'lib/set-acl.c'; then $(CYGPATH_W) 'lib/set-acl.c'; else $(CYGPATH_W) '$(srcdir)/lib/set-acl.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-set-acl.Tpo lib/$(DEPDIR)/libsed_a-set-acl.Po # $(AM_V_CC)source='lib/set-acl.c' object='lib/libsed_a-set-acl.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-set-acl.obj `if test -f 'lib/set-acl.c'; then $(CYGPATH_W) 'lib/set-acl.c'; else $(CYGPATH_W) '$(srcdir)/lib/set-acl.c'; fi` lib/libsed_a-acl-errno-valid.o: lib/acl-errno-valid.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-acl-errno-valid.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-acl-errno-valid.Tpo -c -o lib/libsed_a-acl-errno-valid.o `test -f 'lib/acl-errno-valid.c' || echo '$(srcdir)/'`lib/acl-errno-valid.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-acl-errno-valid.Tpo lib/$(DEPDIR)/libsed_a-acl-errno-valid.Po # $(AM_V_CC)source='lib/acl-errno-valid.c' object='lib/libsed_a-acl-errno-valid.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-acl-errno-valid.o `test -f 'lib/acl-errno-valid.c' || echo '$(srcdir)/'`lib/acl-errno-valid.c lib/libsed_a-acl-errno-valid.obj: lib/acl-errno-valid.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-acl-errno-valid.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-acl-errno-valid.Tpo -c -o lib/libsed_a-acl-errno-valid.obj `if test -f 'lib/acl-errno-valid.c'; then $(CYGPATH_W) 'lib/acl-errno-valid.c'; else $(CYGPATH_W) '$(srcdir)/lib/acl-errno-valid.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-acl-errno-valid.Tpo lib/$(DEPDIR)/libsed_a-acl-errno-valid.Po # $(AM_V_CC)source='lib/acl-errno-valid.c' object='lib/libsed_a-acl-errno-valid.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-acl-errno-valid.obj `if test -f 'lib/acl-errno-valid.c'; then $(CYGPATH_W) 'lib/acl-errno-valid.c'; else $(CYGPATH_W) '$(srcdir)/lib/acl-errno-valid.c'; fi` lib/libsed_a-acl-internal.o: lib/acl-internal.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-acl-internal.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-acl-internal.Tpo -c -o lib/libsed_a-acl-internal.o `test -f 'lib/acl-internal.c' || echo '$(srcdir)/'`lib/acl-internal.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-acl-internal.Tpo lib/$(DEPDIR)/libsed_a-acl-internal.Po # $(AM_V_CC)source='lib/acl-internal.c' object='lib/libsed_a-acl-internal.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-acl-internal.o `test -f 'lib/acl-internal.c' || echo '$(srcdir)/'`lib/acl-internal.c lib/libsed_a-acl-internal.obj: lib/acl-internal.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-acl-internal.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-acl-internal.Tpo -c -o lib/libsed_a-acl-internal.obj `if test -f 'lib/acl-internal.c'; then $(CYGPATH_W) 'lib/acl-internal.c'; else $(CYGPATH_W) '$(srcdir)/lib/acl-internal.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-acl-internal.Tpo lib/$(DEPDIR)/libsed_a-acl-internal.Po # $(AM_V_CC)source='lib/acl-internal.c' object='lib/libsed_a-acl-internal.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-acl-internal.obj `if test -f 'lib/acl-internal.c'; then $(CYGPATH_W) 'lib/acl-internal.c'; else $(CYGPATH_W) '$(srcdir)/lib/acl-internal.c'; fi` lib/libsed_a-get-permissions.o: lib/get-permissions.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-get-permissions.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-get-permissions.Tpo -c -o lib/libsed_a-get-permissions.o `test -f 'lib/get-permissions.c' || echo '$(srcdir)/'`lib/get-permissions.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-get-permissions.Tpo lib/$(DEPDIR)/libsed_a-get-permissions.Po # $(AM_V_CC)source='lib/get-permissions.c' object='lib/libsed_a-get-permissions.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-get-permissions.o `test -f 'lib/get-permissions.c' || echo '$(srcdir)/'`lib/get-permissions.c lib/libsed_a-get-permissions.obj: lib/get-permissions.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-get-permissions.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-get-permissions.Tpo -c -o lib/libsed_a-get-permissions.obj `if test -f 'lib/get-permissions.c'; then $(CYGPATH_W) 'lib/get-permissions.c'; else $(CYGPATH_W) '$(srcdir)/lib/get-permissions.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-get-permissions.Tpo lib/$(DEPDIR)/libsed_a-get-permissions.Po # $(AM_V_CC)source='lib/get-permissions.c' object='lib/libsed_a-get-permissions.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-get-permissions.obj `if test -f 'lib/get-permissions.c'; then $(CYGPATH_W) 'lib/get-permissions.c'; else $(CYGPATH_W) '$(srcdir)/lib/get-permissions.c'; fi` lib/libsed_a-set-permissions.o: lib/set-permissions.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-set-permissions.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-set-permissions.Tpo -c -o lib/libsed_a-set-permissions.o `test -f 'lib/set-permissions.c' || echo '$(srcdir)/'`lib/set-permissions.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-set-permissions.Tpo lib/$(DEPDIR)/libsed_a-set-permissions.Po # $(AM_V_CC)source='lib/set-permissions.c' object='lib/libsed_a-set-permissions.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-set-permissions.o `test -f 'lib/set-permissions.c' || echo '$(srcdir)/'`lib/set-permissions.c lib/libsed_a-set-permissions.obj: lib/set-permissions.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-set-permissions.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-set-permissions.Tpo -c -o lib/libsed_a-set-permissions.obj `if test -f 'lib/set-permissions.c'; then $(CYGPATH_W) 'lib/set-permissions.c'; else $(CYGPATH_W) '$(srcdir)/lib/set-permissions.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-set-permissions.Tpo lib/$(DEPDIR)/libsed_a-set-permissions.Po # $(AM_V_CC)source='lib/set-permissions.c' object='lib/libsed_a-set-permissions.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-set-permissions.obj `if test -f 'lib/set-permissions.c'; then $(CYGPATH_W) 'lib/set-permissions.c'; else $(CYGPATH_W) '$(srcdir)/lib/set-permissions.c'; fi` lib/libsed_a-basename-lgpl.o: lib/basename-lgpl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-basename-lgpl.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-basename-lgpl.Tpo -c -o lib/libsed_a-basename-lgpl.o `test -f 'lib/basename-lgpl.c' || echo '$(srcdir)/'`lib/basename-lgpl.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-basename-lgpl.Tpo lib/$(DEPDIR)/libsed_a-basename-lgpl.Po # $(AM_V_CC)source='lib/basename-lgpl.c' object='lib/libsed_a-basename-lgpl.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-basename-lgpl.o `test -f 'lib/basename-lgpl.c' || echo '$(srcdir)/'`lib/basename-lgpl.c lib/libsed_a-basename-lgpl.obj: lib/basename-lgpl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-basename-lgpl.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-basename-lgpl.Tpo -c -o lib/libsed_a-basename-lgpl.obj `if test -f 'lib/basename-lgpl.c'; then $(CYGPATH_W) 'lib/basename-lgpl.c'; else $(CYGPATH_W) '$(srcdir)/lib/basename-lgpl.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-basename-lgpl.Tpo lib/$(DEPDIR)/libsed_a-basename-lgpl.Po # $(AM_V_CC)source='lib/basename-lgpl.c' object='lib/libsed_a-basename-lgpl.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-basename-lgpl.obj `if test -f 'lib/basename-lgpl.c'; then $(CYGPATH_W) 'lib/basename-lgpl.c'; else $(CYGPATH_W) '$(srcdir)/lib/basename-lgpl.c'; fi` lib/libsed_a-binary-io.o: lib/binary-io.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-binary-io.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-binary-io.Tpo -c -o lib/libsed_a-binary-io.o `test -f 'lib/binary-io.c' || echo '$(srcdir)/'`lib/binary-io.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-binary-io.Tpo lib/$(DEPDIR)/libsed_a-binary-io.Po # $(AM_V_CC)source='lib/binary-io.c' object='lib/libsed_a-binary-io.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-binary-io.o `test -f 'lib/binary-io.c' || echo '$(srcdir)/'`lib/binary-io.c lib/libsed_a-binary-io.obj: lib/binary-io.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-binary-io.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-binary-io.Tpo -c -o lib/libsed_a-binary-io.obj `if test -f 'lib/binary-io.c'; then $(CYGPATH_W) 'lib/binary-io.c'; else $(CYGPATH_W) '$(srcdir)/lib/binary-io.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-binary-io.Tpo lib/$(DEPDIR)/libsed_a-binary-io.Po # $(AM_V_CC)source='lib/binary-io.c' object='lib/libsed_a-binary-io.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-binary-io.obj `if test -f 'lib/binary-io.c'; then $(CYGPATH_W) 'lib/binary-io.c'; else $(CYGPATH_W) '$(srcdir)/lib/binary-io.c'; fi` lib/libsed_a-btowc.o: lib/btowc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-btowc.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-btowc.Tpo -c -o lib/libsed_a-btowc.o `test -f 'lib/btowc.c' || echo '$(srcdir)/'`lib/btowc.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-btowc.Tpo lib/$(DEPDIR)/libsed_a-btowc.Po # $(AM_V_CC)source='lib/btowc.c' object='lib/libsed_a-btowc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-btowc.o `test -f 'lib/btowc.c' || echo '$(srcdir)/'`lib/btowc.c lib/libsed_a-btowc.obj: lib/btowc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-btowc.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-btowc.Tpo -c -o lib/libsed_a-btowc.obj `if test -f 'lib/btowc.c'; then $(CYGPATH_W) 'lib/btowc.c'; else $(CYGPATH_W) '$(srcdir)/lib/btowc.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-btowc.Tpo lib/$(DEPDIR)/libsed_a-btowc.Po # $(AM_V_CC)source='lib/btowc.c' object='lib/libsed_a-btowc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-btowc.obj `if test -f 'lib/btowc.c'; then $(CYGPATH_W) 'lib/btowc.c'; else $(CYGPATH_W) '$(srcdir)/lib/btowc.c'; fi` lib/libsed_a-c-ctype.o: lib/c-ctype.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-c-ctype.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-c-ctype.Tpo -c -o lib/libsed_a-c-ctype.o `test -f 'lib/c-ctype.c' || echo '$(srcdir)/'`lib/c-ctype.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-c-ctype.Tpo lib/$(DEPDIR)/libsed_a-c-ctype.Po # $(AM_V_CC)source='lib/c-ctype.c' object='lib/libsed_a-c-ctype.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-c-ctype.o `test -f 'lib/c-ctype.c' || echo '$(srcdir)/'`lib/c-ctype.c lib/libsed_a-c-ctype.obj: lib/c-ctype.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-c-ctype.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-c-ctype.Tpo -c -o lib/libsed_a-c-ctype.obj `if test -f 'lib/c-ctype.c'; then $(CYGPATH_W) 'lib/c-ctype.c'; else $(CYGPATH_W) '$(srcdir)/lib/c-ctype.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-c-ctype.Tpo lib/$(DEPDIR)/libsed_a-c-ctype.Po # $(AM_V_CC)source='lib/c-ctype.c' object='lib/libsed_a-c-ctype.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-c-ctype.obj `if test -f 'lib/c-ctype.c'; then $(CYGPATH_W) 'lib/c-ctype.c'; else $(CYGPATH_W) '$(srcdir)/lib/c-ctype.c'; fi` lib/libsed_a-c-strcasecmp.o: lib/c-strcasecmp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-c-strcasecmp.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-c-strcasecmp.Tpo -c -o lib/libsed_a-c-strcasecmp.o `test -f 'lib/c-strcasecmp.c' || echo '$(srcdir)/'`lib/c-strcasecmp.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-c-strcasecmp.Tpo lib/$(DEPDIR)/libsed_a-c-strcasecmp.Po # $(AM_V_CC)source='lib/c-strcasecmp.c' object='lib/libsed_a-c-strcasecmp.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-c-strcasecmp.o `test -f 'lib/c-strcasecmp.c' || echo '$(srcdir)/'`lib/c-strcasecmp.c lib/libsed_a-c-strcasecmp.obj: lib/c-strcasecmp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-c-strcasecmp.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-c-strcasecmp.Tpo -c -o lib/libsed_a-c-strcasecmp.obj `if test -f 'lib/c-strcasecmp.c'; then $(CYGPATH_W) 'lib/c-strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/lib/c-strcasecmp.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-c-strcasecmp.Tpo lib/$(DEPDIR)/libsed_a-c-strcasecmp.Po # $(AM_V_CC)source='lib/c-strcasecmp.c' object='lib/libsed_a-c-strcasecmp.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-c-strcasecmp.obj `if test -f 'lib/c-strcasecmp.c'; then $(CYGPATH_W) 'lib/c-strcasecmp.c'; else $(CYGPATH_W) '$(srcdir)/lib/c-strcasecmp.c'; fi` lib/libsed_a-c-strncasecmp.o: lib/c-strncasecmp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-c-strncasecmp.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-c-strncasecmp.Tpo -c -o lib/libsed_a-c-strncasecmp.o `test -f 'lib/c-strncasecmp.c' || echo '$(srcdir)/'`lib/c-strncasecmp.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-c-strncasecmp.Tpo lib/$(DEPDIR)/libsed_a-c-strncasecmp.Po # $(AM_V_CC)source='lib/c-strncasecmp.c' object='lib/libsed_a-c-strncasecmp.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-c-strncasecmp.o `test -f 'lib/c-strncasecmp.c' || echo '$(srcdir)/'`lib/c-strncasecmp.c lib/libsed_a-c-strncasecmp.obj: lib/c-strncasecmp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-c-strncasecmp.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-c-strncasecmp.Tpo -c -o lib/libsed_a-c-strncasecmp.obj `if test -f 'lib/c-strncasecmp.c'; then $(CYGPATH_W) 'lib/c-strncasecmp.c'; else $(CYGPATH_W) '$(srcdir)/lib/c-strncasecmp.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-c-strncasecmp.Tpo lib/$(DEPDIR)/libsed_a-c-strncasecmp.Po # $(AM_V_CC)source='lib/c-strncasecmp.c' object='lib/libsed_a-c-strncasecmp.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-c-strncasecmp.obj `if test -f 'lib/c-strncasecmp.c'; then $(CYGPATH_W) 'lib/c-strncasecmp.c'; else $(CYGPATH_W) '$(srcdir)/lib/c-strncasecmp.c'; fi` lib/libsed_a-canonicalize-lgpl.o: lib/canonicalize-lgpl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-canonicalize-lgpl.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-canonicalize-lgpl.Tpo -c -o lib/libsed_a-canonicalize-lgpl.o `test -f 'lib/canonicalize-lgpl.c' || echo '$(srcdir)/'`lib/canonicalize-lgpl.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-canonicalize-lgpl.Tpo lib/$(DEPDIR)/libsed_a-canonicalize-lgpl.Po # $(AM_V_CC)source='lib/canonicalize-lgpl.c' object='lib/libsed_a-canonicalize-lgpl.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-canonicalize-lgpl.o `test -f 'lib/canonicalize-lgpl.c' || echo '$(srcdir)/'`lib/canonicalize-lgpl.c lib/libsed_a-canonicalize-lgpl.obj: lib/canonicalize-lgpl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-canonicalize-lgpl.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-canonicalize-lgpl.Tpo -c -o lib/libsed_a-canonicalize-lgpl.obj `if test -f 'lib/canonicalize-lgpl.c'; then $(CYGPATH_W) 'lib/canonicalize-lgpl.c'; else $(CYGPATH_W) '$(srcdir)/lib/canonicalize-lgpl.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-canonicalize-lgpl.Tpo lib/$(DEPDIR)/libsed_a-canonicalize-lgpl.Po # $(AM_V_CC)source='lib/canonicalize-lgpl.c' object='lib/libsed_a-canonicalize-lgpl.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-canonicalize-lgpl.obj `if test -f 'lib/canonicalize-lgpl.c'; then $(CYGPATH_W) 'lib/canonicalize-lgpl.c'; else $(CYGPATH_W) '$(srcdir)/lib/canonicalize-lgpl.c'; fi` lib/libsed_a-cloexec.o: lib/cloexec.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-cloexec.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-cloexec.Tpo -c -o lib/libsed_a-cloexec.o `test -f 'lib/cloexec.c' || echo '$(srcdir)/'`lib/cloexec.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-cloexec.Tpo lib/$(DEPDIR)/libsed_a-cloexec.Po # $(AM_V_CC)source='lib/cloexec.c' object='lib/libsed_a-cloexec.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-cloexec.o `test -f 'lib/cloexec.c' || echo '$(srcdir)/'`lib/cloexec.c lib/libsed_a-cloexec.obj: lib/cloexec.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-cloexec.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-cloexec.Tpo -c -o lib/libsed_a-cloexec.obj `if test -f 'lib/cloexec.c'; then $(CYGPATH_W) 'lib/cloexec.c'; else $(CYGPATH_W) '$(srcdir)/lib/cloexec.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-cloexec.Tpo lib/$(DEPDIR)/libsed_a-cloexec.Po # $(AM_V_CC)source='lib/cloexec.c' object='lib/libsed_a-cloexec.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-cloexec.obj `if test -f 'lib/cloexec.c'; then $(CYGPATH_W) 'lib/cloexec.c'; else $(CYGPATH_W) '$(srcdir)/lib/cloexec.c'; fi` lib/libsed_a-close.o: lib/close.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-close.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-close.Tpo -c -o lib/libsed_a-close.o `test -f 'lib/close.c' || echo '$(srcdir)/'`lib/close.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-close.Tpo lib/$(DEPDIR)/libsed_a-close.Po # $(AM_V_CC)source='lib/close.c' object='lib/libsed_a-close.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-close.o `test -f 'lib/close.c' || echo '$(srcdir)/'`lib/close.c lib/libsed_a-close.obj: lib/close.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-close.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-close.Tpo -c -o lib/libsed_a-close.obj `if test -f 'lib/close.c'; then $(CYGPATH_W) 'lib/close.c'; else $(CYGPATH_W) '$(srcdir)/lib/close.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-close.Tpo lib/$(DEPDIR)/libsed_a-close.Po # $(AM_V_CC)source='lib/close.c' object='lib/libsed_a-close.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-close.obj `if test -f 'lib/close.c'; then $(CYGPATH_W) 'lib/close.c'; else $(CYGPATH_W) '$(srcdir)/lib/close.c'; fi` lib/libsed_a-close-stream.o: lib/close-stream.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-close-stream.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-close-stream.Tpo -c -o lib/libsed_a-close-stream.o `test -f 'lib/close-stream.c' || echo '$(srcdir)/'`lib/close-stream.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-close-stream.Tpo lib/$(DEPDIR)/libsed_a-close-stream.Po # $(AM_V_CC)source='lib/close-stream.c' object='lib/libsed_a-close-stream.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-close-stream.o `test -f 'lib/close-stream.c' || echo '$(srcdir)/'`lib/close-stream.c lib/libsed_a-close-stream.obj: lib/close-stream.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-close-stream.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-close-stream.Tpo -c -o lib/libsed_a-close-stream.obj `if test -f 'lib/close-stream.c'; then $(CYGPATH_W) 'lib/close-stream.c'; else $(CYGPATH_W) '$(srcdir)/lib/close-stream.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-close-stream.Tpo lib/$(DEPDIR)/libsed_a-close-stream.Po # $(AM_V_CC)source='lib/close-stream.c' object='lib/libsed_a-close-stream.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-close-stream.obj `if test -f 'lib/close-stream.c'; then $(CYGPATH_W) 'lib/close-stream.c'; else $(CYGPATH_W) '$(srcdir)/lib/close-stream.c'; fi` lib/libsed_a-closeout.o: lib/closeout.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-closeout.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-closeout.Tpo -c -o lib/libsed_a-closeout.o `test -f 'lib/closeout.c' || echo '$(srcdir)/'`lib/closeout.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-closeout.Tpo lib/$(DEPDIR)/libsed_a-closeout.Po # $(AM_V_CC)source='lib/closeout.c' object='lib/libsed_a-closeout.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-closeout.o `test -f 'lib/closeout.c' || echo '$(srcdir)/'`lib/closeout.c lib/libsed_a-closeout.obj: lib/closeout.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-closeout.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-closeout.Tpo -c -o lib/libsed_a-closeout.obj `if test -f 'lib/closeout.c'; then $(CYGPATH_W) 'lib/closeout.c'; else $(CYGPATH_W) '$(srcdir)/lib/closeout.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-closeout.Tpo lib/$(DEPDIR)/libsed_a-closeout.Po # $(AM_V_CC)source='lib/closeout.c' object='lib/libsed_a-closeout.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-closeout.obj `if test -f 'lib/closeout.c'; then $(CYGPATH_W) 'lib/closeout.c'; else $(CYGPATH_W) '$(srcdir)/lib/closeout.c'; fi` lib/libsed_a-dfa.o: lib/dfa.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-dfa.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-dfa.Tpo -c -o lib/libsed_a-dfa.o `test -f 'lib/dfa.c' || echo '$(srcdir)/'`lib/dfa.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-dfa.Tpo lib/$(DEPDIR)/libsed_a-dfa.Po # $(AM_V_CC)source='lib/dfa.c' object='lib/libsed_a-dfa.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-dfa.o `test -f 'lib/dfa.c' || echo '$(srcdir)/'`lib/dfa.c lib/libsed_a-dfa.obj: lib/dfa.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-dfa.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-dfa.Tpo -c -o lib/libsed_a-dfa.obj `if test -f 'lib/dfa.c'; then $(CYGPATH_W) 'lib/dfa.c'; else $(CYGPATH_W) '$(srcdir)/lib/dfa.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-dfa.Tpo lib/$(DEPDIR)/libsed_a-dfa.Po # $(AM_V_CC)source='lib/dfa.c' object='lib/libsed_a-dfa.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-dfa.obj `if test -f 'lib/dfa.c'; then $(CYGPATH_W) 'lib/dfa.c'; else $(CYGPATH_W) '$(srcdir)/lib/dfa.c'; fi` lib/libsed_a-localeinfo.o: lib/localeinfo.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-localeinfo.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-localeinfo.Tpo -c -o lib/libsed_a-localeinfo.o `test -f 'lib/localeinfo.c' || echo '$(srcdir)/'`lib/localeinfo.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-localeinfo.Tpo lib/$(DEPDIR)/libsed_a-localeinfo.Po # $(AM_V_CC)source='lib/localeinfo.c' object='lib/libsed_a-localeinfo.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-localeinfo.o `test -f 'lib/localeinfo.c' || echo '$(srcdir)/'`lib/localeinfo.c lib/libsed_a-localeinfo.obj: lib/localeinfo.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-localeinfo.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-localeinfo.Tpo -c -o lib/libsed_a-localeinfo.obj `if test -f 'lib/localeinfo.c'; then $(CYGPATH_W) 'lib/localeinfo.c'; else $(CYGPATH_W) '$(srcdir)/lib/localeinfo.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-localeinfo.Tpo lib/$(DEPDIR)/libsed_a-localeinfo.Po # $(AM_V_CC)source='lib/localeinfo.c' object='lib/libsed_a-localeinfo.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-localeinfo.obj `if test -f 'lib/localeinfo.c'; then $(CYGPATH_W) 'lib/localeinfo.c'; else $(CYGPATH_W) '$(srcdir)/lib/localeinfo.c'; fi` lib/libsed_a-dirname-lgpl.o: lib/dirname-lgpl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-dirname-lgpl.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-dirname-lgpl.Tpo -c -o lib/libsed_a-dirname-lgpl.o `test -f 'lib/dirname-lgpl.c' || echo '$(srcdir)/'`lib/dirname-lgpl.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-dirname-lgpl.Tpo lib/$(DEPDIR)/libsed_a-dirname-lgpl.Po # $(AM_V_CC)source='lib/dirname-lgpl.c' object='lib/libsed_a-dirname-lgpl.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-dirname-lgpl.o `test -f 'lib/dirname-lgpl.c' || echo '$(srcdir)/'`lib/dirname-lgpl.c lib/libsed_a-dirname-lgpl.obj: lib/dirname-lgpl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-dirname-lgpl.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-dirname-lgpl.Tpo -c -o lib/libsed_a-dirname-lgpl.obj `if test -f 'lib/dirname-lgpl.c'; then $(CYGPATH_W) 'lib/dirname-lgpl.c'; else $(CYGPATH_W) '$(srcdir)/lib/dirname-lgpl.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-dirname-lgpl.Tpo lib/$(DEPDIR)/libsed_a-dirname-lgpl.Po # $(AM_V_CC)source='lib/dirname-lgpl.c' object='lib/libsed_a-dirname-lgpl.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-dirname-lgpl.obj `if test -f 'lib/dirname-lgpl.c'; then $(CYGPATH_W) 'lib/dirname-lgpl.c'; else $(CYGPATH_W) '$(srcdir)/lib/dirname-lgpl.c'; fi` lib/libsed_a-stripslash.o: lib/stripslash.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stripslash.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-stripslash.Tpo -c -o lib/libsed_a-stripslash.o `test -f 'lib/stripslash.c' || echo '$(srcdir)/'`lib/stripslash.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stripslash.Tpo lib/$(DEPDIR)/libsed_a-stripslash.Po # $(AM_V_CC)source='lib/stripslash.c' object='lib/libsed_a-stripslash.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stripslash.o `test -f 'lib/stripslash.c' || echo '$(srcdir)/'`lib/stripslash.c lib/libsed_a-stripslash.obj: lib/stripslash.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stripslash.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-stripslash.Tpo -c -o lib/libsed_a-stripslash.obj `if test -f 'lib/stripslash.c'; then $(CYGPATH_W) 'lib/stripslash.c'; else $(CYGPATH_W) '$(srcdir)/lib/stripslash.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stripslash.Tpo lib/$(DEPDIR)/libsed_a-stripslash.Po # $(AM_V_CC)source='lib/stripslash.c' object='lib/libsed_a-stripslash.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stripslash.obj `if test -f 'lib/stripslash.c'; then $(CYGPATH_W) 'lib/stripslash.c'; else $(CYGPATH_W) '$(srcdir)/lib/stripslash.c'; fi` lib/libsed_a-dup2.o: lib/dup2.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-dup2.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-dup2.Tpo -c -o lib/libsed_a-dup2.o `test -f 'lib/dup2.c' || echo '$(srcdir)/'`lib/dup2.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-dup2.Tpo lib/$(DEPDIR)/libsed_a-dup2.Po # $(AM_V_CC)source='lib/dup2.c' object='lib/libsed_a-dup2.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-dup2.o `test -f 'lib/dup2.c' || echo '$(srcdir)/'`lib/dup2.c lib/libsed_a-dup2.obj: lib/dup2.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-dup2.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-dup2.Tpo -c -o lib/libsed_a-dup2.obj `if test -f 'lib/dup2.c'; then $(CYGPATH_W) 'lib/dup2.c'; else $(CYGPATH_W) '$(srcdir)/lib/dup2.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-dup2.Tpo lib/$(DEPDIR)/libsed_a-dup2.Po # $(AM_V_CC)source='lib/dup2.c' object='lib/libsed_a-dup2.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-dup2.obj `if test -f 'lib/dup2.c'; then $(CYGPATH_W) 'lib/dup2.c'; else $(CYGPATH_W) '$(srcdir)/lib/dup2.c'; fi` lib/libsed_a-error.o: lib/error.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-error.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-error.Tpo -c -o lib/libsed_a-error.o `test -f 'lib/error.c' || echo '$(srcdir)/'`lib/error.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-error.Tpo lib/$(DEPDIR)/libsed_a-error.Po # $(AM_V_CC)source='lib/error.c' object='lib/libsed_a-error.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-error.o `test -f 'lib/error.c' || echo '$(srcdir)/'`lib/error.c lib/libsed_a-error.obj: lib/error.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-error.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-error.Tpo -c -o lib/libsed_a-error.obj `if test -f 'lib/error.c'; then $(CYGPATH_W) 'lib/error.c'; else $(CYGPATH_W) '$(srcdir)/lib/error.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-error.Tpo lib/$(DEPDIR)/libsed_a-error.Po # $(AM_V_CC)source='lib/error.c' object='lib/libsed_a-error.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-error.obj `if test -f 'lib/error.c'; then $(CYGPATH_W) 'lib/error.c'; else $(CYGPATH_W) '$(srcdir)/lib/error.c'; fi` lib/libsed_a-exitfail.o: lib/exitfail.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-exitfail.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-exitfail.Tpo -c -o lib/libsed_a-exitfail.o `test -f 'lib/exitfail.c' || echo '$(srcdir)/'`lib/exitfail.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-exitfail.Tpo lib/$(DEPDIR)/libsed_a-exitfail.Po # $(AM_V_CC)source='lib/exitfail.c' object='lib/libsed_a-exitfail.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-exitfail.o `test -f 'lib/exitfail.c' || echo '$(srcdir)/'`lib/exitfail.c lib/libsed_a-exitfail.obj: lib/exitfail.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-exitfail.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-exitfail.Tpo -c -o lib/libsed_a-exitfail.obj `if test -f 'lib/exitfail.c'; then $(CYGPATH_W) 'lib/exitfail.c'; else $(CYGPATH_W) '$(srcdir)/lib/exitfail.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-exitfail.Tpo lib/$(DEPDIR)/libsed_a-exitfail.Po # $(AM_V_CC)source='lib/exitfail.c' object='lib/libsed_a-exitfail.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-exitfail.obj `if test -f 'lib/exitfail.c'; then $(CYGPATH_W) 'lib/exitfail.c'; else $(CYGPATH_W) '$(srcdir)/lib/exitfail.c'; fi` lib/libsed_a-fcntl.o: lib/fcntl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-fcntl.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-fcntl.Tpo -c -o lib/libsed_a-fcntl.o `test -f 'lib/fcntl.c' || echo '$(srcdir)/'`lib/fcntl.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-fcntl.Tpo lib/$(DEPDIR)/libsed_a-fcntl.Po # $(AM_V_CC)source='lib/fcntl.c' object='lib/libsed_a-fcntl.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-fcntl.o `test -f 'lib/fcntl.c' || echo '$(srcdir)/'`lib/fcntl.c lib/libsed_a-fcntl.obj: lib/fcntl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-fcntl.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-fcntl.Tpo -c -o lib/libsed_a-fcntl.obj `if test -f 'lib/fcntl.c'; then $(CYGPATH_W) 'lib/fcntl.c'; else $(CYGPATH_W) '$(srcdir)/lib/fcntl.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-fcntl.Tpo lib/$(DEPDIR)/libsed_a-fcntl.Po # $(AM_V_CC)source='lib/fcntl.c' object='lib/libsed_a-fcntl.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-fcntl.obj `if test -f 'lib/fcntl.c'; then $(CYGPATH_W) 'lib/fcntl.c'; else $(CYGPATH_W) '$(srcdir)/lib/fcntl.c'; fi` lib/libsed_a-fd-hook.o: lib/fd-hook.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-fd-hook.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-fd-hook.Tpo -c -o lib/libsed_a-fd-hook.o `test -f 'lib/fd-hook.c' || echo '$(srcdir)/'`lib/fd-hook.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-fd-hook.Tpo lib/$(DEPDIR)/libsed_a-fd-hook.Po # $(AM_V_CC)source='lib/fd-hook.c' object='lib/libsed_a-fd-hook.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-fd-hook.o `test -f 'lib/fd-hook.c' || echo '$(srcdir)/'`lib/fd-hook.c lib/libsed_a-fd-hook.obj: lib/fd-hook.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-fd-hook.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-fd-hook.Tpo -c -o lib/libsed_a-fd-hook.obj `if test -f 'lib/fd-hook.c'; then $(CYGPATH_W) 'lib/fd-hook.c'; else $(CYGPATH_W) '$(srcdir)/lib/fd-hook.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-fd-hook.Tpo lib/$(DEPDIR)/libsed_a-fd-hook.Po # $(AM_V_CC)source='lib/fd-hook.c' object='lib/libsed_a-fd-hook.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-fd-hook.obj `if test -f 'lib/fd-hook.c'; then $(CYGPATH_W) 'lib/fd-hook.c'; else $(CYGPATH_W) '$(srcdir)/lib/fd-hook.c'; fi` lib/libsed_a-fpending.o: lib/fpending.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-fpending.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-fpending.Tpo -c -o lib/libsed_a-fpending.o `test -f 'lib/fpending.c' || echo '$(srcdir)/'`lib/fpending.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-fpending.Tpo lib/$(DEPDIR)/libsed_a-fpending.Po # $(AM_V_CC)source='lib/fpending.c' object='lib/libsed_a-fpending.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-fpending.o `test -f 'lib/fpending.c' || echo '$(srcdir)/'`lib/fpending.c lib/libsed_a-fpending.obj: lib/fpending.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-fpending.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-fpending.Tpo -c -o lib/libsed_a-fpending.obj `if test -f 'lib/fpending.c'; then $(CYGPATH_W) 'lib/fpending.c'; else $(CYGPATH_W) '$(srcdir)/lib/fpending.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-fpending.Tpo lib/$(DEPDIR)/libsed_a-fpending.Po # $(AM_V_CC)source='lib/fpending.c' object='lib/libsed_a-fpending.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-fpending.obj `if test -f 'lib/fpending.c'; then $(CYGPATH_W) 'lib/fpending.c'; else $(CYGPATH_W) '$(srcdir)/lib/fpending.c'; fi` lib/libsed_a-free.o: lib/free.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-free.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-free.Tpo -c -o lib/libsed_a-free.o `test -f 'lib/free.c' || echo '$(srcdir)/'`lib/free.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-free.Tpo lib/$(DEPDIR)/libsed_a-free.Po # $(AM_V_CC)source='lib/free.c' object='lib/libsed_a-free.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-free.o `test -f 'lib/free.c' || echo '$(srcdir)/'`lib/free.c lib/libsed_a-free.obj: lib/free.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-free.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-free.Tpo -c -o lib/libsed_a-free.obj `if test -f 'lib/free.c'; then $(CYGPATH_W) 'lib/free.c'; else $(CYGPATH_W) '$(srcdir)/lib/free.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-free.Tpo lib/$(DEPDIR)/libsed_a-free.Po # $(AM_V_CC)source='lib/free.c' object='lib/libsed_a-free.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-free.obj `if test -f 'lib/free.c'; then $(CYGPATH_W) 'lib/free.c'; else $(CYGPATH_W) '$(srcdir)/lib/free.c'; fi` lib/libsed_a-fstat.o: lib/fstat.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-fstat.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-fstat.Tpo -c -o lib/libsed_a-fstat.o `test -f 'lib/fstat.c' || echo '$(srcdir)/'`lib/fstat.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-fstat.Tpo lib/$(DEPDIR)/libsed_a-fstat.Po # $(AM_V_CC)source='lib/fstat.c' object='lib/libsed_a-fstat.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-fstat.o `test -f 'lib/fstat.c' || echo '$(srcdir)/'`lib/fstat.c lib/libsed_a-fstat.obj: lib/fstat.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-fstat.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-fstat.Tpo -c -o lib/libsed_a-fstat.obj `if test -f 'lib/fstat.c'; then $(CYGPATH_W) 'lib/fstat.c'; else $(CYGPATH_W) '$(srcdir)/lib/fstat.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-fstat.Tpo lib/$(DEPDIR)/libsed_a-fstat.Po # $(AM_V_CC)source='lib/fstat.c' object='lib/libsed_a-fstat.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-fstat.obj `if test -f 'lib/fstat.c'; then $(CYGPATH_W) 'lib/fstat.c'; else $(CYGPATH_W) '$(srcdir)/lib/fstat.c'; fi` lib/libsed_a-fwriting.o: lib/fwriting.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-fwriting.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-fwriting.Tpo -c -o lib/libsed_a-fwriting.o `test -f 'lib/fwriting.c' || echo '$(srcdir)/'`lib/fwriting.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-fwriting.Tpo lib/$(DEPDIR)/libsed_a-fwriting.Po # $(AM_V_CC)source='lib/fwriting.c' object='lib/libsed_a-fwriting.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-fwriting.o `test -f 'lib/fwriting.c' || echo '$(srcdir)/'`lib/fwriting.c lib/libsed_a-fwriting.obj: lib/fwriting.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-fwriting.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-fwriting.Tpo -c -o lib/libsed_a-fwriting.obj `if test -f 'lib/fwriting.c'; then $(CYGPATH_W) 'lib/fwriting.c'; else $(CYGPATH_W) '$(srcdir)/lib/fwriting.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-fwriting.Tpo lib/$(DEPDIR)/libsed_a-fwriting.Po # $(AM_V_CC)source='lib/fwriting.c' object='lib/libsed_a-fwriting.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-fwriting.obj `if test -f 'lib/fwriting.c'; then $(CYGPATH_W) 'lib/fwriting.c'; else $(CYGPATH_W) '$(srcdir)/lib/fwriting.c'; fi` lib/libsed_a-getdelim.o: lib/getdelim.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-getdelim.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-getdelim.Tpo -c -o lib/libsed_a-getdelim.o `test -f 'lib/getdelim.c' || echo '$(srcdir)/'`lib/getdelim.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-getdelim.Tpo lib/$(DEPDIR)/libsed_a-getdelim.Po # $(AM_V_CC)source='lib/getdelim.c' object='lib/libsed_a-getdelim.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-getdelim.o `test -f 'lib/getdelim.c' || echo '$(srcdir)/'`lib/getdelim.c lib/libsed_a-getdelim.obj: lib/getdelim.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-getdelim.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-getdelim.Tpo -c -o lib/libsed_a-getdelim.obj `if test -f 'lib/getdelim.c'; then $(CYGPATH_W) 'lib/getdelim.c'; else $(CYGPATH_W) '$(srcdir)/lib/getdelim.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-getdelim.Tpo lib/$(DEPDIR)/libsed_a-getdelim.Po # $(AM_V_CC)source='lib/getdelim.c' object='lib/libsed_a-getdelim.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-getdelim.obj `if test -f 'lib/getdelim.c'; then $(CYGPATH_W) 'lib/getdelim.c'; else $(CYGPATH_W) '$(srcdir)/lib/getdelim.c'; fi` lib/libsed_a-getdtablesize.o: lib/getdtablesize.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-getdtablesize.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-getdtablesize.Tpo -c -o lib/libsed_a-getdtablesize.o `test -f 'lib/getdtablesize.c' || echo '$(srcdir)/'`lib/getdtablesize.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-getdtablesize.Tpo lib/$(DEPDIR)/libsed_a-getdtablesize.Po # $(AM_V_CC)source='lib/getdtablesize.c' object='lib/libsed_a-getdtablesize.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-getdtablesize.o `test -f 'lib/getdtablesize.c' || echo '$(srcdir)/'`lib/getdtablesize.c lib/libsed_a-getdtablesize.obj: lib/getdtablesize.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-getdtablesize.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-getdtablesize.Tpo -c -o lib/libsed_a-getdtablesize.obj `if test -f 'lib/getdtablesize.c'; then $(CYGPATH_W) 'lib/getdtablesize.c'; else $(CYGPATH_W) '$(srcdir)/lib/getdtablesize.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-getdtablesize.Tpo lib/$(DEPDIR)/libsed_a-getdtablesize.Po # $(AM_V_CC)source='lib/getdtablesize.c' object='lib/libsed_a-getdtablesize.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-getdtablesize.obj `if test -f 'lib/getdtablesize.c'; then $(CYGPATH_W) 'lib/getdtablesize.c'; else $(CYGPATH_W) '$(srcdir)/lib/getdtablesize.c'; fi` lib/libsed_a-getprogname.o: lib/getprogname.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-getprogname.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-getprogname.Tpo -c -o lib/libsed_a-getprogname.o `test -f 'lib/getprogname.c' || echo '$(srcdir)/'`lib/getprogname.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-getprogname.Tpo lib/$(DEPDIR)/libsed_a-getprogname.Po # $(AM_V_CC)source='lib/getprogname.c' object='lib/libsed_a-getprogname.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-getprogname.o `test -f 'lib/getprogname.c' || echo '$(srcdir)/'`lib/getprogname.c lib/libsed_a-getprogname.obj: lib/getprogname.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-getprogname.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-getprogname.Tpo -c -o lib/libsed_a-getprogname.obj `if test -f 'lib/getprogname.c'; then $(CYGPATH_W) 'lib/getprogname.c'; else $(CYGPATH_W) '$(srcdir)/lib/getprogname.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-getprogname.Tpo lib/$(DEPDIR)/libsed_a-getprogname.Po # $(AM_V_CC)source='lib/getprogname.c' object='lib/libsed_a-getprogname.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-getprogname.obj `if test -f 'lib/getprogname.c'; then $(CYGPATH_W) 'lib/getprogname.c'; else $(CYGPATH_W) '$(srcdir)/lib/getprogname.c'; fi` lib/libsed_a-getrandom.o: lib/getrandom.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-getrandom.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-getrandom.Tpo -c -o lib/libsed_a-getrandom.o `test -f 'lib/getrandom.c' || echo '$(srcdir)/'`lib/getrandom.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-getrandom.Tpo lib/$(DEPDIR)/libsed_a-getrandom.Po # $(AM_V_CC)source='lib/getrandom.c' object='lib/libsed_a-getrandom.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-getrandom.o `test -f 'lib/getrandom.c' || echo '$(srcdir)/'`lib/getrandom.c lib/libsed_a-getrandom.obj: lib/getrandom.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-getrandom.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-getrandom.Tpo -c -o lib/libsed_a-getrandom.obj `if test -f 'lib/getrandom.c'; then $(CYGPATH_W) 'lib/getrandom.c'; else $(CYGPATH_W) '$(srcdir)/lib/getrandom.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-getrandom.Tpo lib/$(DEPDIR)/libsed_a-getrandom.Po # $(AM_V_CC)source='lib/getrandom.c' object='lib/libsed_a-getrandom.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-getrandom.obj `if test -f 'lib/getrandom.c'; then $(CYGPATH_W) 'lib/getrandom.c'; else $(CYGPATH_W) '$(srcdir)/lib/getrandom.c'; fi` lib/malloc/libsed_a-dynarray_at_failure.o: lib/malloc/dynarray_at_failure.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray_at_failure.o -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray_at_failure.Tpo -c -o lib/malloc/libsed_a-dynarray_at_failure.o `test -f 'lib/malloc/dynarray_at_failure.c' || echo '$(srcdir)/'`lib/malloc/dynarray_at_failure.c # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray_at_failure.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray_at_failure.Po # $(AM_V_CC)source='lib/malloc/dynarray_at_failure.c' object='lib/malloc/libsed_a-dynarray_at_failure.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray_at_failure.o `test -f 'lib/malloc/dynarray_at_failure.c' || echo '$(srcdir)/'`lib/malloc/dynarray_at_failure.c lib/malloc/libsed_a-dynarray_at_failure.obj: lib/malloc/dynarray_at_failure.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray_at_failure.obj -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray_at_failure.Tpo -c -o lib/malloc/libsed_a-dynarray_at_failure.obj `if test -f 'lib/malloc/dynarray_at_failure.c'; then $(CYGPATH_W) 'lib/malloc/dynarray_at_failure.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray_at_failure.c'; fi` # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray_at_failure.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray_at_failure.Po # $(AM_V_CC)source='lib/malloc/dynarray_at_failure.c' object='lib/malloc/libsed_a-dynarray_at_failure.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray_at_failure.obj `if test -f 'lib/malloc/dynarray_at_failure.c'; then $(CYGPATH_W) 'lib/malloc/dynarray_at_failure.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray_at_failure.c'; fi` lib/malloc/libsed_a-dynarray_emplace_enlarge.o: lib/malloc/dynarray_emplace_enlarge.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray_emplace_enlarge.o -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray_emplace_enlarge.Tpo -c -o lib/malloc/libsed_a-dynarray_emplace_enlarge.o `test -f 'lib/malloc/dynarray_emplace_enlarge.c' || echo '$(srcdir)/'`lib/malloc/dynarray_emplace_enlarge.c # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray_emplace_enlarge.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray_emplace_enlarge.Po # $(AM_V_CC)source='lib/malloc/dynarray_emplace_enlarge.c' object='lib/malloc/libsed_a-dynarray_emplace_enlarge.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray_emplace_enlarge.o `test -f 'lib/malloc/dynarray_emplace_enlarge.c' || echo '$(srcdir)/'`lib/malloc/dynarray_emplace_enlarge.c lib/malloc/libsed_a-dynarray_emplace_enlarge.obj: lib/malloc/dynarray_emplace_enlarge.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray_emplace_enlarge.obj -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray_emplace_enlarge.Tpo -c -o lib/malloc/libsed_a-dynarray_emplace_enlarge.obj `if test -f 'lib/malloc/dynarray_emplace_enlarge.c'; then $(CYGPATH_W) 'lib/malloc/dynarray_emplace_enlarge.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray_emplace_enlarge.c'; fi` # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray_emplace_enlarge.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray_emplace_enlarge.Po # $(AM_V_CC)source='lib/malloc/dynarray_emplace_enlarge.c' object='lib/malloc/libsed_a-dynarray_emplace_enlarge.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray_emplace_enlarge.obj `if test -f 'lib/malloc/dynarray_emplace_enlarge.c'; then $(CYGPATH_W) 'lib/malloc/dynarray_emplace_enlarge.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray_emplace_enlarge.c'; fi` lib/malloc/libsed_a-dynarray_finalize.o: lib/malloc/dynarray_finalize.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray_finalize.o -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray_finalize.Tpo -c -o lib/malloc/libsed_a-dynarray_finalize.o `test -f 'lib/malloc/dynarray_finalize.c' || echo '$(srcdir)/'`lib/malloc/dynarray_finalize.c # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray_finalize.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray_finalize.Po # $(AM_V_CC)source='lib/malloc/dynarray_finalize.c' object='lib/malloc/libsed_a-dynarray_finalize.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray_finalize.o `test -f 'lib/malloc/dynarray_finalize.c' || echo '$(srcdir)/'`lib/malloc/dynarray_finalize.c lib/malloc/libsed_a-dynarray_finalize.obj: lib/malloc/dynarray_finalize.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray_finalize.obj -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray_finalize.Tpo -c -o lib/malloc/libsed_a-dynarray_finalize.obj `if test -f 'lib/malloc/dynarray_finalize.c'; then $(CYGPATH_W) 'lib/malloc/dynarray_finalize.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray_finalize.c'; fi` # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray_finalize.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray_finalize.Po # $(AM_V_CC)source='lib/malloc/dynarray_finalize.c' object='lib/malloc/libsed_a-dynarray_finalize.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray_finalize.obj `if test -f 'lib/malloc/dynarray_finalize.c'; then $(CYGPATH_W) 'lib/malloc/dynarray_finalize.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray_finalize.c'; fi` lib/malloc/libsed_a-dynarray_resize.o: lib/malloc/dynarray_resize.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray_resize.o -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize.Tpo -c -o lib/malloc/libsed_a-dynarray_resize.o `test -f 'lib/malloc/dynarray_resize.c' || echo '$(srcdir)/'`lib/malloc/dynarray_resize.c # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize.Po # $(AM_V_CC)source='lib/malloc/dynarray_resize.c' object='lib/malloc/libsed_a-dynarray_resize.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray_resize.o `test -f 'lib/malloc/dynarray_resize.c' || echo '$(srcdir)/'`lib/malloc/dynarray_resize.c lib/malloc/libsed_a-dynarray_resize.obj: lib/malloc/dynarray_resize.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray_resize.obj -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize.Tpo -c -o lib/malloc/libsed_a-dynarray_resize.obj `if test -f 'lib/malloc/dynarray_resize.c'; then $(CYGPATH_W) 'lib/malloc/dynarray_resize.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray_resize.c'; fi` # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize.Po # $(AM_V_CC)source='lib/malloc/dynarray_resize.c' object='lib/malloc/libsed_a-dynarray_resize.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray_resize.obj `if test -f 'lib/malloc/dynarray_resize.c'; then $(CYGPATH_W) 'lib/malloc/dynarray_resize.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray_resize.c'; fi` lib/malloc/libsed_a-dynarray_resize_clear.o: lib/malloc/dynarray_resize_clear.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray_resize_clear.o -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize_clear.Tpo -c -o lib/malloc/libsed_a-dynarray_resize_clear.o `test -f 'lib/malloc/dynarray_resize_clear.c' || echo '$(srcdir)/'`lib/malloc/dynarray_resize_clear.c # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize_clear.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize_clear.Po # $(AM_V_CC)source='lib/malloc/dynarray_resize_clear.c' object='lib/malloc/libsed_a-dynarray_resize_clear.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray_resize_clear.o `test -f 'lib/malloc/dynarray_resize_clear.c' || echo '$(srcdir)/'`lib/malloc/dynarray_resize_clear.c lib/malloc/libsed_a-dynarray_resize_clear.obj: lib/malloc/dynarray_resize_clear.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray_resize_clear.obj -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize_clear.Tpo -c -o lib/malloc/libsed_a-dynarray_resize_clear.obj `if test -f 'lib/malloc/dynarray_resize_clear.c'; then $(CYGPATH_W) 'lib/malloc/dynarray_resize_clear.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray_resize_clear.c'; fi` # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize_clear.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize_clear.Po # $(AM_V_CC)source='lib/malloc/dynarray_resize_clear.c' object='lib/malloc/libsed_a-dynarray_resize_clear.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray_resize_clear.obj `if test -f 'lib/malloc/dynarray_resize_clear.c'; then $(CYGPATH_W) 'lib/malloc/dynarray_resize_clear.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray_resize_clear.c'; fi` lib/malloc/libsed_a-scratch_buffer_grow.o: lib/malloc/scratch_buffer_grow.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-scratch_buffer_grow.o -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow.Tpo -c -o lib/malloc/libsed_a-scratch_buffer_grow.o `test -f 'lib/malloc/scratch_buffer_grow.c' || echo '$(srcdir)/'`lib/malloc/scratch_buffer_grow.c # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow.Tpo lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow.Po # $(AM_V_CC)source='lib/malloc/scratch_buffer_grow.c' object='lib/malloc/libsed_a-scratch_buffer_grow.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-scratch_buffer_grow.o `test -f 'lib/malloc/scratch_buffer_grow.c' || echo '$(srcdir)/'`lib/malloc/scratch_buffer_grow.c lib/malloc/libsed_a-scratch_buffer_grow.obj: lib/malloc/scratch_buffer_grow.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-scratch_buffer_grow.obj -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow.Tpo -c -o lib/malloc/libsed_a-scratch_buffer_grow.obj `if test -f 'lib/malloc/scratch_buffer_grow.c'; then $(CYGPATH_W) 'lib/malloc/scratch_buffer_grow.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/scratch_buffer_grow.c'; fi` # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow.Tpo lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow.Po # $(AM_V_CC)source='lib/malloc/scratch_buffer_grow.c' object='lib/malloc/libsed_a-scratch_buffer_grow.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-scratch_buffer_grow.obj `if test -f 'lib/malloc/scratch_buffer_grow.c'; then $(CYGPATH_W) 'lib/malloc/scratch_buffer_grow.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/scratch_buffer_grow.c'; fi` lib/malloc/libsed_a-scratch_buffer_grow_preserve.o: lib/malloc/scratch_buffer_grow_preserve.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-scratch_buffer_grow_preserve.o -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow_preserve.Tpo -c -o lib/malloc/libsed_a-scratch_buffer_grow_preserve.o `test -f 'lib/malloc/scratch_buffer_grow_preserve.c' || echo '$(srcdir)/'`lib/malloc/scratch_buffer_grow_preserve.c # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow_preserve.Tpo lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow_preserve.Po # $(AM_V_CC)source='lib/malloc/scratch_buffer_grow_preserve.c' object='lib/malloc/libsed_a-scratch_buffer_grow_preserve.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-scratch_buffer_grow_preserve.o `test -f 'lib/malloc/scratch_buffer_grow_preserve.c' || echo '$(srcdir)/'`lib/malloc/scratch_buffer_grow_preserve.c lib/malloc/libsed_a-scratch_buffer_grow_preserve.obj: lib/malloc/scratch_buffer_grow_preserve.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-scratch_buffer_grow_preserve.obj -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow_preserve.Tpo -c -o lib/malloc/libsed_a-scratch_buffer_grow_preserve.obj `if test -f 'lib/malloc/scratch_buffer_grow_preserve.c'; then $(CYGPATH_W) 'lib/malloc/scratch_buffer_grow_preserve.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/scratch_buffer_grow_preserve.c'; fi` # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow_preserve.Tpo lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow_preserve.Po # $(AM_V_CC)source='lib/malloc/scratch_buffer_grow_preserve.c' object='lib/malloc/libsed_a-scratch_buffer_grow_preserve.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-scratch_buffer_grow_preserve.obj `if test -f 'lib/malloc/scratch_buffer_grow_preserve.c'; then $(CYGPATH_W) 'lib/malloc/scratch_buffer_grow_preserve.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/scratch_buffer_grow_preserve.c'; fi` lib/malloc/libsed_a-scratch_buffer_set_array_size.o: lib/malloc/scratch_buffer_set_array_size.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-scratch_buffer_set_array_size.o -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_set_array_size.Tpo -c -o lib/malloc/libsed_a-scratch_buffer_set_array_size.o `test -f 'lib/malloc/scratch_buffer_set_array_size.c' || echo '$(srcdir)/'`lib/malloc/scratch_buffer_set_array_size.c # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_set_array_size.Tpo lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_set_array_size.Po # $(AM_V_CC)source='lib/malloc/scratch_buffer_set_array_size.c' object='lib/malloc/libsed_a-scratch_buffer_set_array_size.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-scratch_buffer_set_array_size.o `test -f 'lib/malloc/scratch_buffer_set_array_size.c' || echo '$(srcdir)/'`lib/malloc/scratch_buffer_set_array_size.c lib/malloc/libsed_a-scratch_buffer_set_array_size.obj: lib/malloc/scratch_buffer_set_array_size.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-scratch_buffer_set_array_size.obj -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_set_array_size.Tpo -c -o lib/malloc/libsed_a-scratch_buffer_set_array_size.obj `if test -f 'lib/malloc/scratch_buffer_set_array_size.c'; then $(CYGPATH_W) 'lib/malloc/scratch_buffer_set_array_size.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/scratch_buffer_set_array_size.c'; fi` # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_set_array_size.Tpo lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_set_array_size.Po # $(AM_V_CC)source='lib/malloc/scratch_buffer_set_array_size.c' object='lib/malloc/libsed_a-scratch_buffer_set_array_size.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-scratch_buffer_set_array_size.obj `if test -f 'lib/malloc/scratch_buffer_set_array_size.c'; then $(CYGPATH_W) 'lib/malloc/scratch_buffer_set_array_size.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/scratch_buffer_set_array_size.c'; fi` lib/libsed_a-hard-locale.o: lib/hard-locale.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-hard-locale.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-hard-locale.Tpo -c -o lib/libsed_a-hard-locale.o `test -f 'lib/hard-locale.c' || echo '$(srcdir)/'`lib/hard-locale.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-hard-locale.Tpo lib/$(DEPDIR)/libsed_a-hard-locale.Po # $(AM_V_CC)source='lib/hard-locale.c' object='lib/libsed_a-hard-locale.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-hard-locale.o `test -f 'lib/hard-locale.c' || echo '$(srcdir)/'`lib/hard-locale.c lib/libsed_a-hard-locale.obj: lib/hard-locale.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-hard-locale.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-hard-locale.Tpo -c -o lib/libsed_a-hard-locale.obj `if test -f 'lib/hard-locale.c'; then $(CYGPATH_W) 'lib/hard-locale.c'; else $(CYGPATH_W) '$(srcdir)/lib/hard-locale.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-hard-locale.Tpo lib/$(DEPDIR)/libsed_a-hard-locale.Po # $(AM_V_CC)source='lib/hard-locale.c' object='lib/libsed_a-hard-locale.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-hard-locale.obj `if test -f 'lib/hard-locale.c'; then $(CYGPATH_W) 'lib/hard-locale.c'; else $(CYGPATH_W) '$(srcdir)/lib/hard-locale.c'; fi` lib/libsed_a-ialloc.o: lib/ialloc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-ialloc.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-ialloc.Tpo -c -o lib/libsed_a-ialloc.o `test -f 'lib/ialloc.c' || echo '$(srcdir)/'`lib/ialloc.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-ialloc.Tpo lib/$(DEPDIR)/libsed_a-ialloc.Po # $(AM_V_CC)source='lib/ialloc.c' object='lib/libsed_a-ialloc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-ialloc.o `test -f 'lib/ialloc.c' || echo '$(srcdir)/'`lib/ialloc.c lib/libsed_a-ialloc.obj: lib/ialloc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-ialloc.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-ialloc.Tpo -c -o lib/libsed_a-ialloc.obj `if test -f 'lib/ialloc.c'; then $(CYGPATH_W) 'lib/ialloc.c'; else $(CYGPATH_W) '$(srcdir)/lib/ialloc.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-ialloc.Tpo lib/$(DEPDIR)/libsed_a-ialloc.Po # $(AM_V_CC)source='lib/ialloc.c' object='lib/libsed_a-ialloc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-ialloc.obj `if test -f 'lib/ialloc.c'; then $(CYGPATH_W) 'lib/ialloc.c'; else $(CYGPATH_W) '$(srcdir)/lib/ialloc.c'; fi` lib/libsed_a-localcharset.o: lib/localcharset.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-localcharset.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-localcharset.Tpo -c -o lib/libsed_a-localcharset.o `test -f 'lib/localcharset.c' || echo '$(srcdir)/'`lib/localcharset.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-localcharset.Tpo lib/$(DEPDIR)/libsed_a-localcharset.Po # $(AM_V_CC)source='lib/localcharset.c' object='lib/libsed_a-localcharset.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-localcharset.o `test -f 'lib/localcharset.c' || echo '$(srcdir)/'`lib/localcharset.c lib/libsed_a-localcharset.obj: lib/localcharset.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-localcharset.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-localcharset.Tpo -c -o lib/libsed_a-localcharset.obj `if test -f 'lib/localcharset.c'; then $(CYGPATH_W) 'lib/localcharset.c'; else $(CYGPATH_W) '$(srcdir)/lib/localcharset.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-localcharset.Tpo lib/$(DEPDIR)/libsed_a-localcharset.Po # $(AM_V_CC)source='lib/localcharset.c' object='lib/libsed_a-localcharset.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-localcharset.obj `if test -f 'lib/localcharset.c'; then $(CYGPATH_W) 'lib/localcharset.c'; else $(CYGPATH_W) '$(srcdir)/lib/localcharset.c'; fi` lib/libsed_a-localeconv.o: lib/localeconv.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-localeconv.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-localeconv.Tpo -c -o lib/libsed_a-localeconv.o `test -f 'lib/localeconv.c' || echo '$(srcdir)/'`lib/localeconv.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-localeconv.Tpo lib/$(DEPDIR)/libsed_a-localeconv.Po # $(AM_V_CC)source='lib/localeconv.c' object='lib/libsed_a-localeconv.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-localeconv.o `test -f 'lib/localeconv.c' || echo '$(srcdir)/'`lib/localeconv.c lib/libsed_a-localeconv.obj: lib/localeconv.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-localeconv.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-localeconv.Tpo -c -o lib/libsed_a-localeconv.obj `if test -f 'lib/localeconv.c'; then $(CYGPATH_W) 'lib/localeconv.c'; else $(CYGPATH_W) '$(srcdir)/lib/localeconv.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-localeconv.Tpo lib/$(DEPDIR)/libsed_a-localeconv.Po # $(AM_V_CC)source='lib/localeconv.c' object='lib/libsed_a-localeconv.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-localeconv.obj `if test -f 'lib/localeconv.c'; then $(CYGPATH_W) 'lib/localeconv.c'; else $(CYGPATH_W) '$(srcdir)/lib/localeconv.c'; fi` lib/glthread/libsed_a-lock.o: lib/glthread/lock.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/glthread/libsed_a-lock.o -MD -MP -MF lib/glthread/$(DEPDIR)/libsed_a-lock.Tpo -c -o lib/glthread/libsed_a-lock.o `test -f 'lib/glthread/lock.c' || echo '$(srcdir)/'`lib/glthread/lock.c # $(AM_V_at)$(am__mv) lib/glthread/$(DEPDIR)/libsed_a-lock.Tpo lib/glthread/$(DEPDIR)/libsed_a-lock.Po # $(AM_V_CC)source='lib/glthread/lock.c' object='lib/glthread/libsed_a-lock.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/glthread/libsed_a-lock.o `test -f 'lib/glthread/lock.c' || echo '$(srcdir)/'`lib/glthread/lock.c lib/glthread/libsed_a-lock.obj: lib/glthread/lock.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/glthread/libsed_a-lock.obj -MD -MP -MF lib/glthread/$(DEPDIR)/libsed_a-lock.Tpo -c -o lib/glthread/libsed_a-lock.obj `if test -f 'lib/glthread/lock.c'; then $(CYGPATH_W) 'lib/glthread/lock.c'; else $(CYGPATH_W) '$(srcdir)/lib/glthread/lock.c'; fi` # $(AM_V_at)$(am__mv) lib/glthread/$(DEPDIR)/libsed_a-lock.Tpo lib/glthread/$(DEPDIR)/libsed_a-lock.Po # $(AM_V_CC)source='lib/glthread/lock.c' object='lib/glthread/libsed_a-lock.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/glthread/libsed_a-lock.obj `if test -f 'lib/glthread/lock.c'; then $(CYGPATH_W) 'lib/glthread/lock.c'; else $(CYGPATH_W) '$(srcdir)/lib/glthread/lock.c'; fi` lib/libsed_a-lstat.o: lib/lstat.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-lstat.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-lstat.Tpo -c -o lib/libsed_a-lstat.o `test -f 'lib/lstat.c' || echo '$(srcdir)/'`lib/lstat.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-lstat.Tpo lib/$(DEPDIR)/libsed_a-lstat.Po # $(AM_V_CC)source='lib/lstat.c' object='lib/libsed_a-lstat.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-lstat.o `test -f 'lib/lstat.c' || echo '$(srcdir)/'`lib/lstat.c lib/libsed_a-lstat.obj: lib/lstat.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-lstat.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-lstat.Tpo -c -o lib/libsed_a-lstat.obj `if test -f 'lib/lstat.c'; then $(CYGPATH_W) 'lib/lstat.c'; else $(CYGPATH_W) '$(srcdir)/lib/lstat.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-lstat.Tpo lib/$(DEPDIR)/libsed_a-lstat.Po # $(AM_V_CC)source='lib/lstat.c' object='lib/libsed_a-lstat.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-lstat.obj `if test -f 'lib/lstat.c'; then $(CYGPATH_W) 'lib/lstat.c'; else $(CYGPATH_W) '$(srcdir)/lib/lstat.c'; fi` lib/libsed_a-malloca.o: lib/malloca.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-malloca.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-malloca.Tpo -c -o lib/libsed_a-malloca.o `test -f 'lib/malloca.c' || echo '$(srcdir)/'`lib/malloca.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-malloca.Tpo lib/$(DEPDIR)/libsed_a-malloca.Po # $(AM_V_CC)source='lib/malloca.c' object='lib/libsed_a-malloca.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-malloca.o `test -f 'lib/malloca.c' || echo '$(srcdir)/'`lib/malloca.c lib/libsed_a-malloca.obj: lib/malloca.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-malloca.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-malloca.Tpo -c -o lib/libsed_a-malloca.obj `if test -f 'lib/malloca.c'; then $(CYGPATH_W) 'lib/malloca.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloca.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-malloca.Tpo lib/$(DEPDIR)/libsed_a-malloca.Po # $(AM_V_CC)source='lib/malloca.c' object='lib/libsed_a-malloca.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-malloca.obj `if test -f 'lib/malloca.c'; then $(CYGPATH_W) 'lib/malloca.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloca.c'; fi` lib/libsed_a-mbrlen.o: lib/mbrlen.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mbrlen.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-mbrlen.Tpo -c -o lib/libsed_a-mbrlen.o `test -f 'lib/mbrlen.c' || echo '$(srcdir)/'`lib/mbrlen.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mbrlen.Tpo lib/$(DEPDIR)/libsed_a-mbrlen.Po # $(AM_V_CC)source='lib/mbrlen.c' object='lib/libsed_a-mbrlen.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mbrlen.o `test -f 'lib/mbrlen.c' || echo '$(srcdir)/'`lib/mbrlen.c lib/libsed_a-mbrlen.obj: lib/mbrlen.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mbrlen.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-mbrlen.Tpo -c -o lib/libsed_a-mbrlen.obj `if test -f 'lib/mbrlen.c'; then $(CYGPATH_W) 'lib/mbrlen.c'; else $(CYGPATH_W) '$(srcdir)/lib/mbrlen.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mbrlen.Tpo lib/$(DEPDIR)/libsed_a-mbrlen.Po # $(AM_V_CC)source='lib/mbrlen.c' object='lib/libsed_a-mbrlen.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mbrlen.obj `if test -f 'lib/mbrlen.c'; then $(CYGPATH_W) 'lib/mbrlen.c'; else $(CYGPATH_W) '$(srcdir)/lib/mbrlen.c'; fi` lib/libsed_a-mbrtowc.o: lib/mbrtowc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mbrtowc.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-mbrtowc.Tpo -c -o lib/libsed_a-mbrtowc.o `test -f 'lib/mbrtowc.c' || echo '$(srcdir)/'`lib/mbrtowc.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mbrtowc.Tpo lib/$(DEPDIR)/libsed_a-mbrtowc.Po # $(AM_V_CC)source='lib/mbrtowc.c' object='lib/libsed_a-mbrtowc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mbrtowc.o `test -f 'lib/mbrtowc.c' || echo '$(srcdir)/'`lib/mbrtowc.c lib/libsed_a-mbrtowc.obj: lib/mbrtowc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mbrtowc.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-mbrtowc.Tpo -c -o lib/libsed_a-mbrtowc.obj `if test -f 'lib/mbrtowc.c'; then $(CYGPATH_W) 'lib/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/lib/mbrtowc.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mbrtowc.Tpo lib/$(DEPDIR)/libsed_a-mbrtowc.Po # $(AM_V_CC)source='lib/mbrtowc.c' object='lib/libsed_a-mbrtowc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mbrtowc.obj `if test -f 'lib/mbrtowc.c'; then $(CYGPATH_W) 'lib/mbrtowc.c'; else $(CYGPATH_W) '$(srcdir)/lib/mbrtowc.c'; fi` lib/libsed_a-mbsinit.o: lib/mbsinit.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mbsinit.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-mbsinit.Tpo -c -o lib/libsed_a-mbsinit.o `test -f 'lib/mbsinit.c' || echo '$(srcdir)/'`lib/mbsinit.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mbsinit.Tpo lib/$(DEPDIR)/libsed_a-mbsinit.Po # $(AM_V_CC)source='lib/mbsinit.c' object='lib/libsed_a-mbsinit.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mbsinit.o `test -f 'lib/mbsinit.c' || echo '$(srcdir)/'`lib/mbsinit.c lib/libsed_a-mbsinit.obj: lib/mbsinit.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mbsinit.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-mbsinit.Tpo -c -o lib/libsed_a-mbsinit.obj `if test -f 'lib/mbsinit.c'; then $(CYGPATH_W) 'lib/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/lib/mbsinit.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mbsinit.Tpo lib/$(DEPDIR)/libsed_a-mbsinit.Po # $(AM_V_CC)source='lib/mbsinit.c' object='lib/libsed_a-mbsinit.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mbsinit.obj `if test -f 'lib/mbsinit.c'; then $(CYGPATH_W) 'lib/mbsinit.c'; else $(CYGPATH_W) '$(srcdir)/lib/mbsinit.c'; fi` lib/libsed_a-mbtowc.o: lib/mbtowc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mbtowc.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-mbtowc.Tpo -c -o lib/libsed_a-mbtowc.o `test -f 'lib/mbtowc.c' || echo '$(srcdir)/'`lib/mbtowc.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mbtowc.Tpo lib/$(DEPDIR)/libsed_a-mbtowc.Po # $(AM_V_CC)source='lib/mbtowc.c' object='lib/libsed_a-mbtowc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mbtowc.o `test -f 'lib/mbtowc.c' || echo '$(srcdir)/'`lib/mbtowc.c lib/libsed_a-mbtowc.obj: lib/mbtowc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mbtowc.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-mbtowc.Tpo -c -o lib/libsed_a-mbtowc.obj `if test -f 'lib/mbtowc.c'; then $(CYGPATH_W) 'lib/mbtowc.c'; else $(CYGPATH_W) '$(srcdir)/lib/mbtowc.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mbtowc.Tpo lib/$(DEPDIR)/libsed_a-mbtowc.Po # $(AM_V_CC)source='lib/mbtowc.c' object='lib/libsed_a-mbtowc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mbtowc.obj `if test -f 'lib/mbtowc.c'; then $(CYGPATH_W) 'lib/mbtowc.c'; else $(CYGPATH_W) '$(srcdir)/lib/mbtowc.c'; fi` lib/libsed_a-memchr.o: lib/memchr.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-memchr.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-memchr.Tpo -c -o lib/libsed_a-memchr.o `test -f 'lib/memchr.c' || echo '$(srcdir)/'`lib/memchr.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-memchr.Tpo lib/$(DEPDIR)/libsed_a-memchr.Po # $(AM_V_CC)source='lib/memchr.c' object='lib/libsed_a-memchr.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-memchr.o `test -f 'lib/memchr.c' || echo '$(srcdir)/'`lib/memchr.c lib/libsed_a-memchr.obj: lib/memchr.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-memchr.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-memchr.Tpo -c -o lib/libsed_a-memchr.obj `if test -f 'lib/memchr.c'; then $(CYGPATH_W) 'lib/memchr.c'; else $(CYGPATH_W) '$(srcdir)/lib/memchr.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-memchr.Tpo lib/$(DEPDIR)/libsed_a-memchr.Po # $(AM_V_CC)source='lib/memchr.c' object='lib/libsed_a-memchr.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-memchr.obj `if test -f 'lib/memchr.c'; then $(CYGPATH_W) 'lib/memchr.c'; else $(CYGPATH_W) '$(srcdir)/lib/memchr.c'; fi` lib/libsed_a-mempcpy.o: lib/mempcpy.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mempcpy.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-mempcpy.Tpo -c -o lib/libsed_a-mempcpy.o `test -f 'lib/mempcpy.c' || echo '$(srcdir)/'`lib/mempcpy.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mempcpy.Tpo lib/$(DEPDIR)/libsed_a-mempcpy.Po # $(AM_V_CC)source='lib/mempcpy.c' object='lib/libsed_a-mempcpy.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mempcpy.o `test -f 'lib/mempcpy.c' || echo '$(srcdir)/'`lib/mempcpy.c lib/libsed_a-mempcpy.obj: lib/mempcpy.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mempcpy.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-mempcpy.Tpo -c -o lib/libsed_a-mempcpy.obj `if test -f 'lib/mempcpy.c'; then $(CYGPATH_W) 'lib/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/lib/mempcpy.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mempcpy.Tpo lib/$(DEPDIR)/libsed_a-mempcpy.Po # $(AM_V_CC)source='lib/mempcpy.c' object='lib/libsed_a-mempcpy.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mempcpy.obj `if test -f 'lib/mempcpy.c'; then $(CYGPATH_W) 'lib/mempcpy.c'; else $(CYGPATH_W) '$(srcdir)/lib/mempcpy.c'; fi` lib/libsed_a-memrchr.o: lib/memrchr.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-memrchr.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-memrchr.Tpo -c -o lib/libsed_a-memrchr.o `test -f 'lib/memrchr.c' || echo '$(srcdir)/'`lib/memrchr.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-memrchr.Tpo lib/$(DEPDIR)/libsed_a-memrchr.Po # $(AM_V_CC)source='lib/memrchr.c' object='lib/libsed_a-memrchr.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-memrchr.o `test -f 'lib/memrchr.c' || echo '$(srcdir)/'`lib/memrchr.c lib/libsed_a-memrchr.obj: lib/memrchr.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-memrchr.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-memrchr.Tpo -c -o lib/libsed_a-memrchr.obj `if test -f 'lib/memrchr.c'; then $(CYGPATH_W) 'lib/memrchr.c'; else $(CYGPATH_W) '$(srcdir)/lib/memrchr.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-memrchr.Tpo lib/$(DEPDIR)/libsed_a-memrchr.Po # $(AM_V_CC)source='lib/memrchr.c' object='lib/libsed_a-memrchr.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-memrchr.obj `if test -f 'lib/memrchr.c'; then $(CYGPATH_W) 'lib/memrchr.c'; else $(CYGPATH_W) '$(srcdir)/lib/memrchr.c'; fi` lib/libsed_a-mkdir.o: lib/mkdir.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mkdir.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-mkdir.Tpo -c -o lib/libsed_a-mkdir.o `test -f 'lib/mkdir.c' || echo '$(srcdir)/'`lib/mkdir.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mkdir.Tpo lib/$(DEPDIR)/libsed_a-mkdir.Po # $(AM_V_CC)source='lib/mkdir.c' object='lib/libsed_a-mkdir.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mkdir.o `test -f 'lib/mkdir.c' || echo '$(srcdir)/'`lib/mkdir.c lib/libsed_a-mkdir.obj: lib/mkdir.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mkdir.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-mkdir.Tpo -c -o lib/libsed_a-mkdir.obj `if test -f 'lib/mkdir.c'; then $(CYGPATH_W) 'lib/mkdir.c'; else $(CYGPATH_W) '$(srcdir)/lib/mkdir.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mkdir.Tpo lib/$(DEPDIR)/libsed_a-mkdir.Po # $(AM_V_CC)source='lib/mkdir.c' object='lib/libsed_a-mkdir.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mkdir.obj `if test -f 'lib/mkdir.c'; then $(CYGPATH_W) 'lib/mkdir.c'; else $(CYGPATH_W) '$(srcdir)/lib/mkdir.c'; fi` lib/libsed_a-mkostemp.o: lib/mkostemp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mkostemp.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-mkostemp.Tpo -c -o lib/libsed_a-mkostemp.o `test -f 'lib/mkostemp.c' || echo '$(srcdir)/'`lib/mkostemp.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mkostemp.Tpo lib/$(DEPDIR)/libsed_a-mkostemp.Po # $(AM_V_CC)source='lib/mkostemp.c' object='lib/libsed_a-mkostemp.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mkostemp.o `test -f 'lib/mkostemp.c' || echo '$(srcdir)/'`lib/mkostemp.c lib/libsed_a-mkostemp.obj: lib/mkostemp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mkostemp.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-mkostemp.Tpo -c -o lib/libsed_a-mkostemp.obj `if test -f 'lib/mkostemp.c'; then $(CYGPATH_W) 'lib/mkostemp.c'; else $(CYGPATH_W) '$(srcdir)/lib/mkostemp.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mkostemp.Tpo lib/$(DEPDIR)/libsed_a-mkostemp.Po # $(AM_V_CC)source='lib/mkostemp.c' object='lib/libsed_a-mkostemp.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mkostemp.obj `if test -f 'lib/mkostemp.c'; then $(CYGPATH_W) 'lib/mkostemp.c'; else $(CYGPATH_W) '$(srcdir)/lib/mkostemp.c'; fi` lib/libsed_a-msvc-inval.o: lib/msvc-inval.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-msvc-inval.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-msvc-inval.Tpo -c -o lib/libsed_a-msvc-inval.o `test -f 'lib/msvc-inval.c' || echo '$(srcdir)/'`lib/msvc-inval.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-msvc-inval.Tpo lib/$(DEPDIR)/libsed_a-msvc-inval.Po # $(AM_V_CC)source='lib/msvc-inval.c' object='lib/libsed_a-msvc-inval.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-msvc-inval.o `test -f 'lib/msvc-inval.c' || echo '$(srcdir)/'`lib/msvc-inval.c lib/libsed_a-msvc-inval.obj: lib/msvc-inval.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-msvc-inval.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-msvc-inval.Tpo -c -o lib/libsed_a-msvc-inval.obj `if test -f 'lib/msvc-inval.c'; then $(CYGPATH_W) 'lib/msvc-inval.c'; else $(CYGPATH_W) '$(srcdir)/lib/msvc-inval.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-msvc-inval.Tpo lib/$(DEPDIR)/libsed_a-msvc-inval.Po # $(AM_V_CC)source='lib/msvc-inval.c' object='lib/libsed_a-msvc-inval.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-msvc-inval.obj `if test -f 'lib/msvc-inval.c'; then $(CYGPATH_W) 'lib/msvc-inval.c'; else $(CYGPATH_W) '$(srcdir)/lib/msvc-inval.c'; fi` lib/libsed_a-msvc-nothrow.o: lib/msvc-nothrow.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-msvc-nothrow.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-msvc-nothrow.Tpo -c -o lib/libsed_a-msvc-nothrow.o `test -f 'lib/msvc-nothrow.c' || echo '$(srcdir)/'`lib/msvc-nothrow.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-msvc-nothrow.Tpo lib/$(DEPDIR)/libsed_a-msvc-nothrow.Po # $(AM_V_CC)source='lib/msvc-nothrow.c' object='lib/libsed_a-msvc-nothrow.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-msvc-nothrow.o `test -f 'lib/msvc-nothrow.c' || echo '$(srcdir)/'`lib/msvc-nothrow.c lib/libsed_a-msvc-nothrow.obj: lib/msvc-nothrow.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-msvc-nothrow.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-msvc-nothrow.Tpo -c -o lib/libsed_a-msvc-nothrow.obj `if test -f 'lib/msvc-nothrow.c'; then $(CYGPATH_W) 'lib/msvc-nothrow.c'; else $(CYGPATH_W) '$(srcdir)/lib/msvc-nothrow.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-msvc-nothrow.Tpo lib/$(DEPDIR)/libsed_a-msvc-nothrow.Po # $(AM_V_CC)source='lib/msvc-nothrow.c' object='lib/libsed_a-msvc-nothrow.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-msvc-nothrow.obj `if test -f 'lib/msvc-nothrow.c'; then $(CYGPATH_W) 'lib/msvc-nothrow.c'; else $(CYGPATH_W) '$(srcdir)/lib/msvc-nothrow.c'; fi` lib/libsed_a-nl_langinfo.o: lib/nl_langinfo.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-nl_langinfo.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-nl_langinfo.Tpo -c -o lib/libsed_a-nl_langinfo.o `test -f 'lib/nl_langinfo.c' || echo '$(srcdir)/'`lib/nl_langinfo.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-nl_langinfo.Tpo lib/$(DEPDIR)/libsed_a-nl_langinfo.Po # $(AM_V_CC)source='lib/nl_langinfo.c' object='lib/libsed_a-nl_langinfo.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-nl_langinfo.o `test -f 'lib/nl_langinfo.c' || echo '$(srcdir)/'`lib/nl_langinfo.c lib/libsed_a-nl_langinfo.obj: lib/nl_langinfo.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-nl_langinfo.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-nl_langinfo.Tpo -c -o lib/libsed_a-nl_langinfo.obj `if test -f 'lib/nl_langinfo.c'; then $(CYGPATH_W) 'lib/nl_langinfo.c'; else $(CYGPATH_W) '$(srcdir)/lib/nl_langinfo.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-nl_langinfo.Tpo lib/$(DEPDIR)/libsed_a-nl_langinfo.Po # $(AM_V_CC)source='lib/nl_langinfo.c' object='lib/libsed_a-nl_langinfo.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-nl_langinfo.obj `if test -f 'lib/nl_langinfo.c'; then $(CYGPATH_W) 'lib/nl_langinfo.c'; else $(CYGPATH_W) '$(srcdir)/lib/nl_langinfo.c'; fi` lib/libsed_a-nl_langinfo-lock.o: lib/nl_langinfo-lock.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-nl_langinfo-lock.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-nl_langinfo-lock.Tpo -c -o lib/libsed_a-nl_langinfo-lock.o `test -f 'lib/nl_langinfo-lock.c' || echo '$(srcdir)/'`lib/nl_langinfo-lock.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-nl_langinfo-lock.Tpo lib/$(DEPDIR)/libsed_a-nl_langinfo-lock.Po # $(AM_V_CC)source='lib/nl_langinfo-lock.c' object='lib/libsed_a-nl_langinfo-lock.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-nl_langinfo-lock.o `test -f 'lib/nl_langinfo-lock.c' || echo '$(srcdir)/'`lib/nl_langinfo-lock.c lib/libsed_a-nl_langinfo-lock.obj: lib/nl_langinfo-lock.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-nl_langinfo-lock.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-nl_langinfo-lock.Tpo -c -o lib/libsed_a-nl_langinfo-lock.obj `if test -f 'lib/nl_langinfo-lock.c'; then $(CYGPATH_W) 'lib/nl_langinfo-lock.c'; else $(CYGPATH_W) '$(srcdir)/lib/nl_langinfo-lock.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-nl_langinfo-lock.Tpo lib/$(DEPDIR)/libsed_a-nl_langinfo-lock.Po # $(AM_V_CC)source='lib/nl_langinfo-lock.c' object='lib/libsed_a-nl_langinfo-lock.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-nl_langinfo-lock.obj `if test -f 'lib/nl_langinfo-lock.c'; then $(CYGPATH_W) 'lib/nl_langinfo-lock.c'; else $(CYGPATH_W) '$(srcdir)/lib/nl_langinfo-lock.c'; fi` lib/libsed_a-obstack.o: lib/obstack.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-obstack.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-obstack.Tpo -c -o lib/libsed_a-obstack.o `test -f 'lib/obstack.c' || echo '$(srcdir)/'`lib/obstack.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-obstack.Tpo lib/$(DEPDIR)/libsed_a-obstack.Po # $(AM_V_CC)source='lib/obstack.c' object='lib/libsed_a-obstack.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-obstack.o `test -f 'lib/obstack.c' || echo '$(srcdir)/'`lib/obstack.c lib/libsed_a-obstack.obj: lib/obstack.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-obstack.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-obstack.Tpo -c -o lib/libsed_a-obstack.obj `if test -f 'lib/obstack.c'; then $(CYGPATH_W) 'lib/obstack.c'; else $(CYGPATH_W) '$(srcdir)/lib/obstack.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-obstack.Tpo lib/$(DEPDIR)/libsed_a-obstack.Po # $(AM_V_CC)source='lib/obstack.c' object='lib/libsed_a-obstack.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-obstack.obj `if test -f 'lib/obstack.c'; then $(CYGPATH_W) 'lib/obstack.c'; else $(CYGPATH_W) '$(srcdir)/lib/obstack.c'; fi` lib/libsed_a-open.o: lib/open.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-open.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-open.Tpo -c -o lib/libsed_a-open.o `test -f 'lib/open.c' || echo '$(srcdir)/'`lib/open.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-open.Tpo lib/$(DEPDIR)/libsed_a-open.Po # $(AM_V_CC)source='lib/open.c' object='lib/libsed_a-open.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-open.o `test -f 'lib/open.c' || echo '$(srcdir)/'`lib/open.c lib/libsed_a-open.obj: lib/open.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-open.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-open.Tpo -c -o lib/libsed_a-open.obj `if test -f 'lib/open.c'; then $(CYGPATH_W) 'lib/open.c'; else $(CYGPATH_W) '$(srcdir)/lib/open.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-open.Tpo lib/$(DEPDIR)/libsed_a-open.Po # $(AM_V_CC)source='lib/open.c' object='lib/libsed_a-open.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-open.obj `if test -f 'lib/open.c'; then $(CYGPATH_W) 'lib/open.c'; else $(CYGPATH_W) '$(srcdir)/lib/open.c'; fi` lib/libsed_a-progname.o: lib/progname.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-progname.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-progname.Tpo -c -o lib/libsed_a-progname.o `test -f 'lib/progname.c' || echo '$(srcdir)/'`lib/progname.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-progname.Tpo lib/$(DEPDIR)/libsed_a-progname.Po # $(AM_V_CC)source='lib/progname.c' object='lib/libsed_a-progname.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-progname.o `test -f 'lib/progname.c' || echo '$(srcdir)/'`lib/progname.c lib/libsed_a-progname.obj: lib/progname.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-progname.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-progname.Tpo -c -o lib/libsed_a-progname.obj `if test -f 'lib/progname.c'; then $(CYGPATH_W) 'lib/progname.c'; else $(CYGPATH_W) '$(srcdir)/lib/progname.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-progname.Tpo lib/$(DEPDIR)/libsed_a-progname.Po # $(AM_V_CC)source='lib/progname.c' object='lib/libsed_a-progname.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-progname.obj `if test -f 'lib/progname.c'; then $(CYGPATH_W) 'lib/progname.c'; else $(CYGPATH_W) '$(srcdir)/lib/progname.c'; fi` lib/libsed_a-qcopy-acl.o: lib/qcopy-acl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-qcopy-acl.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-qcopy-acl.Tpo -c -o lib/libsed_a-qcopy-acl.o `test -f 'lib/qcopy-acl.c' || echo '$(srcdir)/'`lib/qcopy-acl.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-qcopy-acl.Tpo lib/$(DEPDIR)/libsed_a-qcopy-acl.Po # $(AM_V_CC)source='lib/qcopy-acl.c' object='lib/libsed_a-qcopy-acl.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-qcopy-acl.o `test -f 'lib/qcopy-acl.c' || echo '$(srcdir)/'`lib/qcopy-acl.c lib/libsed_a-qcopy-acl.obj: lib/qcopy-acl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-qcopy-acl.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-qcopy-acl.Tpo -c -o lib/libsed_a-qcopy-acl.obj `if test -f 'lib/qcopy-acl.c'; then $(CYGPATH_W) 'lib/qcopy-acl.c'; else $(CYGPATH_W) '$(srcdir)/lib/qcopy-acl.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-qcopy-acl.Tpo lib/$(DEPDIR)/libsed_a-qcopy-acl.Po # $(AM_V_CC)source='lib/qcopy-acl.c' object='lib/libsed_a-qcopy-acl.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-qcopy-acl.obj `if test -f 'lib/qcopy-acl.c'; then $(CYGPATH_W) 'lib/qcopy-acl.c'; else $(CYGPATH_W) '$(srcdir)/lib/qcopy-acl.c'; fi` lib/libsed_a-qset-acl.o: lib/qset-acl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-qset-acl.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-qset-acl.Tpo -c -o lib/libsed_a-qset-acl.o `test -f 'lib/qset-acl.c' || echo '$(srcdir)/'`lib/qset-acl.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-qset-acl.Tpo lib/$(DEPDIR)/libsed_a-qset-acl.Po # $(AM_V_CC)source='lib/qset-acl.c' object='lib/libsed_a-qset-acl.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-qset-acl.o `test -f 'lib/qset-acl.c' || echo '$(srcdir)/'`lib/qset-acl.c lib/libsed_a-qset-acl.obj: lib/qset-acl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-qset-acl.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-qset-acl.Tpo -c -o lib/libsed_a-qset-acl.obj `if test -f 'lib/qset-acl.c'; then $(CYGPATH_W) 'lib/qset-acl.c'; else $(CYGPATH_W) '$(srcdir)/lib/qset-acl.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-qset-acl.Tpo lib/$(DEPDIR)/libsed_a-qset-acl.Po # $(AM_V_CC)source='lib/qset-acl.c' object='lib/libsed_a-qset-acl.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-qset-acl.obj `if test -f 'lib/qset-acl.c'; then $(CYGPATH_W) 'lib/qset-acl.c'; else $(CYGPATH_W) '$(srcdir)/lib/qset-acl.c'; fi` lib/libsed_a-quotearg.o: lib/quotearg.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-quotearg.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-quotearg.Tpo -c -o lib/libsed_a-quotearg.o `test -f 'lib/quotearg.c' || echo '$(srcdir)/'`lib/quotearg.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-quotearg.Tpo lib/$(DEPDIR)/libsed_a-quotearg.Po # $(AM_V_CC)source='lib/quotearg.c' object='lib/libsed_a-quotearg.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-quotearg.o `test -f 'lib/quotearg.c' || echo '$(srcdir)/'`lib/quotearg.c lib/libsed_a-quotearg.obj: lib/quotearg.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-quotearg.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-quotearg.Tpo -c -o lib/libsed_a-quotearg.obj `if test -f 'lib/quotearg.c'; then $(CYGPATH_W) 'lib/quotearg.c'; else $(CYGPATH_W) '$(srcdir)/lib/quotearg.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-quotearg.Tpo lib/$(DEPDIR)/libsed_a-quotearg.Po # $(AM_V_CC)source='lib/quotearg.c' object='lib/libsed_a-quotearg.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-quotearg.obj `if test -f 'lib/quotearg.c'; then $(CYGPATH_W) 'lib/quotearg.c'; else $(CYGPATH_W) '$(srcdir)/lib/quotearg.c'; fi` lib/libsed_a-rawmemchr.o: lib/rawmemchr.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-rawmemchr.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-rawmemchr.Tpo -c -o lib/libsed_a-rawmemchr.o `test -f 'lib/rawmemchr.c' || echo '$(srcdir)/'`lib/rawmemchr.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-rawmemchr.Tpo lib/$(DEPDIR)/libsed_a-rawmemchr.Po # $(AM_V_CC)source='lib/rawmemchr.c' object='lib/libsed_a-rawmemchr.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-rawmemchr.o `test -f 'lib/rawmemchr.c' || echo '$(srcdir)/'`lib/rawmemchr.c lib/libsed_a-rawmemchr.obj: lib/rawmemchr.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-rawmemchr.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-rawmemchr.Tpo -c -o lib/libsed_a-rawmemchr.obj `if test -f 'lib/rawmemchr.c'; then $(CYGPATH_W) 'lib/rawmemchr.c'; else $(CYGPATH_W) '$(srcdir)/lib/rawmemchr.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-rawmemchr.Tpo lib/$(DEPDIR)/libsed_a-rawmemchr.Po # $(AM_V_CC)source='lib/rawmemchr.c' object='lib/libsed_a-rawmemchr.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-rawmemchr.obj `if test -f 'lib/rawmemchr.c'; then $(CYGPATH_W) 'lib/rawmemchr.c'; else $(CYGPATH_W) '$(srcdir)/lib/rawmemchr.c'; fi` lib/libsed_a-readlink.o: lib/readlink.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-readlink.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-readlink.Tpo -c -o lib/libsed_a-readlink.o `test -f 'lib/readlink.c' || echo '$(srcdir)/'`lib/readlink.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-readlink.Tpo lib/$(DEPDIR)/libsed_a-readlink.Po # $(AM_V_CC)source='lib/readlink.c' object='lib/libsed_a-readlink.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-readlink.o `test -f 'lib/readlink.c' || echo '$(srcdir)/'`lib/readlink.c lib/libsed_a-readlink.obj: lib/readlink.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-readlink.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-readlink.Tpo -c -o lib/libsed_a-readlink.obj `if test -f 'lib/readlink.c'; then $(CYGPATH_W) 'lib/readlink.c'; else $(CYGPATH_W) '$(srcdir)/lib/readlink.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-readlink.Tpo lib/$(DEPDIR)/libsed_a-readlink.Po # $(AM_V_CC)source='lib/readlink.c' object='lib/libsed_a-readlink.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-readlink.obj `if test -f 'lib/readlink.c'; then $(CYGPATH_W) 'lib/readlink.c'; else $(CYGPATH_W) '$(srcdir)/lib/readlink.c'; fi` lib/libsed_a-reallocarray.o: lib/reallocarray.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-reallocarray.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-reallocarray.Tpo -c -o lib/libsed_a-reallocarray.o `test -f 'lib/reallocarray.c' || echo '$(srcdir)/'`lib/reallocarray.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-reallocarray.Tpo lib/$(DEPDIR)/libsed_a-reallocarray.Po # $(AM_V_CC)source='lib/reallocarray.c' object='lib/libsed_a-reallocarray.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-reallocarray.o `test -f 'lib/reallocarray.c' || echo '$(srcdir)/'`lib/reallocarray.c lib/libsed_a-reallocarray.obj: lib/reallocarray.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-reallocarray.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-reallocarray.Tpo -c -o lib/libsed_a-reallocarray.obj `if test -f 'lib/reallocarray.c'; then $(CYGPATH_W) 'lib/reallocarray.c'; else $(CYGPATH_W) '$(srcdir)/lib/reallocarray.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-reallocarray.Tpo lib/$(DEPDIR)/libsed_a-reallocarray.Po # $(AM_V_CC)source='lib/reallocarray.c' object='lib/libsed_a-reallocarray.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-reallocarray.obj `if test -f 'lib/reallocarray.c'; then $(CYGPATH_W) 'lib/reallocarray.c'; else $(CYGPATH_W) '$(srcdir)/lib/reallocarray.c'; fi` lib/libsed_a-regex.o: lib/regex.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-regex.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-regex.Tpo -c -o lib/libsed_a-regex.o `test -f 'lib/regex.c' || echo '$(srcdir)/'`lib/regex.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-regex.Tpo lib/$(DEPDIR)/libsed_a-regex.Po # $(AM_V_CC)source='lib/regex.c' object='lib/libsed_a-regex.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-regex.o `test -f 'lib/regex.c' || echo '$(srcdir)/'`lib/regex.c lib/libsed_a-regex.obj: lib/regex.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-regex.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-regex.Tpo -c -o lib/libsed_a-regex.obj `if test -f 'lib/regex.c'; then $(CYGPATH_W) 'lib/regex.c'; else $(CYGPATH_W) '$(srcdir)/lib/regex.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-regex.Tpo lib/$(DEPDIR)/libsed_a-regex.Po # $(AM_V_CC)source='lib/regex.c' object='lib/libsed_a-regex.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-regex.obj `if test -f 'lib/regex.c'; then $(CYGPATH_W) 'lib/regex.c'; else $(CYGPATH_W) '$(srcdir)/lib/regex.c'; fi` lib/libsed_a-rename.o: lib/rename.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-rename.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-rename.Tpo -c -o lib/libsed_a-rename.o `test -f 'lib/rename.c' || echo '$(srcdir)/'`lib/rename.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-rename.Tpo lib/$(DEPDIR)/libsed_a-rename.Po # $(AM_V_CC)source='lib/rename.c' object='lib/libsed_a-rename.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-rename.o `test -f 'lib/rename.c' || echo '$(srcdir)/'`lib/rename.c lib/libsed_a-rename.obj: lib/rename.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-rename.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-rename.Tpo -c -o lib/libsed_a-rename.obj `if test -f 'lib/rename.c'; then $(CYGPATH_W) 'lib/rename.c'; else $(CYGPATH_W) '$(srcdir)/lib/rename.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-rename.Tpo lib/$(DEPDIR)/libsed_a-rename.Po # $(AM_V_CC)source='lib/rename.c' object='lib/libsed_a-rename.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-rename.obj `if test -f 'lib/rename.c'; then $(CYGPATH_W) 'lib/rename.c'; else $(CYGPATH_W) '$(srcdir)/lib/rename.c'; fi` lib/libsed_a-rmdir.o: lib/rmdir.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-rmdir.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-rmdir.Tpo -c -o lib/libsed_a-rmdir.o `test -f 'lib/rmdir.c' || echo '$(srcdir)/'`lib/rmdir.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-rmdir.Tpo lib/$(DEPDIR)/libsed_a-rmdir.Po # $(AM_V_CC)source='lib/rmdir.c' object='lib/libsed_a-rmdir.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-rmdir.o `test -f 'lib/rmdir.c' || echo '$(srcdir)/'`lib/rmdir.c lib/libsed_a-rmdir.obj: lib/rmdir.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-rmdir.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-rmdir.Tpo -c -o lib/libsed_a-rmdir.obj `if test -f 'lib/rmdir.c'; then $(CYGPATH_W) 'lib/rmdir.c'; else $(CYGPATH_W) '$(srcdir)/lib/rmdir.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-rmdir.Tpo lib/$(DEPDIR)/libsed_a-rmdir.Po # $(AM_V_CC)source='lib/rmdir.c' object='lib/libsed_a-rmdir.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-rmdir.obj `if test -f 'lib/rmdir.c'; then $(CYGPATH_W) 'lib/rmdir.c'; else $(CYGPATH_W) '$(srcdir)/lib/rmdir.c'; fi` lib/libsed_a-getfilecon.o: lib/getfilecon.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-getfilecon.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-getfilecon.Tpo -c -o lib/libsed_a-getfilecon.o `test -f 'lib/getfilecon.c' || echo '$(srcdir)/'`lib/getfilecon.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-getfilecon.Tpo lib/$(DEPDIR)/libsed_a-getfilecon.Po # $(AM_V_CC)source='lib/getfilecon.c' object='lib/libsed_a-getfilecon.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-getfilecon.o `test -f 'lib/getfilecon.c' || echo '$(srcdir)/'`lib/getfilecon.c lib/libsed_a-getfilecon.obj: lib/getfilecon.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-getfilecon.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-getfilecon.Tpo -c -o lib/libsed_a-getfilecon.obj `if test -f 'lib/getfilecon.c'; then $(CYGPATH_W) 'lib/getfilecon.c'; else $(CYGPATH_W) '$(srcdir)/lib/getfilecon.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-getfilecon.Tpo lib/$(DEPDIR)/libsed_a-getfilecon.Po # $(AM_V_CC)source='lib/getfilecon.c' object='lib/libsed_a-getfilecon.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-getfilecon.obj `if test -f 'lib/getfilecon.c'; then $(CYGPATH_W) 'lib/getfilecon.c'; else $(CYGPATH_W) '$(srcdir)/lib/getfilecon.c'; fi` lib/libsed_a-se-context.o: lib/se-context.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-se-context.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-se-context.Tpo -c -o lib/libsed_a-se-context.o `test -f 'lib/se-context.c' || echo '$(srcdir)/'`lib/se-context.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-se-context.Tpo lib/$(DEPDIR)/libsed_a-se-context.Po # $(AM_V_CC)source='lib/se-context.c' object='lib/libsed_a-se-context.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-se-context.o `test -f 'lib/se-context.c' || echo '$(srcdir)/'`lib/se-context.c lib/libsed_a-se-context.obj: lib/se-context.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-se-context.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-se-context.Tpo -c -o lib/libsed_a-se-context.obj `if test -f 'lib/se-context.c'; then $(CYGPATH_W) 'lib/se-context.c'; else $(CYGPATH_W) '$(srcdir)/lib/se-context.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-se-context.Tpo lib/$(DEPDIR)/libsed_a-se-context.Po # $(AM_V_CC)source='lib/se-context.c' object='lib/libsed_a-se-context.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-se-context.obj `if test -f 'lib/se-context.c'; then $(CYGPATH_W) 'lib/se-context.c'; else $(CYGPATH_W) '$(srcdir)/lib/se-context.c'; fi` lib/libsed_a-se-label.o: lib/se-label.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-se-label.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-se-label.Tpo -c -o lib/libsed_a-se-label.o `test -f 'lib/se-label.c' || echo '$(srcdir)/'`lib/se-label.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-se-label.Tpo lib/$(DEPDIR)/libsed_a-se-label.Po # $(AM_V_CC)source='lib/se-label.c' object='lib/libsed_a-se-label.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-se-label.o `test -f 'lib/se-label.c' || echo '$(srcdir)/'`lib/se-label.c lib/libsed_a-se-label.obj: lib/se-label.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-se-label.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-se-label.Tpo -c -o lib/libsed_a-se-label.obj `if test -f 'lib/se-label.c'; then $(CYGPATH_W) 'lib/se-label.c'; else $(CYGPATH_W) '$(srcdir)/lib/se-label.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-se-label.Tpo lib/$(DEPDIR)/libsed_a-se-label.Po # $(AM_V_CC)source='lib/se-label.c' object='lib/libsed_a-se-label.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-se-label.obj `if test -f 'lib/se-label.c'; then $(CYGPATH_W) 'lib/se-label.c'; else $(CYGPATH_W) '$(srcdir)/lib/se-label.c'; fi` lib/libsed_a-se-selinux.o: lib/se-selinux.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-se-selinux.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-se-selinux.Tpo -c -o lib/libsed_a-se-selinux.o `test -f 'lib/se-selinux.c' || echo '$(srcdir)/'`lib/se-selinux.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-se-selinux.Tpo lib/$(DEPDIR)/libsed_a-se-selinux.Po # $(AM_V_CC)source='lib/se-selinux.c' object='lib/libsed_a-se-selinux.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-se-selinux.o `test -f 'lib/se-selinux.c' || echo '$(srcdir)/'`lib/se-selinux.c lib/libsed_a-se-selinux.obj: lib/se-selinux.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-se-selinux.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-se-selinux.Tpo -c -o lib/libsed_a-se-selinux.obj `if test -f 'lib/se-selinux.c'; then $(CYGPATH_W) 'lib/se-selinux.c'; else $(CYGPATH_W) '$(srcdir)/lib/se-selinux.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-se-selinux.Tpo lib/$(DEPDIR)/libsed_a-se-selinux.Po # $(AM_V_CC)source='lib/se-selinux.c' object='lib/libsed_a-se-selinux.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-se-selinux.obj `if test -f 'lib/se-selinux.c'; then $(CYGPATH_W) 'lib/se-selinux.c'; else $(CYGPATH_W) '$(srcdir)/lib/se-selinux.c'; fi` lib/libsed_a-setlocale_null.o: lib/setlocale_null.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-setlocale_null.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-setlocale_null.Tpo -c -o lib/libsed_a-setlocale_null.o `test -f 'lib/setlocale_null.c' || echo '$(srcdir)/'`lib/setlocale_null.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-setlocale_null.Tpo lib/$(DEPDIR)/libsed_a-setlocale_null.Po # $(AM_V_CC)source='lib/setlocale_null.c' object='lib/libsed_a-setlocale_null.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-setlocale_null.o `test -f 'lib/setlocale_null.c' || echo '$(srcdir)/'`lib/setlocale_null.c lib/libsed_a-setlocale_null.obj: lib/setlocale_null.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-setlocale_null.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-setlocale_null.Tpo -c -o lib/libsed_a-setlocale_null.obj `if test -f 'lib/setlocale_null.c'; then $(CYGPATH_W) 'lib/setlocale_null.c'; else $(CYGPATH_W) '$(srcdir)/lib/setlocale_null.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-setlocale_null.Tpo lib/$(DEPDIR)/libsed_a-setlocale_null.Po # $(AM_V_CC)source='lib/setlocale_null.c' object='lib/libsed_a-setlocale_null.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-setlocale_null.obj `if test -f 'lib/setlocale_null.c'; then $(CYGPATH_W) 'lib/setlocale_null.c'; else $(CYGPATH_W) '$(srcdir)/lib/setlocale_null.c'; fi` lib/libsed_a-setlocale-lock.o: lib/setlocale-lock.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-setlocale-lock.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-setlocale-lock.Tpo -c -o lib/libsed_a-setlocale-lock.o `test -f 'lib/setlocale-lock.c' || echo '$(srcdir)/'`lib/setlocale-lock.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-setlocale-lock.Tpo lib/$(DEPDIR)/libsed_a-setlocale-lock.Po # $(AM_V_CC)source='lib/setlocale-lock.c' object='lib/libsed_a-setlocale-lock.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-setlocale-lock.o `test -f 'lib/setlocale-lock.c' || echo '$(srcdir)/'`lib/setlocale-lock.c lib/libsed_a-setlocale-lock.obj: lib/setlocale-lock.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-setlocale-lock.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-setlocale-lock.Tpo -c -o lib/libsed_a-setlocale-lock.obj `if test -f 'lib/setlocale-lock.c'; then $(CYGPATH_W) 'lib/setlocale-lock.c'; else $(CYGPATH_W) '$(srcdir)/lib/setlocale-lock.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-setlocale-lock.Tpo lib/$(DEPDIR)/libsed_a-setlocale-lock.Po # $(AM_V_CC)source='lib/setlocale-lock.c' object='lib/libsed_a-setlocale-lock.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-setlocale-lock.obj `if test -f 'lib/setlocale-lock.c'; then $(CYGPATH_W) 'lib/setlocale-lock.c'; else $(CYGPATH_W) '$(srcdir)/lib/setlocale-lock.c'; fi` lib/libsed_a-stat.o: lib/stat.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stat.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-stat.Tpo -c -o lib/libsed_a-stat.o `test -f 'lib/stat.c' || echo '$(srcdir)/'`lib/stat.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stat.Tpo lib/$(DEPDIR)/libsed_a-stat.Po # $(AM_V_CC)source='lib/stat.c' object='lib/libsed_a-stat.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stat.o `test -f 'lib/stat.c' || echo '$(srcdir)/'`lib/stat.c lib/libsed_a-stat.obj: lib/stat.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stat.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-stat.Tpo -c -o lib/libsed_a-stat.obj `if test -f 'lib/stat.c'; then $(CYGPATH_W) 'lib/stat.c'; else $(CYGPATH_W) '$(srcdir)/lib/stat.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stat.Tpo lib/$(DEPDIR)/libsed_a-stat.Po # $(AM_V_CC)source='lib/stat.c' object='lib/libsed_a-stat.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stat.obj `if test -f 'lib/stat.c'; then $(CYGPATH_W) 'lib/stat.c'; else $(CYGPATH_W) '$(srcdir)/lib/stat.c'; fi` lib/libsed_a-stat-time.o: lib/stat-time.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stat-time.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-stat-time.Tpo -c -o lib/libsed_a-stat-time.o `test -f 'lib/stat-time.c' || echo '$(srcdir)/'`lib/stat-time.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stat-time.Tpo lib/$(DEPDIR)/libsed_a-stat-time.Po # $(AM_V_CC)source='lib/stat-time.c' object='lib/libsed_a-stat-time.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stat-time.o `test -f 'lib/stat-time.c' || echo '$(srcdir)/'`lib/stat-time.c lib/libsed_a-stat-time.obj: lib/stat-time.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stat-time.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-stat-time.Tpo -c -o lib/libsed_a-stat-time.obj `if test -f 'lib/stat-time.c'; then $(CYGPATH_W) 'lib/stat-time.c'; else $(CYGPATH_W) '$(srcdir)/lib/stat-time.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stat-time.Tpo lib/$(DEPDIR)/libsed_a-stat-time.Po # $(AM_V_CC)source='lib/stat-time.c' object='lib/libsed_a-stat-time.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stat-time.obj `if test -f 'lib/stat-time.c'; then $(CYGPATH_W) 'lib/stat-time.c'; else $(CYGPATH_W) '$(srcdir)/lib/stat-time.c'; fi` lib/libsed_a-stdio-read.o: lib/stdio-read.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stdio-read.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-stdio-read.Tpo -c -o lib/libsed_a-stdio-read.o `test -f 'lib/stdio-read.c' || echo '$(srcdir)/'`lib/stdio-read.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stdio-read.Tpo lib/$(DEPDIR)/libsed_a-stdio-read.Po # $(AM_V_CC)source='lib/stdio-read.c' object='lib/libsed_a-stdio-read.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stdio-read.o `test -f 'lib/stdio-read.c' || echo '$(srcdir)/'`lib/stdio-read.c lib/libsed_a-stdio-read.obj: lib/stdio-read.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stdio-read.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-stdio-read.Tpo -c -o lib/libsed_a-stdio-read.obj `if test -f 'lib/stdio-read.c'; then $(CYGPATH_W) 'lib/stdio-read.c'; else $(CYGPATH_W) '$(srcdir)/lib/stdio-read.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stdio-read.Tpo lib/$(DEPDIR)/libsed_a-stdio-read.Po # $(AM_V_CC)source='lib/stdio-read.c' object='lib/libsed_a-stdio-read.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stdio-read.obj `if test -f 'lib/stdio-read.c'; then $(CYGPATH_W) 'lib/stdio-read.c'; else $(CYGPATH_W) '$(srcdir)/lib/stdio-read.c'; fi` lib/libsed_a-stdio-write.o: lib/stdio-write.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stdio-write.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-stdio-write.Tpo -c -o lib/libsed_a-stdio-write.o `test -f 'lib/stdio-write.c' || echo '$(srcdir)/'`lib/stdio-write.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stdio-write.Tpo lib/$(DEPDIR)/libsed_a-stdio-write.Po # $(AM_V_CC)source='lib/stdio-write.c' object='lib/libsed_a-stdio-write.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stdio-write.o `test -f 'lib/stdio-write.c' || echo '$(srcdir)/'`lib/stdio-write.c lib/libsed_a-stdio-write.obj: lib/stdio-write.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stdio-write.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-stdio-write.Tpo -c -o lib/libsed_a-stdio-write.obj `if test -f 'lib/stdio-write.c'; then $(CYGPATH_W) 'lib/stdio-write.c'; else $(CYGPATH_W) '$(srcdir)/lib/stdio-write.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stdio-write.Tpo lib/$(DEPDIR)/libsed_a-stdio-write.Po # $(AM_V_CC)source='lib/stdio-write.c' object='lib/libsed_a-stdio-write.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stdio-write.obj `if test -f 'lib/stdio-write.c'; then $(CYGPATH_W) 'lib/stdio-write.c'; else $(CYGPATH_W) '$(srcdir)/lib/stdio-write.c'; fi` lib/libsed_a-strerror.o: lib/strerror.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-strerror.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-strerror.Tpo -c -o lib/libsed_a-strerror.o `test -f 'lib/strerror.c' || echo '$(srcdir)/'`lib/strerror.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-strerror.Tpo lib/$(DEPDIR)/libsed_a-strerror.Po # $(AM_V_CC)source='lib/strerror.c' object='lib/libsed_a-strerror.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-strerror.o `test -f 'lib/strerror.c' || echo '$(srcdir)/'`lib/strerror.c lib/libsed_a-strerror.obj: lib/strerror.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-strerror.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-strerror.Tpo -c -o lib/libsed_a-strerror.obj `if test -f 'lib/strerror.c'; then $(CYGPATH_W) 'lib/strerror.c'; else $(CYGPATH_W) '$(srcdir)/lib/strerror.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-strerror.Tpo lib/$(DEPDIR)/libsed_a-strerror.Po # $(AM_V_CC)source='lib/strerror.c' object='lib/libsed_a-strerror.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-strerror.obj `if test -f 'lib/strerror.c'; then $(CYGPATH_W) 'lib/strerror.c'; else $(CYGPATH_W) '$(srcdir)/lib/strerror.c'; fi` lib/libsed_a-strerror-override.o: lib/strerror-override.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-strerror-override.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-strerror-override.Tpo -c -o lib/libsed_a-strerror-override.o `test -f 'lib/strerror-override.c' || echo '$(srcdir)/'`lib/strerror-override.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-strerror-override.Tpo lib/$(DEPDIR)/libsed_a-strerror-override.Po # $(AM_V_CC)source='lib/strerror-override.c' object='lib/libsed_a-strerror-override.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-strerror-override.o `test -f 'lib/strerror-override.c' || echo '$(srcdir)/'`lib/strerror-override.c lib/libsed_a-strerror-override.obj: lib/strerror-override.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-strerror-override.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-strerror-override.Tpo -c -o lib/libsed_a-strerror-override.obj `if test -f 'lib/strerror-override.c'; then $(CYGPATH_W) 'lib/strerror-override.c'; else $(CYGPATH_W) '$(srcdir)/lib/strerror-override.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-strerror-override.Tpo lib/$(DEPDIR)/libsed_a-strerror-override.Po # $(AM_V_CC)source='lib/strerror-override.c' object='lib/libsed_a-strerror-override.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-strerror-override.obj `if test -f 'lib/strerror-override.c'; then $(CYGPATH_W) 'lib/strerror-override.c'; else $(CYGPATH_W) '$(srcdir)/lib/strerror-override.c'; fi` lib/libsed_a-strverscmp.o: lib/strverscmp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-strverscmp.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-strverscmp.Tpo -c -o lib/libsed_a-strverscmp.o `test -f 'lib/strverscmp.c' || echo '$(srcdir)/'`lib/strverscmp.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-strverscmp.Tpo lib/$(DEPDIR)/libsed_a-strverscmp.Po # $(AM_V_CC)source='lib/strverscmp.c' object='lib/libsed_a-strverscmp.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-strverscmp.o `test -f 'lib/strverscmp.c' || echo '$(srcdir)/'`lib/strverscmp.c lib/libsed_a-strverscmp.obj: lib/strverscmp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-strverscmp.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-strverscmp.Tpo -c -o lib/libsed_a-strverscmp.obj `if test -f 'lib/strverscmp.c'; then $(CYGPATH_W) 'lib/strverscmp.c'; else $(CYGPATH_W) '$(srcdir)/lib/strverscmp.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-strverscmp.Tpo lib/$(DEPDIR)/libsed_a-strverscmp.Po # $(AM_V_CC)source='lib/strverscmp.c' object='lib/libsed_a-strverscmp.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-strverscmp.obj `if test -f 'lib/strverscmp.c'; then $(CYGPATH_W) 'lib/strverscmp.c'; else $(CYGPATH_W) '$(srcdir)/lib/strverscmp.c'; fi` lib/libsed_a-tempname.o: lib/tempname.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-tempname.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-tempname.Tpo -c -o lib/libsed_a-tempname.o `test -f 'lib/tempname.c' || echo '$(srcdir)/'`lib/tempname.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-tempname.Tpo lib/$(DEPDIR)/libsed_a-tempname.Po # $(AM_V_CC)source='lib/tempname.c' object='lib/libsed_a-tempname.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-tempname.o `test -f 'lib/tempname.c' || echo '$(srcdir)/'`lib/tempname.c lib/libsed_a-tempname.obj: lib/tempname.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-tempname.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-tempname.Tpo -c -o lib/libsed_a-tempname.obj `if test -f 'lib/tempname.c'; then $(CYGPATH_W) 'lib/tempname.c'; else $(CYGPATH_W) '$(srcdir)/lib/tempname.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-tempname.Tpo lib/$(DEPDIR)/libsed_a-tempname.Po # $(AM_V_CC)source='lib/tempname.c' object='lib/libsed_a-tempname.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-tempname.obj `if test -f 'lib/tempname.c'; then $(CYGPATH_W) 'lib/tempname.c'; else $(CYGPATH_W) '$(srcdir)/lib/tempname.c'; fi` lib/glthread/libsed_a-threadlib.o: lib/glthread/threadlib.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/glthread/libsed_a-threadlib.o -MD -MP -MF lib/glthread/$(DEPDIR)/libsed_a-threadlib.Tpo -c -o lib/glthread/libsed_a-threadlib.o `test -f 'lib/glthread/threadlib.c' || echo '$(srcdir)/'`lib/glthread/threadlib.c # $(AM_V_at)$(am__mv) lib/glthread/$(DEPDIR)/libsed_a-threadlib.Tpo lib/glthread/$(DEPDIR)/libsed_a-threadlib.Po # $(AM_V_CC)source='lib/glthread/threadlib.c' object='lib/glthread/libsed_a-threadlib.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/glthread/libsed_a-threadlib.o `test -f 'lib/glthread/threadlib.c' || echo '$(srcdir)/'`lib/glthread/threadlib.c lib/glthread/libsed_a-threadlib.obj: lib/glthread/threadlib.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/glthread/libsed_a-threadlib.obj -MD -MP -MF lib/glthread/$(DEPDIR)/libsed_a-threadlib.Tpo -c -o lib/glthread/libsed_a-threadlib.obj `if test -f 'lib/glthread/threadlib.c'; then $(CYGPATH_W) 'lib/glthread/threadlib.c'; else $(CYGPATH_W) '$(srcdir)/lib/glthread/threadlib.c'; fi` # $(AM_V_at)$(am__mv) lib/glthread/$(DEPDIR)/libsed_a-threadlib.Tpo lib/glthread/$(DEPDIR)/libsed_a-threadlib.Po # $(AM_V_CC)source='lib/glthread/threadlib.c' object='lib/glthread/libsed_a-threadlib.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/glthread/libsed_a-threadlib.obj `if test -f 'lib/glthread/threadlib.c'; then $(CYGPATH_W) 'lib/glthread/threadlib.c'; else $(CYGPATH_W) '$(srcdir)/lib/glthread/threadlib.c'; fi` lib/libsed_a-unistd.o: lib/unistd.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-unistd.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-unistd.Tpo -c -o lib/libsed_a-unistd.o `test -f 'lib/unistd.c' || echo '$(srcdir)/'`lib/unistd.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-unistd.Tpo lib/$(DEPDIR)/libsed_a-unistd.Po # $(AM_V_CC)source='lib/unistd.c' object='lib/libsed_a-unistd.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-unistd.o `test -f 'lib/unistd.c' || echo '$(srcdir)/'`lib/unistd.c lib/libsed_a-unistd.obj: lib/unistd.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-unistd.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-unistd.Tpo -c -o lib/libsed_a-unistd.obj `if test -f 'lib/unistd.c'; then $(CYGPATH_W) 'lib/unistd.c'; else $(CYGPATH_W) '$(srcdir)/lib/unistd.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-unistd.Tpo lib/$(DEPDIR)/libsed_a-unistd.Po # $(AM_V_CC)source='lib/unistd.c' object='lib/libsed_a-unistd.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-unistd.obj `if test -f 'lib/unistd.c'; then $(CYGPATH_W) 'lib/unistd.c'; else $(CYGPATH_W) '$(srcdir)/lib/unistd.c'; fi` lib/libsed_a-version-etc.o: lib/version-etc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-version-etc.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-version-etc.Tpo -c -o lib/libsed_a-version-etc.o `test -f 'lib/version-etc.c' || echo '$(srcdir)/'`lib/version-etc.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-version-etc.Tpo lib/$(DEPDIR)/libsed_a-version-etc.Po # $(AM_V_CC)source='lib/version-etc.c' object='lib/libsed_a-version-etc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-version-etc.o `test -f 'lib/version-etc.c' || echo '$(srcdir)/'`lib/version-etc.c lib/libsed_a-version-etc.obj: lib/version-etc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-version-etc.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-version-etc.Tpo -c -o lib/libsed_a-version-etc.obj `if test -f 'lib/version-etc.c'; then $(CYGPATH_W) 'lib/version-etc.c'; else $(CYGPATH_W) '$(srcdir)/lib/version-etc.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-version-etc.Tpo lib/$(DEPDIR)/libsed_a-version-etc.Po # $(AM_V_CC)source='lib/version-etc.c' object='lib/libsed_a-version-etc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-version-etc.obj `if test -f 'lib/version-etc.c'; then $(CYGPATH_W) 'lib/version-etc.c'; else $(CYGPATH_W) '$(srcdir)/lib/version-etc.c'; fi` lib/libsed_a-version-etc-fsf.o: lib/version-etc-fsf.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-version-etc-fsf.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-version-etc-fsf.Tpo -c -o lib/libsed_a-version-etc-fsf.o `test -f 'lib/version-etc-fsf.c' || echo '$(srcdir)/'`lib/version-etc-fsf.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-version-etc-fsf.Tpo lib/$(DEPDIR)/libsed_a-version-etc-fsf.Po # $(AM_V_CC)source='lib/version-etc-fsf.c' object='lib/libsed_a-version-etc-fsf.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-version-etc-fsf.o `test -f 'lib/version-etc-fsf.c' || echo '$(srcdir)/'`lib/version-etc-fsf.c lib/libsed_a-version-etc-fsf.obj: lib/version-etc-fsf.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-version-etc-fsf.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-version-etc-fsf.Tpo -c -o lib/libsed_a-version-etc-fsf.obj `if test -f 'lib/version-etc-fsf.c'; then $(CYGPATH_W) 'lib/version-etc-fsf.c'; else $(CYGPATH_W) '$(srcdir)/lib/version-etc-fsf.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-version-etc-fsf.Tpo lib/$(DEPDIR)/libsed_a-version-etc-fsf.Po # $(AM_V_CC)source='lib/version-etc-fsf.c' object='lib/libsed_a-version-etc-fsf.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-version-etc-fsf.obj `if test -f 'lib/version-etc-fsf.c'; then $(CYGPATH_W) 'lib/version-etc-fsf.c'; else $(CYGPATH_W) '$(srcdir)/lib/version-etc-fsf.c'; fi` lib/libsed_a-wcrtomb.o: lib/wcrtomb.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-wcrtomb.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-wcrtomb.Tpo -c -o lib/libsed_a-wcrtomb.o `test -f 'lib/wcrtomb.c' || echo '$(srcdir)/'`lib/wcrtomb.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-wcrtomb.Tpo lib/$(DEPDIR)/libsed_a-wcrtomb.Po # $(AM_V_CC)source='lib/wcrtomb.c' object='lib/libsed_a-wcrtomb.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-wcrtomb.o `test -f 'lib/wcrtomb.c' || echo '$(srcdir)/'`lib/wcrtomb.c lib/libsed_a-wcrtomb.obj: lib/wcrtomb.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-wcrtomb.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-wcrtomb.Tpo -c -o lib/libsed_a-wcrtomb.obj `if test -f 'lib/wcrtomb.c'; then $(CYGPATH_W) 'lib/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/lib/wcrtomb.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-wcrtomb.Tpo lib/$(DEPDIR)/libsed_a-wcrtomb.Po # $(AM_V_CC)source='lib/wcrtomb.c' object='lib/libsed_a-wcrtomb.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-wcrtomb.obj `if test -f 'lib/wcrtomb.c'; then $(CYGPATH_W) 'lib/wcrtomb.c'; else $(CYGPATH_W) '$(srcdir)/lib/wcrtomb.c'; fi` lib/libsed_a-wctob.o: lib/wctob.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-wctob.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-wctob.Tpo -c -o lib/libsed_a-wctob.o `test -f 'lib/wctob.c' || echo '$(srcdir)/'`lib/wctob.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-wctob.Tpo lib/$(DEPDIR)/libsed_a-wctob.Po # $(AM_V_CC)source='lib/wctob.c' object='lib/libsed_a-wctob.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-wctob.o `test -f 'lib/wctob.c' || echo '$(srcdir)/'`lib/wctob.c lib/libsed_a-wctob.obj: lib/wctob.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-wctob.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-wctob.Tpo -c -o lib/libsed_a-wctob.obj `if test -f 'lib/wctob.c'; then $(CYGPATH_W) 'lib/wctob.c'; else $(CYGPATH_W) '$(srcdir)/lib/wctob.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-wctob.Tpo lib/$(DEPDIR)/libsed_a-wctob.Po # $(AM_V_CC)source='lib/wctob.c' object='lib/libsed_a-wctob.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-wctob.obj `if test -f 'lib/wctob.c'; then $(CYGPATH_W) 'lib/wctob.c'; else $(CYGPATH_W) '$(srcdir)/lib/wctob.c'; fi` lib/libsed_a-wctomb.o: lib/wctomb.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-wctomb.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-wctomb.Tpo -c -o lib/libsed_a-wctomb.o `test -f 'lib/wctomb.c' || echo '$(srcdir)/'`lib/wctomb.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-wctomb.Tpo lib/$(DEPDIR)/libsed_a-wctomb.Po # $(AM_V_CC)source='lib/wctomb.c' object='lib/libsed_a-wctomb.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-wctomb.o `test -f 'lib/wctomb.c' || echo '$(srcdir)/'`lib/wctomb.c lib/libsed_a-wctomb.obj: lib/wctomb.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-wctomb.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-wctomb.Tpo -c -o lib/libsed_a-wctomb.obj `if test -f 'lib/wctomb.c'; then $(CYGPATH_W) 'lib/wctomb.c'; else $(CYGPATH_W) '$(srcdir)/lib/wctomb.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-wctomb.Tpo lib/$(DEPDIR)/libsed_a-wctomb.Po # $(AM_V_CC)source='lib/wctomb.c' object='lib/libsed_a-wctomb.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-wctomb.obj `if test -f 'lib/wctomb.c'; then $(CYGPATH_W) 'lib/wctomb.c'; else $(CYGPATH_W) '$(srcdir)/lib/wctomb.c'; fi` lib/libsed_a-wctype-h.o: lib/wctype-h.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-wctype-h.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-wctype-h.Tpo -c -o lib/libsed_a-wctype-h.o `test -f 'lib/wctype-h.c' || echo '$(srcdir)/'`lib/wctype-h.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-wctype-h.Tpo lib/$(DEPDIR)/libsed_a-wctype-h.Po # $(AM_V_CC)source='lib/wctype-h.c' object='lib/libsed_a-wctype-h.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-wctype-h.o `test -f 'lib/wctype-h.c' || echo '$(srcdir)/'`lib/wctype-h.c lib/libsed_a-wctype-h.obj: lib/wctype-h.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-wctype-h.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-wctype-h.Tpo -c -o lib/libsed_a-wctype-h.obj `if test -f 'lib/wctype-h.c'; then $(CYGPATH_W) 'lib/wctype-h.c'; else $(CYGPATH_W) '$(srcdir)/lib/wctype-h.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-wctype-h.Tpo lib/$(DEPDIR)/libsed_a-wctype-h.Po # $(AM_V_CC)source='lib/wctype-h.c' object='lib/libsed_a-wctype-h.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-wctype-h.obj `if test -f 'lib/wctype-h.c'; then $(CYGPATH_W) 'lib/wctype-h.c'; else $(CYGPATH_W) '$(srcdir)/lib/wctype-h.c'; fi` lib/libsed_a-windows-mutex.o: lib/windows-mutex.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-windows-mutex.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-windows-mutex.Tpo -c -o lib/libsed_a-windows-mutex.o `test -f 'lib/windows-mutex.c' || echo '$(srcdir)/'`lib/windows-mutex.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-windows-mutex.Tpo lib/$(DEPDIR)/libsed_a-windows-mutex.Po # $(AM_V_CC)source='lib/windows-mutex.c' object='lib/libsed_a-windows-mutex.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-windows-mutex.o `test -f 'lib/windows-mutex.c' || echo '$(srcdir)/'`lib/windows-mutex.c lib/libsed_a-windows-mutex.obj: lib/windows-mutex.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-windows-mutex.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-windows-mutex.Tpo -c -o lib/libsed_a-windows-mutex.obj `if test -f 'lib/windows-mutex.c'; then $(CYGPATH_W) 'lib/windows-mutex.c'; else $(CYGPATH_W) '$(srcdir)/lib/windows-mutex.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-windows-mutex.Tpo lib/$(DEPDIR)/libsed_a-windows-mutex.Po # $(AM_V_CC)source='lib/windows-mutex.c' object='lib/libsed_a-windows-mutex.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-windows-mutex.obj `if test -f 'lib/windows-mutex.c'; then $(CYGPATH_W) 'lib/windows-mutex.c'; else $(CYGPATH_W) '$(srcdir)/lib/windows-mutex.c'; fi` lib/libsed_a-windows-once.o: lib/windows-once.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-windows-once.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-windows-once.Tpo -c -o lib/libsed_a-windows-once.o `test -f 'lib/windows-once.c' || echo '$(srcdir)/'`lib/windows-once.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-windows-once.Tpo lib/$(DEPDIR)/libsed_a-windows-once.Po # $(AM_V_CC)source='lib/windows-once.c' object='lib/libsed_a-windows-once.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-windows-once.o `test -f 'lib/windows-once.c' || echo '$(srcdir)/'`lib/windows-once.c lib/libsed_a-windows-once.obj: lib/windows-once.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-windows-once.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-windows-once.Tpo -c -o lib/libsed_a-windows-once.obj `if test -f 'lib/windows-once.c'; then $(CYGPATH_W) 'lib/windows-once.c'; else $(CYGPATH_W) '$(srcdir)/lib/windows-once.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-windows-once.Tpo lib/$(DEPDIR)/libsed_a-windows-once.Po # $(AM_V_CC)source='lib/windows-once.c' object='lib/libsed_a-windows-once.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-windows-once.obj `if test -f 'lib/windows-once.c'; then $(CYGPATH_W) 'lib/windows-once.c'; else $(CYGPATH_W) '$(srcdir)/lib/windows-once.c'; fi` lib/libsed_a-windows-recmutex.o: lib/windows-recmutex.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-windows-recmutex.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-windows-recmutex.Tpo -c -o lib/libsed_a-windows-recmutex.o `test -f 'lib/windows-recmutex.c' || echo '$(srcdir)/'`lib/windows-recmutex.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-windows-recmutex.Tpo lib/$(DEPDIR)/libsed_a-windows-recmutex.Po # $(AM_V_CC)source='lib/windows-recmutex.c' object='lib/libsed_a-windows-recmutex.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-windows-recmutex.o `test -f 'lib/windows-recmutex.c' || echo '$(srcdir)/'`lib/windows-recmutex.c lib/libsed_a-windows-recmutex.obj: lib/windows-recmutex.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-windows-recmutex.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-windows-recmutex.Tpo -c -o lib/libsed_a-windows-recmutex.obj `if test -f 'lib/windows-recmutex.c'; then $(CYGPATH_W) 'lib/windows-recmutex.c'; else $(CYGPATH_W) '$(srcdir)/lib/windows-recmutex.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-windows-recmutex.Tpo lib/$(DEPDIR)/libsed_a-windows-recmutex.Po # $(AM_V_CC)source='lib/windows-recmutex.c' object='lib/libsed_a-windows-recmutex.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-windows-recmutex.obj `if test -f 'lib/windows-recmutex.c'; then $(CYGPATH_W) 'lib/windows-recmutex.c'; else $(CYGPATH_W) '$(srcdir)/lib/windows-recmutex.c'; fi` lib/libsed_a-windows-rwlock.o: lib/windows-rwlock.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-windows-rwlock.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-windows-rwlock.Tpo -c -o lib/libsed_a-windows-rwlock.o `test -f 'lib/windows-rwlock.c' || echo '$(srcdir)/'`lib/windows-rwlock.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-windows-rwlock.Tpo lib/$(DEPDIR)/libsed_a-windows-rwlock.Po # $(AM_V_CC)source='lib/windows-rwlock.c' object='lib/libsed_a-windows-rwlock.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-windows-rwlock.o `test -f 'lib/windows-rwlock.c' || echo '$(srcdir)/'`lib/windows-rwlock.c lib/libsed_a-windows-rwlock.obj: lib/windows-rwlock.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-windows-rwlock.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-windows-rwlock.Tpo -c -o lib/libsed_a-windows-rwlock.obj `if test -f 'lib/windows-rwlock.c'; then $(CYGPATH_W) 'lib/windows-rwlock.c'; else $(CYGPATH_W) '$(srcdir)/lib/windows-rwlock.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-windows-rwlock.Tpo lib/$(DEPDIR)/libsed_a-windows-rwlock.Po # $(AM_V_CC)source='lib/windows-rwlock.c' object='lib/libsed_a-windows-rwlock.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-windows-rwlock.obj `if test -f 'lib/windows-rwlock.c'; then $(CYGPATH_W) 'lib/windows-rwlock.c'; else $(CYGPATH_W) '$(srcdir)/lib/windows-rwlock.c'; fi` lib/libsed_a-xmalloc.o: lib/xmalloc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-xmalloc.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-xmalloc.Tpo -c -o lib/libsed_a-xmalloc.o `test -f 'lib/xmalloc.c' || echo '$(srcdir)/'`lib/xmalloc.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-xmalloc.Tpo lib/$(DEPDIR)/libsed_a-xmalloc.Po # $(AM_V_CC)source='lib/xmalloc.c' object='lib/libsed_a-xmalloc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-xmalloc.o `test -f 'lib/xmalloc.c' || echo '$(srcdir)/'`lib/xmalloc.c lib/libsed_a-xmalloc.obj: lib/xmalloc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-xmalloc.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-xmalloc.Tpo -c -o lib/libsed_a-xmalloc.obj `if test -f 'lib/xmalloc.c'; then $(CYGPATH_W) 'lib/xmalloc.c'; else $(CYGPATH_W) '$(srcdir)/lib/xmalloc.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-xmalloc.Tpo lib/$(DEPDIR)/libsed_a-xmalloc.Po # $(AM_V_CC)source='lib/xmalloc.c' object='lib/libsed_a-xmalloc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-xmalloc.obj `if test -f 'lib/xmalloc.c'; then $(CYGPATH_W) 'lib/xmalloc.c'; else $(CYGPATH_W) '$(srcdir)/lib/xmalloc.c'; fi` lib/libsed_a-xalloc-die.o: lib/xalloc-die.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-xalloc-die.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-xalloc-die.Tpo -c -o lib/libsed_a-xalloc-die.o `test -f 'lib/xalloc-die.c' || echo '$(srcdir)/'`lib/xalloc-die.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-xalloc-die.Tpo lib/$(DEPDIR)/libsed_a-xalloc-die.Po # $(AM_V_CC)source='lib/xalloc-die.c' object='lib/libsed_a-xalloc-die.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-xalloc-die.o `test -f 'lib/xalloc-die.c' || echo '$(srcdir)/'`lib/xalloc-die.c lib/libsed_a-xalloc-die.obj: lib/xalloc-die.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-xalloc-die.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-xalloc-die.Tpo -c -o lib/libsed_a-xalloc-die.obj `if test -f 'lib/xalloc-die.c'; then $(CYGPATH_W) 'lib/xalloc-die.c'; else $(CYGPATH_W) '$(srcdir)/lib/xalloc-die.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-xalloc-die.Tpo lib/$(DEPDIR)/libsed_a-xalloc-die.Po # $(AM_V_CC)source='lib/xalloc-die.c' object='lib/libsed_a-xalloc-die.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-xalloc-die.obj `if test -f 'lib/xalloc-die.c'; then $(CYGPATH_W) 'lib/xalloc-die.c'; else $(CYGPATH_W) '$(srcdir)/lib/xalloc-die.c'; fi` lib/libsed_a-acl_entries.o: lib/acl_entries.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-acl_entries.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-acl_entries.Tpo -c -o lib/libsed_a-acl_entries.o `test -f 'lib/acl_entries.c' || echo '$(srcdir)/'`lib/acl_entries.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-acl_entries.Tpo lib/$(DEPDIR)/libsed_a-acl_entries.Po # $(AM_V_CC)source='lib/acl_entries.c' object='lib/libsed_a-acl_entries.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-acl_entries.o `test -f 'lib/acl_entries.c' || echo '$(srcdir)/'`lib/acl_entries.c lib/libsed_a-acl_entries.obj: lib/acl_entries.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-acl_entries.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-acl_entries.Tpo -c -o lib/libsed_a-acl_entries.obj `if test -f 'lib/acl_entries.c'; then $(CYGPATH_W) 'lib/acl_entries.c'; else $(CYGPATH_W) '$(srcdir)/lib/acl_entries.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-acl_entries.Tpo lib/$(DEPDIR)/libsed_a-acl_entries.Po # $(AM_V_CC)source='lib/acl_entries.c' object='lib/libsed_a-acl_entries.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-acl_entries.obj `if test -f 'lib/acl_entries.c'; then $(CYGPATH_W) 'lib/acl_entries.c'; else $(CYGPATH_W) '$(srcdir)/lib/acl_entries.c'; fi` lib/libsed_a-alloca.o: lib/alloca.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-alloca.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-alloca.Tpo -c -o lib/libsed_a-alloca.o `test -f 'lib/alloca.c' || echo '$(srcdir)/'`lib/alloca.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-alloca.Tpo lib/$(DEPDIR)/libsed_a-alloca.Po # $(AM_V_CC)source='lib/alloca.c' object='lib/libsed_a-alloca.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-alloca.o `test -f 'lib/alloca.c' || echo '$(srcdir)/'`lib/alloca.c lib/libsed_a-alloca.obj: lib/alloca.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-alloca.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-alloca.Tpo -c -o lib/libsed_a-alloca.obj `if test -f 'lib/alloca.c'; then $(CYGPATH_W) 'lib/alloca.c'; else $(CYGPATH_W) '$(srcdir)/lib/alloca.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-alloca.Tpo lib/$(DEPDIR)/libsed_a-alloca.Po # $(AM_V_CC)source='lib/alloca.c' object='lib/libsed_a-alloca.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-alloca.obj `if test -f 'lib/alloca.c'; then $(CYGPATH_W) 'lib/alloca.c'; else $(CYGPATH_W) '$(srcdir)/lib/alloca.c'; fi` lib/libsed_a-calloc.o: lib/calloc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-calloc.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-calloc.Tpo -c -o lib/libsed_a-calloc.o `test -f 'lib/calloc.c' || echo '$(srcdir)/'`lib/calloc.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-calloc.Tpo lib/$(DEPDIR)/libsed_a-calloc.Po # $(AM_V_CC)source='lib/calloc.c' object='lib/libsed_a-calloc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-calloc.o `test -f 'lib/calloc.c' || echo '$(srcdir)/'`lib/calloc.c lib/libsed_a-calloc.obj: lib/calloc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-calloc.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-calloc.Tpo -c -o lib/libsed_a-calloc.obj `if test -f 'lib/calloc.c'; then $(CYGPATH_W) 'lib/calloc.c'; else $(CYGPATH_W) '$(srcdir)/lib/calloc.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-calloc.Tpo lib/$(DEPDIR)/libsed_a-calloc.Po # $(AM_V_CC)source='lib/calloc.c' object='lib/libsed_a-calloc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-calloc.obj `if test -f 'lib/calloc.c'; then $(CYGPATH_W) 'lib/calloc.c'; else $(CYGPATH_W) '$(srcdir)/lib/calloc.c'; fi` lib/libsed_a-stat-w32.o: lib/stat-w32.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stat-w32.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-stat-w32.Tpo -c -o lib/libsed_a-stat-w32.o `test -f 'lib/stat-w32.c' || echo '$(srcdir)/'`lib/stat-w32.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stat-w32.Tpo lib/$(DEPDIR)/libsed_a-stat-w32.Po # $(AM_V_CC)source='lib/stat-w32.c' object='lib/libsed_a-stat-w32.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stat-w32.o `test -f 'lib/stat-w32.c' || echo '$(srcdir)/'`lib/stat-w32.c lib/libsed_a-stat-w32.obj: lib/stat-w32.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-stat-w32.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-stat-w32.Tpo -c -o lib/libsed_a-stat-w32.obj `if test -f 'lib/stat-w32.c'; then $(CYGPATH_W) 'lib/stat-w32.c'; else $(CYGPATH_W) '$(srcdir)/lib/stat-w32.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-stat-w32.Tpo lib/$(DEPDIR)/libsed_a-stat-w32.Po # $(AM_V_CC)source='lib/stat-w32.c' object='lib/libsed_a-stat-w32.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-stat-w32.obj `if test -f 'lib/stat-w32.c'; then $(CYGPATH_W) 'lib/stat-w32.c'; else $(CYGPATH_W) '$(srcdir)/lib/stat-w32.c'; fi` lib/malloc/libsed_a-dynarray-skeleton.o: lib/malloc/dynarray-skeleton.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray-skeleton.o -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray-skeleton.Tpo -c -o lib/malloc/libsed_a-dynarray-skeleton.o `test -f 'lib/malloc/dynarray-skeleton.c' || echo '$(srcdir)/'`lib/malloc/dynarray-skeleton.c # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray-skeleton.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray-skeleton.Po # $(AM_V_CC)source='lib/malloc/dynarray-skeleton.c' object='lib/malloc/libsed_a-dynarray-skeleton.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray-skeleton.o `test -f 'lib/malloc/dynarray-skeleton.c' || echo '$(srcdir)/'`lib/malloc/dynarray-skeleton.c lib/malloc/libsed_a-dynarray-skeleton.obj: lib/malloc/dynarray-skeleton.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/malloc/libsed_a-dynarray-skeleton.obj -MD -MP -MF lib/malloc/$(DEPDIR)/libsed_a-dynarray-skeleton.Tpo -c -o lib/malloc/libsed_a-dynarray-skeleton.obj `if test -f 'lib/malloc/dynarray-skeleton.c'; then $(CYGPATH_W) 'lib/malloc/dynarray-skeleton.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray-skeleton.c'; fi` # $(AM_V_at)$(am__mv) lib/malloc/$(DEPDIR)/libsed_a-dynarray-skeleton.Tpo lib/malloc/$(DEPDIR)/libsed_a-dynarray-skeleton.Po # $(AM_V_CC)source='lib/malloc/dynarray-skeleton.c' object='lib/malloc/libsed_a-dynarray-skeleton.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/malloc/libsed_a-dynarray-skeleton.obj `if test -f 'lib/malloc/dynarray-skeleton.c'; then $(CYGPATH_W) 'lib/malloc/dynarray-skeleton.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc/dynarray-skeleton.c'; fi` lib/libsed_a-malloc.o: lib/malloc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-malloc.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-malloc.Tpo -c -o lib/libsed_a-malloc.o `test -f 'lib/malloc.c' || echo '$(srcdir)/'`lib/malloc.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-malloc.Tpo lib/$(DEPDIR)/libsed_a-malloc.Po # $(AM_V_CC)source='lib/malloc.c' object='lib/libsed_a-malloc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-malloc.o `test -f 'lib/malloc.c' || echo '$(srcdir)/'`lib/malloc.c lib/libsed_a-malloc.obj: lib/malloc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-malloc.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-malloc.Tpo -c -o lib/libsed_a-malloc.obj `if test -f 'lib/malloc.c'; then $(CYGPATH_W) 'lib/malloc.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-malloc.Tpo lib/$(DEPDIR)/libsed_a-malloc.Po # $(AM_V_CC)source='lib/malloc.c' object='lib/libsed_a-malloc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-malloc.obj `if test -f 'lib/malloc.c'; then $(CYGPATH_W) 'lib/malloc.c'; else $(CYGPATH_W) '$(srcdir)/lib/malloc.c'; fi` lib/libsed_a-lc-charset-dispatch.o: lib/lc-charset-dispatch.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-lc-charset-dispatch.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-lc-charset-dispatch.Tpo -c -o lib/libsed_a-lc-charset-dispatch.o `test -f 'lib/lc-charset-dispatch.c' || echo '$(srcdir)/'`lib/lc-charset-dispatch.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-lc-charset-dispatch.Tpo lib/$(DEPDIR)/libsed_a-lc-charset-dispatch.Po # $(AM_V_CC)source='lib/lc-charset-dispatch.c' object='lib/libsed_a-lc-charset-dispatch.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-lc-charset-dispatch.o `test -f 'lib/lc-charset-dispatch.c' || echo '$(srcdir)/'`lib/lc-charset-dispatch.c lib/libsed_a-lc-charset-dispatch.obj: lib/lc-charset-dispatch.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-lc-charset-dispatch.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-lc-charset-dispatch.Tpo -c -o lib/libsed_a-lc-charset-dispatch.obj `if test -f 'lib/lc-charset-dispatch.c'; then $(CYGPATH_W) 'lib/lc-charset-dispatch.c'; else $(CYGPATH_W) '$(srcdir)/lib/lc-charset-dispatch.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-lc-charset-dispatch.Tpo lib/$(DEPDIR)/libsed_a-lc-charset-dispatch.Po # $(AM_V_CC)source='lib/lc-charset-dispatch.c' object='lib/libsed_a-lc-charset-dispatch.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-lc-charset-dispatch.obj `if test -f 'lib/lc-charset-dispatch.c'; then $(CYGPATH_W) 'lib/lc-charset-dispatch.c'; else $(CYGPATH_W) '$(srcdir)/lib/lc-charset-dispatch.c'; fi` lib/libsed_a-mbtowc-lock.o: lib/mbtowc-lock.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mbtowc-lock.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-mbtowc-lock.Tpo -c -o lib/libsed_a-mbtowc-lock.o `test -f 'lib/mbtowc-lock.c' || echo '$(srcdir)/'`lib/mbtowc-lock.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mbtowc-lock.Tpo lib/$(DEPDIR)/libsed_a-mbtowc-lock.Po # $(AM_V_CC)source='lib/mbtowc-lock.c' object='lib/libsed_a-mbtowc-lock.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mbtowc-lock.o `test -f 'lib/mbtowc-lock.c' || echo '$(srcdir)/'`lib/mbtowc-lock.c lib/libsed_a-mbtowc-lock.obj: lib/mbtowc-lock.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-mbtowc-lock.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-mbtowc-lock.Tpo -c -o lib/libsed_a-mbtowc-lock.obj `if test -f 'lib/mbtowc-lock.c'; then $(CYGPATH_W) 'lib/mbtowc-lock.c'; else $(CYGPATH_W) '$(srcdir)/lib/mbtowc-lock.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-mbtowc-lock.Tpo lib/$(DEPDIR)/libsed_a-mbtowc-lock.Po # $(AM_V_CC)source='lib/mbtowc-lock.c' object='lib/libsed_a-mbtowc-lock.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-mbtowc-lock.obj `if test -f 'lib/mbtowc-lock.c'; then $(CYGPATH_W) 'lib/mbtowc-lock.c'; else $(CYGPATH_W) '$(srcdir)/lib/mbtowc-lock.c'; fi` lib/libsed_a-realloc.o: lib/realloc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-realloc.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-realloc.Tpo -c -o lib/libsed_a-realloc.o `test -f 'lib/realloc.c' || echo '$(srcdir)/'`lib/realloc.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-realloc.Tpo lib/$(DEPDIR)/libsed_a-realloc.Po # $(AM_V_CC)source='lib/realloc.c' object='lib/libsed_a-realloc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-realloc.o `test -f 'lib/realloc.c' || echo '$(srcdir)/'`lib/realloc.c lib/libsed_a-realloc.obj: lib/realloc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-realloc.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-realloc.Tpo -c -o lib/libsed_a-realloc.obj `if test -f 'lib/realloc.c'; then $(CYGPATH_W) 'lib/realloc.c'; else $(CYGPATH_W) '$(srcdir)/lib/realloc.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-realloc.Tpo lib/$(DEPDIR)/libsed_a-realloc.Po # $(AM_V_CC)source='lib/realloc.c' object='lib/libsed_a-realloc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-realloc.obj `if test -f 'lib/realloc.c'; then $(CYGPATH_W) 'lib/realloc.c'; else $(CYGPATH_W) '$(srcdir)/lib/realloc.c'; fi` lib/libsed_a-regcomp.o: lib/regcomp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-regcomp.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-regcomp.Tpo -c -o lib/libsed_a-regcomp.o `test -f 'lib/regcomp.c' || echo '$(srcdir)/'`lib/regcomp.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-regcomp.Tpo lib/$(DEPDIR)/libsed_a-regcomp.Po # $(AM_V_CC)source='lib/regcomp.c' object='lib/libsed_a-regcomp.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-regcomp.o `test -f 'lib/regcomp.c' || echo '$(srcdir)/'`lib/regcomp.c lib/libsed_a-regcomp.obj: lib/regcomp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-regcomp.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-regcomp.Tpo -c -o lib/libsed_a-regcomp.obj `if test -f 'lib/regcomp.c'; then $(CYGPATH_W) 'lib/regcomp.c'; else $(CYGPATH_W) '$(srcdir)/lib/regcomp.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-regcomp.Tpo lib/$(DEPDIR)/libsed_a-regcomp.Po # $(AM_V_CC)source='lib/regcomp.c' object='lib/libsed_a-regcomp.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-regcomp.obj `if test -f 'lib/regcomp.c'; then $(CYGPATH_W) 'lib/regcomp.c'; else $(CYGPATH_W) '$(srcdir)/lib/regcomp.c'; fi` lib/libsed_a-regex_internal.o: lib/regex_internal.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-regex_internal.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-regex_internal.Tpo -c -o lib/libsed_a-regex_internal.o `test -f 'lib/regex_internal.c' || echo '$(srcdir)/'`lib/regex_internal.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-regex_internal.Tpo lib/$(DEPDIR)/libsed_a-regex_internal.Po # $(AM_V_CC)source='lib/regex_internal.c' object='lib/libsed_a-regex_internal.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-regex_internal.o `test -f 'lib/regex_internal.c' || echo '$(srcdir)/'`lib/regex_internal.c lib/libsed_a-regex_internal.obj: lib/regex_internal.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-regex_internal.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-regex_internal.Tpo -c -o lib/libsed_a-regex_internal.obj `if test -f 'lib/regex_internal.c'; then $(CYGPATH_W) 'lib/regex_internal.c'; else $(CYGPATH_W) '$(srcdir)/lib/regex_internal.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-regex_internal.Tpo lib/$(DEPDIR)/libsed_a-regex_internal.Po # $(AM_V_CC)source='lib/regex_internal.c' object='lib/libsed_a-regex_internal.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-regex_internal.obj `if test -f 'lib/regex_internal.c'; then $(CYGPATH_W) 'lib/regex_internal.c'; else $(CYGPATH_W) '$(srcdir)/lib/regex_internal.c'; fi` lib/libsed_a-regexec.o: lib/regexec.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-regexec.o -MD -MP -MF lib/$(DEPDIR)/libsed_a-regexec.Tpo -c -o lib/libsed_a-regexec.o `test -f 'lib/regexec.c' || echo '$(srcdir)/'`lib/regexec.c # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-regexec.Tpo lib/$(DEPDIR)/libsed_a-regexec.Po # $(AM_V_CC)source='lib/regexec.c' object='lib/libsed_a-regexec.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-regexec.o `test -f 'lib/regexec.c' || echo '$(srcdir)/'`lib/regexec.c lib/libsed_a-regexec.obj: lib/regexec.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -MT lib/libsed_a-regexec.obj -MD -MP -MF lib/$(DEPDIR)/libsed_a-regexec.Tpo -c -o lib/libsed_a-regexec.obj `if test -f 'lib/regexec.c'; then $(CYGPATH_W) 'lib/regexec.c'; else $(CYGPATH_W) '$(srcdir)/lib/regexec.c'; fi` # $(AM_V_at)$(am__mv) lib/$(DEPDIR)/libsed_a-regexec.Tpo lib/$(DEPDIR)/libsed_a-regexec.Po # $(AM_V_CC)source='lib/regexec.c' object='lib/libsed_a-regexec.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_libsed_a_CFLAGS) $(CFLAGS) -c -o lib/libsed_a-regexec.obj `if test -f 'lib/regexec.c'; then $(CYGPATH_W) 'lib/regexec.c'; else $(CYGPATH_W) '$(srcdir)/lib/regexec.c'; fi` sed/sed-compile.o: sed/compile.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-compile.o -MD -MP -MF sed/$(DEPDIR)/sed-compile.Tpo -c -o sed/sed-compile.o `test -f 'sed/compile.c' || echo '$(srcdir)/'`sed/compile.c # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-compile.Tpo sed/$(DEPDIR)/sed-compile.Po # $(AM_V_CC)source='sed/compile.c' object='sed/sed-compile.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-compile.o `test -f 'sed/compile.c' || echo '$(srcdir)/'`sed/compile.c sed/sed-compile.obj: sed/compile.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-compile.obj -MD -MP -MF sed/$(DEPDIR)/sed-compile.Tpo -c -o sed/sed-compile.obj `if test -f 'sed/compile.c'; then $(CYGPATH_W) 'sed/compile.c'; else $(CYGPATH_W) '$(srcdir)/sed/compile.c'; fi` # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-compile.Tpo sed/$(DEPDIR)/sed-compile.Po # $(AM_V_CC)source='sed/compile.c' object='sed/sed-compile.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-compile.obj `if test -f 'sed/compile.c'; then $(CYGPATH_W) 'sed/compile.c'; else $(CYGPATH_W) '$(srcdir)/sed/compile.c'; fi` sed/sed-debug.o: sed/debug.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-debug.o -MD -MP -MF sed/$(DEPDIR)/sed-debug.Tpo -c -o sed/sed-debug.o `test -f 'sed/debug.c' || echo '$(srcdir)/'`sed/debug.c # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-debug.Tpo sed/$(DEPDIR)/sed-debug.Po # $(AM_V_CC)source='sed/debug.c' object='sed/sed-debug.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-debug.o `test -f 'sed/debug.c' || echo '$(srcdir)/'`sed/debug.c sed/sed-debug.obj: sed/debug.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-debug.obj -MD -MP -MF sed/$(DEPDIR)/sed-debug.Tpo -c -o sed/sed-debug.obj `if test -f 'sed/debug.c'; then $(CYGPATH_W) 'sed/debug.c'; else $(CYGPATH_W) '$(srcdir)/sed/debug.c'; fi` # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-debug.Tpo sed/$(DEPDIR)/sed-debug.Po # $(AM_V_CC)source='sed/debug.c' object='sed/sed-debug.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-debug.obj `if test -f 'sed/debug.c'; then $(CYGPATH_W) 'sed/debug.c'; else $(CYGPATH_W) '$(srcdir)/sed/debug.c'; fi` sed/sed-execute.o: sed/execute.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-execute.o -MD -MP -MF sed/$(DEPDIR)/sed-execute.Tpo -c -o sed/sed-execute.o `test -f 'sed/execute.c' || echo '$(srcdir)/'`sed/execute.c # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-execute.Tpo sed/$(DEPDIR)/sed-execute.Po # $(AM_V_CC)source='sed/execute.c' object='sed/sed-execute.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-execute.o `test -f 'sed/execute.c' || echo '$(srcdir)/'`sed/execute.c sed/sed-execute.obj: sed/execute.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-execute.obj -MD -MP -MF sed/$(DEPDIR)/sed-execute.Tpo -c -o sed/sed-execute.obj `if test -f 'sed/execute.c'; then $(CYGPATH_W) 'sed/execute.c'; else $(CYGPATH_W) '$(srcdir)/sed/execute.c'; fi` # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-execute.Tpo sed/$(DEPDIR)/sed-execute.Po # $(AM_V_CC)source='sed/execute.c' object='sed/sed-execute.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-execute.obj `if test -f 'sed/execute.c'; then $(CYGPATH_W) 'sed/execute.c'; else $(CYGPATH_W) '$(srcdir)/sed/execute.c'; fi` sed/sed-mbcs.o: sed/mbcs.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-mbcs.o -MD -MP -MF sed/$(DEPDIR)/sed-mbcs.Tpo -c -o sed/sed-mbcs.o `test -f 'sed/mbcs.c' || echo '$(srcdir)/'`sed/mbcs.c # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-mbcs.Tpo sed/$(DEPDIR)/sed-mbcs.Po # $(AM_V_CC)source='sed/mbcs.c' object='sed/sed-mbcs.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-mbcs.o `test -f 'sed/mbcs.c' || echo '$(srcdir)/'`sed/mbcs.c sed/sed-mbcs.obj: sed/mbcs.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-mbcs.obj -MD -MP -MF sed/$(DEPDIR)/sed-mbcs.Tpo -c -o sed/sed-mbcs.obj `if test -f 'sed/mbcs.c'; then $(CYGPATH_W) 'sed/mbcs.c'; else $(CYGPATH_W) '$(srcdir)/sed/mbcs.c'; fi` # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-mbcs.Tpo sed/$(DEPDIR)/sed-mbcs.Po # $(AM_V_CC)source='sed/mbcs.c' object='sed/sed-mbcs.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-mbcs.obj `if test -f 'sed/mbcs.c'; then $(CYGPATH_W) 'sed/mbcs.c'; else $(CYGPATH_W) '$(srcdir)/sed/mbcs.c'; fi` sed/sed-regexp.o: sed/regexp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-regexp.o -MD -MP -MF sed/$(DEPDIR)/sed-regexp.Tpo -c -o sed/sed-regexp.o `test -f 'sed/regexp.c' || echo '$(srcdir)/'`sed/regexp.c # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-regexp.Tpo sed/$(DEPDIR)/sed-regexp.Po # $(AM_V_CC)source='sed/regexp.c' object='sed/sed-regexp.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-regexp.o `test -f 'sed/regexp.c' || echo '$(srcdir)/'`sed/regexp.c sed/sed-regexp.obj: sed/regexp.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-regexp.obj -MD -MP -MF sed/$(DEPDIR)/sed-regexp.Tpo -c -o sed/sed-regexp.obj `if test -f 'sed/regexp.c'; then $(CYGPATH_W) 'sed/regexp.c'; else $(CYGPATH_W) '$(srcdir)/sed/regexp.c'; fi` # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-regexp.Tpo sed/$(DEPDIR)/sed-regexp.Po # $(AM_V_CC)source='sed/regexp.c' object='sed/sed-regexp.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-regexp.obj `if test -f 'sed/regexp.c'; then $(CYGPATH_W) 'sed/regexp.c'; else $(CYGPATH_W) '$(srcdir)/sed/regexp.c'; fi` sed/sed-sed.o: sed/sed.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-sed.o -MD -MP -MF sed/$(DEPDIR)/sed-sed.Tpo -c -o sed/sed-sed.o `test -f 'sed/sed.c' || echo '$(srcdir)/'`sed/sed.c # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-sed.Tpo sed/$(DEPDIR)/sed-sed.Po # $(AM_V_CC)source='sed/sed.c' object='sed/sed-sed.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-sed.o `test -f 'sed/sed.c' || echo '$(srcdir)/'`sed/sed.c sed/sed-sed.obj: sed/sed.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-sed.obj -MD -MP -MF sed/$(DEPDIR)/sed-sed.Tpo -c -o sed/sed-sed.obj `if test -f 'sed/sed.c'; then $(CYGPATH_W) 'sed/sed.c'; else $(CYGPATH_W) '$(srcdir)/sed/sed.c'; fi` # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-sed.Tpo sed/$(DEPDIR)/sed-sed.Po # $(AM_V_CC)source='sed/sed.c' object='sed/sed-sed.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-sed.obj `if test -f 'sed/sed.c'; then $(CYGPATH_W) 'sed/sed.c'; else $(CYGPATH_W) '$(srcdir)/sed/sed.c'; fi` sed/sed-utils.o: sed/utils.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-utils.o -MD -MP -MF sed/$(DEPDIR)/sed-utils.Tpo -c -o sed/sed-utils.o `test -f 'sed/utils.c' || echo '$(srcdir)/'`sed/utils.c # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-utils.Tpo sed/$(DEPDIR)/sed-utils.Po # $(AM_V_CC)source='sed/utils.c' object='sed/sed-utils.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-utils.o `test -f 'sed/utils.c' || echo '$(srcdir)/'`sed/utils.c sed/sed-utils.obj: sed/utils.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -MT sed/sed-utils.obj -MD -MP -MF sed/$(DEPDIR)/sed-utils.Tpo -c -o sed/sed-utils.obj `if test -f 'sed/utils.c'; then $(CYGPATH_W) 'sed/utils.c'; else $(CYGPATH_W) '$(srcdir)/sed/utils.c'; fi` # $(AM_V_at)$(am__mv) sed/$(DEPDIR)/sed-utils.Tpo sed/$(DEPDIR)/sed-utils.Po # $(AM_V_CC)source='sed/utils.c' object='sed/sed-utils.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sed_sed_CPPFLAGS) $(CPPFLAGS) $(sed_sed_CFLAGS) $(CFLAGS) -c -o sed/sed-utils.obj `if test -f 'sed/utils.c'; then $(CYGPATH_W) 'sed/utils.c'; else $(CYGPATH_W) '$(srcdir)/sed/utils.c'; fi` doc/$(am__dirstamp): @$(MKDIR_P) doc @: > doc/$(am__dirstamp) $(srcdir)/doc/sed.info: doc/sed.texi $(srcdir)/doc/version.texi $(doc_sed_TEXINFOS) $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ am__cwd=`pwd` && $(am__cd) $(srcdir) && \ rm -rf $$backupdir && mkdir $$backupdir && \ if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$$am__cwd"; \ if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ -o $@ $(srcdir)/doc/sed.texi; \ then \ rc=0; \ $(am__cd) $(srcdir); \ else \ rc=$$?; \ $(am__cd) $(srcdir) && \ $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ fi; \ rm -rf $$backupdir; exit $$rc doc/sed.dvi: doc/sed.texi $(srcdir)/doc/version.texi $(doc_sed_TEXINFOS) doc/$(am__dirstamp) $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \ $(TEXI2DVI) $(AM_TEXI2FLAGS) -I doc -I $(srcdir)/doc $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ `test -f 'doc/sed.texi' || echo '$(srcdir)/'`doc/sed.texi doc/sed.pdf: doc/sed.texi $(srcdir)/doc/version.texi $(doc_sed_TEXINFOS) doc/$(am__dirstamp) $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \ $(TEXI2PDF) $(AM_TEXI2FLAGS) -I doc -I $(srcdir)/doc $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ `test -f 'doc/sed.texi' || echo '$(srcdir)/'`doc/sed.texi doc/sed.html: doc/sed.texi $(srcdir)/doc/version.texi $(doc_sed_TEXINFOS) doc/$(am__dirstamp) $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ -o $(@:.html=.htp) `test -f 'doc/sed.texi' || echo '$(srcdir)/'`doc/sed.texi; \ then \ rm -rf $@ && mv $(@:.html=.htp) $@; \ else \ rm -rf $(@:.html=.htp); exit 1; \ fi $(srcdir)/doc/version.texi: $(srcdir)/doc/stamp-vti $(srcdir)/doc/stamp-vti: doc/sed.texi $(top_srcdir)/configure @test -f doc/$(am__dirstamp) || $(MAKE) $(AM_MAKEFLAGS) doc/$(am__dirstamp) @(dir=.; test -f ./doc/sed.texi || dir=$(srcdir); \ set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/doc/sed.texi`; \ echo "@set UPDATED $$1 $$2 $$3"; \ echo "@set UPDATED-MONTH $$2 $$3"; \ echo "@set EDITION $(VERSION)"; \ echo "@set VERSION $(VERSION)") > vti.tmp$$$$ && \ (cmp -s vti.tmp$$$$ $(srcdir)/doc/version.texi \ || (echo "Updating $(srcdir)/doc/version.texi" && \ cp vti.tmp$$$$ $(srcdir)/doc/version.texi.tmp$$$$ && \ mv $(srcdir)/doc/version.texi.tmp$$$$ $(srcdir)/doc/version.texi)) && \ rm -f vti.tmp$$$$ $(srcdir)/doc/version.texi.$$$$ @cp $(srcdir)/doc/version.texi $@ mostlyclean-vti: -rm -f vti.tmp* $(srcdir)/doc/version.texi.tmp* maintainer-clean-vti: -rm -f $(srcdir)/doc/stamp-vti $(srcdir)/doc/version.texi .dvi.ps: $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ $(DVIPS) $(AM_V_texinfo) -o $@ $< uninstall-dvi-am: @$(NORMAL_UNINSTALL) @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \ rm -f "$(DESTDIR)$(dvidir)/$$f"; \ done uninstall-html-am: @$(NORMAL_UNINSTALL) @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \ rm -rf "$(DESTDIR)$(htmldir)/$$f"; \ done uninstall-info-am: @$(PRE_UNINSTALL) @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \ list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \ done; \ else :; fi @$(NORMAL_UNINSTALL) @list='$(INFO_DEPS)'; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \ rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ else :; fi); \ done uninstall-pdf-am: @$(NORMAL_UNINSTALL) @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \ rm -f "$(DESTDIR)$(pdfdir)/$$f"; \ done uninstall-ps-am: @$(NORMAL_UNINSTALL) @list='$(PSS)'; test -n "$(psdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \ rm -f "$(DESTDIR)$(psdir)/$$f"; \ done dist-info: $(INFO_DEPS) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ list='$(INFO_DEPS)'; \ for base in $$list; do \ case $$base in \ $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$base; then d=.; else d=$(srcdir); fi; \ base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ if test -f $$file; then \ relfile=`expr "$$file" : "$$d/\(.*\)"`; \ test -f "$(distdir)/$$relfile" || \ cp -p $$file "$(distdir)/$$relfile"; \ else :; fi; \ done; \ done mostlyclean-aminfo: -$(am__rm_rf) doc/sed.t2d doc/sed.t2p clean-aminfo: -$(am__rm_rf) doc/sed.dvi doc/sed.pdf doc/sed.ps doc/sed.html maintainer-clean-aminfo: @list='$(INFO_DEPS)'; for i in $$list; do \ i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ done install-man1: $(dist_man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(dist_man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) # 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" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist 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 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files # Recover from deleted '.trs' file; this should ensure that # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells # to avoid problems with "make -n". .log.trs: rm -f $< $@ $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not # expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: $(TEST_SUITE_LOG): $(TEST_LOGS) @$(am__set_TESTS_bases); \ am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ redo_bases=`for i in $$bases; do \ am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ done`; \ if test -n "$$redo_bases"; then \ redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ if $(am__make_dryrun); then :; else \ rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ fi; \ fi; \ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ st=0; \ errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ for i in $$redo_bases; do \ test -f $$i.trs && test -r $$i.trs \ || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ test -f $$i.log && test -r $$i.log \ || { echo "$$errmsg $$i.log" >&2; st=1; }; \ done; \ test $$st -eq 0 || exit 1; \ fi @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ ws='[ ]'; \ results=`for b in $$bases; do echo $$b.trs; done`; \ test -n "$$results" || results=/dev/null; \ all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ if test `expr $$fail + $$xpass + $$error` -eq 0; then \ success=true; \ else \ success=false; \ fi; \ br='==================='; br=$$br$$br$$br$$br; \ result_count () \ { \ if test x"$$1" = x"--maybe-color"; then \ maybe_colorize=yes; \ elif test x"$$1" = x"--no-color"; then \ maybe_colorize=no; \ else \ echo "$@: invalid 'result_count' usage" >&2; exit 4; \ fi; \ shift; \ desc=$$1 count=$$2; \ if test $$maybe_colorize = yes && test $$count -gt 0; then \ color_start=$$3 color_end=$$std; \ else \ color_start= color_end=; \ fi; \ echo "$${color_start}# $$desc $$count$${color_end}"; \ }; \ create_testsuite_report () \ { \ result_count $$1 "TOTAL:" $$all "$$brg"; \ result_count $$1 "PASS: " $$pass "$$grn"; \ result_count $$1 "SKIP: " $$skip "$$blu"; \ result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ result_count $$1 "FAIL: " $$fail "$$red"; \ result_count $$1 "XPASS:" $$xpass "$$red"; \ result_count $$1 "ERROR:" $$error "$$mgn"; \ }; \ { \ echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ $(am__rst_title); \ create_testsuite_report --no-color; \ echo; \ echo ".. contents:: :depth: 2"; \ echo; \ for b in $$bases; do echo $$b; done \ | $(am__create_global_log); \ } >$(TEST_SUITE_LOG).tmp || exit 1; \ mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ if $$success; then \ col="$$grn"; \ else \ col="$$red"; \ test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ fi; \ echo "$${col}$$br$${std}"; \ echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ echo "$${col}$$br$${std}"; \ create_testsuite_report --maybe-color; \ echo "$$col$$br$$std"; \ if $$success; then :; else \ echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ if test -n "$(PACKAGE_BUGREPORT)"; then \ echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ fi; \ echo "$$col$$br$$std"; \ fi; \ $$success || exit 1 check-TESTS: $(check_PROGRAMS) @list='$(RECHECK_LOGS)'; $(am__rm_f) $$list @list='$(RECHECK_LOGS:.log=.trs)'; $(am__rm_f) $$list @$(am__rm_f) $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ trs_list=`for i in $$bases; do echo $$i.trs; done`; \ log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ exit $$?; recheck: all $(check_PROGRAMS) @$(am__rm_f) $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ bases=`for i in $$bases; do echo $$i; done \ | $(am__list_recheck_tests)` || exit 1; \ log_list=`for i in $$bases; do echo $$i.log; done`; \ log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? .sh.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) #.sh$(EXEEXT).log: # @p='$<'; \ # $(am__set_b); \ # $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \ # --log-file $$b.log --trs-file $$b.trs \ # $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \ # "$$tst" $(AM_TESTS_FD_REDIRECT) .pl.log: @p='$<'; \ $(am__set_b); \ $(am__check_pre) $(PL_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_PL_LOG_DRIVER_FLAGS) $(PL_LOG_DRIVER_FLAGS) -- $(PL_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) #.pl$(EXEEXT).log: # @p='$<'; \ # $(am__set_b); \ # $(am__check_pre) $(PL_LOG_DRIVER) --test-name "$$f" \ # --log-file $$b.log --trs-file $$b.trs \ # $(am__common_driver_flags) $(AM_PL_LOG_DRIVER_FLAGS) $(PL_LOG_DRIVER_FLAGS) -- $(PL_LOG_COMPILE) \ # "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @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 $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$(top_distdir)" distdir="$(distdir)" \ dist-info dist-hook -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-zstd: distdir tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ *.tar.zst*) \ zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(INFO_DEPS) $(PROGRAMS) $(LIBRARIES) $(MANS) $(DATA) \ $(HEADERS) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) install-recursive install-exec: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) 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: -rm -f lib/alloca.$(OBJEXT) -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -$(am__rm_f) $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) -rm -f doc/$(am__dirstamp) -rm -f lib/$(DEPDIR)/$(am__dirstamp) -rm -f lib/$(am__dirstamp) -rm -f lib/glthread/$(DEPDIR)/$(am__dirstamp) -rm -f lib/glthread/$(am__dirstamp) -rm -f lib/malloc/$(DEPDIR)/$(am__dirstamp) -rm -f lib/malloc/$(am__dirstamp) -rm -f sed/$(DEPDIR)/$(am__dirstamp) -rm -f sed/$(am__dirstamp) -rm -f testsuite/$(DEPDIR)/$(am__dirstamp) -rm -f testsuite/$(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-aminfo clean-binPROGRAMS clean-checkPROGRAMS \ clean-generic clean-noinstLIBRARIES mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f lib/$(DEPDIR)/alloca.Po -rm -f lib/$(DEPDIR)/libsed_a-acl-errno-valid.Po -rm -f lib/$(DEPDIR)/libsed_a-acl-internal.Po -rm -f lib/$(DEPDIR)/libsed_a-acl_entries.Po -rm -f lib/$(DEPDIR)/libsed_a-alloca.Po -rm -f lib/$(DEPDIR)/libsed_a-basename-lgpl.Po -rm -f lib/$(DEPDIR)/libsed_a-binary-io.Po -rm -f lib/$(DEPDIR)/libsed_a-btowc.Po -rm -f lib/$(DEPDIR)/libsed_a-c-ctype.Po -rm -f lib/$(DEPDIR)/libsed_a-c-strcasecmp.Po -rm -f lib/$(DEPDIR)/libsed_a-c-strncasecmp.Po -rm -f lib/$(DEPDIR)/libsed_a-calloc.Po -rm -f lib/$(DEPDIR)/libsed_a-canonicalize-lgpl.Po -rm -f lib/$(DEPDIR)/libsed_a-cloexec.Po -rm -f lib/$(DEPDIR)/libsed_a-close-stream.Po -rm -f lib/$(DEPDIR)/libsed_a-close.Po -rm -f lib/$(DEPDIR)/libsed_a-closeout.Po -rm -f lib/$(DEPDIR)/libsed_a-copy-acl.Po -rm -f lib/$(DEPDIR)/libsed_a-dfa.Po -rm -f lib/$(DEPDIR)/libsed_a-dirname-lgpl.Po -rm -f lib/$(DEPDIR)/libsed_a-dup2.Po -rm -f lib/$(DEPDIR)/libsed_a-error.Po -rm -f lib/$(DEPDIR)/libsed_a-exitfail.Po -rm -f lib/$(DEPDIR)/libsed_a-fcntl.Po -rm -f lib/$(DEPDIR)/libsed_a-fd-hook.Po -rm -f lib/$(DEPDIR)/libsed_a-fpending.Po -rm -f lib/$(DEPDIR)/libsed_a-free.Po -rm -f lib/$(DEPDIR)/libsed_a-fstat.Po -rm -f lib/$(DEPDIR)/libsed_a-fwriting.Po -rm -f lib/$(DEPDIR)/libsed_a-get-permissions.Po -rm -f lib/$(DEPDIR)/libsed_a-getdelim.Po -rm -f lib/$(DEPDIR)/libsed_a-getdtablesize.Po -rm -f lib/$(DEPDIR)/libsed_a-getfilecon.Po -rm -f lib/$(DEPDIR)/libsed_a-getprogname.Po -rm -f lib/$(DEPDIR)/libsed_a-getrandom.Po -rm -f lib/$(DEPDIR)/libsed_a-hard-locale.Po -rm -f lib/$(DEPDIR)/libsed_a-ialloc.Po -rm -f lib/$(DEPDIR)/libsed_a-lc-charset-dispatch.Po -rm -f lib/$(DEPDIR)/libsed_a-localcharset.Po -rm -f lib/$(DEPDIR)/libsed_a-localeconv.Po -rm -f lib/$(DEPDIR)/libsed_a-localeinfo.Po -rm -f lib/$(DEPDIR)/libsed_a-lstat.Po -rm -f lib/$(DEPDIR)/libsed_a-malloc.Po -rm -f lib/$(DEPDIR)/libsed_a-malloca.Po -rm -f lib/$(DEPDIR)/libsed_a-mbrlen.Po -rm -f lib/$(DEPDIR)/libsed_a-mbrtowc.Po -rm -f lib/$(DEPDIR)/libsed_a-mbsinit.Po -rm -f lib/$(DEPDIR)/libsed_a-mbtowc-lock.Po -rm -f lib/$(DEPDIR)/libsed_a-mbtowc.Po -rm -f lib/$(DEPDIR)/libsed_a-memchr.Po -rm -f lib/$(DEPDIR)/libsed_a-mempcpy.Po -rm -f lib/$(DEPDIR)/libsed_a-memrchr.Po -rm -f lib/$(DEPDIR)/libsed_a-mkdir.Po -rm -f lib/$(DEPDIR)/libsed_a-mkostemp.Po -rm -f lib/$(DEPDIR)/libsed_a-msvc-inval.Po -rm -f lib/$(DEPDIR)/libsed_a-msvc-nothrow.Po -rm -f lib/$(DEPDIR)/libsed_a-nl_langinfo-lock.Po -rm -f lib/$(DEPDIR)/libsed_a-nl_langinfo.Po -rm -f lib/$(DEPDIR)/libsed_a-obstack.Po -rm -f lib/$(DEPDIR)/libsed_a-open.Po -rm -f lib/$(DEPDIR)/libsed_a-progname.Po -rm -f lib/$(DEPDIR)/libsed_a-qcopy-acl.Po -rm -f lib/$(DEPDIR)/libsed_a-qset-acl.Po -rm -f lib/$(DEPDIR)/libsed_a-quotearg.Po -rm -f lib/$(DEPDIR)/libsed_a-rawmemchr.Po -rm -f lib/$(DEPDIR)/libsed_a-readlink.Po -rm -f lib/$(DEPDIR)/libsed_a-realloc.Po -rm -f lib/$(DEPDIR)/libsed_a-reallocarray.Po -rm -f lib/$(DEPDIR)/libsed_a-regcomp.Po -rm -f lib/$(DEPDIR)/libsed_a-regex.Po -rm -f lib/$(DEPDIR)/libsed_a-regex_internal.Po -rm -f lib/$(DEPDIR)/libsed_a-regexec.Po -rm -f lib/$(DEPDIR)/libsed_a-rename.Po -rm -f lib/$(DEPDIR)/libsed_a-rmdir.Po -rm -f lib/$(DEPDIR)/libsed_a-se-context.Po -rm -f lib/$(DEPDIR)/libsed_a-se-label.Po -rm -f lib/$(DEPDIR)/libsed_a-se-selinux.Po -rm -f lib/$(DEPDIR)/libsed_a-set-acl.Po -rm -f lib/$(DEPDIR)/libsed_a-set-permissions.Po -rm -f lib/$(DEPDIR)/libsed_a-setlocale-lock.Po -rm -f lib/$(DEPDIR)/libsed_a-setlocale_null.Po -rm -f lib/$(DEPDIR)/libsed_a-stat-time.Po -rm -f lib/$(DEPDIR)/libsed_a-stat-w32.Po -rm -f lib/$(DEPDIR)/libsed_a-stat.Po -rm -f lib/$(DEPDIR)/libsed_a-stdio-read.Po -rm -f lib/$(DEPDIR)/libsed_a-stdio-write.Po -rm -f lib/$(DEPDIR)/libsed_a-strerror-override.Po -rm -f lib/$(DEPDIR)/libsed_a-strerror.Po -rm -f lib/$(DEPDIR)/libsed_a-stripslash.Po -rm -f lib/$(DEPDIR)/libsed_a-strverscmp.Po -rm -f lib/$(DEPDIR)/libsed_a-tempname.Po -rm -f lib/$(DEPDIR)/libsed_a-unistd.Po -rm -f lib/$(DEPDIR)/libsed_a-version-etc-fsf.Po -rm -f lib/$(DEPDIR)/libsed_a-version-etc.Po -rm -f lib/$(DEPDIR)/libsed_a-wcrtomb.Po -rm -f lib/$(DEPDIR)/libsed_a-wctob.Po -rm -f lib/$(DEPDIR)/libsed_a-wctomb.Po -rm -f lib/$(DEPDIR)/libsed_a-wctype-h.Po -rm -f lib/$(DEPDIR)/libsed_a-windows-mutex.Po -rm -f lib/$(DEPDIR)/libsed_a-windows-once.Po -rm -f lib/$(DEPDIR)/libsed_a-windows-recmutex.Po -rm -f lib/$(DEPDIR)/libsed_a-windows-rwlock.Po -rm -f lib/$(DEPDIR)/libsed_a-xalloc-die.Po -rm -f lib/$(DEPDIR)/libsed_a-xmalloc.Po -rm -f lib/glthread/$(DEPDIR)/libsed_a-lock.Po -rm -f lib/glthread/$(DEPDIR)/libsed_a-threadlib.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray-skeleton.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray_at_failure.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray_emplace_enlarge.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray_finalize.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize_clear.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow_preserve.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_set_array_size.Po -rm -f sed/$(DEPDIR)/sed-compile.Po -rm -f sed/$(DEPDIR)/sed-debug.Po -rm -f sed/$(DEPDIR)/sed-execute.Po -rm -f sed/$(DEPDIR)/sed-mbcs.Po -rm -f sed/$(DEPDIR)/sed-regexp.Po -rm -f sed/$(DEPDIR)/sed-sed.Po -rm -f sed/$(DEPDIR)/sed-utils.Po -rm -f sed/$(DEPDIR)/version.Po -rm -f testsuite/$(DEPDIR)/get-mb-cur-max.Po -rm -f testsuite/$(DEPDIR)/test-mbrtowc.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-local distclean-tags dvi: dvi-recursive dvi-am: $(DVIS) html: html-recursive html-am: $(HTMLS) info: info-recursive info-am: $(INFO_DEPS) install-data-am: install-info-am install-man install-dvi: install-dvi-recursive install-dvi-am: $(DVIS) @$(NORMAL_INSTALL) @list='$(DVIS)'; test -n "$(dvidir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \ $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \ done install-exec-am: install-binPROGRAMS install-html: install-html-recursive install-html-am: $(HTMLS) @$(NORMAL_INSTALL) @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \ $(am__strip_dir) \ d2=$$d$$p; \ if test -d "$$d2"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \ $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \ echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \ $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \ else \ list2="$$list2 $$d2"; \ fi; \ done; \ test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ done; } install-info: install-info-recursive install-info-am: $(INFO_DEPS) @$(NORMAL_INSTALL) @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ fi; \ for file in $$list; do \ case $$file in \ $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ esac; \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ if test -f $$ifile; then \ echo "$$ifile"; \ else : ; fi; \ done; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done @$(POST_INSTALL) @if $(am__can_run_installinfo); then \ list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ for file in $$list; do \ relfile=`echo "$$file" | sed 's|^.*/||'`; \ echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ done; \ else : ; fi install-man: install-man1 install-pdf: install-pdf-recursive install-pdf-am: $(PDFS) @$(NORMAL_INSTALL) @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done install-ps: install-ps-recursive install-ps-am: $(PSS) @$(NORMAL_INSTALL) @list='$(PSS)'; test -n "$(psdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \ fi; \ for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; \ done | $(am__base_list) | \ while read files; do \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f lib/$(DEPDIR)/alloca.Po -rm -f lib/$(DEPDIR)/libsed_a-acl-errno-valid.Po -rm -f lib/$(DEPDIR)/libsed_a-acl-internal.Po -rm -f lib/$(DEPDIR)/libsed_a-acl_entries.Po -rm -f lib/$(DEPDIR)/libsed_a-alloca.Po -rm -f lib/$(DEPDIR)/libsed_a-basename-lgpl.Po -rm -f lib/$(DEPDIR)/libsed_a-binary-io.Po -rm -f lib/$(DEPDIR)/libsed_a-btowc.Po -rm -f lib/$(DEPDIR)/libsed_a-c-ctype.Po -rm -f lib/$(DEPDIR)/libsed_a-c-strcasecmp.Po -rm -f lib/$(DEPDIR)/libsed_a-c-strncasecmp.Po -rm -f lib/$(DEPDIR)/libsed_a-calloc.Po -rm -f lib/$(DEPDIR)/libsed_a-canonicalize-lgpl.Po -rm -f lib/$(DEPDIR)/libsed_a-cloexec.Po -rm -f lib/$(DEPDIR)/libsed_a-close-stream.Po -rm -f lib/$(DEPDIR)/libsed_a-close.Po -rm -f lib/$(DEPDIR)/libsed_a-closeout.Po -rm -f lib/$(DEPDIR)/libsed_a-copy-acl.Po -rm -f lib/$(DEPDIR)/libsed_a-dfa.Po -rm -f lib/$(DEPDIR)/libsed_a-dirname-lgpl.Po -rm -f lib/$(DEPDIR)/libsed_a-dup2.Po -rm -f lib/$(DEPDIR)/libsed_a-error.Po -rm -f lib/$(DEPDIR)/libsed_a-exitfail.Po -rm -f lib/$(DEPDIR)/libsed_a-fcntl.Po -rm -f lib/$(DEPDIR)/libsed_a-fd-hook.Po -rm -f lib/$(DEPDIR)/libsed_a-fpending.Po -rm -f lib/$(DEPDIR)/libsed_a-free.Po -rm -f lib/$(DEPDIR)/libsed_a-fstat.Po -rm -f lib/$(DEPDIR)/libsed_a-fwriting.Po -rm -f lib/$(DEPDIR)/libsed_a-get-permissions.Po -rm -f lib/$(DEPDIR)/libsed_a-getdelim.Po -rm -f lib/$(DEPDIR)/libsed_a-getdtablesize.Po -rm -f lib/$(DEPDIR)/libsed_a-getfilecon.Po -rm -f lib/$(DEPDIR)/libsed_a-getprogname.Po -rm -f lib/$(DEPDIR)/libsed_a-getrandom.Po -rm -f lib/$(DEPDIR)/libsed_a-hard-locale.Po -rm -f lib/$(DEPDIR)/libsed_a-ialloc.Po -rm -f lib/$(DEPDIR)/libsed_a-lc-charset-dispatch.Po -rm -f lib/$(DEPDIR)/libsed_a-localcharset.Po -rm -f lib/$(DEPDIR)/libsed_a-localeconv.Po -rm -f lib/$(DEPDIR)/libsed_a-localeinfo.Po -rm -f lib/$(DEPDIR)/libsed_a-lstat.Po -rm -f lib/$(DEPDIR)/libsed_a-malloc.Po -rm -f lib/$(DEPDIR)/libsed_a-malloca.Po -rm -f lib/$(DEPDIR)/libsed_a-mbrlen.Po -rm -f lib/$(DEPDIR)/libsed_a-mbrtowc.Po -rm -f lib/$(DEPDIR)/libsed_a-mbsinit.Po -rm -f lib/$(DEPDIR)/libsed_a-mbtowc-lock.Po -rm -f lib/$(DEPDIR)/libsed_a-mbtowc.Po -rm -f lib/$(DEPDIR)/libsed_a-memchr.Po -rm -f lib/$(DEPDIR)/libsed_a-mempcpy.Po -rm -f lib/$(DEPDIR)/libsed_a-memrchr.Po -rm -f lib/$(DEPDIR)/libsed_a-mkdir.Po -rm -f lib/$(DEPDIR)/libsed_a-mkostemp.Po -rm -f lib/$(DEPDIR)/libsed_a-msvc-inval.Po -rm -f lib/$(DEPDIR)/libsed_a-msvc-nothrow.Po -rm -f lib/$(DEPDIR)/libsed_a-nl_langinfo-lock.Po -rm -f lib/$(DEPDIR)/libsed_a-nl_langinfo.Po -rm -f lib/$(DEPDIR)/libsed_a-obstack.Po -rm -f lib/$(DEPDIR)/libsed_a-open.Po -rm -f lib/$(DEPDIR)/libsed_a-progname.Po -rm -f lib/$(DEPDIR)/libsed_a-qcopy-acl.Po -rm -f lib/$(DEPDIR)/libsed_a-qset-acl.Po -rm -f lib/$(DEPDIR)/libsed_a-quotearg.Po -rm -f lib/$(DEPDIR)/libsed_a-rawmemchr.Po -rm -f lib/$(DEPDIR)/libsed_a-readlink.Po -rm -f lib/$(DEPDIR)/libsed_a-realloc.Po -rm -f lib/$(DEPDIR)/libsed_a-reallocarray.Po -rm -f lib/$(DEPDIR)/libsed_a-regcomp.Po -rm -f lib/$(DEPDIR)/libsed_a-regex.Po -rm -f lib/$(DEPDIR)/libsed_a-regex_internal.Po -rm -f lib/$(DEPDIR)/libsed_a-regexec.Po -rm -f lib/$(DEPDIR)/libsed_a-rename.Po -rm -f lib/$(DEPDIR)/libsed_a-rmdir.Po -rm -f lib/$(DEPDIR)/libsed_a-se-context.Po -rm -f lib/$(DEPDIR)/libsed_a-se-label.Po -rm -f lib/$(DEPDIR)/libsed_a-se-selinux.Po -rm -f lib/$(DEPDIR)/libsed_a-set-acl.Po -rm -f lib/$(DEPDIR)/libsed_a-set-permissions.Po -rm -f lib/$(DEPDIR)/libsed_a-setlocale-lock.Po -rm -f lib/$(DEPDIR)/libsed_a-setlocale_null.Po -rm -f lib/$(DEPDIR)/libsed_a-stat-time.Po -rm -f lib/$(DEPDIR)/libsed_a-stat-w32.Po -rm -f lib/$(DEPDIR)/libsed_a-stat.Po -rm -f lib/$(DEPDIR)/libsed_a-stdio-read.Po -rm -f lib/$(DEPDIR)/libsed_a-stdio-write.Po -rm -f lib/$(DEPDIR)/libsed_a-strerror-override.Po -rm -f lib/$(DEPDIR)/libsed_a-strerror.Po -rm -f lib/$(DEPDIR)/libsed_a-stripslash.Po -rm -f lib/$(DEPDIR)/libsed_a-strverscmp.Po -rm -f lib/$(DEPDIR)/libsed_a-tempname.Po -rm -f lib/$(DEPDIR)/libsed_a-unistd.Po -rm -f lib/$(DEPDIR)/libsed_a-version-etc-fsf.Po -rm -f lib/$(DEPDIR)/libsed_a-version-etc.Po -rm -f lib/$(DEPDIR)/libsed_a-wcrtomb.Po -rm -f lib/$(DEPDIR)/libsed_a-wctob.Po -rm -f lib/$(DEPDIR)/libsed_a-wctomb.Po -rm -f lib/$(DEPDIR)/libsed_a-wctype-h.Po -rm -f lib/$(DEPDIR)/libsed_a-windows-mutex.Po -rm -f lib/$(DEPDIR)/libsed_a-windows-once.Po -rm -f lib/$(DEPDIR)/libsed_a-windows-recmutex.Po -rm -f lib/$(DEPDIR)/libsed_a-windows-rwlock.Po -rm -f lib/$(DEPDIR)/libsed_a-xalloc-die.Po -rm -f lib/$(DEPDIR)/libsed_a-xmalloc.Po -rm -f lib/glthread/$(DEPDIR)/libsed_a-lock.Po -rm -f lib/glthread/$(DEPDIR)/libsed_a-threadlib.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray-skeleton.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray_at_failure.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray_emplace_enlarge.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray_finalize.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-dynarray_resize_clear.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_grow_preserve.Po -rm -f lib/malloc/$(DEPDIR)/libsed_a-scratch_buffer_set_array_size.Po -rm -f sed/$(DEPDIR)/sed-compile.Po -rm -f sed/$(DEPDIR)/sed-debug.Po -rm -f sed/$(DEPDIR)/sed-execute.Po -rm -f sed/$(DEPDIR)/sed-mbcs.Po -rm -f sed/$(DEPDIR)/sed-regexp.Po -rm -f sed/$(DEPDIR)/sed-sed.Po -rm -f sed/$(DEPDIR)/sed-utils.Po -rm -f sed/$(DEPDIR)/version.Po -rm -f testsuite/$(DEPDIR)/get-mb-cur-max.Po -rm -f testsuite/$(DEPDIR)/test-mbrtowc.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-aminfo \ maintainer-clean-generic maintainer-clean-local \ maintainer-clean-vti mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \ mostlyclean-generic mostlyclean-local mostlyclean-vti pdf: pdf-recursive pdf-am: $(PDFS) ps: ps-recursive ps-am: $(PSS) uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \ uninstall-info-am uninstall-man uninstall-pdf-am \ uninstall-ps-am uninstall-man: uninstall-man1 .MAKE: $(am__recursive_targets) all check check-am install install-am \ install-exec install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--depfiles am--refresh check check-TESTS check-am clean \ clean-aminfo clean-binPROGRAMS clean-checkPROGRAMS \ clean-cscope clean-generic clean-noinstLIBRARIES cscope \ cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-hook dist-info dist-lzip dist-shar dist-tarZ \ dist-xz dist-zip dist-zstd distcheck distclean \ distclean-compile distclean-generic distclean-hdr \ distclean-local distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS 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-man1 install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-aminfo \ maintainer-clean-generic maintainer-clean-local \ maintainer-clean-vti mostlyclean mostlyclean-aminfo \ mostlyclean-compile mostlyclean-generic mostlyclean-local \ mostlyclean-vti pdf pdf-am ps ps-am recheck tags tags-am \ uninstall uninstall-am uninstall-binPROGRAMS uninstall-dvi-am \ uninstall-html-am uninstall-info-am uninstall-man \ uninstall-man1 uninstall-pdf-am uninstall-ps-am .PRECIOUS: Makefile .version: $(AM_V_GEN)echo $(VERSION) > $@-t && mv $@-t $@ # Arrange so that .tarball-version appears only in the distribution # tarball, and never in a checked-out repository. dist-hook: gen-ChangeLog $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version .PHONY: gen-ChangeLog gen-ChangeLog: $(AM_V_GEN)if test -d .git; then \ log_fix="$(srcdir)/build-aux/git-log-fix"; \ test -e "$$log_fix" \ && amend_git_log="--amend=$$log_fix" \ || amend_git_log=; \ $(top_srcdir)/build-aux/gitlog-to-changelog \ $$amend_git_log --since=$(gen_start_date) > $(distdir)/cl-t && \ { rm -f $(distdir)/ChangeLog && \ mv $(distdir)/cl-t $(distdir)/ChangeLog; } \ fi THANKS: THANKS.in Makefile.am .mailmap thanks-gen .version $(AM_V_GEN)rm -f $@-t $@; \ { \ $(prologue); echo; \ { perl -ne '/^$$/.../^$$/ and print' $(srcdir)/THANKS.in \ | grep -v '^$$' | perl -pe 's/ +/\0/'; \ git log --pretty=format:'%aN%x00%aE' \ | $(ASSORT) -u; \ } | $(srcdir)/thanks-gen \ | LC_ALL=en_US.UTF-8 sort -f; \ echo; \ printf ';; %s\n' 'Local Variables:' 'coding: utf-8' End:; \ } > $@-t && chmod a-w $@-t && mv $@-t $@ full-distcheck: $(MAKE) distcheck EXTRA_DC_FLAGS='--enable-regex-tests' $(MAKE) distcheck EXTRA_DC_FLAGS='--enable-html' $(MAKE) distcheck EXTRA_DC_FLAGS='--disable-i18n' $(MAKE) distcheck EXTRA_DC_FLAGS='--disable-nls' $(MAKE) distcheck EXTRA_DC_FLAGS='--without-included-gettext' @case "$(host)" in \ *-linux*|*-gnu*) \ echo $(MAKE) distcheck \ EXTRA_DC_FLAGS=\'--without-included-regex\'; \ $(MAKE) distcheck EXTRA_DC_FLAGS='--without-included-regex' \ ;; \ *) \ echo Skipping check --without-included-regex \ ;; \ esac # We need the following in order to create when the system # doesn't have one that works with the given compiler. lib/alloca.h: lib/alloca.in.h $(top_builddir)/config.status $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''HAVE_ALLOCA_H''@|$(HAVE_ALLOCA_H)|g' \ $(top_srcdir)/lib/alloca.in.h > $@-t $(AM_V_at)mv $@-t $@ #lib/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. lib/assert.h: lib/assert.in.h lib/verify.h $(top_builddir)/config.status $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at){ $(SED_HEADER_STDOUT) \ -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_ASSERT_H''@|$(NEXT_ASSERT_H)|g' \ < $(top_srcdir)/lib/assert.in.h && \ sed -e '/@assert.h omit start@/,/@assert.h omit end@/d' \ -e 's|_gl_verify|_gl_static_assert|g' \ -e 's|_GL_VERIFY|_GL_STATIC_ASSERT|g' \ -e 's|_GL\(_STATIC_ASSERT_H\)|_GL\1|g' \ < $(top_srcdir)/lib/verify.h; \ } > $@-t $(AM_V_at)mv $@-t $@ #lib/assert.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. lib/ctype.h: lib/ctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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_CTYPE_H''@|$(NEXT_CTYPE_H)|g' \ -e 's/@''GNULIB_ISBLANK''@/$(GL_GNULIB_ISBLANK)/g' \ -e 's/@''HAVE_ISBLANK''@/$(HAVE_ISBLANK)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ $(top_srcdir)/lib/ctype.in.h > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create when the system # doesn't have one that is POSIX compliant. #lib/errno.h: lib/errno.in.h $(top_builddir)/config.status # $(AM_V_GEN)$(MKDIR_P) 'lib' # $(gl_V_at)$(SED_HEADER_STDOUT) \ # -e 's|@''GUARD_PREFIX''@|GL|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_ERRNO_H''@|$(NEXT_ERRNO_H)|g' \ # -e 's|@''EMULTIHOP_HIDDEN''@|$(EMULTIHOP_HIDDEN)|g' \ # -e 's|@''EMULTIHOP_VALUE''@|$(EMULTIHOP_VALUE)|g' \ # -e 's|@''ENOLINK_HIDDEN''@|$(ENOLINK_HIDDEN)|g' \ # -e 's|@''ENOLINK_VALUE''@|$(ENOLINK_VALUE)|g' \ # -e 's|@''EOVERFLOW_HIDDEN''@|$(EOVERFLOW_HIDDEN)|g' \ # -e 's|@''EOVERFLOW_VALUE''@|$(EOVERFLOW_VALUE)|g' \ # $(top_srcdir)/lib/errno.in.h > $@-t # $(AM_V_at)mv $@-t $@ lib/errno.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. lib/fcntl.h: lib/fcntl.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \ -e 's/@''GNULIB_CREAT''@/$(GL_GNULIB_CREAT)/g' \ -e 's/@''GNULIB_FCNTL''@/$(GL_GNULIB_FCNTL)/g' \ -e 's/@''GNULIB_NONBLOCKING''@/$(GL_GNULIB_NONBLOCKING)/g' \ -e 's/@''GNULIB_OPEN''@/$(GL_GNULIB_OPEN)/g' \ -e 's/@''GNULIB_OPENAT''@/$(GL_GNULIB_OPENAT)/g' \ -e 's/@''GNULIB_MDA_CREAT''@/$(GL_GNULIB_MDA_CREAT)/g' \ -e 's/@''GNULIB_MDA_OPEN''@/$(GL_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)' \ $(top_srcdir)/lib/fcntl.in.h > $@-t $(AM_V_at)mv $@-t $@ lib/malloc/dynarray.gl.h: lib/malloc/dynarray.h $(AM_V_GEN)$(MKDIR_P) 'lib/malloc' $(AM_V_at)$(SED_HEADER_STDOUT) \ -e '/libc_hidden_proto/d' \ $(top_srcdir)/lib/malloc/dynarray.h > $@-t $(AM_V_at)mv $@-t $@ lib/malloc/dynarray-skeleton.gl.h: lib/malloc/dynarray-skeleton.c $(AM_V_GEN)$(MKDIR_P) 'lib/malloc' $(AM_V_at)$(SED_HEADER_STDOUT) \ -e 's|||g' \ -e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \ -e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \ -e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \ -e 's|__glibc_likely|_GL_LIKELY|g' \ -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \ $(top_srcdir)/lib/malloc/dynarray-skeleton.c > $@-t $(AM_V_at)mv $@-t $@ lib/malloc/scratch_buffer.gl.h: lib/malloc/scratch_buffer.h $(AM_V_GEN)$(MKDIR_P) 'lib/malloc' $(AM_V_at)$(SED_HEADER_STDOUT) \ -e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \ -e 's|__glibc_likely|_GL_LIKELY|g' \ -e 's|__glibc_unlikely|_GL_UNLIKELY|g' \ -e '/libc_hidden_proto/d' \ $(top_srcdir)/lib/malloc/scratch_buffer.h > $@-t $(AM_V_at)mv $@-t $@ distclean-local: clean-GNUmakefile clean-GNUmakefile: test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile # We need the following in order to create when the system # doesn't have one that works with the given compiler. lib/inttypes.h: lib/inttypes.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(ARG_NONNULL_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(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 GCC system_header|g' \ -e 's|@''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_GNULIB_IMAXABS)/g' \ -e 's/@''GNULIB_IMAXDIV''@/$(GL_GNULIB_IMAXDIV)/g' \ -e 's/@''GNULIB_STRTOIMAX''@/$(GL_GNULIB_STRTOIMAX)/g' \ -e 's/@''GNULIB_STRTOUMAX''@/$(GL_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_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)' \ $(top_srcdir)/lib/inttypes.in.h > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create an empty placeholder for # when the system doesn't have one. lib/langinfo.h: lib/langinfo.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_LANGINFO_H''@|$(HAVE_LANGINFO_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_LANGINFO_H''@|$(NEXT_LANGINFO_H)|g' \ -e 's/@''GNULIB_NL_LANGINFO''@/$(GL_GNULIB_NL_LANGINFO)/g' \ -e 's|@''HAVE_LANGINFO_CODESET''@|$(HAVE_LANGINFO_CODESET)|g' \ -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|$(HAVE_LANGINFO_T_FMT_AMPM)|g' \ -e 's|@''HAVE_LANGINFO_ALTMON''@|$(HAVE_LANGINFO_ALTMON)|g' \ -e 's|@''HAVE_LANGINFO_ERA''@|$(HAVE_LANGINFO_ERA)|g' \ -e 's|@''HAVE_LANGINFO_YESEXPR''@|$(HAVE_LANGINFO_YESEXPR)|g' \ -e 's|@''HAVE_NL_LANGINFO''@|$(HAVE_NL_LANGINFO)|g' \ -e 's|@''REPLACE_NL_LANGINFO''@|$(REPLACE_NL_LANGINFO)|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ $(top_srcdir)/lib/langinfo.in.h > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create when the system # doesn't have one that is compatible with GNU. lib/limits.h: lib/limits.in.h $(top_builddir)/config.status $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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' \ $(top_srcdir)/lib/limits.in.h > $@-t $(AM_V_at)mv $@-t $@ #lib/limits.h: $(top_builddir)/config.status # rm -f $@ # We need the following in order to create when the system # doesn't have one that provides all definitions. lib/locale.h: lib/locale.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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_LOCALE_H''@|$(NEXT_LOCALE_H)|g' \ -e 's/@''GNULIB_LOCALECONV''@/$(GL_GNULIB_LOCALECONV)/g' \ -e 's/@''GNULIB_SETLOCALE''@/$(GL_GNULIB_SETLOCALE)/g' \ -e 's/@''GNULIB_SETLOCALE_NULL''@/$(GL_GNULIB_SETLOCALE_NULL)/g' \ -e 's/@''GNULIB_DUPLOCALE''@/$(GL_GNULIB_DUPLOCALE)/g' \ -e 's/@''GNULIB_LOCALENAME''@/$(GL_GNULIB_LOCALENAME)/g' \ -e 's|@''HAVE_NEWLOCALE''@|$(HAVE_NEWLOCALE)|g' \ -e 's|@''HAVE_DUPLOCALE''@|$(HAVE_DUPLOCALE)|g' \ -e 's|@''HAVE_FREELOCALE''@|$(HAVE_FREELOCALE)|g' \ -e 's|@''HAVE_XLOCALE_H''@|$(HAVE_XLOCALE_H)|g' \ -e 's|@''REPLACE_LOCALECONV''@|$(REPLACE_LOCALECONV)|g' \ -e 's|@''REPLACE_SETLOCALE''@|$(REPLACE_SETLOCALE)|g' \ -e 's|@''REPLACE_NEWLOCALE''@|$(REPLACE_NEWLOCALE)|g' \ -e 's|@''REPLACE_DUPLOCALE''@|$(REPLACE_DUPLOCALE)|g' \ -e 's|@''REPLACE_FREELOCALE''@|$(REPLACE_FREELOCALE)|g' \ -e 's|@''REPLACE_STRUCT_LCONV''@|$(REPLACE_STRUCT_LCONV)|g' \ -e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|$(LOCALENAME_ENHANCE_LOCALE_FUNCS)|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)' \ $(top_srcdir)/lib/locale.in.h > $@-t $(AM_V_at)mv $@-t $@ lib/selinux/selinux.h: lib/se-selinux.in.h $(top_builddir)/config.status $(AM_V_GEN)$(MKDIR_P) 'lib/selinux' $(AM_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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_SELINUX_SELINUX_H''@|$(NEXT_SELINUX_SELINUX_H)|g' \ $(top_srcdir)/lib/se-selinux.in.h > $@-t $(AM_V_at)mv $@-t $@ lib/selinux/context.h: lib/se-context.in.h $(top_builddir)/config.status $(AM_V_GEN)$(MKDIR_P) 'lib/selinux' $(AM_V_at)$(SED_HEADER_TO_AT_t) $(top_srcdir)/lib/se-context.in.h $(AM_V_at)mv $@-t $@ #lib/selinux/context.h: $(top_builddir)/config.status # rm -f $@ lib/selinux/label.h: lib/se-label.in.h $(top_builddir)/config.status $(AM_V_GEN)$(MKDIR_P) 'lib/selinux' $(AM_V_at)$(SED_HEADER_TO_AT_t) $(top_srcdir)/lib/se-label.in.h $(AM_V_at)mv $@-t $@ #lib/selinux/label.h: $(top_builddir)/config.status # rm -f $@ # We need the following in order to create when the system # doesn't have one that works. #lib/stdalign.h: lib/stdalign.in.h $(top_builddir)/config.status # $(AM_V_GEN)$(MKDIR_P) 'lib' # $(gl_V_at)$(SED_HEADER_TO_AT_t) $(top_srcdir)/lib/stdalign.in.h # $(AM_V_at)mv $@-t $@ lib/stdalign.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. #lib/stdarg.h: lib/stdarg.in.h $(top_builddir)/config.status # $(AM_V_GEN)$(MKDIR_P) 'lib' # $(gl_V_at)$(SED_HEADER_STDOUT) \ # -e 's|@''GUARD_PREFIX''@|GL|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_STDARG_H''@|$(NEXT_STDARG_H)|g' \ # $(top_srcdir)/lib/stdarg.in.h > $@-t # $(AM_V_at)mv $@-t $@ lib/stdarg.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. lib/stdckdint.h: lib/stdckdint.in.h $(top_builddir)/config.status $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ $(top_srcdir)/lib/stdckdint.in.h > $@-t $(AM_V_at)mv $@-t $@ #lib/stdckdint.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. #lib/stddef.h: lib/stddef.in.h $(top_builddir)/config.status # $(AM_V_GEN)$(MKDIR_P) 'lib' # $(gl_V_at)$(SED_HEADER_STDOUT) \ # -e 's|@''GUARD_PREFIX''@|GL|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_STDDEF_H''@|$(NEXT_STDDEF_H)|g' \ # -e 's|@''HAVE_MAX_ALIGN_T''@|$(HAVE_MAX_ALIGN_T)|g' \ # -e 's|@''HAVE_WCHAR_T''@|$(HAVE_WCHAR_T)|g' \ # -e 's|@''REPLACE_NULL''@|$(REPLACE_NULL)|g' \ # $(top_srcdir)/lib/stddef.in.h > $@-t # $(AM_V_at)mv $@-t $@ lib/stddef.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. #lib/stdint.h: lib/stdint.in.h $(top_builddir)/config.status # $(AM_V_GEN)$(MKDIR_P) 'lib' # $(gl_V_at)$(SED_HEADER_STDOUT) \ # -e 's|@''GUARD_PREFIX''@|GL|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/@''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/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/$(GNULIBHEADERS_OVERRIDE_WINT_T)/g' \ # $(top_srcdir)/lib/stdint.in.h > $@-t # $(AM_V_at)mv $@-t $@ lib/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. lib/stdio.h: lib/stdio.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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_STDIO_H''@|$(NEXT_STDIO_H)|g' \ -e 's/@''GNULIB_DPRINTF''@/$(GL_GNULIB_DPRINTF)/g' \ -e 's/@''GNULIB_FCLOSE''@/$(GL_GNULIB_FCLOSE)/g' \ -e 's/@''GNULIB_FDOPEN''@/$(GL_GNULIB_FDOPEN)/g' \ -e 's/@''GNULIB_FFLUSH''@/$(GL_GNULIB_FFLUSH)/g' \ -e 's/@''GNULIB_FGETC''@/$(GL_GNULIB_FGETC)/g' \ -e 's/@''GNULIB_FGETS''@/$(GL_GNULIB_FGETS)/g' \ -e 's/@''GNULIB_FOPEN''@/$(GL_GNULIB_FOPEN)/g' \ -e 's/@''GNULIB_FOPEN_GNU''@/$(GL_GNULIB_FOPEN_GNU)/g' \ -e 's/@''GNULIB_FPRINTF''@/$(GL_GNULIB_FPRINTF)/g' \ -e 's/@''GNULIB_FPRINTF_POSIX''@/$(GL_GNULIB_FPRINTF_POSIX)/g' \ -e 's/@''GNULIB_FPURGE''@/$(GL_GNULIB_FPURGE)/g' \ -e 's/@''GNULIB_FPUTC''@/$(GL_GNULIB_FPUTC)/g' \ -e 's/@''GNULIB_FPUTS''@/$(GL_GNULIB_FPUTS)/g' \ -e 's/@''GNULIB_FREAD''@/$(GL_GNULIB_FREAD)/g' \ -e 's/@''GNULIB_FREOPEN''@/$(GL_GNULIB_FREOPEN)/g' \ -e 's/@''GNULIB_FSCANF''@/$(GL_GNULIB_FSCANF)/g' \ -e 's/@''GNULIB_FSEEK''@/$(GL_GNULIB_FSEEK)/g' \ -e 's/@''GNULIB_FSEEKO''@/$(GL_GNULIB_FSEEKO)/g' \ -e 's/@''GNULIB_FTELL''@/$(GL_GNULIB_FTELL)/g' \ -e 's/@''GNULIB_FTELLO''@/$(GL_GNULIB_FTELLO)/g' \ -e 's/@''GNULIB_FWRITE''@/$(GL_GNULIB_FWRITE)/g' \ -e 's/@''GNULIB_GETC''@/$(GL_GNULIB_GETC)/g' \ -e 's/@''GNULIB_GETCHAR''@/$(GL_GNULIB_GETCHAR)/g' \ -e 's/@''GNULIB_GETDELIM''@/$(GL_GNULIB_GETDELIM)/g' \ -e 's/@''GNULIB_GETLINE''@/$(GL_GNULIB_GETLINE)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF''@/$(GL_GNULIB_OBSTACK_PRINTF)/g' \ -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/$(GL_GNULIB_OBSTACK_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PCLOSE''@/$(GL_GNULIB_PCLOSE)/g' \ -e 's/@''GNULIB_PERROR''@/$(GL_GNULIB_PERROR)/g' \ -e 's/@''GNULIB_POPEN''@/$(GL_GNULIB_POPEN)/g' \ -e 's/@''GNULIB_PRINTF''@/$(GL_GNULIB_PRINTF)/g' \ -e 's/@''GNULIB_PRINTF_POSIX''@/$(GL_GNULIB_PRINTF_POSIX)/g' \ -e 's/@''GNULIB_PUTC''@/$(GL_GNULIB_PUTC)/g' \ -e 's/@''GNULIB_PUTCHAR''@/$(GL_GNULIB_PUTCHAR)/g' \ -e 's/@''GNULIB_PUTS''@/$(GL_GNULIB_PUTS)/g' \ -e 's/@''GNULIB_REMOVE''@/$(GL_GNULIB_REMOVE)/g' \ -e 's/@''GNULIB_RENAME''@/$(GL_GNULIB_RENAME)/g' \ -e 's/@''GNULIB_RENAMEAT''@/$(GL_GNULIB_RENAMEAT)/g' \ -e 's/@''GNULIB_SCANF''@/$(GL_GNULIB_SCANF)/g' \ -e 's/@''GNULIB_SNPRINTF''@/$(GL_GNULIB_SNPRINTF)/g' \ -e 's/@''GNULIB_SPRINTF_POSIX''@/$(GL_GNULIB_SPRINTF_POSIX)/g' \ -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/$(GL_GNULIB_STDIO_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/$(GL_GNULIB_STDIO_H_SIGPIPE)/g' \ -e 's/@''GNULIB_TMPFILE''@/$(GL_GNULIB_TMPFILE)/g' \ -e 's/@''GNULIB_VASPRINTF''@/$(GL_GNULIB_VASPRINTF)/g' \ -e 's/@''GNULIB_VDPRINTF''@/$(GL_GNULIB_VDPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF''@/$(GL_GNULIB_VFPRINTF)/g' \ -e 's/@''GNULIB_VFPRINTF_POSIX''@/$(GL_GNULIB_VFPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VFSCANF''@/$(GL_GNULIB_VFSCANF)/g' \ -e 's/@''GNULIB_VSCANF''@/$(GL_GNULIB_VSCANF)/g' \ -e 's/@''GNULIB_VPRINTF''@/$(GL_GNULIB_VPRINTF)/g' \ -e 's/@''GNULIB_VPRINTF_POSIX''@/$(GL_GNULIB_VPRINTF_POSIX)/g' \ -e 's/@''GNULIB_VSNPRINTF''@/$(GL_GNULIB_VSNPRINTF)/g' \ -e 's/@''GNULIB_VSPRINTF_POSIX''@/$(GL_GNULIB_VSPRINTF_POSIX)/g' \ -e 's/@''GNULIB_MDA_FCLOSEALL''@/$(GL_GNULIB_MDA_FCLOSEALL)/g' \ -e 's/@''GNULIB_MDA_FDOPEN''@/$(GL_GNULIB_MDA_FDOPEN)/g' \ -e 's/@''GNULIB_MDA_FILENO''@/$(GL_GNULIB_MDA_FILENO)/g' \ -e 's/@''GNULIB_MDA_GETW''@/$(GL_GNULIB_MDA_GETW)/g' \ -e 's/@''GNULIB_MDA_PUTW''@/$(GL_GNULIB_MDA_PUTW)/g' \ -e 's/@''GNULIB_MDA_TEMPNAM''@/$(GL_GNULIB_MDA_TEMPNAM)/g' \ < $(top_srcdir)/lib/stdio.in.h | \ 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_OBSTACK_PRINTF''@|$(HAVE_DECL_OBSTACK_PRINTF)|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' \ -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)' \ > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. lib/stdlib.h: lib/stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \ $(_NORETURN_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \ -e 's/@''GNULIB__EXIT''@/$(GL_GNULIB__EXIT)/g' \ -e 's/@''GNULIB_ALIGNED_ALLOC''@/$(GL_GNULIB_ALIGNED_ALLOC)/g' \ -e 's/@''GNULIB_ATOLL''@/$(GL_GNULIB_ATOLL)/g' \ -e 's/@''GNULIB_CALLOC_GNU''@/$(GL_GNULIB_CALLOC_GNU)/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/$(GL_GNULIB_CALLOC_POSIX)/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/$(GL_GNULIB_CANONICALIZE_FILE_NAME)/g' \ -e 's/@''GNULIB_FREE_POSIX''@/$(GL_GNULIB_FREE_POSIX)/g' \ -e 's/@''GNULIB_GETLOADAVG''@/$(GL_GNULIB_GETLOADAVG)/g' \ -e 's/@''GNULIB_GETSUBOPT''@/$(GL_GNULIB_GETSUBOPT)/g' \ -e 's/@''GNULIB_GRANTPT''@/$(GL_GNULIB_GRANTPT)/g' \ -e 's/@''GNULIB_MALLOC_GNU''@/$(GL_GNULIB_MALLOC_GNU)/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/$(GL_GNULIB_MALLOC_POSIX)/g' \ -e 's/@''GNULIB_MBTOWC''@/$(GL_GNULIB_MBTOWC)/g' \ -e 's/@''GNULIB_MKDTEMP''@/$(GL_GNULIB_MKDTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMP''@/$(GL_GNULIB_MKOSTEMP)/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/$(GL_GNULIB_MKOSTEMPS)/g' \ -e 's/@''GNULIB_MKSTEMP''@/$(GL_GNULIB_MKSTEMP)/g' \ -e 's/@''GNULIB_MKSTEMPS''@/$(GL_GNULIB_MKSTEMPS)/g' \ -e 's/@''GNULIB_POSIX_MEMALIGN''@/$(GL_GNULIB_POSIX_MEMALIGN)/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/$(GL_GNULIB_POSIX_OPENPT)/g' \ -e 's/@''GNULIB_PTSNAME''@/$(GL_GNULIB_PTSNAME)/g' \ -e 's/@''GNULIB_PTSNAME_R''@/$(GL_GNULIB_PTSNAME_R)/g' \ -e 's/@''GNULIB_PUTENV''@/$(GL_GNULIB_PUTENV)/g' \ -e 's/@''GNULIB_QSORT_R''@/$(GL_GNULIB_QSORT_R)/g' \ -e 's/@''GNULIB_RANDOM''@/$(GL_GNULIB_RANDOM)/g' \ -e 's/@''GNULIB_RANDOM_R''@/$(GL_GNULIB_RANDOM_R)/g' \ -e 's/@''GNULIB_REALLOC_GNU''@/$(GL_GNULIB_REALLOC_GNU)/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/$(GL_GNULIB_REALLOC_POSIX)/g' \ -e 's/@''GNULIB_REALLOCARRAY''@/$(GL_GNULIB_REALLOCARRAY)/g' \ -e 's/@''GNULIB_REALPATH''@/$(GL_GNULIB_REALPATH)/g' \ -e 's/@''GNULIB_RPMATCH''@/$(GL_GNULIB_RPMATCH)/g' \ -e 's/@''GNULIB_SECURE_GETENV''@/$(GL_GNULIB_SECURE_GETENV)/g' \ -e 's/@''GNULIB_SETENV''@/$(GL_GNULIB_SETENV)/g' \ -e 's/@''GNULIB_STRTOD''@/$(GL_GNULIB_STRTOD)/g' \ -e 's/@''GNULIB_STRTOL''@/$(GL_GNULIB_STRTOL)/g' \ -e 's/@''GNULIB_STRTOLD''@/$(GL_GNULIB_STRTOLD)/g' \ -e 's/@''GNULIB_STRTOLL''@/$(GL_GNULIB_STRTOLL)/g' \ -e 's/@''GNULIB_STRTOUL''@/$(GL_GNULIB_STRTOUL)/g' \ -e 's/@''GNULIB_STRTOULL''@/$(GL_GNULIB_STRTOULL)/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/$(GL_GNULIB_SYSTEM_POSIX)/g' \ -e 's/@''GNULIB_UNLOCKPT''@/$(GL_GNULIB_UNLOCKPT)/g' \ -e 's/@''GNULIB_UNSETENV''@/$(GL_GNULIB_UNSETENV)/g' \ -e 's/@''GNULIB_WCTOMB''@/$(GL_GNULIB_WCTOMB)/g' \ -e 's/@''GNULIB_MDA_ECVT''@/$(GL_GNULIB_MDA_ECVT)/g' \ -e 's/@''GNULIB_MDA_FCVT''@/$(GL_GNULIB_MDA_FCVT)/g' \ -e 's/@''GNULIB_MDA_GCVT''@/$(GL_GNULIB_MDA_GCVT)/g' \ -e 's/@''GNULIB_MDA_MKTEMP''@/$(GL_GNULIB_MDA_MKTEMP)/g' \ -e 's/@''GNULIB_MDA_PUTENV''@/$(GL_GNULIB_MDA_PUTENV)/g' \ < $(top_srcdir)/lib/stdlib.in.h | \ 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_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' \ -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_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_MBTOWC''@|$(REPLACE_MBTOWC)|g' \ -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \ -e 's|@''REPLACE_POSIX_MEMALIGN''@|$(REPLACE_POSIX_MEMALIGN)|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)' \ > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. lib/string.h: lib/string.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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_STRING_H''@|$(NEXT_STRING_H)|g' \ -e 's/@''GNULIB_EXPLICIT_BZERO''@/$(GL_GNULIB_EXPLICIT_BZERO)/g' \ -e 's/@''GNULIB_FFSL''@/$(GL_GNULIB_FFSL)/g' \ -e 's/@''GNULIB_FFSLL''@/$(GL_GNULIB_FFSLL)/g' \ -e 's/@''GNULIB_MBSLEN''@/$(GL_GNULIB_MBSLEN)/g' \ -e 's/@''GNULIB_MBSNLEN''@/$(GL_GNULIB_MBSNLEN)/g' \ -e 's/@''GNULIB_MBSCHR''@/$(GL_GNULIB_MBSCHR)/g' \ -e 's/@''GNULIB_MBSRCHR''@/$(GL_GNULIB_MBSRCHR)/g' \ -e 's/@''GNULIB_MBSSTR''@/$(GL_GNULIB_MBSSTR)/g' \ -e 's/@''GNULIB_MBSCASECMP''@/$(GL_GNULIB_MBSCASECMP)/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/$(GL_GNULIB_MBSNCASECMP)/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/$(GL_GNULIB_MBSPCASECMP)/g' \ -e 's/@''GNULIB_MBSCASESTR''@/$(GL_GNULIB_MBSCASESTR)/g' \ -e 's/@''GNULIB_MBSCSPN''@/$(GL_GNULIB_MBSCSPN)/g' \ -e 's/@''GNULIB_MBSPBRK''@/$(GL_GNULIB_MBSPBRK)/g' \ -e 's/@''GNULIB_MBSSPN''@/$(GL_GNULIB_MBSSPN)/g' \ -e 's/@''GNULIB_MBSSEP''@/$(GL_GNULIB_MBSSEP)/g' \ -e 's/@''GNULIB_MBSTOK_R''@/$(GL_GNULIB_MBSTOK_R)/g' \ -e 's/@''GNULIB_MEMCHR''@/$(GL_GNULIB_MEMCHR)/g' \ -e 's/@''GNULIB_MEMMEM''@/$(GL_GNULIB_MEMMEM)/g' \ -e 's/@''GNULIB_MEMPCPY''@/$(GL_GNULIB_MEMPCPY)/g' \ -e 's/@''GNULIB_MEMRCHR''@/$(GL_GNULIB_MEMRCHR)/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/$(GL_GNULIB_RAWMEMCHR)/g' \ -e 's/@''GNULIB_STPCPY''@/$(GL_GNULIB_STPCPY)/g' \ -e 's/@''GNULIB_STPNCPY''@/$(GL_GNULIB_STPNCPY)/g' \ -e 's/@''GNULIB_STRCHRNUL''@/$(GL_GNULIB_STRCHRNUL)/g' \ -e 's/@''GNULIB_STRDUP''@/$(GL_GNULIB_STRDUP)/g' \ -e 's/@''GNULIB_STRNCAT''@/$(GL_GNULIB_STRNCAT)/g' \ -e 's/@''GNULIB_STRNDUP''@/$(GL_GNULIB_STRNDUP)/g' \ -e 's/@''GNULIB_STRNLEN''@/$(GL_GNULIB_STRNLEN)/g' \ -e 's/@''GNULIB_STRPBRK''@/$(GL_GNULIB_STRPBRK)/g' \ -e 's/@''GNULIB_STRSEP''@/$(GL_GNULIB_STRSEP)/g' \ -e 's/@''GNULIB_STRSTR''@/$(GL_GNULIB_STRSTR)/g' \ -e 's/@''GNULIB_STRCASESTR''@/$(GL_GNULIB_STRCASESTR)/g' \ -e 's/@''GNULIB_STRTOK_R''@/$(GL_GNULIB_STRTOK_R)/g' \ -e 's/@''GNULIB_STRERROR''@/$(GL_GNULIB_STRERROR)/g' \ -e 's/@''GNULIB_STRERROR_R''@/$(GL_GNULIB_STRERROR_R)/g' \ -e 's/@''GNULIB_STRERRORNAME_NP''@/$(GL_GNULIB_STRERRORNAME_NP)/g' \ -e 's/@''GNULIB_SIGABBREV_NP''@/$(GL_GNULIB_SIGABBREV_NP)/g' \ -e 's/@''GNULIB_SIGDESCR_NP''@/$(GL_GNULIB_SIGDESCR_NP)/g' \ -e 's/@''GNULIB_STRSIGNAL''@/$(GL_GNULIB_STRSIGNAL)/g' \ -e 's/@''GNULIB_STRVERSCMP''@/$(GL_GNULIB_STRVERSCMP)/g' \ -e 's/@''GNULIB_MDA_MEMCCPY''@/$(GL_GNULIB_MDA_MEMCCPY)/g' \ -e 's/@''GNULIB_MDA_STRDUP''@/$(GL_GNULIB_MDA_STRDUP)/g' \ -e 's/@''GNULIB_FREE_POSIX''@/$(GL_GNULIB_FREE_POSIX)/g' \ < $(top_srcdir)/lib/string.in.h | \ 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_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_FREE''@|$(REPLACE_FREE)|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)' \ > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create when the system # doesn't have one. lib/sys/random.h: lib/sys_random.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib/sys' $(AM_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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_RANDOM_H''@|$(NEXT_SYS_RANDOM_H)|g' \ -e 's|@''HAVE_SYS_RANDOM_H''@|$(HAVE_SYS_RANDOM_H)|g' \ -e 's/@''GNULIB_GETRANDOM''@/$(GL_GNULIB_GETRANDOM)/g' \ -e 's/@''HAVE_GETRANDOM''@/$(HAVE_GETRANDOM)/g' \ -e 's/@''REPLACE_GETRANDOM''@/$(REPLACE_GETRANDOM)/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)' \ $(top_srcdir)/lib/sys_random.in.h > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create when the system # has one that is incomplete. lib/sys/stat.h: lib/sys_stat.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib/sys' $(AM_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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_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_GNULIB_CHMOD)/g' \ -e 's/@''GNULIB_FCHMODAT''@/$(GL_GNULIB_FCHMODAT)/g' \ -e 's/@''GNULIB_FSTAT''@/$(GL_GNULIB_FSTAT)/g' \ -e 's/@''GNULIB_FSTATAT''@/$(GL_GNULIB_FSTATAT)/g' \ -e 's/@''GNULIB_FUTIMENS''@/$(GL_GNULIB_FUTIMENS)/g' \ -e 's/@''GNULIB_GETUMASK''@/$(GL_GNULIB_GETUMASK)/g' \ -e 's/@''GNULIB_LCHMOD''@/$(GL_GNULIB_LCHMOD)/g' \ -e 's/@''GNULIB_LSTAT''@/$(GL_GNULIB_LSTAT)/g' \ -e 's/@''GNULIB_MKDIR''@/$(GL_GNULIB_MKDIR)/g' \ -e 's/@''GNULIB_MKDIRAT''@/$(GL_GNULIB_MKDIRAT)/g' \ -e 's/@''GNULIB_MKFIFO''@/$(GL_GNULIB_MKFIFO)/g' \ -e 's/@''GNULIB_MKFIFOAT''@/$(GL_GNULIB_MKFIFOAT)/g' \ -e 's/@''GNULIB_MKNOD''@/$(GL_GNULIB_MKNOD)/g' \ -e 's/@''GNULIB_MKNODAT''@/$(GL_GNULIB_MKNODAT)/g' \ -e 's/@''GNULIB_STAT''@/$(GL_GNULIB_STAT)/g' \ -e 's/@''GNULIB_UTIMENSAT''@/$(GL_GNULIB_UTIMENSAT)/g' \ -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/$(GL_GNULIB_OVERRIDES_STRUCT_STAT)/g' \ -e 's/@''GNULIB_MDA_CHMOD''@/$(GL_GNULIB_MDA_CHMOD)/g' \ -e 's/@''GNULIB_MDA_MKDIR''@/$(GL_GNULIB_MDA_MKDIR)/g' \ -e 's/@''GNULIB_MDA_UMASK''@/$(GL_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)' \ $(top_srcdir)/lib/sys_stat.in.h > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. lib/sys/types.h: lib/sys_types.in.h $(top_builddir)/config.status $(AM_V_GEN)$(MKDIR_P) 'lib/sys' $(AM_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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' \ $(top_srcdir)/lib/sys_types.in.h > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. lib/time.h: lib/time.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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_TIME_H''@|$(NEXT_TIME_H)|g' \ -e 's/@''GNULIB_CTIME''@/$(GL_GNULIB_CTIME)/g' \ -e 's/@''GNULIB_LOCALTIME''@/$(GL_GNULIB_LOCALTIME)/g' \ -e 's/@''GNULIB_MKTIME''@/$(GL_GNULIB_MKTIME)/g' \ -e 's/@''GNULIB_NANOSLEEP''@/$(GL_GNULIB_NANOSLEEP)/g' \ -e 's/@''GNULIB_STRFTIME''@/$(GL_GNULIB_STRFTIME)/g' \ -e 's/@''GNULIB_STRPTIME''@/$(GL_GNULIB_STRPTIME)/g' \ -e 's/@''GNULIB_TIMEGM''@/$(GL_GNULIB_TIMEGM)/g' \ -e 's/@''GNULIB_TIMESPEC_GET''@/$(GL_GNULIB_TIMESPEC_GET)/g' \ -e 's/@''GNULIB_TIMESPEC_GETRES''@/$(GL_GNULIB_TIMESPEC_GETRES)/g' \ -e 's/@''GNULIB_TIME_R''@/$(GL_GNULIB_TIME_R)/g' \ -e 's/@''GNULIB_TIME_RZ''@/$(GL_GNULIB_TIME_RZ)/g' \ -e 's/@''GNULIB_TZSET''@/$(GL_GNULIB_TZSET)/g' \ -e 's/@''GNULIB_MDA_TZSET''@/$(GL_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_TIMEGM''@|$(REPLACE_TIMEGM)|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)' \ $(top_srcdir)/lib/time.in.h > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create an empty placeholder for # when the system doesn't have one. lib/unistd.h: lib/unistd.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_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_UNISTD_H''@|$(NEXT_UNISTD_H)|g' \ -e 's|@''WINDOWS_64_BIT_OFF_T''@|$(WINDOWS_64_BIT_OFF_T)|g' \ -e 's/@''GNULIB_ACCESS''@/$(GL_GNULIB_ACCESS)/g' \ -e 's/@''GNULIB_CHDIR''@/$(GL_GNULIB_CHDIR)/g' \ -e 's/@''GNULIB_CHOWN''@/$(GL_GNULIB_CHOWN)/g' \ -e 's/@''GNULIB_CLOSE''@/$(GL_GNULIB_CLOSE)/g' \ -e 's/@''GNULIB_COPY_FILE_RANGE''@/$(GL_GNULIB_COPY_FILE_RANGE)/g' \ -e 's/@''GNULIB_DUP''@/$(GL_GNULIB_DUP)/g' \ -e 's/@''GNULIB_DUP2''@/$(GL_GNULIB_DUP2)/g' \ -e 's/@''GNULIB_DUP3''@/$(GL_GNULIB_DUP3)/g' \ -e 's/@''GNULIB_ENVIRON''@/$(GL_GNULIB_ENVIRON)/g' \ -e 's/@''GNULIB_EUIDACCESS''@/$(GL_GNULIB_EUIDACCESS)/g' \ -e 's/@''GNULIB_EXECL''@/$(GL_GNULIB_EXECL)/g' \ -e 's/@''GNULIB_EXECLE''@/$(GL_GNULIB_EXECLE)/g' \ -e 's/@''GNULIB_EXECLP''@/$(GL_GNULIB_EXECLP)/g' \ -e 's/@''GNULIB_EXECV''@/$(GL_GNULIB_EXECV)/g' \ -e 's/@''GNULIB_EXECVE''@/$(GL_GNULIB_EXECVE)/g' \ -e 's/@''GNULIB_EXECVP''@/$(GL_GNULIB_EXECVP)/g' \ -e 's/@''GNULIB_EXECVPE''@/$(GL_GNULIB_EXECVPE)/g' \ -e 's/@''GNULIB_FACCESSAT''@/$(GL_GNULIB_FACCESSAT)/g' \ -e 's/@''GNULIB_FCHDIR''@/$(GL_GNULIB_FCHDIR)/g' \ -e 's/@''GNULIB_FCHOWNAT''@/$(GL_GNULIB_FCHOWNAT)/g' \ -e 's/@''GNULIB_FDATASYNC''@/$(GL_GNULIB_FDATASYNC)/g' \ -e 's/@''GNULIB_FSYNC''@/$(GL_GNULIB_FSYNC)/g' \ -e 's/@''GNULIB_FTRUNCATE''@/$(GL_GNULIB_FTRUNCATE)/g' \ -e 's/@''GNULIB_GETCWD''@/$(GL_GNULIB_GETCWD)/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/$(GL_GNULIB_GETDOMAINNAME)/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/$(GL_GNULIB_GETDTABLESIZE)/g' \ -e 's/@''GNULIB_GETENTROPY''@/$(GL_GNULIB_GETENTROPY)/g' \ -e 's/@''GNULIB_GETGROUPS''@/$(GL_GNULIB_GETGROUPS)/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/$(GL_GNULIB_GETHOSTNAME)/g' \ -e 's/@''GNULIB_GETLOGIN''@/$(GL_GNULIB_GETLOGIN)/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/$(GL_GNULIB_GETLOGIN_R)/g' \ -e 's/@''GNULIB_GETOPT_POSIX''@/$(GL_GNULIB_GETOPT_POSIX)/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/$(GL_GNULIB_GETPAGESIZE)/g' \ -e 's/@''GNULIB_GETPASS''@/$(GL_GNULIB_GETPASS)/g' \ -e 's/@''GNULIB_GETPASS_GNU''@/$(GL_GNULIB_GETPASS_GNU)/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/$(GL_GNULIB_GETUSERSHELL)/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/$(GL_GNULIB_GROUP_MEMBER)/g' \ -e 's/@''GNULIB_ISATTY''@/$(GL_GNULIB_ISATTY)/g' \ -e 's/@''GNULIB_LCHOWN''@/$(GL_GNULIB_LCHOWN)/g' \ -e 's/@''GNULIB_LINK''@/$(GL_GNULIB_LINK)/g' \ -e 's/@''GNULIB_LINKAT''@/$(GL_GNULIB_LINKAT)/g' \ -e 's/@''GNULIB_LSEEK''@/$(GL_GNULIB_LSEEK)/g' \ -e 's/@''GNULIB_PIPE''@/$(GL_GNULIB_PIPE)/g' \ -e 's/@''GNULIB_PIPE2''@/$(GL_GNULIB_PIPE2)/g' \ -e 's/@''GNULIB_PREAD''@/$(GL_GNULIB_PREAD)/g' \ -e 's/@''GNULIB_PWRITE''@/$(GL_GNULIB_PWRITE)/g' \ -e 's/@''GNULIB_READ''@/$(GL_GNULIB_READ)/g' \ -e 's/@''GNULIB_READLINK''@/$(GL_GNULIB_READLINK)/g' \ -e 's/@''GNULIB_READLINKAT''@/$(GL_GNULIB_READLINKAT)/g' \ -e 's/@''GNULIB_RMDIR''@/$(GL_GNULIB_RMDIR)/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/$(GL_GNULIB_SETHOSTNAME)/g' \ -e 's/@''GNULIB_SLEEP''@/$(GL_GNULIB_SLEEP)/g' \ -e 's/@''GNULIB_SYMLINK''@/$(GL_GNULIB_SYMLINK)/g' \ -e 's/@''GNULIB_SYMLINKAT''@/$(GL_GNULIB_SYMLINKAT)/g' \ -e 's/@''GNULIB_TRUNCATE''@/$(GL_GNULIB_TRUNCATE)/g' \ -e 's/@''GNULIB_TTYNAME_R''@/$(GL_GNULIB_TTYNAME_R)/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0$(GL_GNULIB_UNISTD_H_GETOPT)/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/$(GL_GNULIB_UNISTD_H_NONBLOCKING)/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/$(GL_GNULIB_UNISTD_H_SIGPIPE)/g' \ -e 's/@''GNULIB_UNLINK''@/$(GL_GNULIB_UNLINK)/g' \ -e 's/@''GNULIB_UNLINKAT''@/$(GL_GNULIB_UNLINKAT)/g' \ -e 's/@''GNULIB_USLEEP''@/$(GL_GNULIB_USLEEP)/g' \ -e 's/@''GNULIB_WRITE''@/$(GL_GNULIB_WRITE)/g' \ -e 's/@''GNULIB_MDA_ACCESS''@/$(GL_GNULIB_MDA_ACCESS)/g' \ -e 's/@''GNULIB_MDA_CHDIR''@/$(GL_GNULIB_MDA_CHDIR)/g' \ -e 's/@''GNULIB_MDA_CLOSE''@/$(GL_GNULIB_MDA_CLOSE)/g' \ -e 's/@''GNULIB_MDA_DUP''@/$(GL_GNULIB_MDA_DUP)/g' \ -e 's/@''GNULIB_MDA_DUP2''@/$(GL_GNULIB_MDA_DUP2)/g' \ -e 's/@''GNULIB_MDA_EXECL''@/$(GL_GNULIB_MDA_EXECL)/g' \ -e 's/@''GNULIB_MDA_EXECLE''@/$(GL_GNULIB_MDA_EXECLE)/g' \ -e 's/@''GNULIB_MDA_EXECLP''@/$(GL_GNULIB_MDA_EXECLP)/g' \ -e 's/@''GNULIB_MDA_EXECV''@/$(GL_GNULIB_MDA_EXECV)/g' \ -e 's/@''GNULIB_MDA_EXECVE''@/$(GL_GNULIB_MDA_EXECVE)/g' \ -e 's/@''GNULIB_MDA_EXECVP''@/$(GL_GNULIB_MDA_EXECVP)/g' \ -e 's/@''GNULIB_MDA_EXECVPE''@/$(GL_GNULIB_MDA_EXECVPE)/g' \ -e 's/@''GNULIB_MDA_GETCWD''@/$(GL_GNULIB_MDA_GETCWD)/g' \ -e 's/@''GNULIB_MDA_GETPID''@/$(GL_GNULIB_MDA_GETPID)/g' \ -e 's/@''GNULIB_MDA_ISATTY''@/$(GL_GNULIB_MDA_ISATTY)/g' \ -e 's/@''GNULIB_MDA_LSEEK''@/$(GL_GNULIB_MDA_LSEEK)/g' \ -e 's/@''GNULIB_MDA_READ''@/$(GL_GNULIB_MDA_READ)/g' \ -e 's/@''GNULIB_MDA_RMDIR''@/$(GL_GNULIB_MDA_RMDIR)/g' \ -e 's/@''GNULIB_MDA_SWAB''@/$(GL_GNULIB_MDA_SWAB)/g' \ -e 's/@''GNULIB_MDA_UNLINK''@/$(GL_GNULIB_MDA_UNLINK)/g' \ -e 's/@''GNULIB_MDA_WRITE''@/$(GL_GNULIB_MDA_WRITE)/g' \ < $(top_srcdir)/lib/unistd.in.h | \ 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' \ | \ 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_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_FCHOWNAT''@|$(REPLACE_FCHOWNAT)|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_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_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_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)' \ > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create when the system # version does not work standalone. lib/wchar.h: lib/wchar.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|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|@''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_GNULIB_BTOWC)/g' \ -e 's/@''GNULIB_WCTOB''@/$(GL_GNULIB_WCTOB)/g' \ -e 's/@''GNULIB_MBSINIT''@/$(GL_GNULIB_MBSINIT)/g' \ -e 's/@''GNULIB_MBRTOWC''@/$(GL_GNULIB_MBRTOWC)/g' \ -e 's/@''GNULIB_MBRLEN''@/$(GL_GNULIB_MBRLEN)/g' \ -e 's/@''GNULIB_MBSRTOWCS''@/$(GL_GNULIB_MBSRTOWCS)/g' \ -e 's/@''GNULIB_MBSNRTOWCS''@/$(GL_GNULIB_MBSNRTOWCS)/g' \ -e 's/@''GNULIB_WCRTOMB''@/$(GL_GNULIB_WCRTOMB)/g' \ -e 's/@''GNULIB_WCSRTOMBS''@/$(GL_GNULIB_WCSRTOMBS)/g' \ -e 's/@''GNULIB_WCSNRTOMBS''@/$(GL_GNULIB_WCSNRTOMBS)/g' \ -e 's/@''GNULIB_WCWIDTH''@/$(GL_GNULIB_WCWIDTH)/g' \ -e 's/@''GNULIB_WMEMCHR''@/$(GL_GNULIB_WMEMCHR)/g' \ -e 's/@''GNULIB_WMEMCMP''@/$(GL_GNULIB_WMEMCMP)/g' \ -e 's/@''GNULIB_WMEMCPY''@/$(GL_GNULIB_WMEMCPY)/g' \ -e 's/@''GNULIB_WMEMMOVE''@/$(GL_GNULIB_WMEMMOVE)/g' \ -e 's/@''GNULIB_WMEMPCPY''@/$(GL_GNULIB_WMEMPCPY)/g' \ -e 's/@''GNULIB_WMEMSET''@/$(GL_GNULIB_WMEMSET)/g' \ -e 's/@''GNULIB_WCSLEN''@/$(GL_GNULIB_WCSLEN)/g' \ -e 's/@''GNULIB_WCSNLEN''@/$(GL_GNULIB_WCSNLEN)/g' \ -e 's/@''GNULIB_WCSCPY''@/$(GL_GNULIB_WCSCPY)/g' \ -e 's/@''GNULIB_WCPCPY''@/$(GL_GNULIB_WCPCPY)/g' \ -e 's/@''GNULIB_WCSNCPY''@/$(GL_GNULIB_WCSNCPY)/g' \ -e 's/@''GNULIB_WCPNCPY''@/$(GL_GNULIB_WCPNCPY)/g' \ -e 's/@''GNULIB_WCSCAT''@/$(GL_GNULIB_WCSCAT)/g' \ -e 's/@''GNULIB_WCSNCAT''@/$(GL_GNULIB_WCSNCAT)/g' \ -e 's/@''GNULIB_WCSCMP''@/$(GL_GNULIB_WCSCMP)/g' \ -e 's/@''GNULIB_WCSNCMP''@/$(GL_GNULIB_WCSNCMP)/g' \ -e 's/@''GNULIB_WCSCASECMP''@/$(GL_GNULIB_WCSCASECMP)/g' \ -e 's/@''GNULIB_WCSNCASECMP''@/$(GL_GNULIB_WCSNCASECMP)/g' \ -e 's/@''GNULIB_WCSCOLL''@/$(GL_GNULIB_WCSCOLL)/g' \ -e 's/@''GNULIB_WCSXFRM''@/$(GL_GNULIB_WCSXFRM)/g' \ -e 's/@''GNULIB_WCSDUP''@/$(GL_GNULIB_WCSDUP)/g' \ -e 's/@''GNULIB_WCSCHR''@/$(GL_GNULIB_WCSCHR)/g' \ -e 's/@''GNULIB_WCSRCHR''@/$(GL_GNULIB_WCSRCHR)/g' \ -e 's/@''GNULIB_WCSCSPN''@/$(GL_GNULIB_WCSCSPN)/g' \ -e 's/@''GNULIB_WCSSPN''@/$(GL_GNULIB_WCSSPN)/g' \ -e 's/@''GNULIB_WCSPBRK''@/$(GL_GNULIB_WCSPBRK)/g' \ -e 's/@''GNULIB_WCSSTR''@/$(GL_GNULIB_WCSSTR)/g' \ -e 's/@''GNULIB_WCSTOK''@/$(GL_GNULIB_WCSTOK)/g' \ -e 's/@''GNULIB_WCSWIDTH''@/$(GL_GNULIB_WCSWIDTH)/g' \ -e 's/@''GNULIB_WCSFTIME''@/$(GL_GNULIB_WCSFTIME)/g' \ -e 's/@''GNULIB_MDA_WCSDUP''@/$(GL_GNULIB_MDA_WCSDUP)/g' \ -e 's/@''GNULIB_FREE_POSIX''@/$(GL_GNULIB_FREE_POSIX)/g' \ < $(top_srcdir)/lib/wchar.in.h | \ 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' \ | \ 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_WCSTOK''@|$(REPLACE_WCSTOK)|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)' \ > $@-t $(AM_V_at)mv $@-t $@ # We need the following in order to create when the system # doesn't have one that works with the given compiler. lib/wctype.h: lib/wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_GEN)$(MKDIR_P) 'lib' $(gl_V_at)$(SED_HEADER_STDOUT) \ -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_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_WCTYPE_H''@|$(NEXT_WCTYPE_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_ISWBLANK''@/$(GL_GNULIB_ISWBLANK)/g' \ -e 's/@''GNULIB_ISWDIGIT''@/$(GL_GNULIB_ISWDIGIT)/g' \ -e 's/@''GNULIB_ISWXDIGIT''@/$(GL_GNULIB_ISWXDIGIT)/g' \ -e 's/@''GNULIB_WCTYPE''@/$(GL_GNULIB_WCTYPE)/g' \ -e 's/@''GNULIB_ISWCTYPE''@/$(GL_GNULIB_ISWCTYPE)/g' \ -e 's/@''GNULIB_WCTRANS''@/$(GL_GNULIB_WCTRANS)/g' \ -e 's/@''GNULIB_TOWCTRANS''@/$(GL_GNULIB_TOWCTRANS)/g' \ -e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \ -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \ -e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \ -e 's/@''HAVE_WCTRANS_T''@/$(HAVE_WCTRANS_T)/g' \ -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \ -e 's/@''REPLACE_ISWDIGIT''@/$(REPLACE_ISWDIGIT)/g' \ -e 's/@''REPLACE_ISWXDIGIT''@/$(REPLACE_ISWXDIGIT)/g' \ -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ $(top_srcdir)/lib/wctype.in.h > $@-t $(AM_V_at)mv $@-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; \ : distclean-local: distclean-gnulib-libobjs distclean-gnulib-libobjs: -rm -f maintainer-clean-local: distclean-gnulib-libobjs $(sed_sed_OBJECTS): $(BUILT_SOURCES) sed/version.c: Makefile $(AM_V_GEN)rm -f $@ $(AM_V_at)printf '#include \n' > $@t $(AM_V_at)printf 'char const *Version = "$(PACKAGE_VERSION)";\n' >> $@t $(AM_V_at)chmod a-w $@t $(AM_V_at)mv $@t $@ sed/version.h: Makefile $(AM_V_GEN)rm -f $@ $(AM_V_at)printf 'extern char const *Version;\n' > $@t $(AM_V_at)chmod a-w $@t $(AM_V_at)mv $@t $@ doc/sed.1: sed/sed$(EXEEXT) .version $(srcdir)/doc/sed.x $(AM_V_GEN)$(MKDIR_P) doc $(AM_V_at)rm -rf $@ $@-t $(AM_V_at)$(run_help2man) \ --info-page=sed \ --include $(srcdir)/doc/sed.x \ --output=$@-t \ $(SEDBIN) \ && chmod a-w $@-t \ && mv $@-t $@ # automake makes `check' depend on $(TESTS). Declare # dummy targets for $(TESTS) so that make does not complain. .PHONY: $(SEDTESTS) $(SEDTESTS): # Remove the generated sed.1 file, but only for a non-srcdir build. # Without this, 'make distcheck's final comparison would fail. # Also remove lib/.deps/{getfilecon,obstack}.Po, # which are left behind by bleeding edge automake. # Without this, 'make distcheck's final comparison would fail. distclean-local: test x$(srcdir) = x$(builddir) || rm -f $(dist_man_MANS) rm -f lib/.deps/getfilecon.Po lib/.deps/obstack.Po # Shortcut targets to make it easier to run (very) expensive tests. check-expensive: $(MAKE) check RUN_EXPENSIVE_TESTS=yes check-very-expensive: $(MAKE) check-expensive RUN_VERY_EXPENSIVE_TESTS=yes # 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: