Annotation of parser3/Makefile.in, revision 1.189

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@
1.186     moko      214: AMQP_INCLUDES = @AMQP_INCLUDES@
                    215: AMQP_LIBS = @AMQP_LIBS@
1.43      paf       216: AMTAR = @AMTAR@
1.153     moko      217: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.95      moko      218: APACHE = @APACHE@
                    219: APACHE_CFLAGS = @APACHE_CFLAGS@
                    220: APACHE_INC = @APACHE_INC@
1.100     moko      221: AR = @AR@
                    222: ARGZ_H = @ARGZ_H@
                    223: AS = @AS@
1.43      paf       224: AUTOCONF = @AUTOCONF@
                    225: AUTOHEADER = @AUTOHEADER@
                    226: AUTOMAKE = @AUTOMAKE@
1.1       paf       227: AWK = @AWK@
                    228: CC = @CC@
1.43      paf       229: CCDEPMODE = @CCDEPMODE@
                    230: CFLAGS = @CFLAGS@
1.48      paf       231: CPP = @CPP@
1.43      paf       232: CPPFLAGS = @CPPFLAGS@
1.1       paf       233: CXX = @CXX@
1.100     moko      234: CXXCPP = @CXXCPP@
1.43      paf       235: CXXDEPMODE = @CXXDEPMODE@
                    236: CXXFLAGS = @CXXFLAGS@
                    237: CYGPATH_W = @CYGPATH_W@
                    238: DEFS = @DEFS@
                    239: DEPDIR = @DEPDIR@
1.100     moko      240: DLLTOOL = @DLLTOOL@
                    241: DSYMUTIL = @DSYMUTIL@
                    242: DUMPBIN = @DUMPBIN@
1.43      paf       243: ECHO_C = @ECHO_C@
                    244: ECHO_N = @ECHO_N@
                    245: ECHO_T = @ECHO_T@
                    246: EGREP = @EGREP@
                    247: EXEEXT = @EXEEXT@
1.100     moko      248: FGREP = @FGREP@
1.49      paf       249: GC_LIBS = @GC_LIBS@
1.100     moko      250: GREP = @GREP@
1.1       paf       251: INCLTDL = @INCLTDL@
1.119     moko      252: INSTALL = @INSTALL@
1.43      paf       253: INSTALL_DATA = @INSTALL_DATA@
                    254: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    255: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    256: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.100     moko      257: LD = @LD@
1.43      paf       258: LDFLAGS = @LDFLAGS@
1.1       paf       259: LIBADD_DL = @LIBADD_DL@
1.100     moko      260: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    261: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    262: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1       paf       263: LIBLTDL = @LIBLTDL@
1.43      paf       264: LIBOBJS = @LIBOBJS@
                    265: LIBS = @LIBS@
1.100     moko      266: LIBTOOL = @LIBTOOL@
                    267: LIPO = @LIPO@
                    268: LN_S = @LN_S@
                    269: LTDLDEPS = @LTDLDEPS@
                    270: LTDLINCL = @LTDLINCL@
                    271: LTDLOPEN = @LTDLOPEN@
1.43      paf       272: LTLIBOBJS = @LTLIBOBJS@
1.100     moko      273: LT_CONFIG_H = @LT_CONFIG_H@
                    274: LT_DLLOADERS = @LT_DLLOADERS@
                    275: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1       paf       276: MAKEINFO = @MAKEINFO@
1.100     moko      277: MANIFEST_TOOL = @MANIFEST_TOOL@
1.14      paf       278: MIME_INCLUDES = @MIME_INCLUDES@
                    279: MIME_LIBS = @MIME_LIBS@
1.119     moko      280: MKDIR_P = @MKDIR_P@
1.100     moko      281: NM = @NM@
                    282: NMEDIT = @NMEDIT@
                    283: OBJDUMP = @OBJDUMP@
1.43      paf       284: OBJEXT = @OBJEXT@
1.100     moko      285: OTOOL = @OTOOL@
                    286: OTOOL64 = @OTOOL64@
1.1       paf       287: P3S = @P3S@
                    288: PACKAGE = @PACKAGE@
1.43      paf       289: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    290: PACKAGE_NAME = @PACKAGE_NAME@
                    291: PACKAGE_STRING = @PACKAGE_STRING@
                    292: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.119     moko      293: PACKAGE_URL = @PACKAGE_URL@
1.43      paf       294: PACKAGE_VERSION = @PACKAGE_VERSION@
                    295: PATH_SEPARATOR = @PATH_SEPARATOR@
1.73      misha     296: PCRE_INCLUDES = @PCRE_INCLUDES@
                    297: PCRE_LIBS = @PCRE_LIBS@
1.1       paf       298: RANLIB = @RANLIB@
1.100     moko      299: SED = @SED@
1.43      paf       300: SET_MAKE = @SET_MAKE@
                    301: SHELL = @SHELL@
                    302: STRIP = @STRIP@
1.1       paf       303: VERSION = @VERSION@
                    304: XML_INCLUDES = @XML_INCLUDES@
                    305: XML_LIBS = @XML_LIBS@
                    306: YACC = @YACC@
1.119     moko      307: YFLAGS = @YFLAGS@
                    308: abs_builddir = @abs_builddir@
                    309: abs_srcdir = @abs_srcdir@
                    310: abs_top_builddir = @abs_top_builddir@
                    311: abs_top_srcdir = @abs_top_srcdir@
1.100     moko      312: ac_ct_AR = @ac_ct_AR@
1.43      paf       313: ac_ct_CC = @ac_ct_CC@
                    314: ac_ct_CXX = @ac_ct_CXX@
1.100     moko      315: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.43      paf       316: am__include = @am__include@
1.64      paf       317: am__leading_dot = @am__leading_dot@
1.43      paf       318: am__quote = @am__quote@
1.64      paf       319: am__tar = @am__tar@
                    320: am__untar = @am__untar@
1.43      paf       321: bindir = @bindir@
                    322: build = @build@
                    323: build_alias = @build_alias@
                    324: build_cpu = @build_cpu@
                    325: build_os = @build_os@
                    326: build_vendor = @build_vendor@
1.119     moko      327: builddir = @builddir@
1.43      paf       328: datadir = @datadir@
1.119     moko      329: datarootdir = @datarootdir@
1.20      paf       330: dll_extension = @dll_extension@
1.119     moko      331: docdir = @docdir@
                    332: dvidir = @dvidir@
1.43      paf       333: exec_prefix = @exec_prefix@
                    334: host = @host@
                    335: host_alias = @host_alias@
                    336: host_cpu = @host_cpu@
1.1       paf       337: host_os = @host_os@
1.43      paf       338: host_vendor = @host_vendor@
1.119     moko      339: htmldir = @htmldir@
1.43      paf       340: includedir = @includedir@
                    341: infodir = @infodir@
                    342: install_sh = @install_sh@
                    343: libdir = @libdir@
                    344: libexecdir = @libexecdir@
1.119     moko      345: localedir = @localedir@
1.43      paf       346: localstatedir = @localstatedir@
1.100     moko      347: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    348: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.43      paf       349: mandir = @mandir@
1.64      paf       350: mkdir_p = @mkdir_p@
1.43      paf       351: oldincludedir = @oldincludedir@
1.119     moko      352: pdfdir = @pdfdir@
1.43      paf       353: prefix = @prefix@
                    354: program_transform_name = @program_transform_name@
1.119     moko      355: psdir = @psdir@
1.156     moko      356: runstatedir = @runstatedir@
1.43      paf       357: sbindir = @sbindir@
                    358: sharedstatedir = @sharedstatedir@
1.119     moko      359: srcdir = @srcdir@
1.43      paf       360: subdirs = @subdirs@
1.100     moko      361: sys_symbol_underscore = @sys_symbol_underscore@
1.43      paf       362: sysconfdir = @sysconfdir@
                    363: target_alias = @target_alias@
1.119     moko      364: top_build_prefix = @top_build_prefix@
                    365: top_builddir = @top_builddir@
                    366: top_srcdir = @top_srcdir@
1.164     moko      367: SUBDIRS = src etc
1.103     moko      368: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4
1.182     moko      369: EXTRA_DIST = operators.txt operators.ru.txt parser3.sln gnu.vcproj buildall acsite.m4
1.43      paf       370: all: all-recursive
1.1       paf       371: 
                    372: .SUFFIXES:
1.153     moko      373: am--refresh: Makefile
1.64      paf       374:        @:
                    375: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    376:        @for dep in $?; do \
                    377:          case '$(am__configure_deps)' in \
                    378:            *$$dep*) \
1.119     moko      379:              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
                    380:              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1.64      paf       381:                && exit 0; \
                    382:              exit 1;; \
                    383:          esac; \
                    384:        done; \
1.119     moko      385:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
                    386:        $(am__cd) $(top_srcdir) && \
                    387:          $(AUTOMAKE) --gnu Makefile
1.64      paf       388: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    389:        @case '$?' in \
                    390:          *config.status*) \
                    391:            echo ' $(SHELL) ./config.status'; \
                    392:            $(SHELL) ./config.status;; \
                    393:          *) \
1.163     moko      394:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
                    395:            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
1.64      paf       396:        esac;
1.1       paf       397: 
1.64      paf       398: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1.1       paf       399:        $(SHELL) ./config.status --recheck
1.64      paf       400: 
                    401: $(top_srcdir)/configure:  $(am__configure_deps)
1.119     moko      402:        $(am__cd) $(srcdir) && $(AUTOCONF)
1.64      paf       403: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.119     moko      404:        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
                    405: $(am__aclocal_m4_deps):
1.100     moko      406: 
                    407: mostlyclean-libtool:
                    408:        -rm -f *.lo
                    409: 
                    410: clean-libtool:
                    411:        -rm -rf .libs _libs
                    412: 
                    413: distclean-libtool:
1.119     moko      414:        -rm -f libtool config.lt
1.40      paf       415: 
1.1       paf       416: # This directory's subdirectories are mostly independent; you can cd
1.153     moko      417: # into them and run 'make' without going through this Makefile.
                    418: # To change the values of 'make' variables: instead of editing Makefiles,
                    419: # (1) if the variable is set in 'config.status', edit 'config.status'
                    420: #     (which will cause the Makefiles to be regenerated when you run 'make');
                    421: # (2) otherwise, pass the desired values on the 'make' command line.
                    422: $(am__recursive_targets):
                    423:        @fail=; \
                    424:        if $(am__make_keepgoing); then \
                    425:          failcom='fail=yes'; \
                    426:        else \
                    427:          failcom='exit 1'; \
                    428:        fi; \
1.1       paf       429:        dot_seen=no; \
                    430:        target=`echo $@ | sed s/-recursive//`; \
1.153     moko      431:        case "$@" in \
                    432:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    433:          *) list='$(SUBDIRS)' ;; \
                    434:        esac; \
                    435:        for subdir in $$list; do \
1.1       paf       436:          echo "Making $$target in $$subdir"; \
                    437:          if test "$$subdir" = "."; then \
                    438:            dot_seen=yes; \
                    439:            local_target="$$target-am"; \
                    440:          else \
                    441:            local_target="$$target"; \
                    442:          fi; \
1.119     moko      443:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    444:          || eval $$failcom; \
1.1       paf       445:        done; \
                    446:        if test "$$dot_seen" = "no"; then \
                    447:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    448:        fi; test -z "$$fail"
                    449: 
1.153     moko      450: ID: $(am__tagged_files)
                    451:        $(am__define_uniq_tagged_files); mkid -fID $$unique
                    452: tags: tags-recursive
                    453: TAGS: tags
1.1       paf       454: 
1.153     moko      455: tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.119     moko      456:        set x; \
1.1       paf       457:        here=`pwd`; \
1.64      paf       458:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    459:          include_option=--etags-include; \
                    460:          empty_fix=.; \
                    461:        else \
                    462:          include_option=--include; \
                    463:          empty_fix=; \
                    464:        fi; \
1.1       paf       465:        list='$(SUBDIRS)'; for subdir in $$list; do \
1.43      paf       466:          if test "$$subdir" = .; then :; else \
1.64      paf       467:            test ! -f $$subdir/TAGS || \
1.119     moko      468:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.43      paf       469:          fi; \
1.1       paf       470:        done; \
1.153     moko      471:        $(am__define_uniq_tagged_files); \
1.119     moko      472:        shift; \
                    473:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.64      paf       474:          test -n "$$unique" || unique=$$empty_fix; \
1.119     moko      475:          if test $$# -gt 0; then \
                    476:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    477:              "$$@" $$unique; \
                    478:          else \
                    479:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    480:              $$unique; \
                    481:          fi; \
1.64      paf       482:        fi
1.153     moko      483: ctags: ctags-recursive
                    484: 
                    485: CTAGS: ctags
                    486: ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                    487:        $(am__define_uniq_tagged_files); \
1.119     moko      488:        test -z "$(CTAGS_ARGS)$$unique" \
1.43      paf       489:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.119     moko      490:             $$unique
1.43      paf       491: 
                    492: GTAGS:
                    493:        here=`$(am__cd) $(top_builddir) && pwd` \
1.119     moko      494:          && $(am__cd) $(top_srcdir) \
                    495:          && gtags -i $(GTAGS_ARGS) "$$here"
1.153     moko      496: cscope: cscope.files
                    497:        test ! -s cscope.files \
                    498:          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
                    499: clean-cscope:
                    500:        -rm -f cscope.files
                    501: cscope.files: clean-cscope cscopelist
                    502: cscopelist: cscopelist-recursive
                    503: 
                    504: cscopelist-am: $(am__tagged_files)
                    505:        list='$(am__tagged_files)'; \
                    506:        case "$(srcdir)" in \
                    507:          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
                    508:          *) sdir=$(subdir)/$(srcdir) ;; \
                    509:        esac; \
                    510:        for i in $$list; do \
                    511:          if test -f "$$i"; then \
                    512:            echo "$(subdir)/$$i"; \
                    513:          else \
                    514:            echo "$$sdir/$$i"; \
                    515:          fi; \
                    516:        done >> $(top_builddir)/cscope.files
1.1       paf       517: 
1.43      paf       518: distclean-tags:
                    519:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.153     moko      520:        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1.1       paf       521: 
1.163     moko      522: distdir: $(BUILT_SOURCES)
                    523:        $(MAKE) $(AM_MAKEFLAGS) distdir-am
                    524: 
                    525: distdir-am: $(DISTFILES)
1.43      paf       526:        $(am__remove_distdir)
1.119     moko      527:        test -d "$(distdir)" || mkdir "$(distdir)"
                    528:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    529:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    530:        list='$(DISTFILES)'; \
                    531:          dist_files=`for file in $$list; do echo $$file; done | \
                    532:          sed -e "s|^$$srcdirstrip/||;t" \
                    533:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    534:        case $$dist_files in \
                    535:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    536:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    537:                           sort -u` ;; \
                    538:        esac; \
                    539:        for file in $$dist_files; do \
1.43      paf       540:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1       paf       541:          if test -d $$d/$$file; then \
1.119     moko      542:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    543:            if test -d "$(distdir)/$$file"; then \
                    544:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    545:            fi; \
1.43      paf       546:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.119     moko      547:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    548:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.43      paf       549:            fi; \
1.119     moko      550:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       paf       551:          else \
1.119     moko      552:            test -f "$(distdir)/$$file" \
                    553:            || cp -p $$d/$$file "$(distdir)/$$file" \
1.43      paf       554:            || exit 1; \
1.1       paf       555:          fi; \
                    556:        done
