Annotation of parser3/etc/parser3.charsets/Makefile.in, revision 1.32

1.32    ! moko        1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.16      paf         2: # @configure_input@
1.1       paf         3: 
1.32    ! moko        4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
        !             5: 
1.1       paf         6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
1.16      paf        15: @SET_MAKE@
1.1       paf        16: 
                     17: VPATH = @srcdir@
1.32    ! moko       18: am__is_gnu_make = { \
        !            19:   if test -z '$(MAKELEVEL)'; then \
        !            20:     false; \
        !            21:   elif test -n '$(MAKE_HOST)'; then \
        !            22:     true; \
        !            23:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
        !            24:     true; \
        !            25:   else \
        !            26:     false; \
        !            27:   fi; \
        !            28: }
        !            29: am__make_running_with_option = \
        !            30:   case $${target_option-} in \
        !            31:       ?) ;; \
        !            32:       *) echo "am__make_running_with_option: internal error: invalid" \
        !            33:               "target option '$${target_option-}' specified" >&2; \
        !            34:          exit 1;; \
        !            35:   esac; \
        !            36:   has_opt=no; \
        !            37:   sane_makeflags=$$MAKEFLAGS; \
        !            38:   if $(am__is_gnu_make); then \
        !            39:     sane_makeflags=$$MFLAGS; \
        !            40:   else \
        !            41:     case $$MAKEFLAGS in \
        !            42:       *\\[\ \  ]*) \
        !            43:         bs=\\; \
        !            44:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
        !            45:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
        !            46:     esac; \
        !            47:   fi; \
        !            48:   skip_next=no; \
        !            49:   strip_trailopt () \
        !            50:   { \
        !            51:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
        !            52:   }; \
        !            53:   for flg in $$sane_makeflags; do \
        !            54:     test $$skip_next = yes && { skip_next=no; continue; }; \
        !            55:     case $$flg in \
        !            56:       *=*|--*) continue;; \
        !            57:         -*I) strip_trailopt 'I'; skip_next=yes;; \
        !            58:       -*I?*) strip_trailopt 'I';; \
        !            59:         -*O) strip_trailopt 'O'; skip_next=yes;; \
        !            60:       -*O?*) strip_trailopt 'O';; \
        !            61:         -*l) strip_trailopt 'l'; skip_next=yes;; \
        !            62:       -*l?*) strip_trailopt 'l';; \
        !            63:       -[dEDm]) skip_next=yes;; \
        !            64:       -[JT]) skip_next=yes;; \
        !            65:     esac; \
        !            66:     case $$flg in \
        !            67:       *$$target_option*) has_opt=yes; break;; \
        !            68:     esac; \
        !            69:   done; \
        !            70:   test $$has_opt = yes
        !            71: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
        !            72: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       paf        73: pkgdatadir = $(datadir)/@PACKAGE@
1.30      moko       74: pkgincludedir = $(includedir)/@PACKAGE@
1.1       paf        75: pkglibdir = $(libdir)/@PACKAGE@
1.30      moko       76: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.16      paf        77: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     78: install_sh_DATA = $(install_sh) -c -m 644
                     79: install_sh_PROGRAM = $(install_sh) -c
                     80: install_sh_SCRIPT = $(install_sh) -c
                     81: INSTALL_HEADER = $(INSTALL_DATA)
                     82: transform = $(program_transform_name)
1.1       paf        83: NORMAL_INSTALL = :
                     84: PRE_INSTALL = :
                     85: POST_INSTALL = :
                     86: NORMAL_UNINSTALL = :
                     87: PRE_UNINSTALL = :
                     88: POST_UNINSTALL = :
1.30      moko       89: build_triplet = @build@
1.1       paf        90: host_triplet = @host@
1.21      paf        91: subdir = etc/parser3.charsets
                     92: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.28      moko       93: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
                     94:        $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
                     95:        $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
                     96:        $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
                     97:        $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
                     98:        $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
                     99:        $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.31      moko      100:        $(top_srcdir)/configure.ac
1.21      paf       101: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    102:        $(ACLOCAL_M4)
1.32    ! moko      103: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.28      moko      104: mkinstalldirs = $(install_sh) -d
1.21      paf       105: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                    106: CONFIG_CLEAN_FILES =
1.30      moko      107: CONFIG_CLEAN_VPATH_FILES =
1.32    ! moko      108: AM_V_P = $(am__v_P_@AM_V@)
        !           109: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
        !           110: am__v_P_0 = false
        !           111: am__v_P_1 = :
        !           112: AM_V_GEN = $(am__v_GEN_@AM_V@)
        !           113: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
        !           114: am__v_GEN_0 = @echo "  GEN     " $@;
        !           115: am__v_GEN_1 = 
        !           116: AM_V_at = $(am__v_at_@AM_V@)
        !           117: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
        !           118: am__v_at_0 = @
        !           119: am__v_at_1 = 
1.21      paf       120: SOURCES =
                    121: DIST_SOURCES =
1.32    ! moko      122: am__can_run_installinfo = \
        !           123:   case $$AM_UPDATE_INFO_DIR in \
        !           124:     n|no|NO) false;; \
        !           125:     *) (install-info --version) >/dev/null 2>&1;; \
        !           126:   esac
1.21      paf       127: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                    128: am__vpath_adj = case $$p in \
                    129:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                    130:     *) f=$$p;; \
                    131:   esac;
1.30      moko      132: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
                    133: am__install_max = 40
                    134: am__nobase_strip_setup = \
                    135:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
                    136: am__nobase_strip = \
                    137:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
                    138: am__nobase_list = $(am__nobase_strip_setup); \
                    139:   for p in $$list; do echo "$$p $$p"; done | \
                    140:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
                    141:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
                    142:     if (++n[$$2] == $(am__install_max)) \
                    143:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
                    144:     END { for (dir in files) print dir, files[dir] }'
                    145: am__base_list = \
                    146:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
                    147:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.32    ! moko      148: am__uninstall_files_from_dir = { \
        !           149:   test -z "$$files" \
        !           150:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
        !           151:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
        !           152:          $(am__cd) "$$dir" && rm -f $$files; }; \
        !           153:   }
1.21      paf       154: am__installdirs = "$(DESTDIR)$(charsetsdir)"
                    155: DATA = $(charsets_DATA)
1.32    ! moko      156: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
        !           157: am__DIST_COMMON = $(srcdir)/Makefile.in
1.21      paf       158: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.16      paf       159: ACLOCAL = @ACLOCAL@
                    160: AMTAR = @AMTAR@
1.32    ! moko      161: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.26      moko      162: APACHE = @APACHE@
                    163: APACHE_CFLAGS = @APACHE_CFLAGS@
                    164: APACHE_INC = @APACHE_INC@
1.28      moko      165: AR = @AR@
                    166: ARGZ_H = @ARGZ_H@
                    167: AS = @AS@
1.16      paf       168: AUTOCONF = @AUTOCONF@
                    169: AUTOHEADER = @AUTOHEADER@
                    170: AUTOMAKE = @AUTOMAKE@
1.1       paf       171: AWK = @AWK@
                    172: CC = @CC@
1.16      paf       173: CCDEPMODE = @CCDEPMODE@
                    174: CFLAGS = @CFLAGS@
1.17      paf       175: CPP = @CPP@
1.16      paf       176: CPPFLAGS = @CPPFLAGS@
1.1       paf       177: CXX = @CXX@
1.28      moko      178: CXXCPP = @CXXCPP@
1.16      paf       179: CXXDEPMODE = @CXXDEPMODE@
                    180: CXXFLAGS = @CXXFLAGS@
                    181: CYGPATH_W = @CYGPATH_W@
                    182: DEFS = @DEFS@
                    183: DEPDIR = @DEPDIR@
1.28      moko      184: DLLTOOL = @DLLTOOL@
                    185: DSYMUTIL = @DSYMUTIL@
                    186: DUMPBIN = @DUMPBIN@
1.16      paf       187: ECHO_C = @ECHO_C@
                    188: ECHO_N = @ECHO_N@
                    189: ECHO_T = @ECHO_T@
                    190: EGREP = @EGREP@
                    191: EXEEXT = @EXEEXT@
1.28      moko      192: FGREP = @FGREP@
1.18      paf       193: GC_LIBS = @GC_LIBS@
1.28      moko      194: GREP = @GREP@
1.1       paf       195: INCLTDL = @INCLTDL@
1.30      moko      196: INSTALL = @INSTALL@
1.16      paf       197: INSTALL_DATA = @INSTALL_DATA@
                    198: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    199: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    200: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.28      moko      201: LD = @LD@
1.16      paf       202: LDFLAGS = @LDFLAGS@
1.1       paf       203: LIBADD_DL = @LIBADD_DL@
1.28      moko      204: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    205: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    206: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       paf       207: LIBLTDL = @LIBLTDL@
1.16      paf       208: LIBOBJS = @LIBOBJS@
                    209: LIBS = @LIBS@
1.28      moko      210: LIBTOOL = @LIBTOOL@
                    211: LIPO = @LIPO@
                    212: LN_S = @LN_S@
                    213: LTDLDEPS = @LTDLDEPS@
                    214: LTDLINCL = @LTDLINCL@
                    215: LTDLOPEN = @LTDLOPEN@
1.16      paf       216: LTLIBOBJS = @LTLIBOBJS@
1.28      moko      217: LT_CONFIG_H = @LT_CONFIG_H@
                    218: LT_DLLOADERS = @LT_DLLOADERS@
                    219: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       paf       220: MAKEINFO = @MAKEINFO@
1.28      moko      221: MANIFEST_TOOL = @MANIFEST_TOOL@
1.11      paf       222: MIME_INCLUDES = @MIME_INCLUDES@
                    223: MIME_LIBS = @MIME_LIBS@
1.30      moko      224: MKDIR_P = @MKDIR_P@
1.28      moko      225: NM = @NM@
                    226: NMEDIT = @NMEDIT@
                    227: OBJDUMP = @OBJDUMP@
1.16      paf       228: OBJEXT = @OBJEXT@
1.28      moko      229: OTOOL = @OTOOL@
                    230: OTOOL64 = @OTOOL64@
1.1       paf       231: P3S = @P3S@
                    232: PACKAGE = @PACKAGE@
1.16      paf       233: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    234: PACKAGE_NAME = @PACKAGE_NAME@
                    235: PACKAGE_STRING = @PACKAGE_STRING@
                    236: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.30      moko      237: PACKAGE_URL = @PACKAGE_URL@
1.16      paf       238: PACKAGE_VERSION = @PACKAGE_VERSION@
                    239: PATH_SEPARATOR = @PATH_SEPARATOR@
1.23      misha     240: PCRE_INCLUDES = @PCRE_INCLUDES@
                    241: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       242: RANLIB = @RANLIB@
1.28      moko      243: SED = @SED@
1.16      paf       244: SET_MAKE = @SET_MAKE@
                    245: SHELL = @SHELL@
                    246: STRIP = @STRIP@
1.1       paf       247: VERSION = @VERSION@
                    248: XML_INCLUDES = @XML_INCLUDES@
                    249: XML_LIBS = @XML_LIBS@
                    250: YACC = @YACC@
1.30      moko      251: YFLAGS = @YFLAGS@
                    252: abs_builddir = @abs_builddir@
                    253: abs_srcdir = @abs_srcdir@
                    254: abs_top_builddir = @abs_top_builddir@
                    255: abs_top_srcdir = @abs_top_srcdir@
1.28      moko      256: ac_ct_AR = @ac_ct_AR@
1.16      paf       257: ac_ct_CC = @ac_ct_CC@
                    258: ac_ct_CXX = @ac_ct_CXX@
1.28      moko      259: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.16      paf       260: am__include = @am__include@
1.21      paf       261: am__leading_dot = @am__leading_dot@
1.16      paf       262: am__quote = @am__quote@
1.21      paf       263: am__tar = @am__tar@
                    264: am__untar = @am__untar@
1.16      paf       265: bindir = @bindir@
                    266: build = @build@
                    267: build_alias = @build_alias@
                    268: build_cpu = @build_cpu@
                    269: build_os = @build_os@
                    270: build_vendor = @build_vendor@
1.30      moko      271: builddir = @builddir@
1.16      paf       272: datadir = @datadir@
1.30      moko      273: datarootdir = @datarootdir@
1.13      paf       274: dll_extension = @dll_extension@
1.30      moko      275: docdir = @docdir@
                    276: dvidir = @dvidir@
1.16      paf       277: exec_prefix = @exec_prefix@
                    278: host = @host@
                    279: host_alias = @host_alias@
                    280: host_cpu = @host_cpu@
1.1       paf       281: host_os = @host_os@
1.16      paf       282: host_vendor = @host_vendor@
1.30      moko      283: htmldir = @htmldir@
1.16      paf       284: includedir = @includedir@
                    285: infodir = @infodir@
                    286: install_sh = @install_sh@
                    287: libdir = @libdir@
                    288: libexecdir = @libexecdir@
1.30      moko      289: localedir = @localedir@
1.16      paf       290: localstatedir = @localstatedir@
1.28      moko      291: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    292: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.16      paf       293: mandir = @mandir@
1.21      paf       294: mkdir_p = @mkdir_p@
1.16      paf       295: oldincludedir = @oldincludedir@
1.30      moko      296: pdfdir = @pdfdir@
1.16      paf       297: prefix = @prefix@
                    298: program_transform_name = @program_transform_name@
1.30      moko      299: psdir = @psdir@
1.16      paf       300: sbindir = @sbindir@
                    301: sharedstatedir = @sharedstatedir@
1.30      moko      302: srcdir = @srcdir@
1.16      paf       303: subdirs = @subdirs@
1.28      moko      304: sys_symbol_underscore = @sys_symbol_underscore@
1.16      paf       305: sysconfdir = @sysconfdir@
                    306: target_alias = @target_alias@
1.30      moko      307: top_build_prefix = @top_build_prefix@
                    308: top_builddir = @top_builddir@
                    309: top_srcdir = @top_srcdir@
1.28      moko      310: charsetsdir = @datadir@/charsets
                    311: charsets_DATA = cp866.cfg koi8-r.cfg koi8-u.cfg windows-1250.cfg windows-1251.cfg windows-1254.cfg windows-1257.cfg x-mac-cyrillic.cfg
1.12      paf       312: EXTRA_DIST = $(charsets_DATA)
1.16      paf       313: all: all-am
1.1       paf       314: 
                    315: .SUFFIXES:
1.21      paf       316: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    317:        @for dep in $?; do \
                    318:          case '$(am__configure_deps)' in \
                    319:            *$$dep*) \
1.30      moko      320:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    321:                && { if test -f $@; then exit 0; else break; fi; }; \
1.21      paf       322:              exit 1;; \
                    323:          esac; \
                    324:        done; \
1.30      moko      325:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/parser3.charsets/Makefile'; \
                    326:        $(am__cd) $(top_srcdir) && \
                    327:          $(AUTOMAKE) --gnu etc/parser3.charsets/Makefile
1.21      paf       328: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    329:        @case '$?' in \
                    330:          *config.status*) \
                    331:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    332:          *) \
                    333:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    334:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    335:        esac;
                    336: 
                    337: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    338:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    339: 
                    340: $(top_srcdir)/configure:  $(am__configure_deps)
                    341:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    342: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    343:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.30      moko      344: $(am__aclocal_m4_deps):
1.28      moko      345: 
                    346: mostlyclean-libtool:
                    347:        -rm -f *.lo
                    348: 
                    349: clean-libtool:
                    350:        -rm -rf .libs _libs
1.1       paf       351: install-charsetsDATA: $(charsets_DATA)
                    352:        @$(NORMAL_INSTALL)
1.30      moko      353:        @list='$(charsets_DATA)'; test -n "$(charsetsdir)" || list=; \
1.32    ! moko      354:        if test -n "$$list"; then \
        !           355:          echo " $(MKDIR_P) '$(DESTDIR)$(charsetsdir)'"; \
        !           356:          $(MKDIR_P) "$(DESTDIR)$(charsetsdir)" || exit 1; \
        !           357:        fi; \
1.30      moko      358:        for p in $$list; do \
1.16      paf       359:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.30      moko      360:          echo "$$d$$p"; \
                    361:        done | $(am__base_list) | \
                    362:        while read files; do \
                    363:          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(charsetsdir)'"; \
                    364:          $(INSTALL_DATA) $$files "$(DESTDIR)$(charsetsdir)" || exit $$?; \
1.1       paf       365:        done
                    366: 
                    367: uninstall-charsetsDATA:
                    368:        @$(NORMAL_UNINSTALL)
1.30      moko      369:        @list='$(charsets_DATA)'; test -n "$(charsetsdir)" || list=; \
                    370:        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1.32    ! moko      371:        dir='$(DESTDIR)$(charsetsdir)'; $(am__uninstall_files_from_dir)
        !           372: tags TAGS:
        !           373: 
        !           374: ctags CTAGS:
1.1       paf       375: 
1.32    ! moko      376: cscope cscopelist:
1.1       paf       377: 
                    378: 
                    379: distdir: $(DISTFILES)
1.30      moko      380:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    381:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    382:        list='$(DISTFILES)'; \
                    383:          dist_files=`for file in $$list; do echo $$file; done | \
                    384:          sed -e "s|^$$srcdirstrip/||;t" \
                    385:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    386:        case $$dist_files in \
                    387:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    388:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    389:                           sort -u` ;; \
                    390:        esac; \
                    391:        for file in $$dist_files; do \
1.16      paf       392:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       paf       393:          if test -d $$d/$$file; then \
1.30      moko      394:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    395:            if test -d "$(distdir)/$$file"; then \
                    396:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    397:            fi; \
1.16      paf       398:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.30      moko      399:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    400:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.16      paf       401:            fi; \
1.30      moko      402:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       paf       403:          else \
1.30      moko      404:            test -f "$(distdir)/$$file" \
                    405:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.16      paf       406:            || exit 1; \
1.1       paf       407:          fi; \
                    408:        done
                    409: check-am: all-am
                    410: check: check-am
1.16      paf       411: all-am: Makefile $(DATA)
                    412: installdirs:
1.21      paf       413:        for dir in "$(DESTDIR)$(charsetsdir)"; do \
1.30      moko      414:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1.21      paf       415:        done
1.16      paf       416: install: install-am
1.1       paf       417: install-exec: install-exec-am
                    418: install-data: install-data-am
1.16      paf       419: uninstall: uninstall-am
1.1       paf       420: 
                    421: install-am: all-am
                    422:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.16      paf       423: 
                    424: installcheck: installcheck-am
1.1       paf       425: install-strip:
1.32    ! moko      426:        if test -z '$(STRIP)'; then \
        !           427:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           428:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           429:              install; \
        !           430:        else \
        !           431:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           432:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           433:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        !           434:        fi
1.1       paf       435: mostlyclean-generic:
                    436: 
                    437: clean-generic:
                    438: 
                    439: distclean-generic:
1.21      paf       440:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.30      moko      441:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       paf       442: 
                    443: maintainer-clean-generic:
1.16      paf       444:        @echo "This command is intended for maintainers to use"
                    445:        @echo "it deletes files that may require special tools to rebuild."
                    446: clean: clean-am
                    447: 
1.28      moko      448: clean-am: clean-generic clean-libtool mostlyclean-am
1.16      paf       449: 
                    450: distclean: distclean-am
1.21      paf       451:        -rm -f Makefile
1.30      moko      452: distclean-am: clean-am distclean-generic
1.16      paf       453: 
                    454: dvi: dvi-am
                    455: 
                    456: dvi-am:
1.1       paf       457: 
1.21      paf       458: html: html-am
                    459: 
1.30      moko      460: html-am:
                    461: 
1.16      paf       462: info: info-am
                    463: 
                    464: info-am:
1.1       paf       465: 
1.16      paf       466: install-data-am: install-charsetsDATA
1.1       paf       467: 
1.30      moko      468: install-dvi: install-dvi-am
                    469: 
                    470: install-dvi-am:
                    471: 
1.16      paf       472: install-exec-am:
1.1       paf       473: 
1.30      moko      474: install-html: install-html-am
                    475: 
                    476: install-html-am:
                    477: 
1.16      paf       478: install-info: install-info-am
1.1       paf       479: 
1.30      moko      480: install-info-am:
                    481: 
1.16      paf       482: install-man:
1.1       paf       483: 
1.30      moko      484: install-pdf: install-pdf-am
                    485: 
                    486: install-pdf-am:
                    487: 
                    488: install-ps: install-ps-am
                    489: 
                    490: install-ps-am:
                    491: 
1.16      paf       492: installcheck-am:
1.1       paf       493: 
                    494: maintainer-clean: maintainer-clean-am
1.21      paf       495:        -rm -f Makefile
1.16      paf       496: maintainer-clean-am: distclean-am maintainer-clean-generic
                    497: 
                    498: mostlyclean: mostlyclean-am
                    499: 
1.28      moko      500: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.16      paf       501: 
                    502: pdf: pdf-am
                    503: 
                    504: pdf-am:
                    505: 
                    506: ps: ps-am
                    507: 
                    508: ps-am:
                    509: 
1.30      moko      510: uninstall-am: uninstall-charsetsDATA
                    511: 
                    512: .MAKE: install-am install-strip
1.1       paf       513: 
1.28      moko      514: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
1.32    ! moko      515:        cscopelist-am ctags-am distclean distclean-generic \
        !           516:        distclean-libtool distdir dvi dvi-am html html-am info info-am \
        !           517:        install install-am install-charsetsDATA install-data \
        !           518:        install-data-am install-dvi install-dvi-am install-exec \
        !           519:        install-exec-am install-html install-html-am install-info \
        !           520:        install-info-am install-man install-pdf install-pdf-am \
        !           521:        install-ps install-ps-am install-strip installcheck \
        !           522:        installcheck-am installdirs maintainer-clean \
        !           523:        maintainer-clean-generic mostlyclean mostlyclean-generic \
        !           524:        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
        !           525:        uninstall-am uninstall-charsetsDATA
        !           526: 
        !           527: .PRECIOUS: Makefile
1.30      moko      528: 
1.1       paf       529: 
                    530: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    531: # Otherwise a system limit (for SysV at least) may be exceeded.
                    532: .NOEXPORT:

E-mail: