Diff for /parser3/Makefile.in between versions 1.160 and 1.172

version 1.160, 2020/05/12 09:28:31 version 1.172, 2021/01/15 20:26:52
Line 1 Line 1
 # Makefile.in generated by automake 1.15 from Makefile.am.  # Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994-2014 Free Software Foundation, Inc.  # Copyright (C) 1994-2018 Free Software Foundation, Inc.
   
 # This Makefile.in is free software; the Free Software Foundation  # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 141  am__recursive_targets = \ Line 141  am__recursive_targets = \
   $(RECURSIVE_CLEAN_TARGETS) \    $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)    $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \  AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
         cscope distdir dist dist-all distcheck          cscope distdir distdir-am dist dist-all distcheck
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)  am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 # Read a list of newline-separated strings from the standard input,  # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is  # and print each of them once, without duplicates.  Input order is
Line 360  target_alias = @target_alias@ Line 360  target_alias = @target_alias@
 top_build_prefix = @top_build_prefix@  top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@  top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
 SUBDIRS = src etc bin  SUBDIRS = src etc
 ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4  ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4
 EXTRA_DIST = operators.txt parser3.sln gnu.vcproj buildall acsite.m4  EXTRA_DIST = operators.txt parser3.sln gnu.vcproj buildall acsite.m4
 all: all-recursive  all: all-recursive
Line 387  Makefile: $(srcdir)/Makefile.in $(top_bu Line 387  Makefile: $(srcdir)/Makefile.in $(top_bu
             echo ' $(SHELL) ./config.status'; \              echo ' $(SHELL) ./config.status'; \
             $(SHELL) ./config.status;; \              $(SHELL) ./config.status;; \
           *) \            *) \
             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \              echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \              cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
         esac;          esac;
   
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)  $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Line 515  distclean-tags: Line 515  distclean-tags:
         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files          -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
   
 distdir: $(DISTFILES)  distdir: $(BUILT_SOURCES)
           $(MAKE) $(AM_MAKEFLAGS) distdir-am
   
   distdir-am: $(DISTFILES)
         $(am__remove_distdir)          $(am__remove_distdir)
         test -d "$(distdir)" || mkdir "$(distdir)"          test -d "$(distdir)" || mkdir "$(distdir)"
         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \          @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
Line 580  distdir: $(DISTFILES) Line 583  distdir: $(DISTFILES)
           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \            ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
         || chmod -R a+r "$(distdir)"          || chmod -R a+r "$(distdir)"
 dist-gzip: distdir  dist-gzip: distdir
         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz          tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
         $(am__post_remove_distdir)          $(am__post_remove_distdir)
   
 dist-bzip2: distdir  dist-bzip2: distdir
Line 606  dist-shar: distdir Line 609  dist-shar: distdir
         @echo WARNING: "Support for shar distribution archives is" \          @echo WARNING: "Support for shar distribution archives is" \
                        "deprecated." >&2                         "deprecated." >&2
         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2          @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz          shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
         $(am__post_remove_distdir)          $(am__post_remove_distdir)
   
 dist-zip: distdir  dist-zip: distdir
Line 624  dist dist-all: Line 627  dist dist-all:
 distcheck: dist  distcheck: dist
         case '$(DIST_ARCHIVES)' in \          case '$(DIST_ARCHIVES)' in \
         *.tar.gz*) \          *.tar.gz*) \
           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\            eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
         *.tar.bz2*) \          *.tar.bz2*) \
           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\            bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
         *.tar.lz*) \          *.tar.lz*) \
Line 634  distcheck: dist Line 637  distcheck: dist
         *.tar.Z*) \          *.tar.Z*) \
           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\            uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
         *.shar.gz*) \          *.shar.gz*) \
           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\            eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
         *.zip*) \          *.zip*) \
           unzip $(distdir).zip ;;\            unzip $(distdir).zip ;;\
         esac          esac

Removed from v.1.160  
changed lines
  Added in v.1.172


E-mail: