Diff for /parser3/src/main/Makefile.in between versions 1.70 and 1.77

version 1.70, 2012/06/15 13:37:18 version 1.77, 2017/12/05 22:59:59
Line 1 Line 1
 # Makefile.in generated by automake 1.11.1 from Makefile.am.  # Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright (C) 1994-2014 Free Software Foundation, Inc.
 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  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,
 # with or without modifications, as long as this notice is preserved.  # with or without modifications, as long as this notice is preserved.
Line 17 Line 16
   
   
 VPATH = @srcdir@  VPATH = @srcdir@
   am__is_gnu_make = { \
     if test -z '$(MAKELEVEL)'; then \
       false; \
     elif test -n '$(MAKE_HOST)'; then \
       true; \
     elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
       true; \
     else \
       false; \
     fi; \
   }
   am__make_running_with_option = \
     case $${target_option-} in \
         ?) ;; \
         *) echo "am__make_running_with_option: internal error: invalid" \
                 "target option '$${target_option-}' specified" >&2; \
            exit 1;; \
     esac; \
     has_opt=no; \
     sane_makeflags=$$MAKEFLAGS; \
     if $(am__is_gnu_make); then \
       sane_makeflags=$$MFLAGS; \
     else \
       case $$MAKEFLAGS in \
         *\\[\ \   ]*) \
           bs=\\; \
           sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
             | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
       esac; \
     fi; \
     skip_next=no; \
     strip_trailopt () \
     { \
       flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     }; \
     for flg in $$sane_makeflags; do \
       test $$skip_next = yes && { skip_next=no; continue; }; \
       case $$flg in \
         *=*|--*) continue;; \
           -*I) strip_trailopt 'I'; skip_next=yes;; \
         -*I?*) strip_trailopt 'I';; \
           -*O) strip_trailopt 'O'; skip_next=yes;; \
         -*O?*) strip_trailopt 'O';; \
           -*l) strip_trailopt 'l'; skip_next=yes;; \
         -*l?*) strip_trailopt 'l';; \
         -[dEDm]) skip_next=yes;; \
         -[JT]) skip_next=yes;; \
       esac; \
       case $$flg in \
         *$$target_option*) has_opt=yes; break;; \
       esac; \
     done; \
     test $$has_opt = yes
   am__make_dryrun = (target_option=n; $(am__make_running_with_option))
   am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  pkglibdir = $(libdir)/@PACKAGE@
Line 36  POST_UNINSTALL = : Line 90  POST_UNINSTALL = :
 build_triplet = @build@  build_triplet = @build@
 host_triplet = @host@  host_triplet = @host@
 subdir = src/main  subdir = src/main
 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \  
         $(srcdir)/Makefile.in  
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \  am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
         $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \          $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
Line 46  am__aclocal_m4_deps = $(top_srcdir)/src/ Line 98  am__aclocal_m4_deps = $(top_srcdir)/src/
         $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \          $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
         $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \          $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
         $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \          $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
         $(top_srcdir)/configure.in          $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
         $(ACLOCAL_M4)          $(ACLOCAL_M4)
   DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
           $(am__DIST_COMMON)
 mkinstalldirs = $(install_sh) -d  mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h  CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
 CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
Line 62  am_libmain_la_OBJECTS = pa_pool.lo pa_os Line 116  am_libmain_la_OBJECTS = pa_pool.lo pa_os
         pa_string.lo pa_table.lo untaint.lo pa_dir.lo pa_exec.lo \          pa_string.lo pa_table.lo untaint.lo pa_dir.lo pa_exec.lo \
         pa_socks.lo pa_dictionary.lo pa_charset.lo pa_charsets.lo \          pa_socks.lo pa_dictionary.lo pa_charset.lo pa_charsets.lo \
         pa_uue.lo pa_sql_driver_manager.lo pa_stylesheet_manager.lo \          pa_uue.lo pa_sql_driver_manager.lo pa_stylesheet_manager.lo \
         pa_stylesheet_connection.lo pa_http.lo pa_random.lo          pa_stylesheet_connection.lo pa_http.lo pa_random.lo \
           pa_symbols.lo
 libmain_la_OBJECTS = $(am_libmain_la_OBJECTS)  libmain_la_OBJECTS = $(am_libmain_la_OBJECTS)
   AM_V_lt = $(am__v_lt_@AM_V@)
   am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
   am__v_lt_0 = --silent
   am__v_lt_1 = 
   AM_V_P = $(am__v_P_@AM_V@)
   am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
   am__v_P_0 = false
   am__v_P_1 = :
   AM_V_GEN = $(am__v_GEN_@AM_V@)
   am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
   am__v_GEN_0 = @echo "  GEN     " $@;
   am__v_GEN_1 = 
   AM_V_at = $(am__v_at_@AM_V@)
   am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
   am__v_at_0 = @
   am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include  DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src/include
 depcomp = $(SHELL) $(top_srcdir)/depcomp  depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles  am__depfiles_maybe = depfiles
 am__mv = mv -f  am__mv = mv -f
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \  CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)          $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \  LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
         --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \          $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)          $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
           $(AM_CXXFLAGS) $(CXXFLAGS)
   AM_V_CXX = $(am__v_CXX_@AM_V@)
   am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
   am__v_CXX_0 = @echo "  CXX     " $@;
   am__v_CXX_1 = 
 CXXLD = $(CXX)  CXXLD = $(CXX)
 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \  CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
         --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \          $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
         $(LDFLAGS) -o $@          $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
   AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
   am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
   am__v_CXXLD_0 = @echo "  CXXLD   " $@;
   am__v_CXXLD_1 = 
 SOURCES = $(libmain_la_SOURCES)  SOURCES = $(libmain_la_SOURCES)
 DIST_SOURCES = $(libmain_la_SOURCES)  DIST_SOURCES = $(libmain_la_SOURCES)
   am__can_run_installinfo = \
     case $$AM_UPDATE_INFO_DIR in \
       n|no|NO) false;; \
       *) (install-info --version) >/dev/null 2>&1;; \
     esac
 HEADERS = $(noinst_HEADERS)  HEADERS = $(noinst_HEADERS)
   am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
   # Read a list of newline-separated strings from the standard input,
   # and print each of them once, without duplicates.  Input order is
   # *not* preserved.
   am__uniquify_input = $(AWK) '\
     BEGIN { nonempty = 0; } \
     { items[$$0] = 1; nonempty = 1; } \
     END { if (nonempty) { for (i in items) print i; }; } \
   '
   # Make sure the list of sources is unique.  This is necessary because,
   # e.g., the same source file might be shared among _SOURCES variables
   # for different programs/libraries.
   am__define_uniq_tagged_files = \
     list='$(am__tagged_files)'; \
     unique=`for i in $$list; do \
       if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
     done | $(am__uniquify_input)`
 ETAGS = etags  ETAGS = etags
 CTAGS = ctags  CTAGS = ctags
   am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@  ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@  AMTAR = @AMTAR@
   AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 APACHE = @APACHE@  APACHE = @APACHE@
 APACHE_CFLAGS = @APACHE_CFLAGS@  APACHE_CFLAGS = @APACHE_CFLAGS@
 APACHE_INC = @APACHE_INC@  APACHE_INC = @APACHE_INC@
Line 223  pdfdir = @pdfdir@ Line 327  pdfdir = @pdfdir@
 prefix = @prefix@  prefix = @prefix@
 program_transform_name = @program_transform_name@  program_transform_name = @program_transform_name@
 psdir = @psdir@  psdir = @psdir@
   runstatedir = @runstatedir@
 sbindir = @sbindir@  sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@  sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@  srcdir = @srcdir@
Line 233  target_alias = @target_alias@ Line 338  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@
 INCLUDES = -I../types -I../classes -I../sql -I../lib/gc/include -I../lib/cord/include $(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@  AM_CPPFLAGS = -I../types -I../classes -I../sql -I../lib/punycode $(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@
 noinst_HEADERS = compile_tools.h utf8-to-lower.inc utf8-to-upper.inc  noinst_HEADERS = compile_tools.h utf8-to-lower.inc utf8-to-upper.inc
 noinst_LTLIBRARIES = libmain.la  noinst_LTLIBRARIES = libmain.la
 libmain_la_SOURCES = pa_pool.C pa_os.C pa_common.C compile.tab.C compile.C compile_tools.C execute.C pa_cache_managers.C pa_exception.C pa_xml_exception.C pa_globals.C pa_xml_io.C pa_memory.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_dictionary.C pa_charset.C pa_charsets.C pa_uue.C pa_sql_driver_manager.C pa_stylesheet_manager.C pa_stylesheet_connection.C pa_http.C pa_random.C  libmain_la_SOURCES = pa_pool.C pa_os.C pa_common.C compile.tab.C compile.C compile_tools.C execute.C pa_cache_managers.C pa_exception.C pa_xml_exception.C pa_globals.C pa_xml_io.C pa_memory.C pa_request.C pa_string.C pa_table.C untaint.C pa_dir.C pa_exec.C pa_socks.C pa_dictionary.C pa_charset.C pa_charsets.C pa_uue.C pa_sql_driver_manager.C pa_stylesheet_manager.C pa_stylesheet_connection.C pa_http.C pa_random.C pa_symbols.C
 EXTRA_DIST = compile.y main.vcproj  EXTRA_DIST = compile.y main.vcproj
 all: all-am  all: all-am
   
Line 254  $(srcdir)/Makefile.in:  $(srcdir)/Makefi Line 359  $(srcdir)/Makefile.in:  $(srcdir)/Makefi
         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/main/Makefile'; \          echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/main/Makefile'; \
         $(am__cd) $(top_srcdir) && \          $(am__cd) $(top_srcdir) && \
           $(AUTOMAKE) --gnu src/main/Makefile            $(AUTOMAKE) --gnu src/main/Makefile
 .PRECIOUS: Makefile  
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
         @case '$?' in \          @case '$?' in \
           *config.status*) \            *config.status*) \
Line 275  $(am__aclocal_m4_deps): Line 379  $(am__aclocal_m4_deps):
   
 clean-noinstLTLIBRARIES:  clean-noinstLTLIBRARIES:
         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)          -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \          @list='$(noinst_LTLIBRARIES)'; \
           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \          locs=`for p in $$list; do echo $$p; done | \
           test "$$dir" != "$$p" || dir=.; \                sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
           echo "rm -f \"$${dir}/so_locations\""; \                sort -u`; \
           rm -f "$${dir}/so_locations"; \          test -z "$$locs" || { \
         done            echo rm -f $${locs}; \
 libmain.la: $(libmain_la_OBJECTS) $(libmain_la_DEPENDENCIES)             rm -f $${locs}; \
         $(CXXLINK)  $(libmain_la_OBJECTS) $(libmain_la_LIBADD) $(LIBS)          }
   
   libmain.la: $(libmain_la_OBJECTS) $(libmain_la_DEPENDENCIES) $(EXTRA_libmain_la_DEPENDENCIES) 
           $(AM_V_CXXLD)$(CXXLINK)  $(libmain_la_OBJECTS) $(libmain_la_LIBADD) $(LIBS)
   
 mostlyclean-compile:  mostlyclean-compile:
         -rm -f *.$(OBJEXT)          -rm -f *.$(OBJEXT)
Line 314  distclean-compile: Line 421  distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_string.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_string.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_stylesheet_connection.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_stylesheet_connection.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_stylesheet_manager.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_stylesheet_manager.Plo@am__quote@
   @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_symbols.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_table.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_table.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_uue.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_uue.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_xml_exception.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pa_xml_exception.Plo@am__quote@
Line 321  distclean-compile: Line 429  distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/untaint.Plo@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/untaint.Plo@am__quote@
   
 .C.o:  .C.o:
 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<  @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po  @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<  @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
   
 .C.obj:  .C.obj:
 @am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`  @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po  @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`  @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   
 .C.lo:  .C.lo:
 @am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<  @am__fastdepCXX_TRUE@   $(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 @am__fastdepCXX_TRUE@   $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo  @am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@  @AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<  @am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
   
 mostlyclean-libtool:  mostlyclean-libtool:
         -rm -f *.lo          -rm -f *.lo
Line 347  mostlyclean-libtool: Line 455  mostlyclean-libtool:
 clean-libtool:  clean-libtool:
         -rm -rf .libs _libs          -rm -rf .libs _libs
   
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(am__tagged_files)
         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \          $(am__define_uniq_tagged_files); mkid -fID $$unique
         unique=`for i in $$list; do \  tags: tags-am
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \  TAGS: tags
           done | \  
           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \  
               END { if (nonempty) { for (i in files) print i; }; }'`; \  
         mkid -fID $$unique  
 tags: TAGS  
   
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
                 $(TAGS_FILES) $(LISP)  
         set x; \          set x; \
         here=`pwd`; \          here=`pwd`; \
         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \          $(am__define_uniq_tagged_files); \
         unique=`for i in $$list; do \  
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \  
           done | \  
           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \  
               END { if (nonempty) { for (i in files) print i; }; }'`; \  
         shift; \          shift; \
         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \          if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
           test -n "$$unique" || unique=$$empty_fix; \            test -n "$$unique" || unique=$$empty_fix; \
Line 378  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEP Line 475  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEP
               $$unique; \                $$unique; \
           fi; \            fi; \
         fi          fi
 ctags: CTAGS  ctags: ctags-am
 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  
                 $(TAGS_FILES) $(LISP)  CTAGS: ctags
         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \  ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
         unique=`for i in $$list; do \          $(am__define_uniq_tagged_files); \
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \  
           done | \  
           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \  
               END { if (nonempty) { for (i in files) print i; }; }'`; \  
         test -z "$(CTAGS_ARGS)$$unique" \          test -z "$(CTAGS_ARGS)$$unique" \
           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \            || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
              $$unique               $$unique
Line 395  GTAGS: Line 488  GTAGS:
         here=`$(am__cd) $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
           && $(am__cd) $(top_srcdir) \            && $(am__cd) $(top_srcdir) \
           && gtags -i $(GTAGS_ARGS) "$$here"            && gtags -i $(GTAGS_ARGS) "$$here"
   cscopelist: cscopelist-am
   
   cscopelist-am: $(am__tagged_files)
           list='$(am__tagged_files)'; \
           case "$(srcdir)" in \
             [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
             *) sdir=$(subdir)/$(srcdir) ;; \
           esac; \
           for i in $$list; do \
             if test -f "$$i"; then \
               echo "$(subdir)/$$i"; \
             else \
               echo "$$sdir/$$i"; \
             fi; \
           done >> $(top_builddir)/cscope.files
   
 distclean-tags:  distclean-tags:
         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Line 443  install-am: all-am Line 551  install-am: all-am
   
 installcheck: installcheck-am  installcheck: installcheck-am
 install-strip:  install-strip:
         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \          if test -z '$(STRIP)'; then \
           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \            $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
           `test -z '$(STRIP)' || \              install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install                install; \
           else \
             $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
               install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
               "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
           fi
 mostlyclean-generic:  mostlyclean-generic:
   
 clean-generic:  clean-generic:
Line 531  uninstall-am: Line 644  uninstall-am:
   
 .MAKE: install-am install-strip  .MAKE: install-am install-strip
   
 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \  .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
         clean-libtool clean-noinstLTLIBRARIES ctags distclean \          clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
         distclean-compile distclean-generic distclean-libtool \          ctags-am distclean distclean-compile distclean-generic \
         distclean-tags distdir dvi dvi-am html html-am info info-am \          distclean-libtool distclean-tags distdir dvi dvi-am html \
         install install-am install-data install-data-am install-dvi \          html-am info info-am install install-am install-data \
         install-dvi-am install-exec install-exec-am install-html \          install-data-am install-dvi install-dvi-am install-exec \
         install-html-am install-info install-info-am install-man \          install-exec-am install-html install-html-am install-info \
         install-pdf install-pdf-am install-ps install-ps-am \          install-info-am install-man install-pdf install-pdf-am \
         install-strip installcheck installcheck-am installdirs \          install-ps install-ps-am install-strip installcheck \
         maintainer-clean maintainer-clean-generic mostlyclean \          installcheck-am installdirs maintainer-clean \
         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \          maintainer-clean-generic mostlyclean mostlyclean-compile \
         pdf pdf-am ps ps-am tags uninstall uninstall-am          mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
           tags tags-am uninstall uninstall-am
   
   .PRECIOUS: Makefile
   
   
 compile.tab.C: compile.y  compile.tab.C: compile.y

Removed from v.1.70  
changed lines
  Added in v.1.77


E-mail: