[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_toolkit

Diff for /OpenXM/src/ox_toolkit/Makefile.in between version 1.22 and 1.23

version 1.22, 2007/04/08 18:27:08 version 1.23, 2012/05/07 17:38:08
Line 1 
Line 1 
 # Makefile.in generated by automake 1.10 from Makefile.am.  # Makefile.in generated by automake 1.11.1 from Makefile.am.
 # @configure_input@  # @configure_input@
   
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,  # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 # 2003, 2004, 2005, 2006  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 21 
Line 22 
   
 VPATH = @srcdir@  VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@  pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@  
 pkgincludedir = $(includedir)/@PACKAGE@  pkgincludedir = $(includedir)/@PACKAGE@
   pkglibdir = $(libdir)/@PACKAGE@
   pkglibexecdir = $(libexecdir)/@PACKAGE@
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644  install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c  install_sh_PROGRAM = $(install_sh) -c
Line 43  noinst_PROGRAMS = bconv$(EXEEXT) testclient$(EXEEXT) s
Line 45  noinst_PROGRAMS = bconv$(EXEEXT) testclient$(EXEEXT) s
 subdir = .  subdir = .
 DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \  DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
         $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \          $(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
         $(top_srcdir)/configure config.guess config.sub install-sh \          $(top_srcdir)/configure compile config.guess config.sub \
         ltmain.sh missing          install-sh ltconfig ltmain.sh missing mkinstalldirs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.in  am__aclocal_m4_deps = $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \  am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
         $(ACLOCAL_M4)          $(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \  am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno   configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
   CONFIG_CLEAN_VPATH_FILES =
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;  am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 am__vpath_adj = case $$p in \  am__vpath_adj = case $$p in \
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \      $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
     *) f=$$p;; \      *) f=$$p;; \
   esac;    esac;
 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;  am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   am__install_max = 40
   am__nobase_strip_setup = \
     srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   am__nobase_strip = \
     for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   am__nobase_list = $(am__nobase_strip_setup); \
     for p in $$list; do echo "$$p $$p"; done | \
     sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
     $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
       if (++n[$$2] == $(am__install_max)) \
         { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
       END { for (dir in files) print dir, files[dir] }'
   am__base_list = \
     sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
     sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \  am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \
         "$(DESTDIR)$(includedir)"          "$(DESTDIR)$(includedir)"
 libLTLIBRARIES_INSTALL = $(INSTALL)  
 LTLIBRARIES = $(lib_LTLIBRARIES)  LTLIBRARIES = $(lib_LTLIBRARIES)
 libox_la_LIBADD =  libox_la_LIBADD =
 am_libox_la_OBJECTS = ox.lo cmo.lo parse.lo mysocket.lo mathcap.lo \  am_libox_la_OBJECTS = ox.lo cmo.lo parse.lo mysocket.lo mathcap.lo \
Line 111  SOURCES = $(libox_la_SOURCES) $(bconv_SOURCES) $(ox_Xs
Line 128  SOURCES = $(libox_la_SOURCES) $(bconv_SOURCES) $(ox_Xs
 DIST_SOURCES = $(libox_la_SOURCES) $(bconv_SOURCES) \  DIST_SOURCES = $(libox_la_SOURCES) $(bconv_SOURCES) \
         $(ox_Xsample_SOURCES) $(sample1_SOURCES) $(sample2_SOURCES) \          $(ox_Xsample_SOURCES) $(sample1_SOURCES) $(sample2_SOURCES) \
         $(testclient_SOURCES) $(zclient_SOURCES)          $(testclient_SOURCES) $(zclient_SOURCES)
 docDATA_INSTALL = $(INSTALL_DATA)  
 DATA = $(doc_DATA)  DATA = $(doc_DATA)
 includeHEADERS_INSTALL = $(INSTALL_HEADER)  
 HEADERS = $(include_HEADERS) $(noinst_HEADERS)  HEADERS = $(include_HEADERS) $(noinst_HEADERS)
 ETAGS = etags  ETAGS = etags
 CTAGS = ctags  CTAGS = ctags
Line 121  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS)
Line 136  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS)
 distdir = $(PACKAGE)-$(VERSION)  distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)  top_distdir = $(distdir)
 am__remove_distdir = \  am__remove_distdir = \
   { test ! -d $(distdir) \    { test ! -d "$(distdir)" \
     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \      || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
          && rm -fr $(distdir); }; }           && rm -fr "$(distdir)"; }; }
 DIST_ARCHIVES = $(distdir).tar.gz  DIST_ARCHIVES = $(distdir).tar.gz
 GZIP_ENV = --best  GZIP_ENV = --best
 distuninstallcheck_listfiles = find . -type f -print  distuninstallcheck_listfiles = find . -type f -print
Line 140  CCDEPMODE = @CCDEPMODE@
Line 155  CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@  CFLAGS = @CFLAGS@
 CPP = @CPP@  CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
 CXX = @CXX@  
 CXXCPP = @CXXCPP@  
 CXXDEPMODE = @CXXDEPMODE@  
 CXXFLAGS = @CXXFLAGS@  
 CYGPATH_W = @CYGPATH_W@  CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@  DEFS = @DEFS@
 DEPDIR = @DEPDIR@  DEPDIR = @DEPDIR@
 ECHO = @ECHO@  DLLTOOL = @DLLTOOL@
   DSYMUTIL = @DSYMUTIL@
   DUMPBIN = @DUMPBIN@
 ECHO_C = @ECHO_C@  ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@  ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@  ECHO_T = @ECHO_T@
 EGREP = @EGREP@  EGREP = @EGREP@
 EXEEXT = @EXEEXT@  EXEEXT = @EXEEXT@
 F77 = @F77@  FGREP = @FGREP@
 FFLAGS = @FFLAGS@  
 GREP = @GREP@  GREP = @GREP@
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@  INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
   LD = @LD@
 LDFLAGS = @LDFLAGS@  LDFLAGS = @LDFLAGS@
 LIBOBJS = @LIBOBJS@  LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@  LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@  LIBTOOL = @LIBTOOL@
   LIPO = @LIPO@
 LN_S = @LN_S@  LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@  LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@  MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
   MANIFEST_TOOL = @MANIFEST_TOOL@
 MKDIR_P = @MKDIR_P@  MKDIR_P = @MKDIR_P@
   NM = @NM@
   NMEDIT = @NMEDIT@
   OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@  OBJEXT = @OBJEXT@
   OTOOL = @OTOOL@
   OTOOL64 = @OTOOL64@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@  PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@  PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@  PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@  PACKAGE_TARNAME = @PACKAGE_TARNAME@
   PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@  PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@  PATH_SEPARATOR = @PATH_SEPARATOR@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
   SED = @SED@
 SET_MAKE = @SET_MAKE@  SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@  SHELL = @SHELL@
 STRIP = @STRIP@  STRIP = @STRIP@
Line 192  abs_builddir = @abs_builddir@
Line 214  abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@  abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@  abs_top_builddir = @abs_top_builddir@
 abs_top_srcdir = @abs_top_srcdir@  abs_top_srcdir = @abs_top_srcdir@
   ac_ct_AR = @ac_ct_AR@
 ac_ct_CC = @ac_ct_CC@  ac_ct_CC = @ac_ct_CC@
 ac_ct_CXX = @ac_ct_CXX@  ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 ac_ct_F77 = @ac_ct_F77@  
 am__include = @am__include@  am__include = @am__include@
 am__leading_dot = @am__leading_dot@  am__leading_dot = @am__leading_dot@
 am__quote = @am__quote@  am__quote = @am__quote@
Line 241  target_alias = @target_alias@
Line 263  target_alias = @target_alias@
 target_cpu = @target_cpu@  target_cpu = @target_cpu@
 target_os = @target_os@  target_os = @target_os@
 target_vendor = @target_vendor@  target_vendor = @target_vendor@
   top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@  top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@  top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = foreign no-dependencies 1.5  AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
Line 282  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir
Line 305  $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir
         @for dep in $?; do \          @for dep in $?; do \
           case '$(am__configure_deps)' in \            case '$(am__configure_deps)' in \
             *$$dep*) \              *$$dep*) \
               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \                echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
               cd $(srcdir) && $(AUTOMAKE) --foreign  \                $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
                 && exit 0; \                  && exit 0; \
               exit 1;; \                exit 1;; \
           esac; \            esac; \
         done; \          done; \
         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \          echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
         cd $(top_srcdir) && \          $(am__cd) $(top_srcdir) && \
           $(AUTOMAKE) --foreign  Makefile            $(AUTOMAKE) --foreign Makefile
 .PRECIOUS: Makefile  .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status  Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
         @case '$?' in \          @case '$?' in \
Line 306  $(top_builddir)/config.status: $(top_srcdir)/configure
Line 329  $(top_builddir)/config.status: $(top_srcdir)/configure
         $(SHELL) ./config.status --recheck          $(SHELL) ./config.status --recheck
   
 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)  $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
         cd $(srcdir) && $(AUTOCONF)          $(am__cd) $(srcdir) && $(AUTOCONF)
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)          $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
   $(am__aclocal_m4_deps):
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)  install-libLTLIBRARIES: $(lib_LTLIBRARIES)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"          test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
           list2=; for p in $$list; do \
           if test -f $$p; then \            if test -f $$p; then \
             f=$(am__strip_dir) \              list2="$$list2 $$p"; \
             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \  
             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \  
           else :; fi; \            else :; fi; \
         done          done; \
           test -z "$$list2" || { \
             echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
             $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
           }
   
 uninstall-libLTLIBRARIES:  uninstall-libLTLIBRARIES:
         @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
           p=$(am__strip_dir) \          for p in $$list; do \
           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \            $(am__strip_dir) \
           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
             $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
         done          done
   
 clean-libLTLIBRARIES:  clean-libLTLIBRARIES:
Line 340  libox.la: $(libox_la_OBJECTS) $(libox_la_DEPENDENCIES)
Line 368  libox.la: $(libox_la_OBJECTS) $(libox_la_DEPENDENCIES)
         $(libox_la_LINK) -rpath $(libdir) $(libox_la_OBJECTS) $(libox_la_LIBADD) $(LIBS)          $(libox_la_LINK) -rpath $(libdir) $(libox_la_OBJECTS) $(libox_la_LIBADD) $(LIBS)
   
 clean-noinstPROGRAMS:  clean-noinstPROGRAMS:
         @list='$(noinst_PROGRAMS)'; for p in $$list; do \          @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \          echo " rm -f" $$list; \
           echo " rm -f $$p $$f"; \          rm -f $$list || exit $$?; \
           rm -f $$p $$f ; \          test -n "$(EXEEXT)" || exit 0; \
         done          list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
           echo " rm -f" $$list; \
           rm -f $$list
 bconv$(EXEEXT): $(bconv_OBJECTS) $(bconv_DEPENDENCIES)  bconv$(EXEEXT): $(bconv_OBJECTS) $(bconv_DEPENDENCIES)
         @rm -f bconv$(EXEEXT)          @rm -f bconv$(EXEEXT)
         $(LINK) $(bconv_OBJECTS) $(bconv_LDADD) $(LIBS)          $(LINK) $(bconv_OBJECTS) $(bconv_LDADD) $(LIBS)
Line 386  clean-libtool:
Line 416  clean-libtool:
         -rm -rf .libs _libs          -rm -rf .libs _libs
   
 distclean-libtool:  distclean-libtool:
         -rm -f libtool          -rm -f libtool config.lt
 install-docDATA: $(doc_DATA)  install-docDATA: $(doc_DATA)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"          test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
         @list='$(doc_DATA)'; for p in $$list; do \          @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
           for p in $$list; do \
           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
           f=$(am__strip_dir) \            echo "$$d$$p"; \
           echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \          done | $(am__base_list) | \
           $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \          while read files; do \
             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
             $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
         done          done
   
 uninstall-docDATA:  uninstall-docDATA:
         @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
         @list='$(doc_DATA)'; for p in $$list; do \          @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
           f=$(am__strip_dir) \          files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
           echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \          test -n "$$files" || exit 0; \
           rm -f "$(DESTDIR)$(docdir)/$$f"; \          echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
         done          cd "$(DESTDIR)$(docdir)" && rm -f $$files
 install-includeHEADERS: $(include_HEADERS)  install-includeHEADERS: $(include_HEADERS)
         @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
         test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"          test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
         @list='$(include_HEADERS)'; for p in $$list; do \          @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
           for p in $$list; do \
           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \            if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
           f=$(am__strip_dir) \            echo "$$d$$p"; \
           echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \          done | $(am__base_list) | \
           $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \          while read files; do \
             echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
             $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
         done          done
   
 uninstall-includeHEADERS:  uninstall-includeHEADERS:
         @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
         @list='$(include_HEADERS)'; for p in $$list; do \          @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
           f=$(am__strip_dir) \          files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
           echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \          test -n "$$files" || exit 0; \
           rm -f "$(DESTDIR)$(includedir)/$$f"; \          echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
         done          cd "$(DESTDIR)$(includedir)" && rm -f $$files
   
 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
         unique=`for i in $$list; do \          unique=`for i in $$list; do \
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
           done | \            done | \
           $(AWK) '    { files[$$0] = 1; } \            $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                END { for (i in files) print i; }'`; \                END { if (nonempty) { for (i in files) print i; }; }'`; \
         mkid -fID $$unique          mkid -fID $$unique
 tags: TAGS  tags: TAGS
   
 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                 $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
         tags=; \          set x; \
         here=`pwd`; \          here=`pwd`; \
         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
         unique=`for i in $$list; do \          unique=`for i in $$list; do \
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
           done | \            done | \
           $(AWK) '    { files[$$0] = 1; } \            $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                END { for (i in files) print i; }'`; \                END { if (nonempty) { for (i in files) print i; }; }'`; \
         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \          shift; \
           if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
           test -n "$$unique" || unique=$$empty_fix; \            test -n "$$unique" || unique=$$empty_fix; \
           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \            if test $$# -gt 0; then \
             $$tags $$unique; \              $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                 "$$@" $$unique; \
             else \
               $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                 $$unique; \
             fi; \
         fi          fi
 ctags: CTAGS  ctags: CTAGS
 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \  CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                 $(TAGS_FILES) $(LISP)                  $(TAGS_FILES) $(LISP)
         tags=; \  
         here=`pwd`; \  
         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \          list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
         unique=`for i in $$list; do \          unique=`for i in $$list; do \
             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \              if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
           done | \            done | \
           $(AWK) '    { files[$$0] = 1; } \            $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                END { for (i in files) print i; }'`; \                END { if (nonempty) { for (i in files) print i; }; }'`; \
         test -z "$(CTAGS_ARGS)$$tags$$unique" \          test -z "$(CTAGS_ARGS)$$unique" \
           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \            || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
              $$tags $$unique               $$unique
   
 GTAGS:  GTAGS:
         here=`$(am__cd) $(top_builddir) && pwd` \          here=`$(am__cd) $(top_builddir) && pwd` \
           && cd $(top_srcdir) \            && $(am__cd) $(top_srcdir) \
           && gtags -i $(GTAGS_ARGS) $$here            && gtags -i $(GTAGS_ARGS) "$$here"
   
 distclean-tags:  distclean-tags:
         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags          -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   
 distdir: $(DISTFILES)  distdir: $(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'`; \
         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \          topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
         list='$(DISTFILES)'; \          list='$(DISTFILES)'; \
Line 488  distdir: $(DISTFILES)
Line 528  distdir: $(DISTFILES)
           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \            if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \              dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
               if test -d "$(distdir)/$$file"; then \
                 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
               fi; \
             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \              if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \                cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
             fi; \              fi; \
             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \              cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
           else \            else \
             test -f $(distdir)/$$file \              test -f "$(distdir)/$$file" \
             || cp -p $$d/$$file $(distdir)/$$file \              || cp -p $$d/$$file "$(distdir)/$$file" \
             || exit 1; \              || exit 1; \
           fi; \            fi; \
         done          done
         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \          -test -n "$(am__skip_mode_fix)" \
           || find "$(distdir)" -type d ! -perm -755 \
                   -exec chmod u+rwx,go+rx {} \; -o \
           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \            ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \            ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
           ! -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) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
         $(am__remove_distdir)          $(am__remove_distdir)
Line 511  dist-bzip2: distdir
Line 557  dist-bzip2: distdir
         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2          tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
         $(am__remove_distdir)          $(am__remove_distdir)
   
   dist-lzma: distdir
           tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
           $(am__remove_distdir)
   
   dist-xz: distdir
           tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
           $(am__remove_distdir)
   
 dist-tarZ: distdir  dist-tarZ: distdir
         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z          tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
         $(am__remove_distdir)          $(am__remove_distdir)
Line 534  dist dist-all: distdir
Line 588  dist dist-all: distdir
 distcheck: dist  distcheck: dist
         case '$(DIST_ARCHIVES)' in \          case '$(DIST_ARCHIVES)' in \
         *.tar.gz*) \          *.tar.gz*) \
           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\            GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
         *.tar.bz2*) \          *.tar.bz2*) \
           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\            bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
           *.tar.lzma*) \
             lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
           *.tar.xz*) \
             xz -dc $(distdir).tar.xz | $(am__untar) ;;\
         *.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) gunzip -c $(distdir).shar.gz | unshar ;;\            GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
         *.zip*) \          *.zip*) \
           unzip $(distdir).zip ;;\            unzip $(distdir).zip ;;\
         esac          esac
Line 548  distcheck: dist
Line 606  distcheck: dist
         mkdir $(distdir)/_build          mkdir $(distdir)/_build
         mkdir $(distdir)/_inst          mkdir $(distdir)/_inst
         chmod a-w $(distdir)          chmod a-w $(distdir)
           test -d $(distdir)/_build || exit 0; \
         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \          dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \            && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
           && cd $(distdir)/_build \            && am__cwd=`pwd` \
             && $(am__cd) $(distdir)/_build \
           && ../configure --srcdir=.. --prefix="$$dc_install_base" \            && ../configure --srcdir=.. --prefix="$$dc_install_base" \
             $(DISTCHECK_CONFIGURE_FLAGS) \              $(DISTCHECK_CONFIGURE_FLAGS) \
           && $(MAKE) $(AM_MAKEFLAGS) \            && $(MAKE) $(AM_MAKEFLAGS) \
Line 572  distcheck: dist
Line 632  distcheck: dist
           && rm -rf "$$dc_destdir" \            && rm -rf "$$dc_destdir" \
           && $(MAKE) $(AM_MAKEFLAGS) dist \            && $(MAKE) $(AM_MAKEFLAGS) dist \
           && rm -rf $(DIST_ARCHIVES) \            && rm -rf $(DIST_ARCHIVES) \
           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck            && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
             && cd "$$am__cwd" \
             || exit 1
         $(am__remove_distdir)          $(am__remove_distdir)
         @(echo "$(distdir) archives ready for distribution: "; \          @(echo "$(distdir) archives ready for distribution: "; \
           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \            list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'            sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 distuninstallcheck:  distuninstallcheck:
         @cd $(distuninstallcheck_dir) \          @$(am__cd) '$(distuninstallcheck_dir)' \
         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \          && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
            || { echo "ERROR: files left after uninstall:" ; \             || { echo "ERROR: files left after uninstall:" ; \
                 if test -n "$(DESTDIR)"; then \                  if test -n "$(DESTDIR)"; then \
Line 623  clean-generic:
Line 685  clean-generic:
   
 distclean-generic:  distclean-generic:
         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)          -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
           -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)          -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
   
 maintainer-clean-generic:  maintainer-clean-generic:
Line 645  dvi-am:
Line 708  dvi-am:
   
 html: html-am  html: html-am
   
   html-am:
   
 info: info-am  info: info-am
   
 info-am:  info-am:
Line 653  install-data-am: install-docDATA install-includeHEADER
Line 718  install-data-am: install-docDATA install-includeHEADER
   
 install-dvi: install-dvi-am  install-dvi: install-dvi-am
   
   install-dvi-am:
   
 install-exec-am: install-libLTLIBRARIES  install-exec-am: install-libLTLIBRARIES
   
 install-html: install-html-am  install-html: install-html-am
   
   install-html-am:
   
 install-info: install-info-am  install-info: install-info-am
   
   install-info-am:
   
 install-man:  install-man:
   
 install-pdf: install-pdf-am  install-pdf: install-pdf-am
   
   install-pdf-am:
   
 install-ps: install-ps-am  install-ps: install-ps-am
   
   install-ps-am:
   
 installcheck-am:  installcheck-am:
   
 maintainer-clean: maintainer-clean-am  maintainer-clean: maintainer-clean-am
Line 694  uninstall-am: uninstall-docDATA uninstall-includeHEADE
Line 769  uninstall-am: uninstall-docDATA uninstall-includeHEADE
 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \  .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
         clean-generic clean-libLTLIBRARIES clean-libtool \          clean-generic clean-libLTLIBRARIES clean-libtool \
         clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \          clean-noinstPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
         dist-shar dist-tarZ dist-zip distcheck distclean \          dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
         distclean-compile distclean-generic distclean-libtool \          distclean distclean-compile distclean-generic \
         distclean-tags distcleancheck distdir distuninstallcheck dvi \          distclean-libtool distclean-tags distcleancheck distdir \
         dvi-am html html-am info info-am install install-am \          distuninstallcheck dvi dvi-am html html-am info info-am \
         install-data install-data-am install-docDATA install-dvi \          install install-am install-data install-data-am \
         install-dvi-am install-exec install-exec-am install-html \          install-docDATA install-dvi install-dvi-am install-exec \
         install-html-am install-includeHEADERS install-info \          install-exec-am install-html install-html-am \
         install-info-am install-libLTLIBRARIES install-man install-pdf \          install-includeHEADERS install-info install-info-am \
         install-pdf-am install-ps install-ps-am install-strip \          install-libLTLIBRARIES install-man install-pdf install-pdf-am \
         installcheck installcheck-am installdirs maintainer-clean \          install-ps install-ps-am install-strip installcheck \
           installcheck-am installdirs maintainer-clean \
         maintainer-clean-generic mostlyclean mostlyclean-compile \          maintainer-clean-generic mostlyclean mostlyclean-compile \
         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \          mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
         tags uninstall uninstall-am uninstall-docDATA \          tags uninstall uninstall-am uninstall-docDATA \
Line 721  bnf-ja.txt: bnf.oxweave
Line 797  bnf-ja.txt: bnf.oxweave
   
 bnf-en.txt: bnf.oxweave  bnf-en.txt: bnf.oxweave
         ${OXWEAVE} en common < bnf.oxweave > bnf-en.txt          ${OXWEAVE} en common < bnf.oxweave > bnf-en.txt
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>