1.119     moko      557:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       paf       558:          if test "$$subdir" = .; then :; else \
1.153     moko      559:            $(am__make_dryrun) \
                    560:              || test -d "$(distdir)/$$subdir" \
                    561:              || $(MKDIR_P) "$(distdir)/$$subdir" \
                    562:              || exit 1; \
1.119     moko      563:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    564:            $(am__relativize); \
                    565:            new_distdir=$$reldir; \
                    566:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    567:            $(am__relativize); \
                    568:            new_top_distdir=$$reldir; \
                    569:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    570:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    571:            ($(am__cd) $$subdir && \
1.43      paf       572:              $(MAKE) $(AM_MAKEFLAGS) \
1.119     moko      573:                top_distdir="$$new_top_distdir" \
                    574:                distdir="$$new_distdir" \
                    575:                am__remove_distdir=: \
                    576:                am__skip_length_check=: \
                    577:                am__skip_mode_fix=: \
1.43      paf       578:                distdir) \
1.1       paf       579:              || exit 1; \
                    580:          fi; \
                    581:        done
1.119     moko      582:        -test -n "$(am__skip_mode_fix)" \
                    583:        || find "$(distdir)" -type d ! -perm -755 \
                    584:                -exec chmod u+rwx,go+rx {} \; -o \
1.43      paf       585:          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    586:          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1.119     moko      587:          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
                    588:        || chmod -R a+r "$(distdir)"
1.43      paf       589: dist-gzip: distdir
1.163     moko      590:        tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
1.153     moko      591:        $(am__post_remove_distdir)
1.64      paf       592: 
                    593: dist-bzip2: distdir
1.153     moko      594:        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
                    595:        $(am__post_remove_distdir)
1.64      paf       596: 
1.153     moko      597: dist-lzip: distdir
                    598:        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
                    599:        $(am__post_remove_distdir)
1.119     moko      600: 
                    601: dist-xz: distdir
1.153     moko      602:        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
                    603:        $(am__post_remove_distdir)
1.119     moko      604: 
1.175     moko      605: dist-zstd: distdir
                    606:        tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
                    607:        $(am__post_remove_distdir)
                    608: 
1.64      paf       609: dist-tarZ: distdir
1.153     moko      610:        @echo WARNING: "Support for distribution archives compressed with" \
                    611:                       "legacy program 'compress' is deprecated." >&2
                    612:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.64      paf       613:        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1.153     moko      614:        $(am__post_remove_distdir)
1.64      paf       615: 
                    616: dist-shar: distdir
1.153     moko      617:        @echo WARNING: "Support for shar distribution archives is" \
                    618:                       "deprecated." >&2
                    619:        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1.163     moko      620:        shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1.153     moko      621:        $(am__post_remove_distdir)
1.64      paf       622: 
                    623: dist-zip: distdir
                    624:        -rm -f $(distdir).zip
                    625:        zip -rq $(distdir).zip $(distdir)
1.153     moko      626:        $(am__post_remove_distdir)
1.43      paf       627: 
1.153     moko      628: dist dist-all:
                    629:        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
                    630:        $(am__post_remove_distdir)
1.43      paf       631: 
                    632: # This target untars the dist file and tries a VPATH configuration.  Then
                    633: # it guarantees that the distribution is self-contained by making another
                    634: # tarfile.
                    635: distcheck: dist
1.64      paf       636:        case '$(DIST_ARCHIVES)' in \
                    637:        *.tar.gz*) \
1.163     moko      638:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1.64      paf       639:        *.tar.bz2*) \
1.119     moko      640:          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.153     moko      641:        *.tar.lz*) \
                    642:          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1.119     moko      643:        *.tar.xz*) \
                    644:          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1.64      paf       645:        *.tar.Z*) \
                    646:          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    647:        *.shar.gz*) \
1.163     moko      648:          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1.64      paf       649:        *.zip*) \
                    650:          unzip $(distdir).zip ;;\
1.175     moko      651:        *.tar.zst*) \
                    652:          zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
1.64      paf       653:        esac
1.153     moko      654:        chmod -R a-w $(distdir)
                    655:        chmod u+w $(distdir)
                    656:        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1.43      paf       657:        chmod a-w $(distdir)
1.119     moko      658:        test -d $(distdir)/_build || exit 0; \
1.64      paf       659:        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1.43      paf       660:          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.119     moko      661:          && am__cwd=`pwd` \
1.153     moko      662:          && $(am__cd) $(distdir)/_build/sub \
                    663:          && ../../configure \
                    664:            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1.43      paf       665:            $(DISTCHECK_CONFIGURE_FLAGS) \
1.153     moko      666:            --srcdir=../.. --prefix="$$dc_install_base" \
1.43      paf       667:          && $(MAKE) $(AM_MAKEFLAGS) \
1.175     moko      668:          && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
1.43      paf       669:          && $(MAKE) $(AM_MAKEFLAGS) check \
                    670:          && $(MAKE) $(AM_MAKEFLAGS) install \
                    671:          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    672:          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    673:          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    674:                distuninstallcheck \
                    675:          && chmod -R a-w "$$dc_install_base" \
                    676:          && ({ \
1.64      paf       677:               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1.43      paf       678:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    679:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    680:               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    681:                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    682:              } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    683:          && rm -rf "$$dc_destdir" \
1.64      paf       684:          && $(MAKE) $(AM_MAKEFLAGS) dist \
                    685:          && rm -rf $(DIST_ARCHIVES) \
1.119     moko      686:          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
                    687:          && cd "$$am__cwd" \
                    688:          || exit 1
1.153     moko      689:        $(am__post_remove_distdir)
1.64      paf       690:        @(echo "$(distdir) archives ready for distribution: "; \
                    691:          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1.119     moko      692:          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1.43      paf       693: distuninstallcheck:
1.153     moko      694:        @test -n '$(distuninstallcheck_dir)' || { \
                    695:          echo 'ERROR: trying to run $@ with an empty' \
                    696:               '$$(distuninstallcheck_dir)' >&2; \
                    697:          exit 1; \
                    698:        }; \
                    699:        $(am__cd) '$(distuninstallcheck_dir)' || { \
                    700:          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
                    701:          exit 1; \
                    702:        }; \
                    703:        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1.43      paf       704:           || { echo "ERROR: files left after uninstall:" ; \
                    705:                if test -n "$(DESTDIR)"; then \
                    706:                  echo "  (check DESTDIR support)"; \
                    707:                fi ; \
                    708:                $(distuninstallcheck_listfiles) ; \
                    709:                exit 1; } >&2
                    710: distcleancheck: distclean
1.64      paf       711:        @if test '$(srcdir)' = . ; then \
1.43      paf       712:          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    713:          exit 1 ; \
                    714:        fi
1.64      paf       715:        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1.43      paf       716:          || { echo "ERROR: files left in build directory after distclean:" ; \
                    717:               $(distcleancheck_listfiles) ; \
                    718:               exit 1; } >&2
1.1       paf       719: check-am: all-am
                    720: check: check-recursive
1.43      paf       721: all-am: Makefile
                    722: installdirs: installdirs-recursive
                    723: installdirs-am:
                    724: install: install-recursive
1.1       paf       725: install-exec: install-exec-recursive
                    726: install-data: install-data-recursive
1.43      paf       727: uninstall: uninstall-recursive
1.1       paf       728: 
                    729: install-am: all-am
                    730:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.43      paf       731: 
                    732: installcheck: installcheck-recursive
1.1       paf       733: install-strip:
1.153     moko      734:        if test -z '$(STRIP)'; then \
                    735:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    736:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    737:              install; \
                    738:        else \
                    739:          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    740:            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    741:            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    742:        fi
1.1       paf       743: mostlyclean-generic:
                    744: 
                    745: clean-generic:
                    746: 
                    747: distclean-generic:
1.64      paf       748:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.119     moko      749:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       paf       750: 
                    751: maintainer-clean-generic:
1.43      paf       752:        @echo "This command is intended for maintainers to use"
                    753:        @echo "it deletes files that may require special tools to rebuild."
                    754: clean: clean-recursive
                    755: 
1.100     moko      756: clean-am: clean-generic clean-libtool mostlyclean-am
1.43      paf       757: 
                    758: distclean: distclean-recursive
                    759:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.64      paf       760:        -rm -f Makefile
1.100     moko      761: distclean-am: clean-am distclean-generic distclean-libtool \
                    762:        distclean-tags
1.43      paf       763: 
                    764: dvi: dvi-recursive
1.1       paf       765: 
1.43      paf       766: dvi-am:
                    767: 
1.64      paf       768: html: html-recursive
                    769: 
1.119     moko      770: html-am:
                    771: 
1.43      paf       772: info: info-recursive
                    773: 
                    774: info-am:
1.1       paf       775: 
1.43      paf       776: install-data-am:
1.1       paf       777: 
1.119     moko      778: install-dvi: install-dvi-recursive
                    779: 
                    780: install-dvi-am:
                    781: 
1.43      paf       782: install-exec-am:
1.1       paf       783: 
1.119     moko      784: install-html: install-html-recursive
                    785: 
                    786: install-html-am:
                    787: 
1.43      paf       788: install-info: install-info-recursive
1.1       paf       789: 
1.119     moko      790: install-info-am:
                    791: 
1.43      paf       792: install-man:
1.1       paf       793: 
1.119     moko      794: install-pdf: install-pdf-recursive
                    795: 
                    796: install-pdf-am:
                    797: 
                    798: install-ps: install-ps-recursive
                    799: 
                    800: install-ps-am:
                    801: 
1.43      paf       802: installcheck-am:
1.1       paf       803: 
                    804: maintainer-clean: maintainer-clean-recursive
1.43      paf       805:        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1.64      paf       806:        -rm -rf $(top_srcdir)/autom4te.cache
                    807:        -rm -f Makefile
1.43      paf       808: maintainer-clean-am: distclean-am maintainer-clean-generic
                    809: 
                    810: mostlyclean: mostlyclean-recursive
                    811: 
1.100     moko      812: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.1       paf       813: 
1.43      paf       814: pdf: pdf-recursive
                    815: 
                    816: pdf-am:
                    817: 
                    818: ps: ps-recursive
                    819: 
                    820: ps-am:
                    821: 
1.119     moko      822: uninstall-am:
1.43      paf       823: 
1.153     moko      824: .MAKE: $(am__recursive_targets) install-am install-strip
                    825: 
                    826: .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
                    827:        am--refresh check check-am clean clean-cscope clean-generic \
                    828:        clean-libtool cscope cscopelist-am ctags ctags-am dist \
                    829:        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1.175     moko      830:        dist-xz dist-zip dist-zstd distcheck distclean \
                    831:        distclean-generic distclean-libtool distclean-tags \
                    832:        distcleancheck distdir distuninstallcheck dvi dvi-am html \
                    833:        html-am info info-am install install-am install-data \
                    834:        install-data-am install-dvi install-dvi-am install-exec \
                    835:        install-exec-am install-html install-html-am install-info \
                    836:        install-info-am install-man install-pdf install-pdf-am \
                    837:        install-ps install-ps-am install-strip installcheck \
                    838:        installcheck-am installdirs installdirs-am maintainer-clean \
                    839:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    840:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
                    841:        uninstall-am
1.43      paf       842: 
1.153     moko      843: .PRECIOUS: Makefile
1.1       paf       844: 
                    845: 
1.21      paf       846: commit:
1.103     moko      847: #       trick to make 'make' happy at check out time
                    848: #       and avoid redundant remaking: aclocal+autoconf+automake
1.21      paf       849: 
1.143     moko      850:        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      851: 
1.1       paf       852: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    853: # Otherwise a system limit (for SysV at least) may be exceeded.
                    854: .NOEXPORT:

E-mail: