# Makefile.in generated by automake 1.16.2 from Makefile.am. # src/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2020 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. # Makefile for `recode' sources. # Copyright © 1991,92,93,94,95,96,97,98,99, 00 Free Software Foundation, Inc. # François Pinard , 1988. # 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 2, 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, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/recode pkgincludedir = $(includedir)/recode pkglibdir = $(libdir)/recode pkglibexecdir = $(libexecdir)/recode 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-redhat-linux-gnu host_triplet = x86_64-redhat-linux-gnu bin_PROGRAMS = recode$(EXEEXT) subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/atconfig.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/flex.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \ $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/m4/malloc.m4 $(top_srcdir)/m4/realloc.m4 \ $(top_srcdir)/m4/utimbuf.m4 $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ $(noinst_HEADERS) $(am__DIST_COMMON) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \ "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(includedir)" PROGRAMS = $(bin_PROGRAMS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } LTLIBRARIES = $(lib_LTLIBRARIES) librecode_la_LIBADD = am__objects_1 = flat.lo html.lo lat1ltex.lo lat1txte.lo rfc1345.lo \ texinfo.lo am__objects_2 = base64.lo dump.lo endline.lo permut.lo quoted.lo am__objects_3 = african.lo afrtran.lo applemac.lo atarist.lo \ bangbang.lo cdcnos.lo ebcdic.lo ibmpc.lo iconqnx.lo \ lat1asci.lo mule.lo strip-data.lo testdump.lo ucs.lo utf16.lo \ utf7.lo utf8.lo varia.lo vn.lo $(am__objects_1) \ $(am__objects_2) am_librecode_la_OBJECTS = argmatch.lo charname.lo combine.lo \ fr-charname.lo hash.lo iconv.lo libiconv.lo localcharset.lo \ merged.lo names.lo outer.lo quotearg.lo recode.lo request.lo \ strip-pool.lo task.lo xmalloc.lo $(am__objects_3) librecode_la_OBJECTS = $(am_librecode_la_OBJECTS) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent am__v_lt_1 = librecode_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(librecode_la_LDFLAGS) $(LDFLAGS) -o $@ am_recode_OBJECTS = main.$(OBJEXT) freeze.$(OBJEXT) mixed.$(OBJEXT) recode_OBJECTS = $(am_recode_OBJECTS) recode_DEPENDENCIES = librecode.la ../lib/libreco.a AM_V_P = $(am__v_P_$(V)) am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I. -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ./$(DEPDIR)/african.Plo ./$(DEPDIR)/afrtran.Plo \ ./$(DEPDIR)/applemac.Plo ./$(DEPDIR)/argmatch.Plo \ ./$(DEPDIR)/atarist.Plo ./$(DEPDIR)/bangbang.Plo \ ./$(DEPDIR)/base64.Plo ./$(DEPDIR)/cdcnos.Plo \ ./$(DEPDIR)/charname.Plo ./$(DEPDIR)/combine.Plo \ ./$(DEPDIR)/dump.Plo ./$(DEPDIR)/ebcdic.Plo \ ./$(DEPDIR)/endline.Plo ./$(DEPDIR)/flat.Plo \ ./$(DEPDIR)/fr-charname.Plo ./$(DEPDIR)/freeze.Po \ ./$(DEPDIR)/hash.Plo ./$(DEPDIR)/html.Plo \ ./$(DEPDIR)/ibmpc.Plo ./$(DEPDIR)/iconqnx.Plo \ ./$(DEPDIR)/iconv.Plo ./$(DEPDIR)/lat1asci.Plo \ ./$(DEPDIR)/lat1ltex.Plo ./$(DEPDIR)/lat1txte.Plo \ ./$(DEPDIR)/libiconv.Plo ./$(DEPDIR)/localcharset.Plo \ ./$(DEPDIR)/main.Po ./$(DEPDIR)/merged.Plo \ ./$(DEPDIR)/mixed.Po ./$(DEPDIR)/mule.Plo \ ./$(DEPDIR)/names.Plo ./$(DEPDIR)/outer.Plo \ ./$(DEPDIR)/permut.Plo ./$(DEPDIR)/quotearg.Plo \ ./$(DEPDIR)/quoted.Plo ./$(DEPDIR)/recode.Plo \ ./$(DEPDIR)/request.Plo ./$(DEPDIR)/rfc1345.Plo \ ./$(DEPDIR)/strip-data.Plo ./$(DEPDIR)/strip-pool.Plo \ ./$(DEPDIR)/task.Plo ./$(DEPDIR)/testdump.Plo \ ./$(DEPDIR)/texinfo.Plo ./$(DEPDIR)/ucs.Plo \ ./$(DEPDIR)/utf16.Plo ./$(DEPDIR)/utf7.Plo \ ./$(DEPDIR)/utf8.Plo ./$(DEPDIR)/varia.Plo ./$(DEPDIR)/vn.Plo \ ./$(DEPDIR)/xmalloc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(librecode_la_SOURCES) $(recode_SOURCES) DIST_SOURCES = $(librecode_la_SOURCES) $(recode_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac man1dir = $(mandir)/man1 NROFF = nroff MANS = $(man_MANS) HEADERS = $(include_HEADERS) $(noinst_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ $(top_srcdir)/mkinstalldirs ChangeLog DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = ${SHELL} /home/hanzlik/rpmbuild/BUILD/recode-3.6/missing aclocal-1.16 ALLOCA = ALL_LINGUAS = da de el es fr gl it nl pl pt sl sv ALL_MOFILES = da.mo de.mo el.mo es.mo fr.mo gl.mo it.mo nl.mo pl.mo pt.mo sl.mo sv.mo ALL_POFILES = da.po de.po el.po es.po fr.po gl.po it.po nl.po pl.po pt.po sl.po sv.po AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 AR = ar AT_TESTPATH = ../src AUTOCONF = ${SHELL} /home/hanzlik/rpmbuild/BUILD/recode-3.6/missing autoconf AUTOHEADER = ${SHELL} /home/hanzlik/rpmbuild/BUILD/recode-3.6/missing autoheader AUTOMAKE = ${SHELL} /home/hanzlik/rpmbuild/BUILD/recode-3.6/missing automake-1.16 AWK = gawk CC = gcc CCDEPMODE = depmode=none CFLAGS = -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection CPP = gcc -E CPPFLAGS = CYGPATH_W = echo DEFS = -DLIBDIR=\"$(libdir)\" -DHAVE_CONFIG_H DEPDIR = .deps DLLTOOL = false DSYMUTIL = DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = EGREP = /usr/bin/grep -E EXEEXT = FGREP = /usr/bin/grep -F GLIBC21 = yes GREP = /usr/bin/grep INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s LD = /usr/bin/ld -m elf_x86_64 LDFLAGS = -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld # These CFLAGS values are not auto-configured: # -DDIFF_HASH For using GNU diff's hash algorithm instead. # -DHASH_STATS For printing a one-liner hash statistics. LEX = flex LEX_OUTPUT_ROOT = LIBOBJS = ${LIBOBJDIR}gettext$U.o LIBS = LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LTALLOCA = LTLIBOBJS = ${LIBOBJDIR}gettext$U.lo LT_SYS_LIBRARY_PATH = /usr/lib64: MAKEINFO = ${SHELL} /home/hanzlik/rpmbuild/BUILD/recode-3.6/missing makeinfo MANIFEST_TOOL = : MKDIR_P = /usr/bin/mkdir -p MOFILES = da.mo de.mo el.mo es.mo fr.mo gl.mo it.mo nl.mo pl.mo pt.mo sl.mo sv.mo NM = /usr/bin/nm -B NMEDIT = OBJDUMP = objdump OBJEXT = o OTOOL = OTOOL64 = PACKAGE = recode PACKAGE_BUGREPORT = PACKAGE_NAME = PACKAGE_STRING = PACKAGE_TARNAME = PACKAGE_URL = PACKAGE_VERSION = PATH_SEPARATOR = : RANLIB = ranlib SED = /usr/bin/sed SET_MAKE = SHELL = /bin/sh STRIP = strip VERSION = 3.6 abs_builddir = /home/hanzlik/rpmbuild/BUILD/recode-3.6/src abs_srcdir = /home/hanzlik/rpmbuild/BUILD/recode-3.6/src abs_top_builddir = /home/hanzlik/rpmbuild/BUILD/recode-3.6 abs_top_srcdir = /home/hanzlik/rpmbuild/BUILD/recode-3.6 ac_ct_AR = ar ac_ct_CC = ac_ct_DUMPBIN = am__include = include am__leading_dot = . am__quote = am__tar = $${TAR-tar} chof - "$$tardir" am__untar = $${TAR-tar} xf - bindir = /usr/bin build = x86_64-redhat-linux-gnu build_alias = x86_64-redhat-linux-gnu build_cpu = x86_64 build_os = linux-gnu build_vendor = redhat builddir = . datadir = /usr/share datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE} dvidir = ${docdir} exec_prefix = /usr host = x86_64-redhat-linux-gnu host_alias = x86_64-redhat-linux-gnu host_cpu = x86_64 host_os = linux-gnu host_vendor = redhat htmldir = ${docdir} includedir = /usr/include infodir = /usr/share/info install_sh = ${SHELL} /home/hanzlik/rpmbuild/BUILD/recode-3.6/install-sh libdir = /usr/lib64 libexecdir = /usr/libexec localedir = ${datarootdir}/locale localstatedir = /var mandir = /usr/share/man mkdir_p = $(MKDIR_P) oldincludedir = /usr/include pdfdir = ${docdir} prefix = /usr program_transform_name = s&^&& psdir = ${docdir} runstatedir = ${localstatedir}/run sbindir = /usr/sbin sharedstatedir = /var/lib srcdir = . sysconfdir = /etc target_alias = top_build_prefix = ../ top_builddir = .. top_srcdir = .. AUTOMAKE_OPTIONS = gnits lib_LTLIBRARIES = librecode.la man_MANS = recode.1 include_HEADERS = recode.h recodext.h noinst_HEADERS = argmatch.h charname.h common.h decsteps.h \ fr-charname.h hash.h inisteps.h libiconv.h quotearg.h rfc1345.h tersteps.h \ xalloc.h $(H_FALLBACKS) $(H_SURFACES) EXTRA_DIST = stamp-steps $(L_STEPS) mergelex.py $(MANS) C_STEPS = african.c afrtran.c applemac.c atarist.c bangbang.c cdcnos.c \ ebcdic.c ibmpc.c iconqnx.c lat1asci.c mule.c strip-data.c testdump.c \ ucs.c utf16.c utf7.c utf8.c varia.c vn.c $(C_FALLBACKS) $(C_SURFACES) OLD_C_STEPS = next.c L_STEPS = ascilat1.l $(L_FALLBACKS) $(L_SURFACES) H_FALLBACKS = C_FALLBACKS = flat.c html.c lat1ltex.c lat1txte.c rfc1345.c texinfo.c L_FALLBACKS = ltexlat1.l txtelat1.l H_SURFACES = base64.h C_SURFACES = base64.c dump.c endline.c permut.c quoted.c L_SURFACES = recode_SOURCES = main.c freeze.c mixed.c recode_LDADD = librecode.la ../lib/libreco.a librecode_la_SOURCES = argmatch.c charname.c combine.c fr-charname.c \ hash.c iconv.c libiconv.c localcharset.c merged.c names.c outer.c quotearg.c \ recode.c request.c strip-pool.c task.c xmalloc.c $(C_STEPS) librecode_la_LDFLAGS = -version-info 0:0:0 INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/libiconv ETAGS_ARGS = $(L_STEPS) TAGS_DEPENDENCIES = $(L_STEPS) PERL = perl PYTHON = python all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnits src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): 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 \ || test -f $$p1 \ ; 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) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(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)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list installcheck-binPROGRAMS: $(bin_PROGRAMS) bad=0; pid=$$$$; list="$(bin_PROGRAMS)"; for p in $$list; do \ case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \ *" $$p "* | *" $(srcdir)/$$p "*) continue;; \ esac; \ f=`echo "$$p" | \ sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ for opt in --help --version; do \ if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \ 2>c$${pid}_.err &2; bad=1; fi; \ done; \ done; rm -f c$${pid}_.???; exit $$bad install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } librecode.la: $(librecode_la_OBJECTS) $(librecode_la_DEPENDENCIES) $(EXTRA_librecode_la_DEPENDENCIES) $(AM_V_CCLD)$(librecode_la_LINK) -rpath $(libdir) $(librecode_la_OBJECTS) $(librecode_la_LIBADD) $(LIBS) recode$(EXEEXT): $(recode_OBJECTS) $(recode_DEPENDENCIES) $(EXTRA_recode_DEPENDENCIES) @rm -f recode$(EXEEXT) $(AM_V_CCLD)$(LINK) $(recode_OBJECTS) $(recode_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c #include ./$(DEPDIR)/african.Plo # am--include-marker #include ./$(DEPDIR)/afrtran.Plo # am--include-marker #include ./$(DEPDIR)/applemac.Plo # am--include-marker #include ./$(DEPDIR)/argmatch.Plo # am--include-marker #include ./$(DEPDIR)/atarist.Plo # am--include-marker #include ./$(DEPDIR)/bangbang.Plo # am--include-marker #include ./$(DEPDIR)/base64.Plo # am--include-marker #include ./$(DEPDIR)/cdcnos.Plo # am--include-marker #include ./$(DEPDIR)/charname.Plo # am--include-marker #include ./$(DEPDIR)/combine.Plo # am--include-marker #include ./$(DEPDIR)/dump.Plo # am--include-marker #include ./$(DEPDIR)/ebcdic.Plo # am--include-marker #include ./$(DEPDIR)/endline.Plo # am--include-marker #include ./$(DEPDIR)/flat.Plo # am--include-marker #include ./$(DEPDIR)/fr-charname.Plo # am--include-marker #include ./$(DEPDIR)/freeze.Po # am--include-marker #include ./$(DEPDIR)/hash.Plo # am--include-marker #include ./$(DEPDIR)/html.Plo # am--include-marker #include ./$(DEPDIR)/ibmpc.Plo # am--include-marker #include ./$(DEPDIR)/iconqnx.Plo # am--include-marker #include ./$(DEPDIR)/iconv.Plo # am--include-marker #include ./$(DEPDIR)/lat1asci.Plo # am--include-marker #include ./$(DEPDIR)/lat1ltex.Plo # am--include-marker #include ./$(DEPDIR)/lat1txte.Plo # am--include-marker #include ./$(DEPDIR)/libiconv.Plo # am--include-marker #include ./$(DEPDIR)/localcharset.Plo # am--include-marker #include ./$(DEPDIR)/main.Po # am--include-marker #include ./$(DEPDIR)/merged.Plo # am--include-marker #include ./$(DEPDIR)/mixed.Po # am--include-marker #include ./$(DEPDIR)/mule.Plo # am--include-marker #include ./$(DEPDIR)/names.Plo # am--include-marker #include ./$(DEPDIR)/outer.Plo # am--include-marker #include ./$(DEPDIR)/permut.Plo # am--include-marker #include ./$(DEPDIR)/quotearg.Plo # am--include-marker #include ./$(DEPDIR)/quoted.Plo # am--include-marker #include ./$(DEPDIR)/recode.Plo # am--include-marker #include ./$(DEPDIR)/request.Plo # am--include-marker #include ./$(DEPDIR)/rfc1345.Plo # am--include-marker #include ./$(DEPDIR)/strip-data.Plo # am--include-marker #include ./$(DEPDIR)/strip-pool.Plo # am--include-marker #include ./$(DEPDIR)/task.Plo # am--include-marker #include ./$(DEPDIR)/testdump.Plo # am--include-marker #include ./$(DEPDIR)/texinfo.Plo # am--include-marker #include ./$(DEPDIR)/ucs.Plo # am--include-marker #include ./$(DEPDIR)/utf16.Plo # am--include-marker #include ./$(DEPDIR)/utf7.Plo # am--include-marker #include ./$(DEPDIR)/utf8.Plo # am--include-marker #include ./$(DEPDIR)/varia.Plo # am--include-marker #include ./$(DEPDIR)/vn.Plo # am--include-marker #include ./$(DEPDIR)/xmalloc.Plo # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: # $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< # $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po # $(AM_V_CC)source='$<' object='$@' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(COMPILE) -c -o $@ $< .c.obj: # $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` # $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po # $(AM_V_CC)source='$<' object='$@' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: # $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< # $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo # $(AM_V_CC)source='$<' object='$@' libtool=yes # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(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='$(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) install-includeHEADERS: $(include_HEADERS) @$(NORMAL_INSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(includedir)" || 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_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ done uninstall-includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(MANS) $(HEADERS) install-binPROGRAMS: install-libLTLIBRARIES installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ clean-libtool mostlyclean-am distclean: distclean-am -rm -f ./$(DEPDIR)/african.Plo -rm -f ./$(DEPDIR)/afrtran.Plo -rm -f ./$(DEPDIR)/applemac.Plo -rm -f ./$(DEPDIR)/argmatch.Plo -rm -f ./$(DEPDIR)/atarist.Plo -rm -f ./$(DEPDIR)/bangbang.Plo -rm -f ./$(DEPDIR)/base64.Plo -rm -f ./$(DEPDIR)/cdcnos.Plo -rm -f ./$(DEPDIR)/charname.Plo -rm -f ./$(DEPDIR)/combine.Plo -rm -f ./$(DEPDIR)/dump.Plo -rm -f ./$(DEPDIR)/ebcdic.Plo -rm -f ./$(DEPDIR)/endline.Plo -rm -f ./$(DEPDIR)/flat.Plo -rm -f ./$(DEPDIR)/fr-charname.Plo -rm -f ./$(DEPDIR)/freeze.Po -rm -f ./$(DEPDIR)/hash.Plo -rm -f ./$(DEPDIR)/html.Plo -rm -f ./$(DEPDIR)/ibmpc.Plo -rm -f ./$(DEPDIR)/iconqnx.Plo -rm -f ./$(DEPDIR)/iconv.Plo -rm -f ./$(DEPDIR)/lat1asci.Plo -rm -f ./$(DEPDIR)/lat1ltex.Plo -rm -f ./$(DEPDIR)/lat1txte.Plo -rm -f ./$(DEPDIR)/libiconv.Plo -rm -f ./$(DEPDIR)/localcharset.Plo -rm -f ./$(DEPDIR)/main.Po -rm -f ./$(DEPDIR)/merged.Plo -rm -f ./$(DEPDIR)/mixed.Po -rm -f ./$(DEPDIR)/mule.Plo -rm -f ./$(DEPDIR)/names.Plo -rm -f ./$(DEPDIR)/outer.Plo -rm -f ./$(DEPDIR)/permut.Plo -rm -f ./$(DEPDIR)/quotearg.Plo -rm -f ./$(DEPDIR)/quoted.Plo -rm -f ./$(DEPDIR)/recode.Plo -rm -f ./$(DEPDIR)/request.Plo -rm -f ./$(DEPDIR)/rfc1345.Plo -rm -f ./$(DEPDIR)/strip-data.Plo -rm -f ./$(DEPDIR)/strip-pool.Plo -rm -f ./$(DEPDIR)/task.Plo -rm -f ./$(DEPDIR)/testdump.Plo -rm -f ./$(DEPDIR)/texinfo.Plo -rm -f ./$(DEPDIR)/ucs.Plo -rm -f ./$(DEPDIR)/utf16.Plo -rm -f ./$(DEPDIR)/utf7.Plo -rm -f ./$(DEPDIR)/utf8.Plo -rm -f ./$(DEPDIR)/varia.Plo -rm -f ./$(DEPDIR)/vn.Plo -rm -f ./$(DEPDIR)/xmalloc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-includeHEADERS install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: installcheck-binPROGRAMS maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/african.Plo -rm -f ./$(DEPDIR)/afrtran.Plo -rm -f ./$(DEPDIR)/applemac.Plo -rm -f ./$(DEPDIR)/argmatch.Plo -rm -f ./$(DEPDIR)/atarist.Plo -rm -f ./$(DEPDIR)/bangbang.Plo -rm -f ./$(DEPDIR)/base64.Plo -rm -f ./$(DEPDIR)/cdcnos.Plo -rm -f ./$(DEPDIR)/charname.Plo -rm -f ./$(DEPDIR)/combine.Plo -rm -f ./$(DEPDIR)/dump.Plo -rm -f ./$(DEPDIR)/ebcdic.Plo -rm -f ./$(DEPDIR)/endline.Plo -rm -f ./$(DEPDIR)/flat.Plo -rm -f ./$(DEPDIR)/fr-charname.Plo -rm -f ./$(DEPDIR)/freeze.Po -rm -f ./$(DEPDIR)/hash.Plo -rm -f ./$(DEPDIR)/html.Plo -rm -f ./$(DEPDIR)/ibmpc.Plo -rm -f ./$(DEPDIR)/iconqnx.Plo -rm -f ./$(DEPDIR)/iconv.Plo -rm -f ./$(DEPDIR)/lat1asci.Plo -rm -f ./$(DEPDIR)/lat1ltex.Plo -rm -f ./$(DEPDIR)/lat1txte.Plo -rm -f ./$(DEPDIR)/libiconv.Plo -rm -f ./$(DEPDIR)/localcharset.Plo -rm -f ./$(DEPDIR)/main.Po -rm -f ./$(DEPDIR)/merged.Plo -rm -f ./$(DEPDIR)/mixed.Po -rm -f ./$(DEPDIR)/mule.Plo -rm -f ./$(DEPDIR)/names.Plo -rm -f ./$(DEPDIR)/outer.Plo -rm -f ./$(DEPDIR)/permut.Plo -rm -f ./$(DEPDIR)/quotearg.Plo -rm -f ./$(DEPDIR)/quoted.Plo -rm -f ./$(DEPDIR)/recode.Plo -rm -f ./$(DEPDIR)/request.Plo -rm -f ./$(DEPDIR)/rfc1345.Plo -rm -f ./$(DEPDIR)/strip-data.Plo -rm -f ./$(DEPDIR)/strip-pool.Plo -rm -f ./$(DEPDIR)/task.Plo -rm -f ./$(DEPDIR)/testdump.Plo -rm -f ./$(DEPDIR)/texinfo.Plo -rm -f ./$(DEPDIR)/ucs.Plo -rm -f ./$(DEPDIR)/utf16.Plo -rm -f ./$(DEPDIR)/utf7.Plo -rm -f ./$(DEPDIR)/utf8.Plo -rm -f ./$(DEPDIR)/varia.Plo -rm -f ./$(DEPDIR)/vn.Plo -rm -f ./$(DEPDIR)/xmalloc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-includeHEADERS \ uninstall-libLTLIBRARIES uninstall-man uninstall-man: uninstall-man1 .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ clean-libtool cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am \ install-includeHEADERS install-info install-info-am \ install-libLTLIBRARIES install-man install-man1 install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installcheck-binPROGRAMS \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-binPROGRAMS uninstall-includeHEADERS \ uninstall-libLTLIBRARIES uninstall-man uninstall-man1 .PRECIOUS: Makefile $(srcdir)/decsteps.h: stamp-steps $(srcdir)/inisteps.h: stamp-steps $(srcdir)/tersteps.h: stamp-steps stamp-steps: $(C_STEPS) merged.c @echo "Updating {dec,ini,ter}steps.h" @(cd $(srcdir) && grep -h '^module_' $(C_STEPS) merged.c ) \ | sed 's/ .*//' > liste.tmp @sed 's/\(.*\)/bool \1 PARAMS ((struct recode_outer *));/' \ liste.tmp > decsteps.tmp @sed 's/\(.*\)/void del\1 PARAMS ((struct recode_outer *));/' \ liste.tmp >> decsteps.tmp @sed 's/\(.*\)/ if (!\1 (outer)) return false;/' \ liste.tmp > inisteps.tmp @sed 's/\(.*\)/ del\1 (outer);/' \ liste.tmp > tersteps.tmp @rm liste.tmp @if cmp -s $(srcdir)/decsteps.h decsteps.tmp; then rm decsteps.tmp; \ else mv decsteps.tmp $(srcdir)/decsteps.h; fi @if cmp -s $(srcdir)/inisteps.h inisteps.tmp; then rm inisteps.tmp; \ else mv inisteps.tmp $(srcdir)/inisteps.h; fi @if cmp -s $(srcdir)/tersteps.h tersteps.tmp; then rm tersteps.tmp; \ else mv tersteps.tmp $(srcdir)/tersteps.h; fi @echo timestamp > $(srcdir)/stamp-steps main.o: main.c ../config.status #main.o: common.h recode.h (should be automatic?) outer.o: stamp-steps $(srcdir)/merged.c: mergelex.py $(L_STEPS) (cd $(srcdir) && cat $(L_STEPS)) \ | $(PYTHON) $(srcdir)/mergelex.py > merged.tm1 $(LEX) -t8 merged.tm1 > merged.tm2 grep -v '^# *line [0-9]' merged.tm2 > $(srcdir)/merged.c rm merged.tm1 merged.tm2 $(srcdir)/recode.1: recode @if test -r $@ && test ! -w $@; then \ echo "WARNING: Page \`$@' read only, not updated"; \ elif $(PERL) $(top_srcdir)/doc/help2man --output=$@ ./recode; then \ echo "Page \`$@' has been updated"; \ else \ echo "WARNING: Page \`$@' has *not* been updated."; \ echo " It might be that \`Perl' is missing on your system,"; \ echo " but you may safely and merely ignore this error."; \ fi # 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: