Annotation of parser3/Makefile.in, revision 1.180

1.175     moko        1: # Makefile.in generated by automake 1.16.3 from Makefile.am.
1.43      paf         2: # @configure_input@
1.1       paf         3: 
1.175     moko        4: # Copyright (C) 1994-2020 Free Software Foundation, Inc.
1.153     moko        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.43      paf        15: @SET_MAKE@
1.1       paf        16: VPATH = @srcdir@
1.153     moko       17: am__is_gnu_make = { \
                     18:   if test -z '$(MAKELEVEL)'; then \
                     19:     false; \
                     20:   elif test -n '$(MAKE_HOST)'; then \
                     21:     true; \
                     22:   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
                     23:     true; \
                     24:   else \
                     25:     false; \
                     26:   fi; \
                     27: }
                     28: am__make_running_with_option = \
                     29:   case $${target_option-} in \
                     30:       ?) ;; \
                     31:       *) echo "am__make_running_with_option: internal error: invalid" \
                     32:               "target option '$${target_option-}' specified" >&2; \
                     33:          exit 1;; \
                     34:   esac; \
                     35:   has_opt=no; \
                     36:   sane_makeflags=$$MAKEFLAGS; \
                     37:   if $(am__is_gnu_make); then \
                     38:     sane_makeflags=$$MFLAGS; \
                     39:   else \
                     40:     case $$MAKEFLAGS in \
                     41:       *\\[\ \  ]*) \
                     42:         bs=\\; \
                     43:         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     44:           | sed "s/$$bs$$bs[$$bs $$bs  ]*//g"`;; \
                     45:     esac; \
                     46:   fi; \
                     47:   skip_next=no; \
                     48:   strip_trailopt () \
                     49:   { \
                     50:     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     51:   }; \
                     52:   for flg in $$sane_makeflags; do \
                     53:     test $$skip_next = yes && { skip_next=no; continue; }; \
                     54:     case $$flg in \
                     55:       *=*|--*) continue;; \
                     56:         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     57:       -*I?*) strip_trailopt 'I';; \
                     58:         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     59:       -*O?*) strip_trailopt 'O';; \
                     60:         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     61:       -*l?*) strip_trailopt 'l';; \
                     62:       -[dEDm]) skip_next=yes;; \
                     63:       -[JT]) skip_next=yes;; \
                     64:     esac; \
                     65:     case $$flg in \
                     66:       *$$target_option*) has_opt=yes; break;; \
                     67:     esac; \
                     68:   done; \
                     69:   test $$has_opt = yes
                     70: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     71: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       paf        72: pkgdatadir = $(datadir)/@PACKAGE@
1.119     moko       73: pkgincludedir = $(includedir)/@PACKAGE@
1.1       paf        74: pkglibdir = $(libdir)/@PACKAGE@
1.119     moko       75: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.43      paf        76: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     77: install_sh_DATA = $(install_sh) -c -m 644
                     78: install_sh_PROGRAM = $(install_sh) -c
                     79: install_sh_SCRIPT = $(install_sh) -c
                     80: INSTALL_HEADER = $(INSTALL_DATA)
                     81: transform = $(program_transform_name)
1.1       paf        82: NORMAL_INSTALL = :
                     83: PRE_INSTALL = :
                     84: POST_INSTALL = :
                     85: NORMAL_UNINSTALL = :
                     86: PRE_UNINSTALL = :
                     87: POST_UNINSTALL = :
1.119     moko       88: build_triplet = @build@
1.1       paf        89: host_triplet = @host@
1.119     moko       90: subdir = .
1.64      paf        91: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.100     moko       92: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
                     93:        $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
                     94:        $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
                     95:        $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
                     96:        $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
                     97:        $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
                     98:        $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.142     moko       99:        $(top_srcdir)/configure.ac
1.64      paf       100: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                    101:        $(ACLOCAL_M4)
1.153     moko      102: DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
                    103:        $(am__configure_deps) $(am__DIST_COMMON)
1.64      paf       104: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1.119     moko      105:  configure.lineno config.status.lineno
1.100     moko      106: mkinstalldirs = $(install_sh) -d
1.64      paf       107: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                    108: CONFIG_CLEAN_FILES =
1.119     moko      109: CONFIG_CLEAN_VPATH_FILES =
1.153     moko      110: AM_V_P = $(am__v_P_@AM_V@)
                    111: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
                    112: am__v_P_0 = false
                    113: am__v_P_1 = :
                    114: AM_V_GEN = $(am__v_GEN_@AM_V@)
                    115: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
                    116: am__v_GEN_0 = @echo "  GEN     " $@;
                    117: am__v_GEN_1 = 
                    118: AM_V_at = $(am__v_at_@AM_V@)
                    119: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
                    120: am__v_at_0 = @
                    121: am__v_at_1 = 
1.64      paf       122: SOURCES =
                    123: DIST_SOURCES =
1.153     moko      124: RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
                    125:        ctags-recursive dvi-recursive html-recursive info-recursive \
                    126:        install-data-recursive install-dvi-recursive \
                    127:        install-exec-recursive install-html-recursive \
                    128:        install-info-recursive install-pdf-recursive \
                    129:        install-ps-recursive install-recursive installcheck-recursive \
                    130:        installdirs-recursive pdf-recursive ps-recursive \
                    131:        tags-recursive uninstall-recursive
                    132: am__can_run_installinfo = \
                    133:   case $$AM_UPDATE_INFO_DIR in \
                    134:     n|no|NO) false;; \
                    135:     *) (install-info --version) >/dev/null 2>&1;; \
                    136:   esac
1.119     moko      137: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                    138:   distclean-recursive maintainer-clean-recursive
1.153     moko      139: am__recursive_targets = \
                    140:   $(RECURSIVE_TARGETS) \
                    141:   $(RECURSIVE_CLEAN_TARGETS) \
                    142:   $(am__extra_recursive_targets)
                    143: AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
1.163     moko      144:        cscope distdir distdir-am dist dist-all distcheck
1.153     moko      145: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
                    146: # Read a list of newline-separated strings from the standard input,
                    147: # and print each of them once, without duplicates.  Input order is
                    148: # *not* preserved.
                    149: am__uniquify_input = $(AWK) '\
                    150:   BEGIN { nonempty = 0; } \
                    151:   { items[$$0] = 1; nonempty = 1; } \
                    152:   END { if (nonempty) { for (i in items) print i; }; } \
                    153: '
                    154: # Make sure the list of sources is unique.  This is necessary because,
                    155: # e.g., the same source file might be shared among _SOURCES variables
                    156: # for different programs/libraries.
                    157: am__define_uniq_tagged_files = \
                    158:   list='$(am__tagged_files)'; \
                    159:   unique=`for i in $$list; do \
                    160:     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    161:   done | $(am__uniquify_input)`
1.64      paf       162: ETAGS = etags
                    163: CTAGS = ctags
1.153     moko      164: CSCOPE = cscope
1.64      paf       165: DIST_SUBDIRS = $(SUBDIRS)
1.153     moko      166: am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \
                    167:        INSTALL NEWS README compile config.guess config.sub depcomp \
                    168:        install-sh ltmain.sh missing
1.64      paf       169: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    170: distdir = $(PACKAGE)-$(VERSION)
                    171: top_distdir = $(distdir)
                    172: am__remove_distdir = \
1.153     moko      173:   if test -d "$(distdir)"; then \
                    174:     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
                    175:       && rm -rf "$(distdir)" \
                    176:       || { sleep 5 && rm -rf "$(distdir)"; }; \
                    177:   else :; fi
                    178: am__post_remove_distdir = $(am__remove_distdir)
1.119     moko      179: am__relativize = \
                    180:   dir0=`pwd`; \
                    181:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    182:   sed_rest='s,^[^/]*/*,,'; \
                    183:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    184:   sed_butlast='s,/*[^/]*$$,,'; \
                    185:   while test -n "$$dir1"; do \
                    186:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    187:     if test "$$first" != "."; then \
                    188:       if test "$$first" = ".."; then \
                    189:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    190:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    191:       else \
                    192:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    193:         if test "$$first2" = "$$first"; then \
                    194:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    195:         else \
                    196:           dir2="../$$dir2"; \
                    197:         fi; \
                    198:         dir0="$$dir0"/"$$first"; \
                    199:       fi; \
                    200:     fi; \
                    201:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    202:   done; \
                    203:   reldir="$$dir2"
1.64      paf       204: DIST_ARCHIVES = $(distdir).tar.gz
                    205: GZIP_ENV = --best
1.153     moko      206: DIST_TARGETS = dist-gzip
1.175     moko      207: # Exists only to be overridden by the user if desired.
                    208: AM_DISTCHECK_DVI_TARGET = dvi
1.64      paf       209: distuninstallcheck_listfiles = find . -type f -print
1.153     moko      210: am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
                    211:   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1.64      paf       212: distcleancheck_listfiles = find . -type f -print
1.43      paf       213: ACLOCAL = @ACLOCAL@
                    214: AMTAR = @AMTAR@
1.153     moko      215: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.95      moko      216: APACHE = @APACHE@
                    217: APACHE_CFLAGS = @APACHE_CFLAGS@
                    218: APACHE_INC = @APACHE_INC@
1.100     moko      219: AR = @AR@
                    220: ARGZ_H = @ARGZ_H@
                    221: AS = @AS@
1.43      paf       222: AUTOCONF = @AUTOCONF@
                    223: AUTOHEADER = @AUTOHEADER@
                    224: AUTOMAKE = @AUTOMAKE@
1.1       paf       225: AWK = @AWK@
                    226: CC = @CC@
1.43      paf       227: CCDEPMODE = @CCDEPMODE@
                    228: CFLAGS = @CFLAGS@
1.48      paf       229: CPP = @CPP@
1.43      paf       230: CPPFLAGS = @CPPFLAGS@
1.1       paf       231: CXX = @CXX@
1.100     moko      232: CXXCPP = @CXXCPP@
1.43      paf       233: CXXDEPMODE = @CXXDEPMODE@
                    234: CXXFLAGS = @CXXFLAGS@
                    235: CYGPATH_W = @CYGPATH_W@
                    236: DEFS = @DEFS@
                    237: DEPDIR = @DEPDIR@
1.100     moko      238: DLLTOOL = @DLLTOOL@
                    239: DSYMUTIL = @DSYMUTIL@
                    240: DUMPBIN = @DUMPBIN@
1.43      paf       241: ECHO_C = @ECHO_C@
                    242: ECHO_N = @ECHO_N@
                    243: ECHO_T = @ECHO_T@
                    244: EGREP = @EGREP@
                    245: EXEEXT = @EXEEXT@
1.100     moko      246: FGREP = @FGREP@
1.49      paf       247: GC_LIBS = @GC_LIBS@
1.100     moko      248: GREP = @GREP@
1.1       paf       249: INCLTDL = @INCLTDL@
1.119     moko      250: INSTALL = @INSTALL@
1.43      paf       251: INSTALL_DATA = @INSTALL_DATA@
                    252: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    253: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    254: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.100     moko      255: LD = @LD@
1.43      paf       256: LDFLAGS = @LDFLAGS@
1.1       paf       257: LIBADD_DL = @LIBADD_DL@
1.100     moko      258: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    259: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    260: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       paf       261: LIBLTDL = @LIBLTDL@
1.43      paf       262: LIBOBJS = @LIBOBJS@
                    263: LIBS = @LIBS@
1.100     moko      264: LIBTOOL = @LIBTOOL@
                    265: LIPO = @LIPO@
                    266: LN_S = @LN_S@
                    267: LTDLDEPS = @LTDLDEPS@
                    268: LTDLINCL = @LTDLINCL@
                    269: LTDLOPEN = @LTDLOPEN@
1.43      paf       270: LTLIBOBJS = @LTLIBOBJS@
1.100     moko      271: LT_CONFIG_H = @LT_CONFIG_H@
                    272: LT_DLLOADERS = @LT_DLLOADERS@
                    273: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       paf       274: MAKEINFO = @MAKEINFO@
1.100     moko      275: MANIFEST_TOOL = @MANIFEST_TOOL@
1.14      paf       276: MIME_INCLUDES = @MIME_INCLUDES@
                    277: MIME_LIBS = @MIME_LIBS@
1.119     moko      278: MKDIR_P = @MKDIR_P@
1.100     moko      279: NM = @NM@
                    280: NMEDIT = @NMEDIT@
                    281: OBJDUMP = @OBJDUMP@
1.43      paf       282: OBJEXT = @OBJEXT@
1.100     moko      283: OTOOL = @OTOOL@
                    284: OTOOL64 = @OTOOL64@
1.1       paf       285: P3S = @P3S@
                    286: PACKAGE = @PACKAGE@
1.43      paf       287: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    288: PACKAGE_NAME = @PACKAGE_NAME@
                    289: PACKAGE_STRING = @PACKAGE_STRING@
                    290: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.119     moko      291: PACKAGE_URL = @PACKAGE_URL@
1.43      paf       292: PACKAGE_VERSION = @PACKAGE_VERSION@
                    293: PATH_SEPARATOR = @PATH_SEPARATOR@
1.73      misha     294: PCRE_INCLUDES = @PCRE_INCLUDES@
                    295: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       296: RANLIB = @RANLIB@
1.100     moko      297: SED = @SED@
1.43      paf       298: SET_MAKE = @SET_MAKE@
                    299: SHELL = @SHELL@
                    300: STRIP = @STRIP@
1.1       paf       301: VERSION = @VERSION@
                    302: XML_INCLUDES = @XML_INCLUDES@
                    303: XML_LIBS = @XML_LIBS@
                    304: YACC = @YACC@
1.119     moko      305: YFLAGS = @YFLAGS@
                    306: abs_builddir = @abs_builddir@
                    307: abs_srcdir = @abs_srcdir@
                    308: abs_top_builddir = @abs_top_builddir@
                    309: abs_top_srcdir = @abs_top_srcdir@
1.100     moko      310: ac_ct_AR = @ac_ct_AR@
1.43      paf       311: ac_ct_CC = @ac_ct_CC@
                    312: ac_ct_CXX = @ac_ct_CXX@
1.100     moko      313: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.43      paf       314: am__include = @am__include@
1.64      paf       315: am__leading_dot = @am__leading_dot@
1.43      paf       316: am__quote = @am__quote@
1.64      paf       317: am__tar = @am__tar@
                    318: am__untar = @am__untar@
1.43      paf       319: bindir = @bindir@
                    320: build = @build@
                    321: build_alias = @build_alias@
                    322: build_cpu = @build_cpu@
                    323: build_os = @build_os@
                    324: build_vendor = @build_vendor@
1.119     moko      325: builddir = @builddir@
1.43      paf       326: datadir = @datadir@
1.119     moko      327: datarootdir = @datarootdir@
1.20      paf       328: dll_extension = @dll_extension@
1.119     moko      329: docdir = @docdir@
                    330: dvidir = @dvidir@
1.43      paf       331: exec_prefix = @exec_prefix@
                    332: host = @host@
                    333: host_alias = @host_alias@
                    334: host_cpu = @host_cpu@
1.1       paf       335: host_os = @host_os@
1.43      paf       336: host_vendor = @host_vendor@
1.119     moko      337: htmldir = @htmldir@
1.43      paf       338: includedir = @includedir@
                    339: infodir = @infodir@
                    340: install_sh = @install_sh@
                    341: libdir = @libdir@
                    342: libexecdir = @libexecdir@
1.119     moko      343: localedir = @localedir@
1.43      paf       344: localstatedir = @localstatedir@
1.100     moko      345: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    346: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.43      paf       347: mandir = @mandir@
1.64      paf       348: mkdir_p = @mkdir_p@
1.43      paf       349: oldincludedir = @oldincludedir@
1.119     moko      350: pdfdir = @pdfdir@
1.43      paf       351: prefix = @prefix@
                    352: program_transform_name = @program_transform_name@
1.119     moko      353: psdir = @psdir@
1.156     moko      354: runstatedir = @runstatedir@
1.43      paf       355: sbindir = @sbindir@
                    356: sharedstatedir = @sharedstatedir@
1.119     moko      357: srcdir = @srcdir@
1.43      paf       358: subdirs = @subdirs@
1.100     moko      359: sys_symbol_underscore = @sys_symbol_underscore@
1.43      paf       360: sysconfdir = @sysconfdir@
                    361: target_alias = @target_alias@
1.119     moko      362: top_build_prefix = @top_build_prefix@
                    363: top_builddir = @top_builddir@
                    364: top_srcdir = @top_srcdir@
1.164     moko      365: SUBDIRS = src etc
1.103     moko      366: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4
1.136     moko      367: EXTRA_DIST = operators.txt parser3.sln gnu.vcproj buildall acsite.m4
1.43      paf       368: all: all-recursive
1.1       paf       369: 
                    370: .SUFFIXES:
1.153     moko      371: am--refresh: Makefile
1.64      paf       372:        @:
                    373: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    374:        @for dep in $?; do \
                    375:          case '$(am__configure_deps)' in \
                    376:            *$$dep*) \
1.119     moko      377:              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
                    378:              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1.64      paf       379:                && exit 0; \
                    380:              exit 1;; \
                    381:          esac; \
                    382:        done; \
1.119     moko      383:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
                    384:        $(am__cd) $(top_srcdir) && \
                    385:          $(AUTOMAKE) --gnu Makefile
1.64      paf       386: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    387:        @case '$?' in \
                    388:          *config.status*) \
                    389:            echo ' $(SHELL) ./config.status'; \
                    390:            $(SHELL) ./config.status;; \
                    391:          *) \
1.163     moko      392:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
                    393:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1.64      paf       394:        esac;
1.1       paf       395: 
1.64      paf       396: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1       paf       397:        $(SHELL) ./config.status --recheck
1.64      paf       398: 
                    399: $(top_srcdir)/configure:  $(am__configure_deps)
1.119     moko      400:        $(am__cd) $(srcdir) && $(AUTOCONF)
1.64      paf       401: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.119     moko      402:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    403: $(am__aclocal_m4_deps):
1.100     moko      404: 
                    405: mostlyclean-libtool:
                    406:        -rm -f *.lo
                    407: 
                    408: clean-libtool:
                    409:        -rm -rf .libs _libs
                    410: 
                    411: distclean-libtool:
1.119     moko      412:        -rm -f libtool config.lt
1.40      paf       413: 
1.1       paf       414: # This directory's subdirectories are mostly independent; you can cd
1.153     moko      415: # into them and run 'make' without going through this Makefile.
                    416: # To change the values of 'make' variables: instead of editing Makefiles,
                    417: # (1) if the variable is set in 'config.status', edit 'config.status'
                    418: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    419: # (2) otherwise, pass the desired values on the 'make' command line.
                    420: $(am__recursive_targets):
                    421:        @fail=; \
                    422:        if $(am__make_keepgoing); then \
                    423:          failcom='fail=yes'; \
                    424:        else \
                    425:          failcom='exit 1'; \
                    426:        fi; \
1.1       paf       427:        dot_seen=no; \
                    428:        target=`echo $@ | sed s/-recursive//`; \
1.153     moko      429:        case "$@" in \
                    430:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    431:          *) list='$(SUBDIRS)' ;; \
                    432:        esac; \
                    433:        for subdir in $$list; do \
1.1       paf       434:          echo "Making $$target in $$subdir"; \
                    435:          if test "$$subdir" = "."; then \
                    436:            dot_seen=yes; \
                    437:            local_target="$$target-am"; \
                    438:          else \
                    439:            local_target="$$target"; \
                    440:          fi; \
1.119     moko      441:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    442:          || eval $$failcom; \
1.1       paf       443:        done; \
                    444:        if test "$$dot_seen" = "no"; then \
                    445:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    446:        fi; test -z "$$fail"
                    447: 
1.153     moko      448: ID: $(am__tagged_files)
                    449:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    450: tags: tags-recursive
                    451: TAGS: tags
1.1       paf       452: 
1.153     moko      453: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.119     moko      454:        set x; \
1.1       paf       455:        here=`pwd`; \
1.64      paf       456:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    457:          include_option=--etags-include; \
                    458:          empty_fix=.; \
                    459:        else \
                    460:          include_option=--include; \
                    461:          empty_fix=; \
                    462:        fi; \
1.1       paf       463:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.43      paf       464:          if test "$$subdir" = .; then :; else \
1.64      paf       465:            test ! -f $$subdir/TAGS || \
1.119     moko      466:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.43      paf       467:          fi; \
1.1       paf       468:        done; \
1.153     moko      469:        $(am__define_uniq_tagged_files); \
1.119     moko      470:        shift; \
                    471:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.64      paf       472:          test -n "$$unique" || unique=$$empty_fix; \
1.119     moko      473:          if test $$# -gt 0; then \
                    474:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    475:              "$$@" $$unique; \
                    476:          else \
                    477:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    478:              $$unique; \
                    479:          fi; \
1.64      paf       480:        fi
1.153     moko      481: ctags: ctags-recursive
                    482: 
                    483: CTAGS: ctags
                    484: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    485:        $(am__define_uniq_tagged_files); \
1.119     moko      486:        test -z "$(CTAGS_ARGS)$$unique" \
1.43      paf       487:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.119     moko      488:             $$unique
1.43      paf       489: 
                    490: GTAGS:
                    491:        here=`$(am__cd) $(top_builddir) && pwd` \
1.119     moko      492:          && $(am__cd) $(top_srcdir) \
                    493:          && gtags -i $(GTAGS_ARGS) "$$here"
1.153     moko      494: cscope: cscope.files
                    495:        test ! -s cscope.files \
                    496:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
                    497: clean-cscope:
                    498:        -rm -f cscope.files
                    499: cscope.files: clean-cscope cscopelist
                    500: cscopelist: cscopelist-recursive
                    501: 
                    502: cscopelist-am: $(am__tagged_files)
                    503:        list='$(am__tagged_files)'; \
                    504:        case "$(srcdir)" in \
                    505:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    506:          *) sdir=$(subdir)/$(srcdir) ;; \
                    507:        esac; \
                    508:        for i in $$list; do \
                    509:          if test -f "$$i"; then \
                    510:            echo "$(subdir)/$$i"; \
                    511:          else \
                    512:            echo "$$sdir/$$i"; \
                    513:          fi; \
                    514:        done >> $(top_builddir)/cscope.files
1.1       paf       515: 
1.43      paf       516: distclean-tags:
                    517:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.153     moko      518:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1.1       paf       519: 
1.163     moko      520: distdir: $(BUILT_SOURCES)
                    521:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
                    522: 
                    523: distdir-am: $(DISTFILES)
1.43      paf       524:        $(am__remove_distdir)
1.119     moko      525:        test -d "$(distdir)" || mkdir "$(distdir)"
                    526:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    527:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    528:        list='$(DISTFILES)'; \
                    529:          dist_files=`for file in $$list; do echo $$file; done | \
                    530:          sed -e "s|^$$srcdirstrip/||;t" \
                    531:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    532:        case $$dist_files in \
                    533:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    534:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    535:                           sort -u` ;; \
                    536:        esac; \
                    537:        for file in $$dist_files; do \
1.43      paf       538:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       paf       539:          if test -d $$d/$$file; then \
1.119     moko      540:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    541:            if test -d "$(distdir)/$$file"; then \
                    542:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    543:            fi; \
1.43      paf       544:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.119     moko      545:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    546:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.43      paf       547:            fi; \
1.119     moko      548:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       paf       549:          else \
1.119     moko      550:            test -f "$(distdir)/$$file" \
                    551:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.43      paf       552:            || exit 1; \
1.1       paf       553:          fi; \
                    554:        done
1.119     moko      555:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       paf       556:          if test "$$subdir" = .; then :; else \
1.153     moko      557:            $(am__make_dryrun) \
                    558:              || test -d "$(distdir)/$$subdir" \
                    559:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    560:              || exit 1; \
1.119     moko      561:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    562:            $(am__relativize); \
                    563:            new_distdir=$$reldir; \
                    564:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    565:            $(am__relativize); \
                    566:            new_top_distdir=$$reldir; \
                    567:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    568:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    569:            ($(am__cd) $$subdir && \
1.43      paf       570:              $(MAKE) $(AM_MAKEFLAGS) \
1.119     moko      571:                top_distdir="$$new_top_distdir" \
                    572:                distdir="$$new_distdir" \
                    573:                am__remove_distdir=: \
                    574:                am__skip_length_check=: \
                    575:                am__skip_mode_fix=: \
1.43      paf       576:                distdir) \
1.1       paf       577:              || exit 1; \
                    578:          fi; \
                    579:        done
1.119     moko      580:        -test -n "$(am__skip_mode_fix)" \
                    581:        || find "$(distdir)" -type d ! -perm -755 \
                    582:                -exec chmod u+rwx,go+rx {} \; -o \
1.43      paf       583:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    584:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.119     moko      585:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    586:        || chmod -R a+r "$(distdir)"
1.43      paf       587: dist-gzip: distdir
1.163     moko      588:        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1.153     moko      589:        $(am__post_remove_distdir)
1.64      paf       590: 
                    591: dist-bzip2: distdir
1.153     moko      592:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
                    593:        $(am__post_remove_distdir)
1.64      paf       594: 
1.153     moko      595: dist-lzip: distdir
                    596:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
                    597:        $(am__post_remove_distdir)
1.119     moko      598: 
                    599: dist-xz: distdir
1.153     moko      600:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
                    601:        $(am__post_remove_distdir)
1.119     moko      602: 
1.175     moko      603: dist-zstd: distdir
                    604:        tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
                    605:        $(am__post_remove_distdir)
                    606: 
1.64      paf       607: dist-tarZ: distdir
1.153     moko      608:        @echo WARNING: "Support for distribution archives compressed with" \
                    609:                       "legacy program 'compress' is deprecated." >&2
                    610:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.64      paf       611:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1.153     moko      612:        $(am__post_remove_distdir)
1.64      paf       613: 
                    614: dist-shar: distdir
1.153     moko      615:        @echo WARNING: "Support for shar distribution archives is" \
                    616:                       "deprecated." >&2
                    617:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.163     moko      618:        shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1.153     moko      619:        $(am__post_remove_distdir)
1.64      paf       620: 
                    621: dist-zip: distdir
                    622:        -rm -f $(distdir).zip
                    623:        zip -rq $(distdir).zip $(distdir)
1.153     moko      624:        $(am__post_remove_distdir)
1.43      paf       625: 
1.153     moko      626: dist dist-all:
                    627:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
                    628:        $(am__post_remove_distdir)
1.43      paf       629: 
                    630: # This target untars the dist file and tries a VPATH configuration.  Then
                    631: # it guarantees that the distribution is self-contained by making another
                    632: # tarfile.
                    633: distcheck: dist
1.64      paf       634:        case '$(DIST_ARCHIVES)' in \
                    635:        *.tar.gz*) \
1.163     moko      636:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1.64      paf       637:        *.tar.bz2*) \
1.119     moko      638:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.153     moko      639:        *.tar.lz*) \
                    640:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1.119     moko      641:        *.tar.xz*) \
                    642:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1.64      paf       643:        *.tar.Z*) \
                    644:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    645:        *.shar.gz*) \
1.163     moko      646:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1.64      paf       647:        *.zip*) \
                    648:          unzip $(distdir).zip ;;\
1.175     moko      649:        *.tar.zst*) \
                    650:          zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
1.64      paf       651:        esac
1.153     moko      652:        chmod -R a-w $(distdir)
                    653:        chmod u+w $(distdir)
                    654:        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1.43      paf       655:        chmod a-w $(distdir)
1.119     moko      656:        test -d $(distdir)/_build || exit 0; \
1.64      paf       657:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1.43      paf       658:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.119     moko      659:          && am__cwd=`pwd` \
1.153     moko      660:          && $(am__cd) $(distdir)/_build/sub \
                    661:          && ../../configure \
                    662:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1.43      paf       663:            $(DISTCHECK_CONFIGURE_FLAGS) \
1.153     moko      664:            --srcdir=../.. --prefix="$$dc_install_base" \
1.43      paf       665:          && $(MAKE) $(AM_MAKEFLAGS) \
1.175     moko      666:          && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
1.43      paf       667:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    668:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    669:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    670:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    671:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    672:                distuninstallcheck \
                    673:          && chmod -R a-w "$$dc_install_base" \
                    674:          && ({ \
1.64      paf       675:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1.43      paf       676:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    677:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    678:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    679:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    680:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    681:          && rm -rf "$$dc_destdir" \
1.64      paf       682:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    683:          && rm -rf $(DIST_ARCHIVES) \
1.119     moko      684:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    685:          && cd "$$am__cwd" \
                    686:          || exit 1
1.153     moko      687:        $(am__post_remove_distdir)
1.64      paf       688:        @(echo "$(distdir) archives ready for distribution: "; \
                    689:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1.119     moko      690:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1.43      paf       691: distuninstallcheck:
1.153     moko      692:        @test -n '$(distuninstallcheck_dir)' || { \
                    693:          echo 'ERROR: trying to run $@ with an empty' \
                    694:               '$$(distuninstallcheck_dir)' >&2; \
                    695:          exit 1; \
                    696:        }; \
                    697:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                    698:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                    699:          exit 1; \
                    700:        }; \
                    701:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1.43      paf       702:           || { echo "ERROR: files left after uninstall:" ; \
                    703:                if test -n "$(DESTDIR)"; then \
                    704:                  echo "  (check DESTDIR support)"; \
                    705:                fi ; \
                    706:                $(distuninstallcheck_listfiles) ; \
                    707:                exit 1; } >&2
                    708: distcleancheck: distclean
1.64      paf       709:        @if test '$(srcdir)' = . ; then \
1.43      paf       710:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    711:          exit 1 ; \
                    712:        fi
1.64      paf       713:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1.43      paf       714:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    715:               $(distcleancheck_listfiles) ; \
                    716:               exit 1; } >&2
1.1       paf       717: check-am: all-am
                    718: check: check-recursive
1.43      paf       719: all-am: Makefile
                    720: installdirs: installdirs-recursive
                    721: installdirs-am:
                    722: install: install-recursive
1.1       paf       723: install-exec: install-exec-recursive
                    724: install-data: install-data-recursive
1.43      paf       725: uninstall: uninstall-recursive
1.1       paf       726: 
                    727: install-am: all-am
                    728:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.43      paf       729: 
                    730: installcheck: installcheck-recursive
1.1       paf       731: install-strip:
1.153     moko      732:        if test -z '$(STRIP)'; then \
                    733:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    734:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    735:              install; \
                    736:        else \
                    737:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    738:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    739:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    740:        fi
1.1       paf       741: mostlyclean-generic:
                    742: 
                    743: clean-generic:
                    744: 
                    745: distclean-generic:
1.64      paf       746:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.119     moko      747:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       paf       748: 
                    749: maintainer-clean-generic:
1.43      paf       750:        @echo "This command is intended for maintainers to use"
                    751:        @echo "it deletes files that may require special tools to rebuild."
                    752: clean: clean-recursive
                    753: 
1.100     moko      754: clean-am: clean-generic clean-libtool mostlyclean-am
1.43      paf       755: 
                    756: distclean: distclean-recursive
                    757:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.64      paf       758:        -rm -f Makefile
1.100     moko      759: distclean-am: clean-am distclean-generic distclean-libtool \
                    760:        distclean-tags
1.43      paf       761: 
                    762: dvi: dvi-recursive
1.1       paf       763: 
1.43      paf       764: dvi-am:
                    765: 
1.64      paf       766: html: html-recursive
                    767: 
1.119     moko      768: html-am:
                    769: 
1.43      paf       770: info: info-recursive
                    771: 
                    772: info-am:
1.1       paf       773: 
1.43      paf       774: install-data-am:
1.1       paf       775: 
1.119     moko      776: install-dvi: install-dvi-recursive
                    777: 
                    778: install-dvi-am:
                    779: 
1.43      paf       780: install-exec-am:
1.1       paf       781: 
1.119     moko      782: install-html: install-html-recursive
                    783: 
                    784: install-html-am:
                    785: 
1.43      paf       786: install-info: install-info-recursive
1.1       paf       787: 
1.119     moko      788: install-info-am:
                    789: 
1.43      paf       790: install-man:
1.1       paf       791: 
1.119     moko      792: install-pdf: install-pdf-recursive
                    793: 
                    794: install-pdf-am:
                    795: 
                    796: install-ps: install-ps-recursive
                    797: 
                    798: install-ps-am:
                    799: 
1.43      paf       800: installcheck-am:
1.1       paf       801: 
                    802: maintainer-clean: maintainer-clean-recursive
1.43      paf       803:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.64      paf       804:        -rm -rf $(top_srcdir)/autom4te.cache
                    805:        -rm -f Makefile
1.43      paf       806: maintainer-clean-am: distclean-am maintainer-clean-generic
                    807: 
                    808: mostlyclean: mostlyclean-recursive
                    809: 
1.100     moko      810: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.1       paf       811: 
1.43      paf       812: pdf: pdf-recursive
                    813: 
                    814: pdf-am:
                    815: 
                    816: ps: ps-recursive
                    817: 
                    818: ps-am:
                    819: 
1.119     moko      820: uninstall-am:
1.43      paf       821: 
1.153     moko      822: .MAKE: $(am__recursive_targets) install-am install-strip
                    823: 
                    824: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
                    825:        am--refresh check check-am clean clean-cscope clean-generic \
                    826:        clean-libtool cscope cscopelist-am ctags ctags-am dist \
                    827:        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1.175     moko      828:        dist-xz dist-zip dist-zstd distcheck distclean \
                    829:        distclean-generic distclean-libtool distclean-tags \
                    830:        distcleancheck distdir distuninstallcheck dvi dvi-am html \
                    831:        html-am info info-am install install-am install-data \
                    832:        install-data-am install-dvi install-dvi-am install-exec \
                    833:        install-exec-am install-html install-html-am install-info \
                    834:        install-info-am install-man install-pdf install-pdf-am \
                    835:        install-ps install-ps-am install-strip installcheck \
                    836:        installcheck-am installdirs installdirs-am maintainer-clean \
                    837:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    838:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
                    839:        uninstall-am
1.43      paf       840: 
1.153     moko      841: .PRECIOUS: Makefile
1.1       paf       842: 
                    843: 
1.21      paf       844: commit:
1.103     moko      845: #       trick to make 'make' happy at check out time
                    846: #       and avoid redundant remaking: aclocal+autoconf+automake
1.21      paf       847: 
1.143     moko      848:        cvs commit -m "no message" -f configure.ac acsite.m4 aclocal.m4 Makefile.am Makefile.in configure src/include/pa_config_auto.h.in
1.119     moko      849: 
1.1       paf       850: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    851: # Otherwise a system limit (for SysV at least) may be exceeded.
                    852: .NOEXPORT:

E-mail: