===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gnote-3.38.0/data/appdata/Makefile.in-50-  { \
gnote-3.38.0/data/appdata/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/data/appdata/Makefile.in-52-  }; \
##############################################
gnote-3.38.0/data/appdata/Makefile.in-126-  esac
gnote-3.38.0/data/appdata/Makefile.in:127:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/data/appdata/Makefile.in-128-am__vpath_adj = case $$p in \
gnote-3.38.0/data/appdata/Makefile.in:129:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/data/appdata/Makefile.in-130-    *) f=$$p;; \
gnote-3.38.0/data/appdata/Makefile.in-131-  esac;
gnote-3.38.0/data/appdata/Makefile.in:132:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/data/appdata/Makefile.in-133-am__install_max = 40
gnote-3.38.0/data/appdata/Makefile.in-134-am__nobase_strip_setup = \
gnote-3.38.0/data/appdata/Makefile.in:135:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/data/appdata/Makefile.in-136-am__nobase_strip = \
##############################################
gnote-3.38.0/data/appdata/Makefile.in-408-	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
gnote-3.38.0/data/appdata/Makefile.in:409:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/data/appdata/Makefile.in-410-	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/data/appdata/Makefile.in-421-distdir-am: $(DISTFILES)
gnote-3.38.0/data/appdata/Makefile.in:422:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/data/appdata/Makefile.in:423:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/data/appdata/Makefile.in-424-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/data/appdata/Makefile.in-435-	  if test -d $$d/$$file; then \
gnote-3.38.0/data/appdata/Makefile.in:436:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/data/appdata/Makefile.in-437-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/data/icons/Makefile.am-84-	for icon in $(public_icons); do \
gnote-3.38.0/data/icons/Makefile.am:85:		THEME=`echo $$icon | cut -d_ -f1`; \
gnote-3.38.0/data/icons/Makefile.am:86:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
gnote-3.38.0/data/icons/Makefile.am:87:		SIZE=`echo $$icon | cut -d_ -f3`; \
gnote-3.38.0/data/icons/Makefile.am:88:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
gnote-3.38.0/data/icons/Makefile.am-89-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
gnote-3.38.0/data/icons/Makefile.am-92-	for icon in $(private_icons); do \
gnote-3.38.0/data/icons/Makefile.am:93:		THEME=`echo $$icon | cut -d_ -f1`; \
gnote-3.38.0/data/icons/Makefile.am:94:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
gnote-3.38.0/data/icons/Makefile.am:95:		SIZE=`echo $$icon | cut -d_ -f3`; \
gnote-3.38.0/data/icons/Makefile.am:96:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
gnote-3.38.0/data/icons/Makefile.am-97-		mkdir -p $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
gnote-3.38.0/data/icons/Makefile.am-102-	-for icon in $(public_icons); do \
gnote-3.38.0/data/icons/Makefile.am:103:		THEME=`echo $$icon | cut -d_ -f1`; \
gnote-3.38.0/data/icons/Makefile.am:104:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
gnote-3.38.0/data/icons/Makefile.am:105:		SIZE=`echo $$icon | cut -d_ -f3`; \
gnote-3.38.0/data/icons/Makefile.am:106:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
gnote-3.38.0/data/icons/Makefile.am-107-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
gnote-3.38.0/data/icons/Makefile.am-109-	for icon in $(private_icons); do \
gnote-3.38.0/data/icons/Makefile.am:110:		THEME=`echo $$icon | cut -d_ -f1`; \
gnote-3.38.0/data/icons/Makefile.am:111:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
gnote-3.38.0/data/icons/Makefile.am:112:		SIZE=`echo $$icon | cut -d_ -f3`; \
gnote-3.38.0/data/icons/Makefile.am:113:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
gnote-3.38.0/data/icons/Makefile.am-114-		rm -f $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
gnote-3.38.0/data/icons/Makefile.in-50-  { \
gnote-3.38.0/data/icons/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/data/icons/Makefile.in-52-  }; \
##############################################
gnote-3.38.0/data/icons/Makefile.in-433-distdir-am: $(DISTFILES)
gnote-3.38.0/data/icons/Makefile.in:434:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/data/icons/Makefile.in:435:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/data/icons/Makefile.in-436-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/data/icons/Makefile.in-447-	  if test -d $$d/$$file; then \
gnote-3.38.0/data/icons/Makefile.in:448:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/data/icons/Makefile.in-449-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/data/icons/Makefile.in-595-	for icon in $(public_icons); do \
gnote-3.38.0/data/icons/Makefile.in:596:		THEME=`echo $$icon | cut -d_ -f1`; \
gnote-3.38.0/data/icons/Makefile.in:597:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
gnote-3.38.0/data/icons/Makefile.in:598:		SIZE=`echo $$icon | cut -d_ -f3`; \
gnote-3.38.0/data/icons/Makefile.in:599:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
gnote-3.38.0/data/icons/Makefile.in-600-		mkdir -p $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
gnote-3.38.0/data/icons/Makefile.in-603-	for icon in $(private_icons); do \
gnote-3.38.0/data/icons/Makefile.in:604:		THEME=`echo $$icon | cut -d_ -f1`; \
gnote-3.38.0/data/icons/Makefile.in:605:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
gnote-3.38.0/data/icons/Makefile.in:606:		SIZE=`echo $$icon | cut -d_ -f3`; \
gnote-3.38.0/data/icons/Makefile.in:607:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
gnote-3.38.0/data/icons/Makefile.in-608-		mkdir -p $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT; \
##############################################
gnote-3.38.0/data/icons/Makefile.in-613-	-for icon in $(public_icons); do \
gnote-3.38.0/data/icons/Makefile.in:614:		THEME=`echo $$icon | cut -d_ -f1`; \
gnote-3.38.0/data/icons/Makefile.in:615:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
gnote-3.38.0/data/icons/Makefile.in:616:		SIZE=`echo $$icon | cut -d_ -f3`; \
gnote-3.38.0/data/icons/Makefile.in:617:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
gnote-3.38.0/data/icons/Makefile.in-618-		rm -f $(DESTDIR)$(datadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
gnote-3.38.0/data/icons/Makefile.in-620-	for icon in $(private_icons); do \
gnote-3.38.0/data/icons/Makefile.in:621:		THEME=`echo $$icon | cut -d_ -f1`; \
gnote-3.38.0/data/icons/Makefile.in:622:		CONTEXT=`echo $$icon | cut -d_ -f2`; \
gnote-3.38.0/data/icons/Makefile.in:623:		SIZE=`echo $$icon | cut -d_ -f3`; \
gnote-3.38.0/data/icons/Makefile.in:624:		ICONFILE=`echo $$icon | cut -d_ -f4`; \
gnote-3.38.0/data/icons/Makefile.in-625-		rm -f $(DESTDIR)$(pkgdatadir)/icons/$$THEME/$$SIZE/$$CONTEXT/$$ICONFILE; \
##############################################
gnote-3.38.0/data/Makefile.in-50-  { \
gnote-3.38.0/data/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/data/Makefile.in-52-  }; \
##############################################
gnote-3.38.0/data/Makefile.in-134-  esac
gnote-3.38.0/data/Makefile.in:135:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/data/Makefile.in-136-am__vpath_adj = case $$p in \
gnote-3.38.0/data/Makefile.in:137:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/data/Makefile.in-138-    *) f=$$p;; \
gnote-3.38.0/data/Makefile.in-139-  esac;
gnote-3.38.0/data/Makefile.in:140:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/data/Makefile.in-141-am__install_max = 40
gnote-3.38.0/data/Makefile.in-142-am__nobase_strip_setup = \
gnote-3.38.0/data/Makefile.in:143:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/data/Makefile.in-144-am__nobase_strip = \
##############################################
gnote-3.38.0/data/Makefile.in-204-  while test -n "$$dir1"; do \
gnote-3.38.0/data/Makefile.in:205:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gnote-3.38.0/data/Makefile.in-206-    if test "$$first" != "."; then \
gnote-3.38.0/data/Makefile.in-207-      if test "$$first" = ".."; then \
gnote-3.38.0/data/Makefile.in:208:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gnote-3.38.0/data/Makefile.in:209:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gnote-3.38.0/data/Makefile.in-210-      else \
gnote-3.38.0/data/Makefile.in:211:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gnote-3.38.0/data/Makefile.in-212-        if test "$$first2" = "$$first"; then \
gnote-3.38.0/data/Makefile.in:213:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gnote-3.38.0/data/Makefile.in-214-        else \
##############################################
gnote-3.38.0/data/Makefile.in-219-    fi; \
gnote-3.38.0/data/Makefile.in:220:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gnote-3.38.0/data/Makefile.in-221-  done; \
##############################################
gnote-3.38.0/data/Makefile.in-483-	test -n "$(man1dir)" \
gnote-3.38.0/data/Makefile.in:484:	  && test -n "`echo $$list1$$list2`" \
gnote-3.38.0/data/Makefile.in-485-	  || exit 0; \
##############################################
gnote-3.38.0/data/Makefile.in-540-	@list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
gnote-3.38.0/data/Makefile.in:541:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/data/Makefile.in-542-	dir='$(DESTDIR)$(dbusservicedir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/data/Makefile.in-561-	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
gnote-3.38.0/data/Makefile.in:562:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/data/Makefile.in-563-	dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/data/Makefile.in-578-	dot_seen=no; \
gnote-3.38.0/data/Makefile.in:579:	target=`echo $@ | sed s/-recursive//`; \
gnote-3.38.0/data/Makefile.in-580-	case "$@" in \
##############################################
gnote-3.38.0/data/Makefile.in-641-GTAGS:
gnote-3.38.0/data/Makefile.in:642:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/data/Makefile.in-643-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/data/Makefile.in-667-distdir-am: $(DISTFILES)
gnote-3.38.0/data/Makefile.in:668:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/data/Makefile.in:669:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/data/Makefile.in-670-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/data/Makefile.in-681-	  if test -d $$d/$$file; then \
gnote-3.38.0/data/Makefile.in:682:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/data/Makefile.in-683-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/data/ui/Makefile.in-50-  { \
gnote-3.38.0/data/ui/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/data/ui/Makefile.in-52-  }; \
##############################################
gnote-3.38.0/data/ui/Makefile.in-126-  esac
gnote-3.38.0/data/ui/Makefile.in:127:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/data/ui/Makefile.in-128-am__vpath_adj = case $$p in \
gnote-3.38.0/data/ui/Makefile.in:129:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/data/ui/Makefile.in-130-    *) f=$$p;; \
gnote-3.38.0/data/ui/Makefile.in-131-  esac;
gnote-3.38.0/data/ui/Makefile.in:132:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/data/ui/Makefile.in-133-am__install_max = 40
gnote-3.38.0/data/ui/Makefile.in-134-am__nobase_strip_setup = \
gnote-3.38.0/data/ui/Makefile.in:135:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/data/ui/Makefile.in-136-am__nobase_strip = \
##############################################
gnote-3.38.0/data/ui/Makefile.in-405-	@list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
gnote-3.38.0/data/ui/Makefile.in:406:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/data/ui/Makefile.in-407-	dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/data/ui/Makefile.in-418-distdir-am: $(DISTFILES)
gnote-3.38.0/data/ui/Makefile.in:419:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/data/ui/Makefile.in:420:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/data/ui/Makefile.in-421-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/data/ui/Makefile.in-432-	  if test -d $$d/$$file; then \
gnote-3.38.0/data/ui/Makefile.in:433:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/data/ui/Makefile.in-434-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
gnote-3.38.0/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gnote-3.38.0/configure-45-  as_echo='print -r --'
gnote-3.38.0/configure-46-  as_echo_n='print -rn --'
gnote-3.38.0/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gnote-3.38.0/configure-48-  as_echo='printf %s\n'
##############################################
gnote-3.38.0/configure-50-else
gnote-3.38.0/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gnote-3.38.0/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gnote-3.38.0/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
gnote-3.38.0/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gnote-3.38.0/configure-62-      esac;
##############################################
gnote-3.38.0/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
gnote-3.38.0/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
gnote-3.38.0/configure-199-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
gnote-3.38.0/configure-205-    PATH=/empty FPATH=/empty; export PATH FPATH
gnote-3.38.0/configure:206:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
gnote-3.38.0/configure:207:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
gnote-3.38.0/configure-208-  if (eval "$as_required") 2>/dev/null; then :
##############################################
gnote-3.38.0/configure-332-      case $as_dir in #(
gnote-3.38.0/configure:333:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gnote-3.38.0/configure-334-      *) as_qdir=$as_dir;;
##############################################
gnote-3.38.0/configure-405-  {
gnote-3.38.0/configure:406:    as_val=`expr "$@" || test $? -eq 1`
gnote-3.38.0/configure-407-  }
##############################################
gnote-3.38.0/configure-412-# ----------------------------------------
gnote-3.38.0/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gnote-3.38.0/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gnote-3.38.0/configure-475-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
gnote-3.38.0/configure:476:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
gnote-3.38.0/configure-477-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
gnote-3.38.0/configure-973-  case $ac_option in
gnote-3.38.0/configure:974:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
gnote-3.38.0/configure-975-  *=)   ac_optarg= ;;
##############################################
gnote-3.38.0/configure-1017-  -disable-* | --disable-*)
gnote-3.38.0/configure:1018:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
gnote-3.38.0/configure-1019-    # Reject names that are not valid shell variable names.
##############################################
gnote-3.38.0/configure-1022-    ac_useropt_orig=$ac_useropt
gnote-3.38.0/configure:1023:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gnote-3.38.0/configure-1024-    case $ac_user_opts in
##############################################
gnote-3.38.0/configure-1043-  -enable-* | --enable-*)
gnote-3.38.0/configure:1044:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
gnote-3.38.0/configure-1045-    # Reject names that are not valid shell variable names.
##############################################
gnote-3.38.0/configure-1048-    ac_useropt_orig=$ac_useropt
gnote-3.38.0/configure:1049:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gnote-3.38.0/configure-1050-    case $ac_user_opts in
##############################################
gnote-3.38.0/configure-1247-  -with-* | --with-*)
gnote-3.38.0/configure:1248:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
gnote-3.38.0/configure-1249-    # Reject names that are not valid shell variable names.
##############################################
gnote-3.38.0/configure-1252-    ac_useropt_orig=$ac_useropt
gnote-3.38.0/configure:1253:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gnote-3.38.0/configure-1254-    case $ac_user_opts in
##############################################
gnote-3.38.0/configure-1263-  -without-* | --without-*)
gnote-3.38.0/configure:1264:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
gnote-3.38.0/configure-1265-    # Reject names that are not valid shell variable names.
##############################################
gnote-3.38.0/configure-1268-    ac_useropt_orig=$ac_useropt
gnote-3.38.0/configure:1269:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
gnote-3.38.0/configure-1270-    case $ac_user_opts in
##############################################
gnote-3.38.0/configure-1301-  *=*)
gnote-3.38.0/configure:1302:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
gnote-3.38.0/configure-1303-    # Reject names that are not valid shell variable names.
##############################################
gnote-3.38.0/configure-1322-if test -n "$ac_prev"; then
gnote-3.38.0/configure:1323:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
gnote-3.38.0/configure-1324-  as_fn_error $? "missing argument to $ac_option"
##############################################
gnote-3.38.0/configure-1344-    */ )
gnote-3.38.0/configure:1345:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
gnote-3.38.0/configure-1346-      eval $ac_var=\$ac_val;;
##############################################
gnote-3.38.0/configure-1379-ac_ls_di=`ls -di .` &&
gnote-3.38.0/configure:1380:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
gnote-3.38.0/configure-1381-  as_fn_error $? "working directory cannot be determined"
##############################################
gnote-3.38.0/configure-1435-case $srcdir in
gnote-3.38.0/configure:1436:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
gnote-3.38.0/configure-1437-esac
##############################################
gnote-3.38.0/configure-1478-By default, \`make install' will install all the files in
gnote-3.38.0/configure:1479:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
gnote-3.38.0/configure:1480:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
gnote-3.38.0/configure-1481-for instance \`--prefix=\$HOME'.
##############################################
gnote-3.38.0/configure-1635-*)
gnote-3.38.0/configure:1636:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gnote-3.38.0/configure-1637-  # A ".." for each directory in $ac_dir_suffix.
gnote-3.38.0/configure:1638:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gnote-3.38.0/configure-1639-  case $ac_top_builddir_sub in
##############################################
gnote-3.38.0/configure-2394-    *\'*)
gnote-3.38.0/configure:2395:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
gnote-3.38.0/configure-2396-    esac
##############################################
gnote-3.38.0/configure-2477-      case $ac_val in
gnote-3.38.0/configure:2478:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gnote-3.38.0/configure-2479-      esac
##############################################
gnote-3.38.0/configure-2492-	case $ac_val in
gnote-3.38.0/configure:2493:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
gnote-3.38.0/configure-2494-	esac
##############################################
gnote-3.38.0/configure-2612-    set,)
gnote-3.38.0/configure:2613:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
gnote-3.38.0/configure:2614:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
gnote-3.38.0/configure-2615-      ac_cache_corrupted=: ;;
##############################################
gnote-3.38.0/configure-2623-	# differences in whitespace do not lead to failure.
gnote-3.38.0/configure:2624:	ac_old_val_w=`echo x $ac_old_val`
gnote-3.38.0/configure:2625:	ac_new_val_w=`echo x $ac_new_val`
gnote-3.38.0/configure-2626-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
gnote-3.38.0/configure-2643-    case $ac_new_val in
gnote-3.38.0/configure:2644:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
gnote-3.38.0/configure-2645-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
gnote-3.38.0/configure-2820-     echo "timestamp, slept: $am_has_slept" > conftest.file
gnote-3.38.0/configure:2821:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gnote-3.38.0/configure-2822-     if test "$*" = "X"; then
gnote-3.38.0/configure-2823-	# -L didn't work.
gnote-3.38.0/configure:2824:	set X `ls -t "$srcdir/configure" conftest.file`
gnote-3.38.0/configure-2825-     fi
##############################################
gnote-3.38.0/configure-2871-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
gnote-3.38.0/configure:2872:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
gnote-3.38.0/configure-2873-
gnote-3.38.0/configure-2874-# Expand $ac_aux_dir to an absolute path.
gnote-3.38.0/configure:2875:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gnote-3.38.0/configure-2876-
##############################################
gnote-3.38.0/configure-3016-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
gnote-3.38.0/configure:3017:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
gnote-3.38.0/configure-3018-	     'mkdir (GNU coreutils) '* | \
##############################################
gnote-3.38.0/configure-3089-set x ${MAKE-make}
gnote-3.38.0/configure:3090:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
gnote-3.38.0/configure-3091-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
gnote-3.38.0/configure-3099-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
gnote-3.38.0/configure:3100:case `${MAKE-make} -f conftest.make 2>/dev/null` in
gnote-3.38.0/configure-3101-  *@@@%%%=?*=@@@%%%*)
##############################################
gnote-3.38.0/configure-3165-
gnote-3.38.0/configure:3166:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gnote-3.38.0/configure-3167-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gnote-3.38.0/configure-3703-	  if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \
gnote-3.38.0/configure:3704:	  echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \
gnote-3.38.0/configure:3705:	  $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \
gnote-3.38.0/configure-3706-	done; done
gnote-3.38.0/configure-3707-	@for f in $(_HELP_C_EXTRA); do \
gnote-3.38.0/configure:3708:	  lc=`dirname "$$f"`; lc=`basename "$$lc"`; \
gnote-3.38.0/configure-3709-	  if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \
##############################################
gnote-3.38.0/configure-3711-	  if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \
gnote-3.38.0/configure:3712:	  echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \
gnote-3.38.0/configure:3713:	  $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \
gnote-3.38.0/configure-3714-	done
##############################################
gnote-3.38.0/configure-3718-	    helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \
gnote-3.38.0/configure:3719:	    mdir=`dirname "$$f"`; \
gnote-3.38.0/configure-3720-	    if test "x$mdir" = "x."; then mdir=""; fi; \
##############################################
gnote-3.38.0/configure-3738-	  helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \
gnote-3.38.0/configure:3739:	  echo "rm -f $$helpdir`basename $$f`"; \
gnote-3.38.0/configure:3740:	  rm -f "$$helpdir`basename $$f`"; \
gnote-3.38.0/configure-3741-	done; done
gnote-3.38.0/configure-3742-	@for f in $(_HELP_C_EXTRA); do \
gnote-3.38.0/configure:3743:	  lc=`dirname "$$f"`; lc=`basename "$$lc"`; \
gnote-3.38.0/configure-3744-	  helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \
gnote-3.38.0/configure:3745:	  echo "rm -f $$helpdir`basename $$f`"; \
gnote-3.38.0/configure:3746:	  rm -f "$$helpdir`basename $$f`"; \
gnote-3.38.0/configure-3747-	done
##############################################
gnote-3.38.0/configure-3943-$as_echo_n "checking whether the C++ compiler works... " >&6; }
gnote-3.38.0/configure:3944:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
gnote-3.38.0/configure-3945-
##############################################
gnote-3.38.0/configure-3987-	then :; else
gnote-3.38.0/configure:3988:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gnote-3.38.0/configure-3989-	fi
##############################################
gnote-3.38.0/configure-4047-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
gnote-3.38.0/configure:4048:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
gnote-3.38.0/configure-4049-	  break;;
##############################################
gnote-3.38.0/configure-4156-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
gnote-3.38.0/configure:4157:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
gnote-3.38.0/configure-4158-       break;;
##############################################
gnote-3.38.0/configure-4388-  if test "$am_compiler_list" = ""; then
gnote-3.38.0/configure:4389:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gnote-3.38.0/configure-4390-  fi
##############################################
gnote-3.38.0/configure-5114-  if test "$am_compiler_list" = ""; then
gnote-3.38.0/configure:5115:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
gnote-3.38.0/configure-5116-  fi
##############################################
gnote-3.38.0/configure-5371-  # Check for GNU $ac_path_GREP
gnote-3.38.0/configure:5372:case `"$ac_path_GREP" --version 2>&1` in
gnote-3.38.0/configure-5373-*GNU*)
##############################################
gnote-3.38.0/configure-5437-  # Check for GNU $ac_path_EGREP
gnote-3.38.0/configure:5438:case `"$ac_path_EGREP" --version 2>&1` in
gnote-3.38.0/configure-5439-*GNU*)
##############################################
gnote-3.38.0/configure-5598-do :
gnote-3.38.0/configure:5599:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
gnote-3.38.0/configure-5600-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
gnote-3.38.0/configure-5603-  cat >>confdefs.h <<_ACEOF
gnote-3.38.0/configure:5604:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
gnote-3.38.0/configure-5605-_ACEOF
##############################################
gnote-3.38.0/configure-5744-test "x$ac_build_alias" = x &&
gnote-3.38.0/configure:5745:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
gnote-3.38.0/configure-5746-test "x$ac_build_alias" = x &&
gnote-3.38.0/configure-5747-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
gnote-3.38.0/configure:5748:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
gnote-3.38.0/configure-5749-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
gnote-3.38.0/configure-5768-IFS=$ac_save_IFS
gnote-3.38.0/configure:5769:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
gnote-3.38.0/configure-5770-
##############################################
gnote-3.38.0/configure-5779-else
gnote-3.38.0/configure:5780:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
gnote-3.38.0/configure-5781-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
gnote-3.38.0/configure-5801-IFS=$ac_save_IFS
gnote-3.38.0/configure:5802:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
gnote-3.38.0/configure-5803-
##############################################
gnote-3.38.0/configure-5829-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gnote-3.38.0/configure:5830:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gnote-3.38.0/configure-5831-  ECHO='print -r --'
gnote-3.38.0/configure:5832:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gnote-3.38.0/configure-5833-  ECHO='printf %s\n'
##############################################
gnote-3.38.0/configure-5898-  # Check for GNU $ac_path_SED
gnote-3.38.0/configure:5899:case `"$ac_path_SED" --version 2>&1` in
gnote-3.38.0/configure-5900-*GNU*)
##############################################
gnote-3.38.0/configure-5977-  # Check for GNU $ac_path_FGREP
gnote-3.38.0/configure:5978:case `"$ac_path_FGREP" --version 2>&1` in
gnote-3.38.0/configure-5979-*GNU*)
##############################################
gnote-3.38.0/configure-6057-    # gcc leaves a trailing carriage return, which upsets mingw
gnote-3.38.0/configure:6058:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gnote-3.38.0/configure-6059-  *)
gnote-3.38.0/configure:6060:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gnote-3.38.0/configure-6061-  esac
##############################################
gnote-3.38.0/configure-6066-      # Canonicalize the pathname of ld
gnote-3.38.0/configure:6067:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gnote-3.38.0/configure-6068-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gnote-3.38.0/configure:6069:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gnote-3.38.0/configure-6070-      done
##############################################
gnote-3.38.0/configure-6101-      # Break only if it was the GNU/non-GNU ld that we prefer.
gnote-3.38.0/configure:6102:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gnote-3.38.0/configure-6103-      *GNU* | *'with BFD'*)
##############################################
gnote-3.38.0/configure-6132-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gnote-3.38.0/configure:6133:case `$LD -v 2>&1 </dev/null` in
gnote-3.38.0/configure-6134-*GNU* | *'with BFD'*)
##############################################
gnote-3.38.0/configure-6182-	esac
gnote-3.38.0/configure:6183:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
gnote-3.38.0/configure-6184-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
gnote-3.38.0/configure-6188-	*)
gnote-3.38.0/configure:6189:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gnote-3.38.0/configure-6190-	  */dev/null*)
##############################################
gnote-3.38.0/configure-6316-
gnote-3.38.0/configure:6317:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
gnote-3.38.0/configure-6318-    *COFF*)
##############################################
gnote-3.38.0/configure-6417-    # And add a safety zone
gnote-3.38.0/configure:6418:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gnote-3.38.0/configure:6419:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gnote-3.38.0/configure-6420-    ;;
##############################################
gnote-3.38.0/configure-6450-    if test -n "$kargmax"; then
gnote-3.38.0/configure:6451:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
gnote-3.38.0/configure-6452-    else
##############################################
gnote-3.38.0/configure-6459-       test undefined != "$lt_cv_sys_max_cmd_len"; then
gnote-3.38.0/configure:6460:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gnote-3.38.0/configure:6461:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gnote-3.38.0/configure-6462-    else
##############################################
gnote-3.38.0/configure-6471-      # we can't tell.
gnote-3.38.0/configure:6472:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
gnote-3.38.0/configure-6473-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gnote-3.38.0/configure-6475-      do
gnote-3.38.0/configure:6476:        i=`expr $i + 1`
gnote-3.38.0/configure-6477-        teststring=$teststring$teststring
##############################################
gnote-3.38.0/configure-6479-      # Only check the string length outside the loop.
gnote-3.38.0/configure:6480:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gnote-3.38.0/configure-6481-      teststring=
##############################################
gnote-3.38.0/configure-6484-      # linker.  It appears as though 1/2 is a usable value.
gnote-3.38.0/configure:6485:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gnote-3.38.0/configure-6486-    fi
##############################################
gnote-3.38.0/configure-6895-openbsd* | bitrig*)
gnote-3.38.0/configure:6896:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gnote-3.38.0/configure-6897-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
gnote-3.38.0/configure-6965-    else
gnote-3.38.0/configure:6966:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
gnote-3.38.0/configure-6967-    fi
##############################################
gnote-3.38.0/configure-7110-  # decide which one to use based on capabilities of $DLLTOOL
gnote-3.38.0/configure:7111:  case `$DLLTOOL --help 2>&1` in
gnote-3.38.0/configure-7112-  *--identify-strict*)
##############################################
gnote-3.38.0/configure-7631-# If we're using GNU nm, then use its standard symbol codes.
gnote-3.38.0/configure:7632:case `$NM -V 2>&1` in
gnote-3.38.0/configure-7633-*GNU* | *'with BFD'*)
##############################################
gnote-3.38.0/configure-7679-mingw*)
gnote-3.38.0/configure:7680:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gnote-3.38.0/configure-7681-  ;;
##############################################
gnote-3.38.0/configure-7911-   if test yes = "$GCC"; then
gnote-3.38.0/configure:7912:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gnote-3.38.0/configure-7913-   fi
##############################################
gnote-3.38.0/configure-7915- /*)
gnote-3.38.0/configure:7916:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gnote-3.38.0/configure-7917-   ;; #(
##############################################
gnote-3.38.0/configure-8010-    done
gnote-3.38.0/configure:8011:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gnote-3.38.0/configure-8012-}
##############################################
gnote-3.38.0/configure-8032-  test $ac_status = 0; }; then
gnote-3.38.0/configure:8033:    case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/configure-8034-      *ELF-32*)
##############################################
gnote-3.38.0/configure-8053-    if test yes = "$lt_cv_prog_gnu_ld"; then
gnote-3.38.0/configure:8054:      case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/configure-8055-	*32-bit*)
##############################################
gnote-3.38.0/configure-8065-    else
gnote-3.38.0/configure:8066:      case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/configure-8067-	*32-bit*)
##############################################
gnote-3.38.0/configure-8091-    emul=elf
gnote-3.38.0/configure:8092:    case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/configure-8093-      *32-bit*)
##############################################
gnote-3.38.0/configure-8099-    esac
gnote-3.38.0/configure:8100:    case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/configure-8101-      *MSB*)
##############################################
gnote-3.38.0/configure-8107-    esac
gnote-3.38.0/configure:8108:    case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/configure-8109-      *N32*)
##############################################
gnote-3.38.0/configure-9040-    *:)
gnote-3.38.0/configure:9041:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
gnote-3.38.0/configure-9042-        ;;
gnote-3.38.0/configure-9043-    x:*)
gnote-3.38.0/configure:9044:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
gnote-3.38.0/configure-9045-        ;;
gnote-3.38.0/configure-9046-    *::*)
gnote-3.38.0/configure:9047:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gnote-3.38.0/configure:9048:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
gnote-3.38.0/configure-9049-        ;;
gnote-3.38.0/configure-9050-    *)
gnote-3.38.0/configure:9051:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
gnote-3.38.0/configure-9052-        ;;
##############################################
gnote-3.38.0/configure-9074-  case $2 in
gnote-3.38.0/configure:9075:  .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;;
gnote-3.38.0/configure:9076:  *)  func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;;
gnote-3.38.0/configure-9077-  esac
##############################################
gnote-3.38.0/configure-9415-	"file_magic "*)
gnote-3.38.0/configure:9416:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gnote-3.38.0/configure-9417-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gnote-3.38.0/configure-9481-	"file_magic "*)
gnote-3.38.0/configure:9482:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gnote-3.38.0/configure-9483-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gnote-3.38.0/configure-9879-      *)
gnote-3.38.0/configure:9880:	case `$CC -V 2>&1 | sed 5q` in
gnote-3.38.0/configure-9881-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
gnote-3.38.0/configure-10325-	# shared libraries, regardless of the interface used.
gnote-3.38.0/configure:10326:	case `$LD -v 2>&1` in
gnote-3.38.0/configure-10327-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gnote-3.38.0/configure-10357-    supports_anon_versioning=no
gnote-3.38.0/configure:10358:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
gnote-3.38.0/configure-10359-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gnote-3.38.0/configure-10426-	# is; otherwise, prepend EXPORTS...
gnote-3.38.0/configure:10427:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gnote-3.38.0/configure-10428-          cp $export_symbols $output_objdir/$soname.def;
##############################################
gnote-3.38.0/configure-10460-	prefix_cmds="$SED"~
gnote-3.38.0/configure:10461:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gnote-3.38.0/configure-10462-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gnote-3.38.0/configure-10482-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gnote-3.38.0/configure:10483:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnote-3.38.0/configure:10484:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnote-3.38.0/configure-10485-      ;;
##############################################
gnote-3.38.0/configure-10500-        pgcc*)				# Portland Group C compiler
gnote-3.38.0/configure:10501:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/configure-10502-	  tmp_addflag=' $pic_flag'
##############################################
gnote-3.38.0/configure-10505-					# Portland Group f77 and f90 compilers
gnote-3.38.0/configure:10506:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/configure-10507-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gnote-3.38.0/configure-10522-	nvcc*)	# Cuda Compiler Driver 2.2
gnote-3.38.0/configure:10523:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/configure-10524-	  compiler_needs_object=yes
##############################################
gnote-3.38.0/configure-10526-	esac
gnote-3.38.0/configure:10527:	case `$CC -V 2>&1 | sed 5q` in
gnote-3.38.0/configure-10528-	*Sun\ C*)			# Sun C 5.9
gnote-3.38.0/configure:10529:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/configure-10530-	  compiler_needs_object=yes
##############################################
gnote-3.38.0/configure-10597-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gnote-3.38.0/configure:10598:      case `$LD -v 2>&1` in
gnote-3.38.0/configure-10599-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
gnote-3.38.0/configure-10686-	else
gnote-3.38.0/configure:10687:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gnote-3.38.0/configure-10688-	fi
##############################################
gnote-3.38.0/configure-10751-	# below for broken collect2 doesn't work under 4.3+
gnote-3.38.0/configure:10752:	  collect2name=`$CC -print-prog-name=collect2`
gnote-3.38.0/configure-10753-	  if test -f "$collect2name" &&
##############################################
gnote-3.38.0/configure-10831-      }'
gnote-3.38.0/configure:10832:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnote-3.38.0/configure-10833-  # Check for a 64-bit object if we didn't find anything.
gnote-3.38.0/configure-10834-  if test -z "$lt_cv_aix_libpath_"; then
gnote-3.38.0/configure:10835:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnote-3.38.0/configure-10836-  fi
##############################################
gnote-3.38.0/configure-10849-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
gnote-3.38.0/configure:10850:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gnote-3.38.0/configure-10851-      else
##############################################
gnote-3.38.0/configure-10884-      }'
gnote-3.38.0/configure:10885:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnote-3.38.0/configure-10886-  # Check for a 64-bit object if we didn't find anything.
gnote-3.38.0/configure-10887-  if test -z "$lt_cv_aix_libpath_"; then
gnote-3.38.0/configure:10888:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnote-3.38.0/configure-10889-  fi
##############################################
gnote-3.38.0/configure-10916-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
gnote-3.38.0/configure:10917:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
gnote-3.38.0/configure-10918-	  if test svr4 != "$with_aix_soname"; then
##############################################
gnote-3.38.0/configure-10969-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
gnote-3.38.0/configure:10970:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gnote-3.38.0/configure-10971-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
gnote-3.38.0/configure-11007-	# FIXME: Setting linknames here is a bad hack.
gnote-3.38.0/configure:11008:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gnote-3.38.0/configure-11009-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gnote-3.38.0/configure-11025-  if test yes = "$lt_cv_ld_force_load"; then
gnote-3.38.0/configure:11026:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gnote-3.38.0/configure-11027-
##############################################
gnote-3.38.0/configure-11205-      if test yes = "$GCC"; then
gnote-3.38.0/configure:11206:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/configure-11207-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gnote-3.38.0/configure-11233-	if test yes = "$lt_cv_irix_exported_symbol"; then
gnote-3.38.0/configure:11234:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
gnote-3.38.0/configure-11235-	fi
gnote-3.38.0/configure-11236-      else
gnote-3.38.0/configure:11237:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/configure:11238:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
gnote-3.38.0/configure-11239-      fi
##############################################
gnote-3.38.0/configure-11283-	hardcode_direct_absolute=yes
gnote-3.38.0/configure:11284:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gnote-3.38.0/configure-11285-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gnote-3.38.0/configure-11314-	prefix_cmds="$SED"~
gnote-3.38.0/configure:11315:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gnote-3.38.0/configure-11316-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gnote-3.38.0/configure-11328-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
gnote-3.38.0/configure:11329:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/configure-11330-      else
gnote-3.38.0/configure-11331-	allow_undefined_flag=' -expect_unresolved \*'
gnote-3.38.0/configure:11332:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/configure-11333-      fi
##############################################
gnote-3.38.0/configure-11341-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
gnote-3.38.0/configure:11342:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/configure-11343-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
gnote-3.38.0/configure-11345-	allow_undefined_flag=' -expect_unresolved \*'
gnote-3.38.0/configure:11346:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/configure:11347:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gnote-3.38.0/configure:11348:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
gnote-3.38.0/configure-11349-
##############################################
gnote-3.38.0/configure-11364-      else
gnote-3.38.0/configure:11365:	case `$CC -V 2>&1` in
gnote-3.38.0/configure-11366-	*"Compilers 5.0"*)
##############################################
gnote-3.38.0/configure-11763-  esac
gnote-3.38.0/configure:11764:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gnote-3.38.0/configure-11765-  case $lt_search_path_spec in
##############################################
gnote-3.38.0/configure-11770-    # okay in the real world where ";" in dirpaths is itself problematic.
gnote-3.38.0/configure:11771:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gnote-3.38.0/configure-11772-    ;;
gnote-3.38.0/configure-11773-  *)
gnote-3.38.0/configure:11774:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gnote-3.38.0/configure-11775-    ;;
##############################################
gnote-3.38.0/configure-11779-  lt_tmp_lt_search_path_spec=
gnote-3.38.0/configure:11780:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gnote-3.38.0/configure-11781-  # ...but if some path component already ends with the multilib dir we assume
##############################################
gnote-3.38.0/configure-11821-  esac
gnote-3.38.0/configure:11822:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gnote-3.38.0/configure-11823-else
##############################################
gnote-3.38.0/configure-11961-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gnote-3.38.0/configure:11962:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gnote-3.38.0/configure-11963-    ;;
##############################################
gnote-3.38.0/configure-11997-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnote-3.38.0/configure:11998:    postinstall_cmds='base_file=`basename \$file`~
gnote-3.38.0/configure:11999:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gnote-3.38.0/configure:12000:      dldir=$destdir/`dirname \$dlpath`~
gnote-3.38.0/configure-12001-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gnote-3.38.0/configure-12006-      fi'
gnote-3.38.0/configure:12007:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnote-3.38.0/configure-12008-      dlpath=$dir/\$dldll~
##############################################
gnote-3.38.0/configure-12014-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gnote-3.38.0/configure:12015:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/configure-12016-
##############################################
gnote-3.38.0/configure-12020-      # MinGW DLLs use traditional 'lib' prefix
gnote-3.38.0/configure:12021:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/configure-12022-      ;;
##############################################
gnote-3.38.0/configure-12024-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gnote-3.38.0/configure:12025:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/configure-12026-      ;;
##############################################
gnote-3.38.0/configure-12033-    libname_spec='$name'
gnote-3.38.0/configure:12034:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/configure-12035-    library_names_spec='$libname.dll.lib'
##############################################
gnote-3.38.0/configure-12045-        # Let DOS variable expansion print the short 8.3 style file name.
gnote-3.38.0/configure:12046:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gnote-3.38.0/configure-12047-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gnote-3.38.0/configure-12050-      # Convert to MSYS style.
gnote-3.38.0/configure:12051:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gnote-3.38.0/configure-12052-      ;;
##############################################
gnote-3.38.0/configure-12056-      # like /cygdrive/c/PROGRA~1:/cygdr...
gnote-3.38.0/configure:12057:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gnote-3.38.0/configure:12058:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gnote-3.38.0/configure:12059:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gnote-3.38.0/configure-12060-      ;;
##############################################
gnote-3.38.0/configure-12064-        # It is most probably a Windows format PATH.
gnote-3.38.0/configure:12065:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gnote-3.38.0/configure-12066-      else
gnote-3.38.0/configure:12067:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gnote-3.38.0/configure-12068-      fi
##############################################
gnote-3.38.0/configure-12074-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnote-3.38.0/configure:12075:    postinstall_cmds='base_file=`basename \$file`~
gnote-3.38.0/configure:12076:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gnote-3.38.0/configure:12077:      dldir=$destdir/`dirname \$dlpath`~
gnote-3.38.0/configure-12078-      test -d \$dldir || mkdir -p \$dldir~
gnote-3.38.0/configure-12079-      $install_prog $dir/$dlname \$dldir/$dlname'
gnote-3.38.0/configure:12080:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnote-3.38.0/configure-12081-      dlpath=$dir/\$dldll~
##############################################
gnote-3.38.0/configure-12088-    # Assume MSVC wrapper
gnote-3.38.0/configure:12089:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
gnote-3.38.0/configure-12090-    dynamic_linker='Win32 ld.exe'
##############################################
gnote-3.38.0/configure-12105-  shlibpath_var=DYLD_LIBRARY_PATH
gnote-3.38.0/configure:12106:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gnote-3.38.0/configure-12107-
##############################################
gnote-3.38.0/configure-12361-  if test -f /etc/ld.so.conf; then
gnote-3.38.0/configure:12362:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gnote-3.38.0/configure-12363-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
gnote-3.38.0/configure-12415-  need_lib_prefix=no
gnote-3.38.0/configure:12416:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gnote-3.38.0/configure-12417-    need_version=no
##############################################
gnote-3.38.0/configure-12442-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gnote-3.38.0/configure:12443:  postinstall_cmds='base_file=`basename \$file`~
gnote-3.38.0/configure:12444:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gnote-3.38.0/configure:12445:    dldir=$destdir/`dirname \$dlpath`~
gnote-3.38.0/configure-12446-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gnote-3.38.0/configure-12451-    fi'
gnote-3.38.0/configure:12452:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gnote-3.38.0/configure-12453-    dlpath=$dir/\$dldll~
##############################################
gnote-3.38.0/configure-13634-    # gcc leaves a trailing carriage return, which upsets mingw
gnote-3.38.0/configure:13635:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gnote-3.38.0/configure-13636-  *)
gnote-3.38.0/configure:13637:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gnote-3.38.0/configure-13638-  esac
##############################################
gnote-3.38.0/configure-13643-      # Canonicalize the pathname of ld
gnote-3.38.0/configure:13644:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gnote-3.38.0/configure-13645-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gnote-3.38.0/configure:13646:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gnote-3.38.0/configure-13647-      done
##############################################
gnote-3.38.0/configure-13678-      # Break only if it was the GNU/non-GNU ld that we prefer.
gnote-3.38.0/configure:13679:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gnote-3.38.0/configure-13680-      *GNU* | *'with BFD'*)
##############################################
gnote-3.38.0/configure-13709-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
gnote-3.38.0/configure:13710:case `$LD -v 2>&1 </dev/null` in
gnote-3.38.0/configure-13711-*GNU* | *'with BFD'*)
##############################################
gnote-3.38.0/configure-13743-        # ancient GNU ld didn't support --whole-archive et. al.
gnote-3.38.0/configure:13744:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gnote-3.38.0/configure-13745-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gnote-3.38.0/configure-13854-          # below for broken collect2 doesn't work under 4.3+
gnote-3.38.0/configure:13855:	  collect2name=`$CC -print-prog-name=collect2`
gnote-3.38.0/configure-13856-	  if test -f "$collect2name" &&
##############################################
gnote-3.38.0/configure-13935-      }'
gnote-3.38.0/configure:13936:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnote-3.38.0/configure-13937-  # Check for a 64-bit object if we didn't find anything.
gnote-3.38.0/configure-13938-  if test -z "$lt_cv_aix_libpath__CXX"; then
gnote-3.38.0/configure:13939:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnote-3.38.0/configure-13940-  fi
##############################################
gnote-3.38.0/configure-13954-
gnote-3.38.0/configure:13955:          archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gnote-3.38.0/configure-13956-        else
##############################################
gnote-3.38.0/configure-13989-      }'
gnote-3.38.0/configure:13990:  lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnote-3.38.0/configure-13991-  # Check for a 64-bit object if we didn't find anything.
gnote-3.38.0/configure-13992-  if test -z "$lt_cv_aix_libpath__CXX"; then
gnote-3.38.0/configure:13993:    lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnote-3.38.0/configure-13994-  fi
##############################################
gnote-3.38.0/configure-14021-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
gnote-3.38.0/configure:14022:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
gnote-3.38.0/configure-14023-	    if test svr4 != "$with_aix_soname"; then
##############################################
gnote-3.38.0/configure-14074-	  archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
gnote-3.38.0/configure:14075:	  archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gnote-3.38.0/configure-14076-              cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
gnote-3.38.0/configure-14116-	    # is; otherwise, prepend EXPORTS...
gnote-3.38.0/configure:14117:	    archive_expsym_cmds_CXX='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
gnote-3.38.0/configure-14118-              cp $export_symbols $output_objdir/$soname.def;
##############################################
gnote-3.38.0/configure-14137-  if test yes = "$lt_cv_ld_force_load"; then
gnote-3.38.0/configure:14138:    whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gnote-3.38.0/configure-14139-
##############################################
gnote-3.38.0/configure-14182-	  prefix_cmds="$SED"~
gnote-3.38.0/configure:14183:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
gnote-3.38.0/configure-14184-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
gnote-3.38.0/configure-14256-            # dependencies.
gnote-3.38.0/configure:14257:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gnote-3.38.0/configure-14258-            ;;
##############################################
gnote-3.38.0/configure-14321-	    # dependencies.
gnote-3.38.0/configure:14322:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gnote-3.38.0/configure-14323-	    ;;
##############################################
gnote-3.38.0/configure-14357-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gnote-3.38.0/configure:14358:	archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnote-3.38.0/configure:14359:	archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnote-3.38.0/configure-14360-	;;
##############################################
gnote-3.38.0/configure-14364-	    # SGI C++
gnote-3.38.0/configure:14365:	    archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/configure-14366-
##############################################
gnote-3.38.0/configure-14375-	      if test no = "$with_gnu_ld"; then
gnote-3.38.0/configure:14376:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/configure-14377-	      else
gnote-3.38.0/configure:14378:	        archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
gnote-3.38.0/configure-14379-	      fi
##############################################
gnote-3.38.0/configure-14396-	    # to its proper name (with version) after linking.
gnote-3.38.0/configure:14397:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gnote-3.38.0/configure:14398:	    archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
gnote-3.38.0/configure-14399-	    # Commands to make compiler produce verbose output that lists
##############################################
gnote-3.38.0/configure-14406-	    # dependencies.
gnote-3.38.0/configure:14407:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gnote-3.38.0/configure-14408-
##############################################
gnote-3.38.0/configure-14421-	    # earlier do not add the objects themselves.
gnote-3.38.0/configure:14422:	    case `$CC -V 2>&1` in
gnote-3.38.0/configure-14423-	      *"Version 7."*)
##############################################
gnote-3.38.0/configure-14442-            # Portland Group C++ compiler
gnote-3.38.0/configure:14443:	    case `$CC -V` in
gnote-3.38.0/configure-14444-	    *pgCC\ [1-5].* | *pgcpp\ [1-5].*)
##############################################
gnote-3.38.0/configure-14447-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gnote-3.38.0/configure:14448:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gnote-3.38.0/configure-14449-	      old_archive_cmds_CXX='tpldir=Template.dir~
##############################################
gnote-3.38.0/configure-14451-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gnote-3.38.0/configure:14452:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gnote-3.38.0/configure-14453-                $RANLIB $oldlib'
##############################################
gnote-3.38.0/configure-14456-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gnote-3.38.0/configure:14457:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
gnote-3.38.0/configure-14458-	      archive_expsym_cmds_CXX='tpldir=Template.dir~
##############################################
gnote-3.38.0/configure-14460-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gnote-3.38.0/configure:14461:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
gnote-3.38.0/configure-14462-	      ;;
##############################################
gnote-3.38.0/configure-14470-	    export_dynamic_flag_spec_CXX='$wl--export-dynamic'
gnote-3.38.0/configure:14471:	    whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/configure-14472-            ;;
##############################################
gnote-3.38.0/configure-14489-	    # dependencies.
gnote-3.38.0/configure:14490:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gnote-3.38.0/configure-14491-	    ;;
##############################################
gnote-3.38.0/configure-14504-	  *)
gnote-3.38.0/configure:14505:	    case `$CC -V 2>&1 | sed 5q` in
gnote-3.38.0/configure-14506-	    *Sun\ C*)
##############################################
gnote-3.38.0/configure-14511-	      hardcode_libdir_flag_spec_CXX='-R$libdir'
gnote-3.38.0/configure:14512:	      whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/configure-14513-	      compiler_needs_object_CXX=yes
##############################################
gnote-3.38.0/configure-14576-	  hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir'
gnote-3.38.0/configure:14577:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
gnote-3.38.0/configure-14578-	    archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
gnote-3.38.0/configure-14595-	    # to its proper name (with version) after linking.
gnote-3.38.0/configure:14596:	    archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gnote-3.38.0/configure-14597-
##############################################
gnote-3.38.0/configure-14616-	        allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*'
gnote-3.38.0/configure:14617:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/configure-14618-	        hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir'
##############################################
gnote-3.38.0/configure-14621-	        allow_undefined_flag_CXX=' -expect_unresolved \*'
gnote-3.38.0/configure:14622:	        archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/configure:14623:	        archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gnote-3.38.0/configure-14624-                  echo "-hidden">> $lib.exp~
gnote-3.38.0/configure:14625:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
gnote-3.38.0/configure-14626-                  $RM $lib.exp'
##############################################
gnote-3.38.0/configure-14640-	    # dependencies.
gnote-3.38.0/configure:14641:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gnote-3.38.0/configure-14642-	    ;;
##############################################
gnote-3.38.0/configure-14647-	        osf3*)
gnote-3.38.0/configure:14648:	          archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/configure-14649-		  ;;
gnote-3.38.0/configure-14650-	        *)
gnote-3.38.0/configure:14651:	          archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/configure-14652-		  ;;
##############################################
gnote-3.38.0/configure-14894-
gnote-3.38.0/configure:14895:  for p in `eval "$output_verbose_link_cmd"`; do
gnote-3.38.0/configure-14896-    case $prev$p in
##############################################
gnote-3.38.0/configure-14997-if test -n "${compiler_lib_search_path_CXX}"; then
gnote-3.38.0/configure:14998: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'`
gnote-3.38.0/configure-14999-fi
##############################################
gnote-3.38.0/configure-15244-	  *)
gnote-3.38.0/configure:15245:	    case `$CC -V 2>&1 | sed 5q` in
gnote-3.38.0/configure-15246-	    *Sun\ C*)
##############################################
gnote-3.38.0/configure-15626-    else
gnote-3.38.0/configure:15627:      export_symbols_cmds_CXX='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gnote-3.38.0/configure-15628-    fi
##############################################
gnote-3.38.0/configure-15928-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gnote-3.38.0/configure:15929:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gnote-3.38.0/configure-15930-    ;;
##############################################
gnote-3.38.0/configure-15964-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnote-3.38.0/configure:15965:    postinstall_cmds='base_file=`basename \$file`~
gnote-3.38.0/configure:15966:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gnote-3.38.0/configure:15967:      dldir=$destdir/`dirname \$dlpath`~
gnote-3.38.0/configure-15968-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gnote-3.38.0/configure-15973-      fi'
gnote-3.38.0/configure:15974:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnote-3.38.0/configure-15975-      dlpath=$dir/\$dldll~
##############################################
gnote-3.38.0/configure-15981-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gnote-3.38.0/configure:15982:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/configure-15983-
##############################################
gnote-3.38.0/configure-15986-      # MinGW DLLs use traditional 'lib' prefix
gnote-3.38.0/configure:15987:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/configure-15988-      ;;
##############################################
gnote-3.38.0/configure-15990-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gnote-3.38.0/configure:15991:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/configure-15992-      ;;
##############################################
gnote-3.38.0/configure-15999-    libname_spec='$name'
gnote-3.38.0/configure:16000:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/configure-16001-    library_names_spec='$libname.dll.lib'
##############################################
gnote-3.38.0/configure-16011-        # Let DOS variable expansion print the short 8.3 style file name.
gnote-3.38.0/configure:16012:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gnote-3.38.0/configure-16013-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gnote-3.38.0/configure-16016-      # Convert to MSYS style.
gnote-3.38.0/configure:16017:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
gnote-3.38.0/configure-16018-      ;;
##############################################
gnote-3.38.0/configure-16022-      # like /cygdrive/c/PROGRA~1:/cygdr...
gnote-3.38.0/configure:16023:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gnote-3.38.0/configure:16024:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gnote-3.38.0/configure:16025:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gnote-3.38.0/configure-16026-      ;;
##############################################
gnote-3.38.0/configure-16030-        # It is most probably a Windows format PATH.
gnote-3.38.0/configure:16031:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gnote-3.38.0/configure-16032-      else
gnote-3.38.0/configure:16033:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gnote-3.38.0/configure-16034-      fi
##############################################
gnote-3.38.0/configure-16040-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnote-3.38.0/configure:16041:    postinstall_cmds='base_file=`basename \$file`~
gnote-3.38.0/configure:16042:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gnote-3.38.0/configure:16043:      dldir=$destdir/`dirname \$dlpath`~
gnote-3.38.0/configure-16044-      test -d \$dldir || mkdir -p \$dldir~
gnote-3.38.0/configure-16045-      $install_prog $dir/$dlname \$dldir/$dlname'
gnote-3.38.0/configure:16046:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnote-3.38.0/configure-16047-      dlpath=$dir/\$dldll~
##############################################
gnote-3.38.0/configure-16054-    # Assume MSVC wrapper
gnote-3.38.0/configure:16055:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
gnote-3.38.0/configure-16056-    dynamic_linker='Win32 ld.exe'
##############################################
gnote-3.38.0/configure-16071-  shlibpath_var=DYLD_LIBRARY_PATH
gnote-3.38.0/configure:16072:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gnote-3.38.0/configure-16073-
##############################################
gnote-3.38.0/configure-16326-  if test -f /etc/ld.so.conf; then
gnote-3.38.0/configure:16327:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gnote-3.38.0/configure-16328-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
gnote-3.38.0/configure-16380-  need_lib_prefix=no
gnote-3.38.0/configure:16381:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gnote-3.38.0/configure-16382-    need_version=no
##############################################
gnote-3.38.0/configure-16407-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gnote-3.38.0/configure:16408:  postinstall_cmds='base_file=`basename \$file`~
gnote-3.38.0/configure:16409:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gnote-3.38.0/configure:16410:    dldir=$destdir/`dirname \$dlpath`~
gnote-3.38.0/configure-16411-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gnote-3.38.0/configure-16416-    fi'
gnote-3.38.0/configure:16417:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gnote-3.38.0/configure-16418-    dlpath=$dir/\$dldll~
##############################################
gnote-3.38.0/configure-16707-      switch="-std=gnu++${alternative}"
gnote-3.38.0/configure:16708:      cachevar=`$as_echo "ax_cv_cxx_compile_cxx14_$switch" | $as_tr_sh`
gnote-3.38.0/configure-16709-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++14 features with $switch" >&5
##############################################
gnote-3.38.0/configure-17149-      for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
gnote-3.38.0/configure:17150:        cachevar=`$as_echo "ax_cv_cxx_compile_cxx14_$switch" | $as_tr_sh`
gnote-3.38.0/configure-17151-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX supports C++14 features with $switch" >&5
##############################################
gnote-3.38.0/configure-17791-  test $ac_status = 0; }; then
gnote-3.38.0/configure:17792:  pkg_cv_LIBGLIBMM_CFLAGS=`$PKG_CONFIG --cflags "glibmm-2.4 >= $LIBGLIBMM_VERSION" 2>/dev/null`
gnote-3.38.0/configure-17793-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-17808-  test $ac_status = 0; }; then
gnote-3.38.0/configure:17809:  pkg_cv_LIBGLIBMM_LIBS=`$PKG_CONFIG --libs "glibmm-2.4 >= $LIBGLIBMM_VERSION" 2>/dev/null`
gnote-3.38.0/configure-17810-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-17829-        if test $_pkg_short_errors_supported = yes; then
gnote-3.38.0/configure:17830:	        LIBGLIBMM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glibmm-2.4 >= $LIBGLIBMM_VERSION" 2>&1`
gnote-3.38.0/configure-17831-        else
gnote-3.38.0/configure:17832:	        LIBGLIBMM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glibmm-2.4 >= $LIBGLIBMM_VERSION" 2>&1`
gnote-3.38.0/configure-17833-        fi
##############################################
gnote-3.38.0/configure-17882-  test $ac_status = 0; }; then
gnote-3.38.0/configure:17883:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_VERSION" 2>/dev/null`
gnote-3.38.0/configure-17884-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-17899-  test $ac_status = 0; }; then
gnote-3.38.0/configure:17900:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_VERSION" 2>/dev/null`
gnote-3.38.0/configure-17901-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-17920-        if test $_pkg_short_errors_supported = yes; then
gnote-3.38.0/configure:17921:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= $GTK_VERSION" 2>&1`
gnote-3.38.0/configure-17922-        else
gnote-3.38.0/configure:17923:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= $GTK_VERSION" 2>&1`
gnote-3.38.0/configure-17924-        fi
##############################################
gnote-3.38.0/configure-17973-  test $ac_status = 0; }; then
gnote-3.38.0/configure:17974:  pkg_cv_LIBGTKMM_CFLAGS=`$PKG_CONFIG --cflags "gtkmm-3.0 >= $LIBGTKMM_VERSION" 2>/dev/null`
gnote-3.38.0/configure-17975-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-17990-  test $ac_status = 0; }; then
gnote-3.38.0/configure:17991:  pkg_cv_LIBGTKMM_LIBS=`$PKG_CONFIG --libs "gtkmm-3.0 >= $LIBGTKMM_VERSION" 2>/dev/null`
gnote-3.38.0/configure-17992-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18011-        if test $_pkg_short_errors_supported = yes; then
gnote-3.38.0/configure:18012:	        LIBGTKMM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtkmm-3.0 >= $LIBGTKMM_VERSION" 2>&1`
gnote-3.38.0/configure-18013-        else
gnote-3.38.0/configure:18014:	        LIBGTKMM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtkmm-3.0 >= $LIBGTKMM_VERSION" 2>&1`
gnote-3.38.0/configure-18015-        fi
##############################################
gnote-3.38.0/configure-18064-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18065:  pkg_cv_LIBXML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
gnote-3.38.0/configure-18066-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18081-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18082:  pkg_cv_LIBXML_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
gnote-3.38.0/configure-18083-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18102-        if test $_pkg_short_errors_supported = yes; then
gnote-3.38.0/configure:18103:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0" 2>&1`
gnote-3.38.0/configure-18104-        else
gnote-3.38.0/configure:18105:	        LIBXML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0" 2>&1`
gnote-3.38.0/configure-18106-        fi
##############################################
gnote-3.38.0/configure-18155-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18156:  pkg_cv_LIBXSLT_CFLAGS=`$PKG_CONFIG --cflags "libxslt" 2>/dev/null`
gnote-3.38.0/configure-18157-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18172-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18173:  pkg_cv_LIBXSLT_LIBS=`$PKG_CONFIG --libs "libxslt" 2>/dev/null`
gnote-3.38.0/configure-18174-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18193-        if test $_pkg_short_errors_supported = yes; then
gnote-3.38.0/configure:18194:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxslt" 2>&1`
gnote-3.38.0/configure-18195-        else
gnote-3.38.0/configure:18196:	        LIBXSLT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxslt" 2>&1`
gnote-3.38.0/configure-18197-        fi
##############################################
gnote-3.38.0/configure-18246-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18247:  pkg_cv_UUID_CFLAGS=`$PKG_CONFIG --cflags "uuid" 2>/dev/null`
gnote-3.38.0/configure-18248-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18263-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18264:  pkg_cv_UUID_LIBS=`$PKG_CONFIG --libs "uuid" 2>/dev/null`
gnote-3.38.0/configure-18265-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18284-        if test $_pkg_short_errors_supported = yes; then
gnote-3.38.0/configure:18285:	        UUID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "uuid" 2>&1`
gnote-3.38.0/configure-18286-        else
gnote-3.38.0/configure:18287:	        UUID_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "uuid" 2>&1`
gnote-3.38.0/configure-18288-        fi
##############################################
gnote-3.38.0/configure-18338-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18339:  pkg_cv_GSPELL_CFLAGS=`$PKG_CONFIG --cflags "gspell-1  >= $GSPELL_VERSION" 2>/dev/null`
gnote-3.38.0/configure-18340-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18355-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18356:  pkg_cv_GSPELL_LIBS=`$PKG_CONFIG --libs "gspell-1  >= $GSPELL_VERSION" 2>/dev/null`
gnote-3.38.0/configure-18357-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18376-        if test $_pkg_short_errors_supported = yes; then
gnote-3.38.0/configure:18377:	        GSPELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gspell-1  >= $GSPELL_VERSION" 2>&1`
gnote-3.38.0/configure-18378-        else
gnote-3.38.0/configure:18379:	        GSPELL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gspell-1  >= $GSPELL_VERSION" 2>&1`
gnote-3.38.0/configure-18380-        fi
##############################################
gnote-3.38.0/configure-18424-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18425:  pkg_cv_LIBSECRET_CFLAGS=`$PKG_CONFIG --cflags "libsecret-1 >= $LIBSECRET_VERSION" 2>/dev/null`
gnote-3.38.0/configure-18426-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18441-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18442:  pkg_cv_LIBSECRET_LIBS=`$PKG_CONFIG --libs "libsecret-1 >= $LIBSECRET_VERSION" 2>/dev/null`
gnote-3.38.0/configure-18443-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18462-        if test $_pkg_short_errors_supported = yes; then
gnote-3.38.0/configure:18463:	        LIBSECRET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsecret-1 >= $LIBSECRET_VERSION" 2>&1`
gnote-3.38.0/configure-18464-        else
gnote-3.38.0/configure:18465:	        LIBSECRET_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsecret-1 >= $LIBSECRET_VERSION" 2>&1`
gnote-3.38.0/configure-18466-        fi
##############################################
gnote-3.38.0/configure-18516-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18517:  pkg_cv_UNITTESTCPP_CFLAGS=`$PKG_CONFIG --cflags "UnitTest++ >= $UNITTESTCPP_VERSION" 2>/dev/null`
gnote-3.38.0/configure-18518-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18533-  test $ac_status = 0; }; then
gnote-3.38.0/configure:18534:  pkg_cv_UNITTESTCPP_LIBS=`$PKG_CONFIG --libs "UnitTest++ >= $UNITTESTCPP_VERSION" 2>/dev/null`
gnote-3.38.0/configure-18535-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-18554-        if test $_pkg_short_errors_supported = yes; then
gnote-3.38.0/configure:18555:	        UNITTESTCPP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "UnitTest++ >= $UNITTESTCPP_VERSION" 2>&1`
gnote-3.38.0/configure-18556-        else
gnote-3.38.0/configure:18557:	        UNITTESTCPP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "UnitTest++ >= $UNITTESTCPP_VERSION" 2>&1`
gnote-3.38.0/configure-18558-        fi
##############################################
gnote-3.38.0/configure-18684-
gnote-3.38.0/configure:18685:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gnote-3.38.0/configure-18686-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
gnote-3.38.0/configure:18687:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gnote-3.38.0/configure-18688-if test -n "0.35.0"; then
##############################################
gnote-3.38.0/configure-19124-fi
gnote-3.38.0/configure:19125:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gnote-3.38.0/configure:19126:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gnote-3.38.0/configure:19127:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gnote-3.38.0/configure-19128-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gnote-3.38.0/configure-19180-else
gnote-3.38.0/configure:19181:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
gnote-3.38.0/configure-19182-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION" >&5
##############################################
gnote-3.38.0/configure-19187-$as_echo_n "checking for XML::Parser... " >&6; }
gnote-3.38.0/configure:19188:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gnote-3.38.0/configure-19189-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
##############################################
gnote-3.38.0/configure-19704-    if test -f $ac_dir/$ac_word; then
gnote-3.38.0/configure:19705:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
gnote-3.38.0/configure-19706-	ac_cv_path_MSGFMT="$ac_dir/$ac_word"
##############################################
gnote-3.38.0/configure-19823-    if test -f $ac_dir/$ac_word; then
gnote-3.38.0/configure:19824:      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
gnote-3.38.0/configure-19825-	ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
##############################################
gnote-3.38.0/configure-19982-   if test "x$srcdir" != "x."; then
gnote-3.38.0/configure:19983:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gnote-3.38.0/configure-19984-       posrcprefix="$srcdir/"
##############################################
gnote-3.38.0/configure-20142-  test $ac_status = 0; }; then
gnote-3.38.0/configure:20143:  pkg_cv_GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable="glib_compile_schemas" "gio-2.0" 2>/dev/null`
gnote-3.38.0/configure-20144-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
gnote-3.38.0/configure-20231-	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
gnote-3.38.0/configure:20232:	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
gnote-3.38.0/configure-20233-	test -n "$$files" || exit 0; \
##############################################
gnote-3.38.0/configure-20363-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
gnote-3.38.0/configure:20364:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
gnote-3.38.0/configure-20365-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
gnote-3.38.0/configure-20482-if test -z "$BASH_VERSION$ZSH_VERSION" \
gnote-3.38.0/configure:20483:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
gnote-3.38.0/configure-20484-  as_echo='print -r --'
gnote-3.38.0/configure-20485-  as_echo_n='print -rn --'
gnote-3.38.0/configure:20486:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
gnote-3.38.0/configure-20487-  as_echo='printf %s\n'
##############################################
gnote-3.38.0/configure-20489-else
gnote-3.38.0/configure:20490:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
gnote-3.38.0/configure-20491-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
gnote-3.38.0/configure-20499-	expr "X$arg" : "X\\(.*\\)$as_nl";
gnote-3.38.0/configure:20500:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
gnote-3.38.0/configure-20501-      esac;
##############################################
gnote-3.38.0/configure-20576-# ----------------------------------------
gnote-3.38.0/configure:20577:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
gnote-3.38.0/configure-20578-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
gnote-3.38.0/configure-20648-  {
gnote-3.38.0/configure:20649:    as_val=`expr "$@" || test $? -eq 1`
gnote-3.38.0/configure-20650-  }
##############################################
gnote-3.38.0/configure-20752-      case $as_dir in #(
gnote-3.38.0/configure:20753:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
gnote-3.38.0/configure-20754-      *) as_qdir=$as_dir;;
##############################################
gnote-3.38.0/configure-20887-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
gnote-3.38.0/configure:20888:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
gnote-3.38.0/configure-20889-ac_cs_version="\\
##############################################
gnote-3.38.0/configure-20912-  --*=?*)
gnote-3.38.0/configure:20913:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gnote-3.38.0/configure:20914:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
gnote-3.38.0/configure-20915-    ac_shift=:
##############################################
gnote-3.38.0/configure-20917-  --*=)
gnote-3.38.0/configure:20918:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
gnote-3.38.0/configure-20919-    ac_optarg=
##############################################
gnote-3.38.0/configure-20941-    case $ac_optarg in
gnote-3.38.0/configure:20942:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gnote-3.38.0/configure-20943-    '') as_fn_error $? "missing file argument" ;;
##############################################
gnote-3.38.0/configure-20949-    case $ac_optarg in
gnote-3.38.0/configure:20950:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
gnote-3.38.0/configure-20951-    esac
##############################################
gnote-3.38.0/configure-21018-delay_variable_subst='$delay_variable_subst'
gnote-3.38.0/configure:21019:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21020:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21021:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21022:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21023:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21024:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21025:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21026:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21027:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21028:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21029:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21030:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21031:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21032:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21033:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21034:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21035:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21036:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21037:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21038:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21039:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21040:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21041:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21042:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21043:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21044:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21045:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21046:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21047:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21048:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21049:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21050:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21051:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21052:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21053:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21054:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21055:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21056:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21057:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21058:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21059:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21060:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21061:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21062:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21063:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21064:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21065:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21066:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21067:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21068:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21069:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21070:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21071:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21072:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21073:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21074:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21075:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21076:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21077:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21078:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21079:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21080:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21081:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21082:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21083:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21084:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21085:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21086:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21087:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21088:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21089:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21090:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21091:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21092:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21093:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21094:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21095:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21096:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21097:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21098:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21099:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21100:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21101:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21102:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21103:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21104:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21105:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21106:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21107:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21108:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21109:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21110:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21111:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21112:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21113:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21114:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21115:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21116:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21117:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21118:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21119:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21120:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21121:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21122:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21123:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21124:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21125:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21126:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21127:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21128:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21129:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21130:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21131:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21132:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21133:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21134:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21135:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21136:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21137:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21138:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21139:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21140:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21141:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21142:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21143:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21144:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21145:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21146:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21147:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21148:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21149:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21150:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21151:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21152:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21153:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21154:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21155:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21156:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21157:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21158:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21159:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21160:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21161:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21162:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21163:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21164:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21165:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21166:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21167:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21168:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21169:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21170:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21171:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21172:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21173:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21174:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21175:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21176:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21177:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21178:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21179:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21180:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21181:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21182:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21183:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21184:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21185:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21186:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21187:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21188:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21189:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21190:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21191:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21192:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21193:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21194:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21195:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21196:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21197:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21198:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21199:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21200:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21201:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21202:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21203:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21204:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21205:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21206:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure:21207:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/configure-21208-
##############################################
gnote-3.38.0/configure-21320-compiler_lib_search_path_CXX; do
gnote-3.38.0/configure:21321:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gnote-3.38.0/configure-21322-    *[\\\\\\\`\\"\\\$]*)
gnote-3.38.0/configure:21323:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gnote-3.38.0/configure-21324-      ;;
##############################################
gnote-3.38.0/configure-21362-postlink_cmds_CXX; do
gnote-3.38.0/configure:21363:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gnote-3.38.0/configure-21364-    *[\\\\\\\`\\"\\\$]*)
gnote-3.38.0/configure:21365:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gnote-3.38.0/configure-21366-      ;;
##############################################
gnote-3.38.0/configure-21516-fi
gnote-3.38.0/configure:21517:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
gnote-3.38.0/configure-21518-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
gnote-3.38.0/configure-21533-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
gnote-3.38.0/configure:21534:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
gnote-3.38.0/configure-21535-ac_delim='%!_!# '
##############################################
gnote-3.38.0/configure-21539-
gnote-3.38.0/configure:21540:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
gnote-3.38.0/configure-21541-  if test $ac_delim_n = $ac_delim_num; then
##############################################
gnote-3.38.0/configure-21677-for ac_last_try in false false :; do
gnote-3.38.0/configure:21678:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
gnote-3.38.0/configure-21679-  if test -z "$ac_tt"; then
##############################################
gnote-3.38.0/configure-21809-      esac
gnote-3.38.0/configure:21810:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
gnote-3.38.0/configure-21811-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
gnote-3.38.0/configure-21868-*)
gnote-3.38.0/configure:21869:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
gnote-3.38.0/configure-21870-  # A ".." for each directory in $ac_dir_suffix.
gnote-3.38.0/configure:21871:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
gnote-3.38.0/configure-21872-  case $ac_top_builddir_sub in
##############################################
gnote-3.38.0/configure-21929-/@mandir@/p'
gnote-3.38.0/configure:21930:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
gnote-3.38.0/configure-21931-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
gnote-3.38.0/configure-21946-
gnote-3.38.0/configure:21947:# Neutralize VPATH when `$srcdir' = `.'.
gnote-3.38.0/configure-21948-# Shell code in configure.ac might set extrasub.
##############################################
gnote-3.38.0/configure-21974-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
gnote-3.38.0/configure:21975:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
gnote-3.38.0/configure-21976-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
gnote-3.38.0/configure-22020-    * )
gnote-3.38.0/configure:22021:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gnote-3.38.0/configure-22022-  esac
##############################################
gnote-3.38.0/configure-22075-    # Strip MF so we end up with the name of the file.
gnote-3.38.0/configure:22076:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
gnote-3.38.0/configure-22077-    # Check whether this is an Automake generated Makefile which includes
##############################################
gnote-3.38.0/configure-22641-    *:)
gnote-3.38.0/configure:22642:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
gnote-3.38.0/configure-22643-        ;;
gnote-3.38.0/configure-22644-    x:*)
gnote-3.38.0/configure:22645:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
gnote-3.38.0/configure-22646-        ;;
gnote-3.38.0/configure-22647-    *::*)
gnote-3.38.0/configure:22648:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gnote-3.38.0/configure:22649:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
gnote-3.38.0/configure-22650-        ;;
gnote-3.38.0/configure-22651-    *)
gnote-3.38.0/configure:22652:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
gnote-3.38.0/configure-22653-        ;;
##############################################
gnote-3.38.0/configure-22668-    done
gnote-3.38.0/configure:22669:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gnote-3.38.0/configure-22670-}
##############################################
gnote-3.38.0/config.sub-52-
gnote-3.38.0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
gnote-3.38.0/config.sub-54-
##############################################
gnote-3.38.0/config.sub-770-	i*86v32)
gnote-3.38.0/config.sub:771:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gnote-3.38.0/config.sub-772-		vendor=pc
##############################################
gnote-3.38.0/config.sub-775-	i*86v4*)
gnote-3.38.0/config.sub:776:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gnote-3.38.0/config.sub-777-		vendor=pc
##############################################
gnote-3.38.0/config.sub-780-	i*86v)
gnote-3.38.0/config.sub:781:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gnote-3.38.0/config.sub-782-		vendor=pc
##############################################
gnote-3.38.0/config.sub-785-	i*86sol2)
gnote-3.38.0/config.sub:786:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
gnote-3.38.0/config.sub-787-		vendor=pc
##############################################
gnote-3.38.0/config.sub-916-		cpu=sparc
gnote-3.38.0/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
gnote-3.38.0/config.sub-918-		;;
##############################################
gnote-3.38.0/config.sub-1082-	sh5e[lb]-*)
gnote-3.38.0/config.sub:1083:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
gnote-3.38.0/config.sub-1084-		;;
##############################################
gnote-3.38.0/config.sub-1100-	xscale-* | xscalee[bl]-*)
gnote-3.38.0/config.sub:1101:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
gnote-3.38.0/config.sub-1102-		;;
##############################################
gnote-3.38.0/config.sub-1251-			*)
gnote-3.38.0/config.sub:1252:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
gnote-3.38.0/config.sub-1253-				exit 1
##############################################
gnote-3.38.0/config.sub-1285-	solaris1 | solaris1.*)
gnote-3.38.0/config.sub:1286:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
gnote-3.38.0/config.sub-1287-		;;
##############################################
gnote-3.38.0/config.sub-1294-	gnu/linux*)
gnote-3.38.0/config.sub:1295:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
gnote-3.38.0/config.sub-1296-		;;
##############################################
gnote-3.38.0/config.sub-1317-	sco3.2.[4-9]*)
gnote-3.38.0/config.sub:1318:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
gnote-3.38.0/config.sub-1319-		;;
##############################################
gnote-3.38.0/config.sub-1380-	nto*)
gnote-3.38.0/config.sub:1381:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
gnote-3.38.0/config.sub-1382-		;;
##############################################
gnote-3.38.0/config.sub-1390-	linux*)
gnote-3.38.0/config.sub:1391:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
gnote-3.38.0/config.sub-1392-		;;
##############################################
gnote-3.38.0/config.sub-1402-	mac*)
gnote-3.38.0/config.sub:1403:		os=`echo "$os" | sed -e 's|mac|macos|'`
gnote-3.38.0/config.sub-1404-		;;
##############################################
gnote-3.38.0/config.sub-1411-	sunos5*)
gnote-3.38.0/config.sub:1412:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
gnote-3.38.0/config.sub-1413-		;;
gnote-3.38.0/config.sub-1414-	sunos6*)
gnote-3.38.0/config.sub:1415:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
gnote-3.38.0/config.sub-1416-		;;
##############################################
gnote-3.38.0/config.sub-1451-	sinix5.*)
gnote-3.38.0/config.sub:1452:		os=`echo $os | sed -e 's|sinix|sysv|'`
gnote-3.38.0/config.sub-1453-		;;
##############################################
gnote-3.38.0/config.sub-1511-	*)
gnote-3.38.0/config.sub:1512:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
gnote-3.38.0/config.sub-1513-		exit 1
##############################################
gnote-3.38.0/Makefile.in-49-  { \
gnote-3.38.0/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/Makefile.in-51-  }; \
##############################################
gnote-3.38.0/Makefile.in-186-  while test -n "$$dir1"; do \
gnote-3.38.0/Makefile.in:187:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gnote-3.38.0/Makefile.in-188-    if test "$$first" != "."; then \
gnote-3.38.0/Makefile.in-189-      if test "$$first" = ".."; then \
gnote-3.38.0/Makefile.in:190:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gnote-3.38.0/Makefile.in:191:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gnote-3.38.0/Makefile.in-192-      else \
gnote-3.38.0/Makefile.in:193:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gnote-3.38.0/Makefile.in-194-        if test "$$first2" = "$$first"; then \
gnote-3.38.0/Makefile.in:195:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gnote-3.38.0/Makefile.in-196-        else \
##############################################
gnote-3.38.0/Makefile.in-201-    fi; \
gnote-3.38.0/Makefile.in:202:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gnote-3.38.0/Makefile.in-203-  done; \
##############################################
gnote-3.38.0/Makefile.in-487-	dot_seen=no; \
gnote-3.38.0/Makefile.in:488:	target=`echo $@ | sed s/-recursive//`; \
gnote-3.38.0/Makefile.in-489-	case "$@" in \
##############################################
gnote-3.38.0/Makefile.in-550-GTAGS:
gnote-3.38.0/Makefile.in:551:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/Makefile.in-552-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/Makefile.in-585-	test -d "$(distdir)" || mkdir "$(distdir)"
gnote-3.38.0/Makefile.in:586:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/Makefile.in:587:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/Makefile.in-588-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/Makefile.in-599-	  if test -d $$d/$$file; then \
gnote-3.38.0/Makefile.in:600:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/Makefile.in-601-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/Makefile.in-709-	test -d $(distdir)/_build || exit 0; \
gnote-3.38.0/Makefile.in:710:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
gnote-3.38.0/Makefile.in-711-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
gnote-3.38.0/Makefile.in-753-	}; \
gnote-3.38.0/Makefile.in:754:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
gnote-3.38.0/Makefile.in-755-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
gnote-3.38.0/Makefile.in-765-	fi
gnote-3.38.0/Makefile.in:766:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
gnote-3.38.0/Makefile.in-767-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
gnote-3.38.0/src/Makefile.in-51-  { \
gnote-3.38.0/src/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/Makefile.in-113-PROGRAMS = $(bin_PROGRAMS)
gnote-3.38.0/src/Makefile.in:114:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/Makefile.in-115-am__vpath_adj = case $$p in \
gnote-3.38.0/src/Makefile.in:116:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/Makefile.in-117-    *) f=$$p;; \
gnote-3.38.0/src/Makefile.in-118-  esac;
gnote-3.38.0/src/Makefile.in:119:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/Makefile.in-120-am__install_max = 40
gnote-3.38.0/src/Makefile.in-121-am__nobase_strip_setup = \
gnote-3.38.0/src/Makefile.in:122:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/Makefile.in-123-am__nobase_strip = \
##############################################
gnote-3.38.0/src/Makefile.in-541-case "$@" in						\
gnote-3.38.0/src/Makefile.in:542:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
gnote-3.38.0/src/Makefile.in-543-    *) am__odir=.;; 					\
##############################################
gnote-3.38.0/src/Makefile.in-571-  bases='$(TEST_LOGS)'; \
gnote-3.38.0/src/Makefile.in:572:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
gnote-3.38.0/src/Makefile.in:573:  bases=`echo $$bases`
gnote-3.38.0/src/Makefile.in-574-RECHECK_LOGS = $(TEST_LOGS)
##############################################
gnote-3.38.0/src/Makefile.in-583-        */*) b='$*';; \
gnote-3.38.0/src/Makefile.in:584:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
gnote-3.38.0/src/Makefile.in-585-       esac;; \
##############################################
gnote-3.38.0/src/Makefile.in-605-  while test -n "$$dir1"; do \
gnote-3.38.0/src/Makefile.in:606:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gnote-3.38.0/src/Makefile.in-607-    if test "$$first" != "."; then \
gnote-3.38.0/src/Makefile.in-608-      if test "$$first" = ".."; then \
gnote-3.38.0/src/Makefile.in:609:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gnote-3.38.0/src/Makefile.in:610:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gnote-3.38.0/src/Makefile.in-611-      else \
gnote-3.38.0/src/Makefile.in:612:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gnote-3.38.0/src/Makefile.in-613-        if test "$$first2" = "$$first"; then \
gnote-3.38.0/src/Makefile.in:614:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gnote-3.38.0/src/Makefile.in-615-        else \
##############################################
gnote-3.38.0/src/Makefile.in-620-    fi; \
gnote-3.38.0/src/Makefile.in:621:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gnote-3.38.0/src/Makefile.in-622-  done; \
##############################################
gnote-3.38.0/src/Makefile.in-1051-	test -n "$(EXEEXT)" || exit 0; \
gnote-3.38.0/src/Makefile.in:1052:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gnote-3.38.0/src/Makefile.in-1053-	echo " rm -f" $$list; \
##############################################
gnote-3.38.0/src/Makefile.in-1060-	test -n "$(EXEEXT)" || exit 0; \
gnote-3.38.0/src/Makefile.in:1061:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
gnote-3.38.0/src/Makefile.in-1062-	echo " rm -f" $$list; \
##############################################
gnote-3.38.0/src/Makefile.in-1418-.cpp.o:
gnote-3.38.0/src/Makefile.in:1419:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/Makefile.in-1420-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/Makefile.in-1426-.cpp.obj:
gnote-3.38.0/src/Makefile.in:1427:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/Makefile.in:1428:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/Makefile.in-1429-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/Makefile.in-1431-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/Makefile.in:1432:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/Makefile.in-1433-
gnote-3.38.0/src/Makefile.in-1434-.cpp.lo:
gnote-3.38.0/src/Makefile.in:1435:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/Makefile.in-1436-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/Makefile.in-1465-	dot_seen=no; \
gnote-3.38.0/src/Makefile.in:1466:	target=`echo $@ | sed s/-recursive//`; \
gnote-3.38.0/src/Makefile.in-1467-	case "$@" in \
##############################################
gnote-3.38.0/src/Makefile.in-1528-GTAGS:
gnote-3.38.0/src/Makefile.in:1529:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/Makefile.in-1530-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/Makefile.in-1571-	if test -n "$$redo_bases"; then \
gnote-3.38.0/src/Makefile.in:1572:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
gnote-3.38.0/src/Makefile.in:1573:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
gnote-3.38.0/src/Makefile.in-1574-	  if $(am__make_dryrun); then :; else \
##############################################
gnote-3.38.0/src/Makefile.in-1596-	ws='[ 	]'; \
gnote-3.38.0/src/Makefile.in:1597:	results=`for b in $$bases; do echo $$b.trs; done`; \
gnote-3.38.0/src/Makefile.in-1598-	test -n "$$results" || results=/dev/null; \
gnote-3.38.0/src/Makefile.in:1599:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
gnote-3.38.0/src/Makefile.in:1600:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
gnote-3.38.0/src/Makefile.in:1601:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
gnote-3.38.0/src/Makefile.in:1602:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
gnote-3.38.0/src/Makefile.in:1603:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
gnote-3.38.0/src/Makefile.in:1604:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
gnote-3.38.0/src/Makefile.in:1605:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
gnote-3.38.0/src/Makefile.in:1606:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
gnote-3.38.0/src/Makefile.in-1607-	  success=true; \
##############################################
gnote-3.38.0/src/Makefile.in-1675-	@set +e; $(am__set_TESTS_bases); \
gnote-3.38.0/src/Makefile.in:1676:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gnote-3.38.0/src/Makefile.in:1677:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
gnote-3.38.0/src/Makefile.in:1678:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
gnote-3.38.0/src/Makefile.in-1679-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
gnote-3.38.0/src/Makefile.in-1685-	         | $(am__list_recheck_tests)` || exit 1; \
gnote-3.38.0/src/Makefile.in:1686:	log_list=`for i in $$bases; do echo $$i.log; done`; \
gnote-3.38.0/src/Makefile.in:1687:	log_list=`echo $$log_list`; \
gnote-3.38.0/src/Makefile.in-1688-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
gnote-3.38.0/src/Makefile.in-1717-distdir-am: $(DISTFILES)
gnote-3.38.0/src/Makefile.in:1718:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/Makefile.in:1719:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/Makefile.in-1720-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/Makefile.in-1731-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/Makefile.in:1732:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/Makefile.in-1733-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/todo/Makefile.in-51-  { \
gnote-3.38.0/src/addins/todo/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/todo/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/todo/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/todo/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/todo/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/todo/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/todo/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/todo/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/todo/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/todo/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/todo/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/todo/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/todo/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/todo/Makefile.in-514-.cpp.o:
gnote-3.38.0/src/addins/todo/Makefile.in:515:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/todo/Makefile.in-516-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/todo/Makefile.in-522-.cpp.obj:
gnote-3.38.0/src/addins/todo/Makefile.in:523:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/todo/Makefile.in:524:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/todo/Makefile.in-525-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/todo/Makefile.in-527-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/todo/Makefile.in:528:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/todo/Makefile.in-529-
gnote-3.38.0/src/addins/todo/Makefile.in-530-.cpp.lo:
gnote-3.38.0/src/addins/todo/Makefile.in:531:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/todo/Makefile.in-532-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/todo/Makefile.in-561-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/todo/Makefile.in:562:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/todo/Makefile.in-563-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/todo/Makefile.in-594-GTAGS:
gnote-3.38.0/src/addins/todo/Makefile.in:595:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/todo/Makefile.in-596-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/todo/Makefile.in-620-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/todo/Makefile.in:621:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/todo/Makefile.in:622:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/todo/Makefile.in-623-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/todo/Makefile.in-634-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/todo/Makefile.in:635:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/todo/Makefile.in-636-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-51-  { \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-513-.cpp.o:
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:514:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-515-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-521-.cpp.obj:
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:522:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:523:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-524-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:527:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-528-
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-529-.cpp.lo:
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:530:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-531-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-560-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:561:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-562-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-593-GTAGS:
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:594:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-595-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-619-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:620:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:621:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-622-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-633-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in:634:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/stickynoteimport/Makefile.in-635-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/underline/Makefile.in-51-  { \
gnote-3.38.0/src/addins/underline/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/underline/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/underline/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/underline/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/underline/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/underline/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/underline/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/underline/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/underline/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/underline/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/underline/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/underline/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/underline/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/underline/Makefile.in-514-.cpp.o:
gnote-3.38.0/src/addins/underline/Makefile.in:515:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/underline/Makefile.in-516-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/underline/Makefile.in-522-.cpp.obj:
gnote-3.38.0/src/addins/underline/Makefile.in:523:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/underline/Makefile.in:524:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/underline/Makefile.in-525-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/underline/Makefile.in-527-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/underline/Makefile.in:528:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/underline/Makefile.in-529-
gnote-3.38.0/src/addins/underline/Makefile.in-530-.cpp.lo:
gnote-3.38.0/src/addins/underline/Makefile.in:531:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/underline/Makefile.in-532-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/underline/Makefile.in-561-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/underline/Makefile.in:562:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/underline/Makefile.in-563-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/underline/Makefile.in-594-GTAGS:
gnote-3.38.0/src/addins/underline/Makefile.in:595:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/underline/Makefile.in-596-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/underline/Makefile.in-620-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/underline/Makefile.in:621:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/underline/Makefile.in:622:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/underline/Makefile.in-623-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/underline/Makefile.in-634-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/underline/Makefile.in:635:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/underline/Makefile.in-636-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-51-  { \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-523-.cpp.o:
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:524:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-525-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-531-.cpp.obj:
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:532:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:533:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-534-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-536-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:537:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-538-
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-539-.cpp.lo:
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:540:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-541-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-570-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:571:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-572-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-603-GTAGS:
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:604:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-605-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-629-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:630:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:631:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-632-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-643-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in:644:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/notedirectorywatcher/Makefile.in-645-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/readonly/Makefile.in-51-  { \
gnote-3.38.0/src/addins/readonly/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/readonly/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/readonly/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/readonly/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/readonly/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/readonly/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/readonly/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/readonly/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/readonly/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/readonly/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/readonly/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/readonly/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/readonly/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/readonly/Makefile.in-515-.cpp.o:
gnote-3.38.0/src/addins/readonly/Makefile.in:516:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/readonly/Makefile.in-517-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/readonly/Makefile.in-523-.cpp.obj:
gnote-3.38.0/src/addins/readonly/Makefile.in:524:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/readonly/Makefile.in:525:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/readonly/Makefile.in-526-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/readonly/Makefile.in-528-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/readonly/Makefile.in:529:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/readonly/Makefile.in-530-
gnote-3.38.0/src/addins/readonly/Makefile.in-531-.cpp.lo:
gnote-3.38.0/src/addins/readonly/Makefile.in:532:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/readonly/Makefile.in-533-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/readonly/Makefile.in-562-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/readonly/Makefile.in:563:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/readonly/Makefile.in-564-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/readonly/Makefile.in-595-GTAGS:
gnote-3.38.0/src/addins/readonly/Makefile.in:596:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/readonly/Makefile.in-597-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/readonly/Makefile.in-621-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/readonly/Makefile.in:622:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/readonly/Makefile.in:623:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/readonly/Makefile.in-624-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/readonly/Makefile.in-635-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/readonly/Makefile.in:636:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/readonly/Makefile.in-637-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/specialnotes/Makefile.in-51-  { \
gnote-3.38.0/src/addins/specialnotes/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/specialnotes/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/specialnotes/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/specialnotes/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/specialnotes/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/specialnotes/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/specialnotes/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/specialnotes/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/specialnotes/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/specialnotes/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/specialnotes/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/specialnotes/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/specialnotes/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/specialnotes/Makefile.in-515-.cpp.o:
gnote-3.38.0/src/addins/specialnotes/Makefile.in:516:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/specialnotes/Makefile.in-517-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/specialnotes/Makefile.in-523-.cpp.obj:
gnote-3.38.0/src/addins/specialnotes/Makefile.in:524:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/specialnotes/Makefile.in:525:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/specialnotes/Makefile.in-526-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/specialnotes/Makefile.in-528-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/specialnotes/Makefile.in:529:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/specialnotes/Makefile.in-530-
gnote-3.38.0/src/addins/specialnotes/Makefile.in-531-.cpp.lo:
gnote-3.38.0/src/addins/specialnotes/Makefile.in:532:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/specialnotes/Makefile.in-533-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/specialnotes/Makefile.in-562-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/specialnotes/Makefile.in:563:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/specialnotes/Makefile.in-564-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/specialnotes/Makefile.in-595-GTAGS:
gnote-3.38.0/src/addins/specialnotes/Makefile.in:596:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/specialnotes/Makefile.in-597-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/specialnotes/Makefile.in-621-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/specialnotes/Makefile.in:622:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/specialnotes/Makefile.in:623:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/specialnotes/Makefile.in-624-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/specialnotes/Makefile.in-635-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/specialnotes/Makefile.in:636:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/specialnotes/Makefile.in-637-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-51-  { \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-519-.cpp.o:
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:520:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-521-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-527-.cpp.obj:
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:528:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:529:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-530-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-532-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:533:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-534-
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-535-.cpp.lo:
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:536:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-537-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-566-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:567:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-568-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-599-GTAGS:
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:600:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-601-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-625-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:626:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:627:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-628-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-639-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in:640:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/inserttimestamp/Makefile.in-641-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/Makefile.in-49-  { \
gnote-3.38.0/src/addins/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/Makefile.in-51-  }; \
##############################################
gnote-3.38.0/src/addins/Makefile.in-170-  while test -n "$$dir1"; do \
gnote-3.38.0/src/addins/Makefile.in:171:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
gnote-3.38.0/src/addins/Makefile.in-172-    if test "$$first" != "."; then \
gnote-3.38.0/src/addins/Makefile.in-173-      if test "$$first" = ".."; then \
gnote-3.38.0/src/addins/Makefile.in:174:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
gnote-3.38.0/src/addins/Makefile.in:175:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
gnote-3.38.0/src/addins/Makefile.in-176-      else \
gnote-3.38.0/src/addins/Makefile.in:177:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
gnote-3.38.0/src/addins/Makefile.in-178-        if test "$$first2" = "$$first"; then \
gnote-3.38.0/src/addins/Makefile.in:179:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
gnote-3.38.0/src/addins/Makefile.in-180-        else \
##############################################
gnote-3.38.0/src/addins/Makefile.in-185-    fi; \
gnote-3.38.0/src/addins/Makefile.in:186:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
gnote-3.38.0/src/addins/Makefile.in-187-  done; \
##############################################
gnote-3.38.0/src/addins/Makefile.in-453-	dot_seen=no; \
gnote-3.38.0/src/addins/Makefile.in:454:	target=`echo $@ | sed s/-recursive//`; \
gnote-3.38.0/src/addins/Makefile.in-455-	case "$@" in \
##############################################
gnote-3.38.0/src/addins/Makefile.in-516-GTAGS:
gnote-3.38.0/src/addins/Makefile.in:517:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/Makefile.in-518-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/Makefile.in-542-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/Makefile.in:543:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/Makefile.in:544:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/Makefile.in-545-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/Makefile.in-556-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/Makefile.in:557:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/Makefile.in-558-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/bugzilla/Makefile.in-51-  { \
gnote-3.38.0/src/addins/bugzilla/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/bugzilla/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/bugzilla/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/bugzilla/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/bugzilla/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/bugzilla/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/bugzilla/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/bugzilla/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/bugzilla/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/bugzilla/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/bugzilla/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/bugzilla/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/bugzilla/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/bugzilla/Makefile.in-530-.cpp.o:
gnote-3.38.0/src/addins/bugzilla/Makefile.in:531:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/bugzilla/Makefile.in-532-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/bugzilla/Makefile.in-538-.cpp.obj:
gnote-3.38.0/src/addins/bugzilla/Makefile.in:539:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/bugzilla/Makefile.in:540:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/bugzilla/Makefile.in-541-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/bugzilla/Makefile.in-543-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/bugzilla/Makefile.in:544:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/bugzilla/Makefile.in-545-
gnote-3.38.0/src/addins/bugzilla/Makefile.in-546-.cpp.lo:
gnote-3.38.0/src/addins/bugzilla/Makefile.in:547:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/bugzilla/Makefile.in-548-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/bugzilla/Makefile.in-577-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/bugzilla/Makefile.in:578:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/bugzilla/Makefile.in-579-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/bugzilla/Makefile.in-598-	@list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
gnote-3.38.0/src/addins/bugzilla/Makefile.in:599:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/bugzilla/Makefile.in-600-	dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/bugzilla/Makefile.in-631-GTAGS:
gnote-3.38.0/src/addins/bugzilla/Makefile.in:632:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/bugzilla/Makefile.in-633-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/bugzilla/Makefile.in-657-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/bugzilla/Makefile.in:658:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/bugzilla/Makefile.in:659:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/bugzilla/Makefile.in-660-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/bugzilla/Makefile.in-671-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/bugzilla/Makefile.in:672:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/bugzilla/Makefile.in-673-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/statistics/Makefile.in-51-  { \
gnote-3.38.0/src/addins/statistics/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/statistics/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/statistics/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/statistics/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/statistics/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/statistics/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/statistics/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/statistics/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/statistics/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/statistics/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/statistics/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/statistics/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/statistics/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/statistics/Makefile.in-518-.cpp.o:
gnote-3.38.0/src/addins/statistics/Makefile.in:519:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/statistics/Makefile.in-520-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/statistics/Makefile.in-526-.cpp.obj:
gnote-3.38.0/src/addins/statistics/Makefile.in:527:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/statistics/Makefile.in:528:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/statistics/Makefile.in-529-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/statistics/Makefile.in-531-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/statistics/Makefile.in:532:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/statistics/Makefile.in-533-
gnote-3.38.0/src/addins/statistics/Makefile.in-534-.cpp.lo:
gnote-3.38.0/src/addins/statistics/Makefile.in:535:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/statistics/Makefile.in-536-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/statistics/Makefile.in-565-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/statistics/Makefile.in:566:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/statistics/Makefile.in-567-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/statistics/Makefile.in-598-GTAGS:
gnote-3.38.0/src/addins/statistics/Makefile.in:599:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/statistics/Makefile.in-600-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/statistics/Makefile.in-624-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/statistics/Makefile.in:625:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/statistics/Makefile.in:626:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/statistics/Makefile.in-627-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/statistics/Makefile.in-638-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/statistics/Makefile.in:639:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/statistics/Makefile.in-640-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-51-  { \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-513-.cpp.o:
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:514:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-515-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-521-.cpp.obj:
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:522:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:523:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-524-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:527:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-528-
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-529-.cpp.lo:
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:530:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-531-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-560-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:561:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-562-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-593-GTAGS:
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:594:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-595-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-619-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:620:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:621:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-622-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-633-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in:634:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/gvfssyncservice/Makefile.in-635-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-51-  { \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-514-.cpp.o:
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:515:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-516-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-522-.cpp.obj:
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:523:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:524:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-525-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-527-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:528:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-529-
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-530-.cpp.lo:
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:531:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-532-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-561-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:562:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-563-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-594-GTAGS:
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:595:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-596-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-620-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:621:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:622:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-623-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-634-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in:635:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/exporttogtg/Makefile.in-636-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-51-  { \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-513-.cpp.o:
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:514:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-515-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-521-.cpp.obj:
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:522:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:523:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-524-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:527:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-528-
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-529-.cpp.lo:
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:530:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-531-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-560-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:561:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-562-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-593-GTAGS:
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:594:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-595-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-619-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:620:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:621:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-622-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-633-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in:634:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/webdavsyncservice/Makefile.in-635-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-51-  { \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-514-.cpp.o:
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:515:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-516-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-522-.cpp.obj:
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:523:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:524:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-525-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-527-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:528:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-529-
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-530-.cpp.lo:
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:531:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-532-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-561-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:562:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-563-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-594-GTAGS:
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:595:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-596-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-620-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:621:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:622:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-623-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-634-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in:635:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/fixedwidth/Makefile.in-636-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/backlinks/Makefile.in-51-  { \
gnote-3.38.0/src/addins/backlinks/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/backlinks/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/backlinks/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/backlinks/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/backlinks/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/backlinks/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/backlinks/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/backlinks/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/backlinks/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/backlinks/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/backlinks/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/backlinks/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/backlinks/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/backlinks/Makefile.in-513-.cpp.o:
gnote-3.38.0/src/addins/backlinks/Makefile.in:514:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/backlinks/Makefile.in-515-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/backlinks/Makefile.in-521-.cpp.obj:
gnote-3.38.0/src/addins/backlinks/Makefile.in:522:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/backlinks/Makefile.in:523:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/backlinks/Makefile.in-524-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/backlinks/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/backlinks/Makefile.in:527:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/backlinks/Makefile.in-528-
gnote-3.38.0/src/addins/backlinks/Makefile.in-529-.cpp.lo:
gnote-3.38.0/src/addins/backlinks/Makefile.in:530:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/backlinks/Makefile.in-531-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/backlinks/Makefile.in-560-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/backlinks/Makefile.in:561:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/backlinks/Makefile.in-562-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/backlinks/Makefile.in-593-GTAGS:
gnote-3.38.0/src/addins/backlinks/Makefile.in:594:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/backlinks/Makefile.in-595-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/backlinks/Makefile.in-619-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/backlinks/Makefile.in:620:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/backlinks/Makefile.in:621:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/backlinks/Makefile.in-622-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/backlinks/Makefile.in-633-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/backlinks/Makefile.in:634:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/backlinks/Makefile.in-635-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-51-  { \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-526-.cpp.o:
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:527:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-528-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-534-.cpp.obj:
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:535:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:536:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-537-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:540:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-541-
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-542-.cpp.lo:
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:543:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-544-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-573-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:574:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-575-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-594-	@list='$(xsl_DATA)'; test -n "$(xsldir)" || list=; \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:595:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-596-	dir='$(DESTDIR)$(xsldir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-627-GTAGS:
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:628:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-629-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-653-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:654:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:655:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-656-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-667-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in:668:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/exporttohtml/Makefile.in-669-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-51-  { \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-526-.cpp.o:
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:527:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-528-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-534-.cpp.obj:
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:535:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:536:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-537-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-539-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:540:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-541-
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-542-.cpp.lo:
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:543:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-544-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-573-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:574:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-575-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-606-GTAGS:
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:607:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-608-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-632-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:633:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:634:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-635-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-646-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in:647:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/tableofcontents/Makefile.in-648-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-51-  { \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-516-.cpp.o:
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:517:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-518-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-524-.cpp.obj:
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:525:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:526:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-527-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-529-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:530:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-531-
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-532-.cpp.lo:
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:533:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-534-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-563-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:564:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-565-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-596-GTAGS:
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:597:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-598-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-622-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:623:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:624:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-625-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-636-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in:637:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/filesystemsyncservice/Makefile.in-638-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/replacetitle/Makefile.in-51-  { \
gnote-3.38.0/src/addins/replacetitle/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/replacetitle/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/replacetitle/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/replacetitle/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/replacetitle/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/replacetitle/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/replacetitle/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/replacetitle/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/replacetitle/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/replacetitle/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/replacetitle/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/replacetitle/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/replacetitle/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/replacetitle/Makefile.in-514-.cpp.o:
gnote-3.38.0/src/addins/replacetitle/Makefile.in:515:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/replacetitle/Makefile.in-516-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/replacetitle/Makefile.in-522-.cpp.obj:
gnote-3.38.0/src/addins/replacetitle/Makefile.in:523:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/replacetitle/Makefile.in:524:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/replacetitle/Makefile.in-525-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/replacetitle/Makefile.in-527-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/replacetitle/Makefile.in:528:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/replacetitle/Makefile.in-529-
gnote-3.38.0/src/addins/replacetitle/Makefile.in-530-.cpp.lo:
gnote-3.38.0/src/addins/replacetitle/Makefile.in:531:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/replacetitle/Makefile.in-532-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/replacetitle/Makefile.in-561-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/replacetitle/Makefile.in:562:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/replacetitle/Makefile.in-563-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/replacetitle/Makefile.in-594-GTAGS:
gnote-3.38.0/src/addins/replacetitle/Makefile.in:595:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/replacetitle/Makefile.in-596-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/replacetitle/Makefile.in-620-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/replacetitle/Makefile.in:621:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/replacetitle/Makefile.in:622:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/replacetitle/Makefile.in-623-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/replacetitle/Makefile.in-634-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/replacetitle/Makefile.in:635:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/replacetitle/Makefile.in-636-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-51-  { \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-513-.cpp.o:
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:514:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-515-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-521-.cpp.obj:
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:522:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:523:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-524-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:527:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-528-
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-529-.cpp.lo:
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:530:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-531-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-560-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:561:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-562-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-593-GTAGS:
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:594:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-595-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-619-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:620:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:621:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-622-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-633-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in:634:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/tomboyimport/Makefile.in-635-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/printnotes/Makefile.in-51-  { \
gnote-3.38.0/src/addins/printnotes/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/printnotes/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/printnotes/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/printnotes/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/printnotes/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/printnotes/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/printnotes/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/printnotes/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/printnotes/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/printnotes/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/printnotes/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/printnotes/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/printnotes/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/printnotes/Makefile.in-513-.cpp.o:
gnote-3.38.0/src/addins/printnotes/Makefile.in:514:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/printnotes/Makefile.in-515-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/printnotes/Makefile.in-521-.cpp.obj:
gnote-3.38.0/src/addins/printnotes/Makefile.in:522:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/printnotes/Makefile.in:523:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/printnotes/Makefile.in-524-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/printnotes/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/printnotes/Makefile.in:527:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/printnotes/Makefile.in-528-
gnote-3.38.0/src/addins/printnotes/Makefile.in-529-.cpp.lo:
gnote-3.38.0/src/addins/printnotes/Makefile.in:530:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/printnotes/Makefile.in-531-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/printnotes/Makefile.in-560-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/printnotes/Makefile.in:561:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/printnotes/Makefile.in-562-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/printnotes/Makefile.in-593-GTAGS:
gnote-3.38.0/src/addins/printnotes/Makefile.in:594:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/printnotes/Makefile.in-595-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/printnotes/Makefile.in-619-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/printnotes/Makefile.in:620:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/printnotes/Makefile.in:621:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/printnotes/Makefile.in-622-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/printnotes/Makefile.in-633-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/printnotes/Makefile.in:634:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/printnotes/Makefile.in-635-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-51-  { \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-53-  }; \
##############################################
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-108-CONFIG_CLEAN_VPATH_FILES =
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:109:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-110-am__vpath_adj = case $$p in \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:111:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-112-    *) f=$$p;; \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-113-  esac;
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:114:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-115-am__install_max = 40
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-116-am__nobase_strip_setup = \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:117:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-118-am__nobase_strip = \
##############################################
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-525-.cpp.o:
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:526:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-527-@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-533-.cpp.obj:
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:534:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:535:@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-536-@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-538-@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:539:@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-540-
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-541-.cpp.lo:
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:542:@am__fastdepCXX_TRUE@	$(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-543-@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-572-	@list='$(addins_DATA)'; test -n "$(addinsdir)" || list=; \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:573:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-574-	dir='$(DESTDIR)$(addinsdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-605-GTAGS:
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:606:	here=`$(am__cd) $(top_builddir) && pwd` \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-607-	  && $(am__cd) $(top_srcdir) \
##############################################
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-631-distdir-am: $(DISTFILES)
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:632:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:633:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-634-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-645-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in:646:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/addins/noteoftheday/Makefile.in-647-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/src/dbus/Makefile.in-50-  { \
gnote-3.38.0/src/dbus/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/src/dbus/Makefile.in-52-  }; \
##############################################
gnote-3.38.0/src/dbus/Makefile.in-126-  esac
gnote-3.38.0/src/dbus/Makefile.in:127:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
gnote-3.38.0/src/dbus/Makefile.in-128-am__vpath_adj = case $$p in \
gnote-3.38.0/src/dbus/Makefile.in:129:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
gnote-3.38.0/src/dbus/Makefile.in-130-    *) f=$$p;; \
gnote-3.38.0/src/dbus/Makefile.in-131-  esac;
gnote-3.38.0/src/dbus/Makefile.in:132:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
gnote-3.38.0/src/dbus/Makefile.in-133-am__install_max = 40
gnote-3.38.0/src/dbus/Makefile.in-134-am__nobase_strip_setup = \
gnote-3.38.0/src/dbus/Makefile.in:135:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
gnote-3.38.0/src/dbus/Makefile.in-136-am__nobase_strip = \
##############################################
gnote-3.38.0/src/dbus/Makefile.in-415-	@list='$(introspect_DATA)'; test -n "$(introspectdir)" || list=; \
gnote-3.38.0/src/dbus/Makefile.in:416:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/dbus/Makefile.in-417-	dir='$(DESTDIR)$(introspectdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/dbus/Makefile.in-436-	@list='$(searchprovider_DATA)'; test -n "$(searchproviderdir)" || list=; \
gnote-3.38.0/src/dbus/Makefile.in:437:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
gnote-3.38.0/src/dbus/Makefile.in-438-	dir='$(DESTDIR)$(searchproviderdir)'; $(am__uninstall_files_from_dir)
##############################################
gnote-3.38.0/src/dbus/Makefile.in-449-distdir-am: $(DISTFILES)
gnote-3.38.0/src/dbus/Makefile.in:450:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/dbus/Makefile.in:451:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/src/dbus/Makefile.in-452-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/src/dbus/Makefile.in-463-	  if test -d $$d/$$file; then \
gnote-3.38.0/src/dbus/Makefile.in:464:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/src/dbus/Makefile.in-465-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/depcomp-64-  case $1 in
gnote-3.38.0/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
gnote-3.38.0/depcomp-66-      *) dir=;;
##############################################
gnote-3.38.0/depcomp-73-{
gnote-3.38.0/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
gnote-3.38.0/depcomp-75-}
##############################################
gnote-3.38.0/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
gnote-3.38.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
gnote-3.38.0/depcomp-128-
##############################################
gnote-3.38.0/depcomp-405-        sleep 1
gnote-3.38.0/depcomp:406:        i=`expr $i - 1`
gnote-3.38.0/depcomp-407-      done
gnote-3.38.0/depcomp-408-    fi
gnote-3.38.0/depcomp:409:    i=`expr $i - 1`
gnote-3.38.0/depcomp-410-  done
##############################################
gnote-3.38.0/depcomp-425-  # Do two passes, one to just change these to
gnote-3.38.0/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
gnote-3.38.0/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
gnote-3.38.0/depcomp-659-  done
gnote-3.38.0/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
gnote-3.38.0/depcomp-661-  touch "$tmpdepfile"
##############################################
gnote-3.38.0/compile-67-	mingw/*)
gnote-3.38.0/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
gnote-3.38.0/compile-69-	  ;;
gnote-3.38.0/compile-70-	cygwin/*)
gnote-3.38.0/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
gnote-3.38.0/compile-72-	  ;;
gnote-3.38.0/compile-73-	wine/*)
gnote-3.38.0/compile:74:	  file=`winepath -w "$file" || echo "$file"`
gnote-3.38.0/compile-75-	  ;;
##############################################
gnote-3.38.0/compile-310-# Name of file we expect compiler to create.
gnote-3.38.0/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
gnote-3.38.0/compile-312-
##############################################
gnote-3.38.0/compile-316-# object file name, since that is what matters with a parallel build.
gnote-3.38.0/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
gnote-3.38.0/compile-318-while true; do
##############################################
gnote-3.38.0/ltmain.sh-103-#
gnote-3.38.0/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
gnote-3.38.0/ltmain.sh-105-#
##############################################
gnote-3.38.0/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
gnote-3.38.0/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
gnote-3.38.0/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
gnote-3.38.0/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
gnote-3.38.0/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
gnote-3.38.0/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
gnote-3.38.0/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
gnote-3.38.0/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
gnote-3.38.0/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
gnote-3.38.0/ltmain.sh-410-# The name of this program.
gnote-3.38.0/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
gnote-3.38.0/ltmain.sh-412-
##############################################
gnote-3.38.0/ltmain.sh-416-  *[\\/]*)
gnote-3.38.0/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
gnote-3.38.0/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
gnote-3.38.0/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
gnote-3.38.0/ltmain.sh-610-
gnote-3.38.0/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
gnote-3.38.0/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
gnote-3.38.0/ltmain.sh-613-
##############################################
gnote-3.38.0/ltmain.sh-639-
gnote-3.38.0/ltmain.sh:640:    func_arith_result=`expr "$@"`
gnote-3.38.0/ltmain.sh-641-  }
##############################################
gnote-3.38.0/ltmain.sh-660-  # ...otherwise fall back to using sed.
gnote-3.38.0/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
gnote-3.38.0/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
gnote-3.38.0/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
gnote-3.38.0/ltmain.sh-757-      test -n "$_G_tc" && {
gnote-3.38.0/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
gnote-3.38.0/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
gnote-3.38.0/ltmain.sh-760-      }
gnote-3.38.0/ltmain.sh-761-    done
gnote-3.38.0/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
gnote-3.38.0/ltmain.sh-763-
##############################################
gnote-3.38.0/ltmain.sh-831-
gnote-3.38.0/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
gnote-3.38.0/ltmain.sh-833-  }
##############################################
gnote-3.38.0/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
gnote-3.38.0/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
gnote-3.38.0/ltmain.sh-865-      done
gnote-3.38.0/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
gnote-3.38.0/ltmain.sh-867-
##############################################
gnote-3.38.0/ltmain.sh-901-      # If mktemp works, use that first and foremost
gnote-3.38.0/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
gnote-3.38.0/ltmain.sh-903-
##############################################
gnote-3.38.0/ltmain.sh-1111-        *[\\\`\"\$]*)
gnote-3.38.0/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
gnote-3.38.0/ltmain.sh-1113-        *)
##############################################
gnote-3.38.0/ltmain.sh-1198-    case $2 in
gnote-3.38.0/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
gnote-3.38.0/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
gnote-3.38.0/ltmain.sh-1201-    esac
##############################################
gnote-3.38.0/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
gnote-3.38.0/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
gnote-3.38.0/ltmain.sh-1273-      ;;
##############################################
gnote-3.38.0/ltmain.sh-1358-
gnote-3.38.0/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
gnote-3.38.0/ltmain.sh-1360-}
##############################################
gnote-3.38.0/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
gnote-3.38.0/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
gnote-3.38.0/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
gnote-3.38.0/ltmain.sh-1517-
gnote-3.38.0/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
gnote-3.38.0/ltmain.sh-1519-}
##############################################
gnote-3.38.0/ltmain.sh-1870-
gnote-3.38.0/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
gnote-3.38.0/ltmain.sh-1872-      func_split_equals_rhs=
gnote-3.38.0/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
gnote-3.38.0/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
gnote-3.38.0/ltmain.sh-1875-  }
##############################################
gnote-3.38.0/ltmain.sh-1898-
gnote-3.38.0/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
gnote-3.38.0/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
gnote-3.38.0/ltmain.sh-1901-  }
##############################################
gnote-3.38.0/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
gnote-3.38.0/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
gnote-3.38.0/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
gnote-3.38.0/ltmain.sh-2074-
##############################################
gnote-3.38.0/ltmain.sh-2110-  {
gnote-3.38.0/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
gnote-3.38.0/ltmain.sh-2112-  }
##############################################
gnote-3.38.0/ltmain.sh-2115-  {
gnote-3.38.0/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
gnote-3.38.0/ltmain.sh-2117-  }
##############################################
gnote-3.38.0/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
gnote-3.38.0/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
gnote-3.38.0/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
gnote-3.38.0/ltmain.sh-2659-      done
gnote-3.38.0/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
gnote-3.38.0/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
gnote-3.38.0/ltmain.sh-2662-      case $@ in
##############################################
gnote-3.38.0/ltmain.sh-2672-	    # Evaluate the configuration.
gnote-3.38.0/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
gnote-3.38.0/ltmain.sh-2674-	    CC_quoted=
##############################################
gnote-3.38.0/ltmain.sh-2678-	    done
gnote-3.38.0/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
gnote-3.38.0/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
gnote-3.38.0/ltmain.sh-2681-	    case "$@ " in
##############################################
gnote-3.38.0/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
gnote-3.38.0/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
gnote-3.38.0/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
gnote-3.38.0/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
gnote-3.38.0/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
gnote-3.38.0/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
gnote-3.38.0/ltmain.sh-3009-    # LT_CYGPATH in this case.
gnote-3.38.0/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
gnote-3.38.0/ltmain.sh-3011-  fi
##############################################
gnote-3.38.0/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
gnote-3.38.0/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
gnote-3.38.0/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
gnote-3.38.0/ltmain.sh-3376-    *.[cCFSifmso] | \
gnote-3.38.0/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
gnote-3.38.0/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
gnote-3.38.0/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
gnote-3.38.0/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
gnote-3.38.0/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
gnote-3.38.0/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
gnote-3.38.0/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
gnote-3.38.0/ltmain.sh-3474-
##############################################
gnote-3.38.0/ltmain.sh-3520-      if test warn = "$need_locks" &&
gnote-3.38.0/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gnote-3.38.0/ltmain.sh-3522-	$ECHO "\
gnote-3.38.0/ltmain.sh-3523-*** ERROR, $lockfile contains:
gnote-3.38.0/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
gnote-3.38.0/ltmain.sh-3525-
##############################################
gnote-3.38.0/ltmain.sh-3569-      if test warn = "$need_locks" &&
gnote-3.38.0/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
gnote-3.38.0/ltmain.sh-3571-	$ECHO "\
gnote-3.38.0/ltmain.sh-3572-*** ERROR, $lockfile contains:
gnote-3.38.0/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
gnote-3.38.0/ltmain.sh-3574-
##############################################
gnote-3.38.0/ltmain.sh-3895-      # Get the absolute pathname.
gnote-3.38.0/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
gnote-3.38.0/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
gnote-3.38.0/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
gnote-3.38.0/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
gnote-3.38.0/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
gnote-3.38.0/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
gnote-3.38.0/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
gnote-3.38.0/ltmain.sh-4280-
##############################################
gnote-3.38.0/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
gnote-3.38.0/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
gnote-3.38.0/ltmain.sh-4293-	  else
gnote-3.38.0/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
gnote-3.38.0/ltmain.sh-4295-	  fi
##############################################
gnote-3.38.0/ltmain.sh-4458-	    fi
gnote-3.38.0/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
gnote-3.38.0/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
gnote-3.38.0/ltmain.sh-4477-	        # Replace the output file specification.
gnote-3.38.0/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
gnote-3.38.0/ltmain.sh-4479-
##############################################
gnote-3.38.0/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
gnote-3.38.0/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
gnote-3.38.0/ltmain.sh-4498-	  fi
##############################################
gnote-3.38.0/ltmain.sh-4570-    my_pic_p=${3-false}
gnote-3.38.0/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
gnote-3.38.0/ltmain.sh-4572-    my_dlsyms=
##############################################
gnote-3.38.0/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
gnote-3.38.0/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gnote-3.38.0/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
gnote-3.38.0/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
gnote-3.38.0/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
gnote-3.38.0/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
gnote-3.38.0/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
gnote-3.38.0/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gnote-3.38.0/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
gnote-3.38.0/ltmain.sh-4862-	  else
gnote-3.38.0/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gnote-3.38.0/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gnote-3.38.0/ltmain.sh-4865-	  fi
##############################################
gnote-3.38.0/ltmain.sh-4867-	*)
gnote-3.38.0/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gnote-3.38.0/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
gnote-3.38.0/ltmain.sh-4870-	  ;;
##############################################
gnote-3.38.0/ltmain.sh-4882-      # Nullify the symbol file.
gnote-3.38.0/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
gnote-3.38.0/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
gnote-3.38.0/ltmain.sh-4885-    fi
##############################################
gnote-3.38.0/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gnote-3.38.0/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
gnote-3.38.0/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
gnote-3.38.0/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
gnote-3.38.0/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
gnote-3.38.0/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
gnote-3.38.0/ltmain.sh-4925-  win32_libid_type=unknown
gnote-3.38.0/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
gnote-3.38.0/ltmain.sh-4927-  case $win32_fileres in
##############################################
gnote-3.38.0/ltmain.sh-4990-
gnote-3.38.0/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
gnote-3.38.0/ltmain.sh-4992-}
##############################################
gnote-3.38.0/ltmain.sh-5008-
gnote-3.38.0/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
gnote-3.38.0/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
gnote-3.38.0/ltmain.sh-5072-    # binutils import library
gnote-3.38.0/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
gnote-3.38.0/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
gnote-3.38.0/ltmain.sh-5075-    # ms-generated import library
gnote-3.38.0/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
gnote-3.38.0/ltmain.sh-5077-  else
##############################################
gnote-3.38.0/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
gnote-3.38.0/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
gnote-3.38.0/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
gnote-3.38.0/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
gnote-3.38.0/ltmain.sh-5160-	    darwin_arch=
##############################################
gnote-3.38.0/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
gnote-3.38.0/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
gnote-3.38.0/ltmain.sh-5172-	    darwin_file=
##############################################
gnote-3.38.0/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
gnote-3.38.0/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
gnote-3.38.0/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
gnote-3.38.0/ltmain.sh-5189-      esac
gnote-3.38.0/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
gnote-3.38.0/ltmain.sh-5191-    done
##############################################
gnote-3.38.0/ltmain.sh-5260-
gnote-3.38.0/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
gnote-3.38.0/ltmain.sh-5262-    $ECHO "\
##############################################
gnote-3.38.0/ltmain.sh-5295-    --lt-dump-script)
gnote-3.38.0/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
gnote-3.38.0/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
gnote-3.38.0/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
gnote-3.38.0/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
gnote-3.38.0/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
gnote-3.38.0/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
gnote-3.38.0/ltmain.sh-5324-  done
##############################################
gnote-3.38.0/ltmain.sh-5380-  # Find the directory that this script lives in.
gnote-3.38.0/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
gnote-3.38.0/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
gnote-3.38.0/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
gnote-3.38.0/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
gnote-3.38.0/ltmain.sh-5386-  while test -n \"\$file\"; do
gnote-3.38.0/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
gnote-3.38.0/ltmain.sh-5388-
##############################################
gnote-3.38.0/ltmain.sh-5396-
gnote-3.38.0/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
gnote-3.38.0/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
gnote-3.38.0/ltmain.sh-5399-  done
##############################################
gnote-3.38.0/ltmain.sh-5410-    case \"\$thisdir\" in
gnote-3.38.0/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
gnote-3.38.0/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
gnote-3.38.0/ltmain.sh-5416-  # Try to get the absolute directory name.
gnote-3.38.0/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
gnote-3.38.0/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
gnote-3.38.0/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
gnote-3.38.0/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
gnote-3.38.0/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
gnote-3.38.0/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
gnote-3.38.0/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
gnote-3.38.0/ltmain.sh-5443-      else
##############################################
gnote-3.38.0/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
gnote-3.38.0/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
gnote-3.38.0/ltmain.sh-5487-
##############################################
gnote-3.38.0/ltmain.sh-6464-
gnote-3.38.0/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
gnote-3.38.0/ltmain.sh-6466-    *import*) : ;;
##############################################
gnote-3.38.0/ltmain.sh-6712-	    moreargs=
gnote-3.38.0/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
gnote-3.38.0/ltmain.sh-6714-	    do
##############################################
gnote-3.38.0/ltmain.sh-6973-	*)
gnote-3.38.0/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
gnote-3.38.0/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
gnote-3.38.0/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gnote-3.38.0/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
gnote-3.38.0/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
gnote-3.38.0/ltmain.sh-7289-      -Z*)
gnote-3.38.0/ltmain.sh:7290:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
gnote-3.38.0/ltmain.sh-7291-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
gnote-3.38.0/ltmain.sh-7459-      # get the directories listed in $shlibpath_var
gnote-3.38.0/ltmain.sh:7460:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
gnote-3.38.0/ltmain.sh-7461-    else
##############################################
gnote-3.38.0/ltmain.sh-7775-		  set dummy $deplibs_check_method; shift
gnote-3.38.0/ltmain.sh:7776:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gnote-3.38.0/ltmain.sh-7777-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
gnote-3.38.0/ltmain.sh-7865-	if test -n "$inherited_linker_flags"; then
gnote-3.38.0/ltmain.sh:7866:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
gnote-3.38.0/ltmain.sh-7867-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
gnote-3.38.0/ltmain.sh-7873-	fi
gnote-3.38.0/ltmain.sh:7874:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gnote-3.38.0/ltmain.sh-7875-	if test lib,link = "$linkmode,$pass" ||
##############################################
gnote-3.38.0/ltmain.sh-7946-	*)
gnote-3.38.0/ltmain.sh:7947:	  abs_ladir=`cd "$ladir" && pwd`
gnote-3.38.0/ltmain.sh-7948-	  if test -z "$abs_ladir"; then
##############################################
gnote-3.38.0/ltmain.sh-8199-	    shift
gnote-3.38.0/ltmain.sh:8200:	    libname=`eval "\\$ECHO \"$libname_spec\""`
gnote-3.38.0/ltmain.sh-8201-	    # use dlname if we got it. it's perfectly good, no?
##############################################
gnote-3.38.0/ltmain.sh-8491-		*)
gnote-3.38.0/ltmain.sh:8492:		  absdir=`cd "$dir" && pwd`
gnote-3.38.0/ltmain.sh-8493-		  if test -z "$absdir"; then
##############################################
gnote-3.38.0/ltmain.sh-8502-		  depdepl=
gnote-3.38.0/ltmain.sh:8503:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
gnote-3.38.0/ltmain.sh-8504-		  if test -n "$deplibrary_names"; then
##############################################
gnote-3.38.0/ltmain.sh-8509-		      depdepl=$absdir/$objdir/$depdepl
gnote-3.38.0/ltmain.sh:8510:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
gnote-3.38.0/ltmain.sh-8511-                      if test -z "$darwin_install_name"; then
gnote-3.38.0/ltmain.sh:8512:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
gnote-3.38.0/ltmain.sh-8513-                      fi
##############################################
gnote-3.38.0/ltmain.sh-8524-		else
gnote-3.38.0/ltmain.sh:8525:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
gnote-3.38.0/ltmain.sh-8526-		  test -z "$libdir" && \
##############################################
gnote-3.38.0/ltmain.sh-8547-	else
gnote-3.38.0/ltmain.sh:8548:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gnote-3.38.0/ltmain.sh-8549-	fi
##############################################
gnote-3.38.0/ltmain.sh-8636-        linux*)
gnote-3.38.0/ltmain.sh:8637:          case `$CC -V 2>&1 | sed 5q` in
gnote-3.38.0/ltmain.sh-8638-          *Sun\ C*) # Sun C++ 5.9
##############################################
gnote-3.38.0/ltmain.sh-9041-	removelist=
gnote-3.38.0/ltmain.sh:9042:	tempremovelist=`$ECHO "$output_objdir/*"`
gnote-3.38.0/ltmain.sh-9043-	for p in $tempremovelist; do
##############################################
gnote-3.38.0/ltmain.sh-9067-	# Transform .lo files to .o files.
gnote-3.38.0/ltmain.sh:9068:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
gnote-3.38.0/ltmain.sh-9069-      fi
##############################################
gnote-3.38.0/ltmain.sh-9072-      #for path in $notinst_path; do
gnote-3.38.0/ltmain.sh:9073:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
gnote-3.38.0/ltmain.sh:9074:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
gnote-3.38.0/ltmain.sh:9075:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
gnote-3.38.0/ltmain.sh-9076-      #done
##############################################
gnote-3.38.0/ltmain.sh-9193-		if test -n "$i"; then
gnote-3.38.0/ltmain.sh:9194:		  libname=`eval "\\$ECHO \"$libname_spec\""`
gnote-3.38.0/ltmain.sh:9195:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gnote-3.38.0/ltmain.sh-9196-		  set dummy $deplib_matches; shift
gnote-3.38.0/ltmain.sh-9197-		  deplib_match=$1
gnote-3.38.0/ltmain.sh:9198:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
gnote-3.38.0/ltmain.sh-9199-		    func_append newdeplibs " $i"
##############################################
gnote-3.38.0/ltmain.sh-9236-		  if test -n "$i"; then
gnote-3.38.0/ltmain.sh:9237:		    libname=`eval "\\$ECHO \"$libname_spec\""`
gnote-3.38.0/ltmain.sh:9238:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
gnote-3.38.0/ltmain.sh-9239-		    set dummy $deplib_matches; shift
gnote-3.38.0/ltmain.sh-9240-		    deplib_match=$1
gnote-3.38.0/ltmain.sh:9241:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
gnote-3.38.0/ltmain.sh-9242-		      func_append newdeplibs " $i"
##############################################
gnote-3.38.0/ltmain.sh-9271-	  set dummy $deplibs_check_method; shift
gnote-3.38.0/ltmain.sh:9272:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gnote-3.38.0/ltmain.sh-9273-	  for a_deplib in $deplibs; do
##############################################
gnote-3.38.0/ltmain.sh-9286-	      if test -n "$a_deplib"; then
gnote-3.38.0/ltmain.sh:9287:		libname=`eval "\\$ECHO \"$libname_spec\""`
gnote-3.38.0/ltmain.sh-9288-		if test -n "$file_magic_glob"; then
gnote-3.38.0/ltmain.sh:9289:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
gnote-3.38.0/ltmain.sh-9290-		else
##############################################
gnote-3.38.0/ltmain.sh-9296-		    shopt -s nocaseglob
gnote-3.38.0/ltmain.sh:9297:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gnote-3.38.0/ltmain.sh-9298-		    $nocaseglob
gnote-3.38.0/ltmain.sh-9299-		  else
gnote-3.38.0/ltmain.sh:9300:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
gnote-3.38.0/ltmain.sh-9301-		  fi
##############################################
gnote-3.38.0/ltmain.sh-9314-		      while test -h "$potlib" 2>/dev/null; do
gnote-3.38.0/ltmain.sh:9315:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
gnote-3.38.0/ltmain.sh-9316-			case $potliblink in
gnote-3.38.0/ltmain.sh-9317-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
gnote-3.38.0/ltmain.sh:9318:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
gnote-3.38.0/ltmain.sh-9319-			esac
##############################################
gnote-3.38.0/ltmain.sh-9355-	  set dummy $deplibs_check_method; shift
gnote-3.38.0/ltmain.sh:9356:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
gnote-3.38.0/ltmain.sh-9357-	  for a_deplib in $deplibs; do
##############################################
gnote-3.38.0/ltmain.sh-9370-	      if test -n "$a_deplib"; then
gnote-3.38.0/ltmain.sh:9371:		libname=`eval "\\$ECHO \"$libname_spec\""`
gnote-3.38.0/ltmain.sh-9372-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
gnote-3.38.0/ltmain.sh:9373:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
gnote-3.38.0/ltmain.sh-9374-		  for potent_lib in $potential_libs; do
##############################################
gnote-3.38.0/ltmain.sh-9409-	  newdeplibs=
gnote-3.38.0/ltmain.sh:9410:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
gnote-3.38.0/ltmain.sh-9411-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
gnote-3.38.0/ltmain.sh-9413-	      # can't use Xsed below, because $i might contain '/'
gnote-3.38.0/ltmain.sh:9414:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
gnote-3.38.0/ltmain.sh-9415-	    done
##############################################
gnote-3.38.0/ltmain.sh-9439-	  # On Rhapsody replace the C library with the System framework
gnote-3.38.0/ltmain.sh:9440:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
gnote-3.38.0/ltmain.sh-9441-	  ;;
##############################################
gnote-3.38.0/ltmain.sh-9491-	*-*-darwin*)
gnote-3.38.0/ltmain.sh:9492:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gnote-3.38.0/ltmain.sh:9493:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gnote-3.38.0/ltmain.sh:9494:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gnote-3.38.0/ltmain.sh-9495-	  ;;
##############################################
gnote-3.38.0/ltmain.sh-9618-	# Use standard objects if they are pic
gnote-3.38.0/ltmain.sh:9619:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
gnote-3.38.0/ltmain.sh-9620-	test "X$libobjs" = "X " && libobjs=
##############################################
gnote-3.38.0/ltmain.sh-10132-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
gnote-3.38.0/ltmain.sh:10133:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
gnote-3.38.0/ltmain.sh-10134-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
gnote-3.38.0/ltmain.sh-10147-      # Create the old-style object.
gnote-3.38.0/ltmain.sh:10148:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
gnote-3.38.0/ltmain.sh-10149-
##############################################
gnote-3.38.0/ltmain.sh-10205-	# On Rhapsody replace the C library is the System framework
gnote-3.38.0/ltmain.sh:10206:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
gnote-3.38.0/ltmain.sh:10207:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
gnote-3.38.0/ltmain.sh-10208-	;;
##############################################
gnote-3.38.0/ltmain.sh-10223-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
gnote-3.38.0/ltmain.sh:10224:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gnote-3.38.0/ltmain.sh:10225:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
gnote-3.38.0/ltmain.sh-10226-	;;
##############################################
gnote-3.38.0/ltmain.sh-10301-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
gnote-3.38.0/ltmain.sh:10302:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
gnote-3.38.0/ltmain.sh-10303-	  case :$dllsearchpath: in
##############################################
gnote-3.38.0/ltmain.sh-10361-	# Transform all the library objects into standard objects.
gnote-3.38.0/ltmain.sh:10362:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gnote-3.38.0/ltmain.sh:10363:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
gnote-3.38.0/ltmain.sh-10364-      fi
##############################################
gnote-3.38.0/ltmain.sh-10389-	# Replace the output file specification.
gnote-3.38.0/ltmain.sh:10390:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gnote-3.38.0/ltmain.sh-10391-	link_command=$compile_command$compile_rpath
##############################################
gnote-3.38.0/ltmain.sh-10398-	  func_to_tool_file "$output"
gnote-3.38.0/ltmain.sh:10399:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gnote-3.38.0/ltmain.sh-10400-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gnote-3.38.0/ltmain.sh-10442-	# Replace the output file specification.
gnote-3.38.0/ltmain.sh:10443:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
gnote-3.38.0/ltmain.sh-10444-	# Delete the old output file.
##############################################
gnote-3.38.0/ltmain.sh-10450-	  func_to_tool_file "$output"
gnote-3.38.0/ltmain.sh:10451:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gnote-3.38.0/ltmain.sh-10452-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gnote-3.38.0/ltmain.sh-10468-	  link_command=$finalize_var$compile_command$finalize_rpath
gnote-3.38.0/ltmain.sh:10469:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
gnote-3.38.0/ltmain.sh-10470-          ;;
##############################################
gnote-3.38.0/ltmain.sh-10481-      # Replace the output file specification.
gnote-3.38.0/ltmain.sh:10482:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
gnote-3.38.0/ltmain.sh-10483-
##############################################
gnote-3.38.0/ltmain.sh-10490-	func_to_tool_file "$output_objdir/$outputname"
gnote-3.38.0/ltmain.sh:10491:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
gnote-3.38.0/ltmain.sh-10492-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
gnote-3.38.0/ltmain.sh-10511-	relink_command="(cd `pwd`; $relink_command)"
gnote-3.38.0/ltmain.sh:10512:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gnote-3.38.0/ltmain.sh-10513-      fi
##############################################
gnote-3.38.0/ltmain.sh-10757-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
gnote-3.38.0/ltmain.sh:10758:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
gnote-3.38.0/ltmain.sh-10759-      if test yes = "$hardcode_automatic"; then
##############################################
gnote-3.38.0/ltmain.sh-10778-		func_resolve_sysroot "$deplib"
gnote-3.38.0/ltmain.sh:10779:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
gnote-3.38.0/ltmain.sh-10780-		test -z "$libdir" && \
##############################################
gnote-3.38.0/ltmain.sh-10804-		name=$func_basename_result
gnote-3.38.0/ltmain.sh:10805:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gnote-3.38.0/ltmain.sh-10806-		test -z "$libdir" && \
##############################################
gnote-3.38.0/ltmain.sh-10823-		name=$func_basename_result
gnote-3.38.0/ltmain.sh:10824:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
gnote-3.38.0/ltmain.sh-10825-		test -z "$libdir" && \
##############################################
gnote-3.38.0/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
gnote-3.38.0/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
gnote-3.38.0/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
gnote-3.38.0/install-sh-234-      fi
gnote-3.38.0/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
gnote-3.38.0/install-sh-236-    *)
##############################################
gnote-3.38.0/install-sh-280-      dstdir=$dst
gnote-3.38.0/install-sh:281:      dstbase=`basename "$src"`
gnote-3.38.0/install-sh-282-      case $dst in
##############################################
gnote-3.38.0/install-sh-287-    else
gnote-3.38.0/install-sh:288:      dstdir=`dirname "$dst"`
gnote-3.38.0/install-sh-289-      test -d "$dstdir"
##############################################
gnote-3.38.0/install-sh-354-                   test_tmpdir="$tmpdir/a"
gnote-3.38.0/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
gnote-3.38.0/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
gnote-3.38.0/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
gnote-3.38.0/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
gnote-3.38.0/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
gnote-3.38.0/install-sh-419-            case $prefix in
gnote-3.38.0/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
gnote-3.38.0/install-sh-421-              *) qprefix=$prefix;;
##############################################
gnote-3.38.0/install-sh-468-    if $copy_on_change &&
gnote-3.38.0/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
gnote-3.38.0/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
gnote-3.38.0/install-sh-471-       set -f &&
##############################################
gnote-3.38.0/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
gnote-3.38.0/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
gnote-3.38.0/aclocal.m4-94-# and then we would define $MISSING as
##############################################
gnote-3.38.0/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
gnote-3.38.0/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
gnote-3.38.0/aclocal.m4-109-])
##############################################
gnote-3.38.0/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
gnote-3.38.0/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
gnote-3.38.0/aclocal.m4-207-  fi
##############################################
gnote-3.38.0/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
gnote-3.38.0/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
gnote-3.38.0/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
gnote-3.38.0/aclocal.m4-365-      || continue
gnote-3.38.0/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
gnote-3.38.0/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
gnote-3.38.0/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
gnote-3.38.0/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
gnote-3.38.0/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
gnote-3.38.0/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
gnote-3.38.0/aclocal.m4-592-    * )
gnote-3.38.0/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
gnote-3.38.0/aclocal.m4-594-  esac
gnote-3.38.0/aclocal.m4-595-done
gnote-3.38.0/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
gnote-3.38.0/aclocal.m4-597-
##############################################
gnote-3.38.0/aclocal.m4-884-     echo "timestamp, slept: $am_has_slept" > conftest.file
gnote-3.38.0/aclocal.m4:885:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
gnote-3.38.0/aclocal.m4-886-     if test "$[*]" = "X"; then
gnote-3.38.0/aclocal.m4-887-	# -L didn't work.
gnote-3.38.0/aclocal.m4:888:	set X `ls -t "$srcdir/configure" conftest.file`
gnote-3.38.0/aclocal.m4-889-     fi
##############################################
gnote-3.38.0/help/Makefile.in-49-  { \
gnote-3.38.0/help/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
gnote-3.38.0/help/Makefile.in-51-  }; \
##############################################
gnote-3.38.0/help/Makefile.in-420-distdir-am: $(DISTFILES)
gnote-3.38.0/help/Makefile.in:421:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/help/Makefile.in:422:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
gnote-3.38.0/help/Makefile.in-423-	list='$(DISTFILES)'; \
##############################################
gnote-3.38.0/help/Makefile.in-434-	  if test -d $$d/$$file; then \
gnote-3.38.0/help/Makefile.in:435:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
gnote-3.38.0/help/Makefile.in-436-	    if test -d "$(distdir)/$$file"; then \
##############################################
gnote-3.38.0/m4/pkg.m4-109-    PKG_CHECK_EXISTS([$3],
gnote-3.38.0/m4/pkg.m4:110:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
gnote-3.38.0/m4/pkg.m4-111-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
gnote-3.38.0/m4/pkg.m4-157-        if test $_pkg_short_errors_supported = yes; then
gnote-3.38.0/m4/pkg.m4:158:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
gnote-3.38.0/m4/pkg.m4-159-        else 
gnote-3.38.0/m4/pkg.m4:160:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
gnote-3.38.0/m4/pkg.m4-161-        fi
##############################################
gnote-3.38.0/m4/gsettings.m4-63-	@list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
gnote-3.38.0/m4/gsettings.m4:64:	files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
gnote-3.38.0/m4/gsettings.m4-65-	test -n "$$files" || exit 0; \
##############################################
gnote-3.38.0/m4/glib-gettext.m4-252-	GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
gnote-3.38.0/m4/glib-gettext.m4:253:	  [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
gnote-3.38.0/m4/glib-gettext.m4-254-	if test "$MSGFMT" != "no"; then
##############################################
gnote-3.38.0/m4/glib-gettext.m4-273-	  GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
gnote-3.38.0/m4/glib-gettext.m4:274:	    [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
gnote-3.38.0/m4/glib-gettext.m4-275-	  AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
##############################################
gnote-3.38.0/m4/glib-gettext.m4-424-   if test "x$srcdir" != "x."; then
gnote-3.38.0/m4/glib-gettext.m4:425:     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
gnote-3.38.0/m4/glib-gettext.m4-426-       posrcprefix="$srcdir/"
##############################################
gnote-3.38.0/m4/glib-gettext.m4-449-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
gnote-3.38.0/m4/glib-gettext.m4:450:datarootdir=`eval echo "${datarootdir}"`
gnote-3.38.0/m4/glib-gettext.m4-451-if test "x$CATOBJEXT" = "x.mo" ; then
gnote-3.38.0/m4/glib-gettext.m4:452:  localedir=`eval echo "${libdir}/locale"`
gnote-3.38.0/m4/glib-gettext.m4-453-else
gnote-3.38.0/m4/glib-gettext.m4:454:  localedir=`eval echo "${datadir}/locale"`
gnote-3.38.0/m4/glib-gettext.m4-455-fi
##############################################
gnote-3.38.0/m4/intltool.m4-38-
gnote-3.38.0/m4/intltool.m4:39:INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gnote-3.38.0/m4/intltool.m4-40-INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
gnote-3.38.0/m4/intltool.m4:41:INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
gnote-3.38.0/m4/intltool.m4-42-if test -n "$1"; then
##############################################
gnote-3.38.0/m4/intltool.m4-126-fi
gnote-3.38.0/m4/intltool.m4:127:xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
gnote-3.38.0/m4/intltool.m4:128:mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
gnote-3.38.0/m4/intltool.m4:129:mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
gnote-3.38.0/m4/intltool.m4-130-if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
##############################################
gnote-3.38.0/m4/intltool.m4-142-else
gnote-3.38.0/m4/intltool.m4:143:   IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"`
gnote-3.38.0/m4/intltool.m4-144-   AC_MSG_RESULT([$IT_PERL_VERSION])
##############################################
gnote-3.38.0/m4/intltool.m4-147-   AC_MSG_CHECKING([for XML::Parser])
gnote-3.38.0/m4/intltool.m4:148:   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
gnote-3.38.0/m4/intltool.m4-149-       AC_MSG_RESULT([ok])
##############################################
gnote-3.38.0/m4/ltsugar.m4-68-m4_define([lt_combine],
gnote-3.38.0/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
gnote-3.38.0/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
gnote-3.38.0/m4/yelp.m4-158-	  if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \
gnote-3.38.0/m4/yelp.m4:159:	  echo "$(INSTALL_DATA) $$d$$lc/$$f $$helpdir`basename $$f`"; \
gnote-3.38.0/m4/yelp.m4:160:	  $(INSTALL_DATA) "$$d$$lc/$$f" "$$helpdir`basename $$f`" || exit 1; \
gnote-3.38.0/m4/yelp.m4-161-	done; done
gnote-3.38.0/m4/yelp.m4-162-	@for f in $(_HELP_C_EXTRA); do \
gnote-3.38.0/m4/yelp.m4:163:	  lc=`dirname "$$f"`; lc=`basename "$$lc"`; \
gnote-3.38.0/m4/yelp.m4-164-	  if test -f "$$f"; then d=; else d="$(srcdir)/"; fi; \
##############################################
gnote-3.38.0/m4/yelp.m4-166-	  if ! test -d "$$helpdir"; then $(mkinstalldirs) "$$helpdir"; fi; \
gnote-3.38.0/m4/yelp.m4:167:	  echo "$(INSTALL_DATA) $$d$$f $$helpdir`basename $$f`"; \
gnote-3.38.0/m4/yelp.m4:168:	  $(INSTALL_DATA) "$$d$$f" "$$helpdir`basename $$f`" || exit 1; \
gnote-3.38.0/m4/yelp.m4-169-	done
##############################################
gnote-3.38.0/m4/yelp.m4-173-	    helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \
gnote-3.38.0/m4/yelp.m4:174:	    mdir=`dirname "$$f"`; \
gnote-3.38.0/m4/yelp.m4-175-	    if test "x$mdir" = "x."; then mdir=""; fi; \
##############################################
gnote-3.38.0/m4/yelp.m4-193-	  helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \
gnote-3.38.0/m4/yelp.m4:194:	  echo "rm -f $$helpdir`basename $$f`"; \
gnote-3.38.0/m4/yelp.m4:195:	  rm -f "$$helpdir`basename $$f`"; \
gnote-3.38.0/m4/yelp.m4-196-	done; done
gnote-3.38.0/m4/yelp.m4-197-	@for f in $(_HELP_C_EXTRA); do \
gnote-3.38.0/m4/yelp.m4:198:	  lc=`dirname "$$f"`; lc=`basename "$$lc"`; \
gnote-3.38.0/m4/yelp.m4-199-	  helpdir="$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)/"; \
gnote-3.38.0/m4/yelp.m4:200:	  echo "rm -f $$helpdir`basename $$f`"; \
gnote-3.38.0/m4/yelp.m4:201:	  rm -f "$$helpdir`basename $$f`"; \
gnote-3.38.0/m4/yelp.m4-202-	done
##############################################
gnote-3.38.0/m4/libtool.m4-119-    done
gnote-3.38.0/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
gnote-3.38.0/m4/libtool.m4-121-}
##############################################
gnote-3.38.0/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
gnote-3.38.0/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
gnote-3.38.0/m4/libtool.m4-439-
##############################################
gnote-3.38.0/m4/libtool.m4-447-#
gnote-3.38.0/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
gnote-3.38.0/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
gnote-3.38.0/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
gnote-3.38.0/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gnote-3.38.0/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
gnote-3.38.0/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gnote-3.38.0/m4/libtool.m4-561-      ;;
##############################################
gnote-3.38.0/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
gnote-3.38.0/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
gnote-3.38.0/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
gnote-3.38.0/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
gnote-3.38.0/m4/libtool.m4-574-      ;;
##############################################
gnote-3.38.0/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
gnote-3.38.0/m4/libtool.m4:1113:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
gnote-3.38.0/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
gnote-3.38.0/m4/libtool.m4-1165-      }]'
gnote-3.38.0/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnote-3.38.0/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
gnote-3.38.0/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
gnote-3.38.0/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
gnote-3.38.0/m4/libtool.m4-1170-  fi],[])
##############################################
gnote-3.38.0/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
gnote-3.38.0/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
gnote-3.38.0/m4/libtool.m4-1203-  ECHO='print -r --'
gnote-3.38.0/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
gnote-3.38.0/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
gnote-3.38.0/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
gnote-3.38.0/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
gnote-3.38.0/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
gnote-3.38.0/m4/libtool.m4-1239-
##############################################
gnote-3.38.0/m4/libtool.m4-1260-   if test yes = "$GCC"; then
gnote-3.38.0/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
gnote-3.38.0/m4/libtool.m4-1262-   fi
##############################################
gnote-3.38.0/m4/libtool.m4-1264- /*)
gnote-3.38.0/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
gnote-3.38.0/m4/libtool.m4-1266-   ;; #(
##############################################
gnote-3.38.0/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
gnote-3.38.0/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/m4/libtool.m4-1296-      *ELF-32*)
##############################################
gnote-3.38.0/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
gnote-3.38.0/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/m4/libtool.m4-1313-	*32-bit*)
##############################################
gnote-3.38.0/m4/libtool.m4-1323-    else
gnote-3.38.0/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/m4/libtool.m4-1325-	*32-bit*)
##############################################
gnote-3.38.0/m4/libtool.m4-1345-    emul=elf
gnote-3.38.0/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/m4/libtool.m4-1347-      *32-bit*)
##############################################
gnote-3.38.0/m4/libtool.m4-1353-    esac
gnote-3.38.0/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/m4/libtool.m4-1355-      *MSB*)
##############################################
gnote-3.38.0/m4/libtool.m4-1361-    esac
gnote-3.38.0/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
gnote-3.38.0/m4/libtool.m4-1363-      *N32*)
##############################################
gnote-3.38.0/m4/libtool.m4-1726-    # And add a safety zone
gnote-3.38.0/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gnote-3.38.0/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gnote-3.38.0/m4/libtool.m4-1729-    ;;
##############################################
gnote-3.38.0/m4/libtool.m4-1759-    if test -n "$kargmax"; then
gnote-3.38.0/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
gnote-3.38.0/m4/libtool.m4-1761-    else
##############################################
gnote-3.38.0/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
gnote-3.38.0/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
gnote-3.38.0/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
gnote-3.38.0/m4/libtool.m4-1771-    else
##############################################
gnote-3.38.0/m4/libtool.m4-1780-      # we can't tell.
gnote-3.38.0/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
gnote-3.38.0/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
gnote-3.38.0/m4/libtool.m4-1784-      do
gnote-3.38.0/m4/libtool.m4:1785:        i=`expr $i + 1`
gnote-3.38.0/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
gnote-3.38.0/m4/libtool.m4-1788-      # Only check the string length outside the loop.
gnote-3.38.0/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
gnote-3.38.0/m4/libtool.m4-1790-      teststring=
##############################################
gnote-3.38.0/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
gnote-3.38.0/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
gnote-3.38.0/m4/libtool.m4-1795-    fi
##############################################
gnote-3.38.0/m4/libtool.m4-2259-    *:)
gnote-3.38.0/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
gnote-3.38.0/m4/libtool.m4-2261-        ;;
gnote-3.38.0/m4/libtool.m4-2262-    x:*)
gnote-3.38.0/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
gnote-3.38.0/m4/libtool.m4-2264-        ;;
gnote-3.38.0/m4/libtool.m4-2265-    *::*)
gnote-3.38.0/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
gnote-3.38.0/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
gnote-3.38.0/m4/libtool.m4-2268-        ;;
gnote-3.38.0/m4/libtool.m4-2269-    *)
gnote-3.38.0/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
gnote-3.38.0/m4/libtool.m4-2271-        ;;
##############################################
gnote-3.38.0/m4/libtool.m4-2299-  esac
gnote-3.38.0/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
gnote-3.38.0/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
gnote-3.38.0/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
gnote-3.38.0/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
gnote-3.38.0/m4/libtool.m4-2308-    ;;
gnote-3.38.0/m4/libtool.m4-2309-  *)
gnote-3.38.0/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
gnote-3.38.0/m4/libtool.m4-2311-    ;;
##############################################
gnote-3.38.0/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
gnote-3.38.0/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
gnote-3.38.0/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
gnote-3.38.0/m4/libtool.m4-2357-  esac
gnote-3.38.0/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
gnote-3.38.0/m4/libtool.m4-2359-else
##############################################
gnote-3.38.0/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
gnote-3.38.0/m4/libtool.m4:2499:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
gnote-3.38.0/m4/libtool.m4-2500-    ;;
##############################################
gnote-3.38.0/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnote-3.38.0/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
gnote-3.38.0/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gnote-3.38.0/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
gnote-3.38.0/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
gnote-3.38.0/m4/libtool.m4-2543-      fi'
gnote-3.38.0/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnote-3.38.0/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
gnote-3.38.0/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
gnote-3.38.0/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
gnote-3.38.0/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
gnote-3.38.0/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/m4/libtool.m4-2559-      ;;
##############################################
gnote-3.38.0/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
gnote-3.38.0/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/m4/libtool.m4-2563-      ;;
##############################################
gnote-3.38.0/m4/libtool.m4-2570-    libname_spec='$name'
gnote-3.38.0/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
gnote-3.38.0/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
gnote-3.38.0/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
gnote-3.38.0/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
gnote-3.38.0/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
gnote-3.38.0/m4/libtool.m4-2587-      # Convert to MSYS style.
gnote-3.38.0/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
gnote-3.38.0/m4/libtool.m4-2589-      ;;
##############################################
gnote-3.38.0/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
gnote-3.38.0/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
gnote-3.38.0/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
gnote-3.38.0/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gnote-3.38.0/m4/libtool.m4-2597-      ;;
##############################################
gnote-3.38.0/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
gnote-3.38.0/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
gnote-3.38.0/m4/libtool.m4-2603-      else
gnote-3.38.0/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
gnote-3.38.0/m4/libtool.m4-2605-      fi
##############################################
gnote-3.38.0/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
gnote-3.38.0/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
gnote-3.38.0/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
gnote-3.38.0/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
gnote-3.38.0/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
gnote-3.38.0/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
gnote-3.38.0/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
gnote-3.38.0/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
gnote-3.38.0/m4/libtool.m4-2625-    # Assume MSVC wrapper
gnote-3.38.0/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
gnote-3.38.0/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
gnote-3.38.0/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
gnote-3.38.0/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
gnote-3.38.0/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
gnote-3.38.0/m4/libtool.m4-2879-  if test -f /etc/ld.so.conf; then
gnote-3.38.0/m4/libtool.m4:2880:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
gnote-3.38.0/m4/libtool.m4-2881-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
gnote-3.38.0/m4/libtool.m4-2933-  need_lib_prefix=no
gnote-3.38.0/m4/libtool.m4:2934:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gnote-3.38.0/m4/libtool.m4-2935-    need_version=no
##############################################
gnote-3.38.0/m4/libtool.m4-2960-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
gnote-3.38.0/m4/libtool.m4:2961:  postinstall_cmds='base_file=`basename \$file`~
gnote-3.38.0/m4/libtool.m4:2962:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
gnote-3.38.0/m4/libtool.m4:2963:    dldir=$destdir/`dirname \$dlpath`~
gnote-3.38.0/m4/libtool.m4-2964-    test -d \$dldir || mkdir -p \$dldir~
##############################################
gnote-3.38.0/m4/libtool.m4-2969-    fi'
gnote-3.38.0/m4/libtool.m4:2970:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
gnote-3.38.0/m4/libtool.m4-2971-    dlpath=$dir/\$dldll~
##############################################
gnote-3.38.0/m4/libtool.m4-3180-	"file_magic "*)
gnote-3.38.0/m4/libtool.m4:3181:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
gnote-3.38.0/m4/libtool.m4-3182-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
gnote-3.38.0/m4/libtool.m4-3263-    # gcc leaves a trailing carriage return, which upsets mingw
gnote-3.38.0/m4/libtool.m4:3264:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
gnote-3.38.0/m4/libtool.m4-3265-  *)
gnote-3.38.0/m4/libtool.m4:3266:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
gnote-3.38.0/m4/libtool.m4-3267-  esac
##############################################
gnote-3.38.0/m4/libtool.m4-3272-      # Canonicalize the pathname of ld
gnote-3.38.0/m4/libtool.m4:3273:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
gnote-3.38.0/m4/libtool.m4-3274-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
gnote-3.38.0/m4/libtool.m4:3275:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
gnote-3.38.0/m4/libtool.m4-3276-      done
##############################################
gnote-3.38.0/m4/libtool.m4-3303-      # Break only if it was the GNU/non-GNU ld that we prefer.
gnote-3.38.0/m4/libtool.m4:3304:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
gnote-3.38.0/m4/libtool.m4-3305-      *GNU* | *'with BFD'*)
##############################################
gnote-3.38.0/m4/libtool.m4-3343-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
gnote-3.38.0/m4/libtool.m4:3344:case `$LD -v 2>&1 </dev/null` in
gnote-3.38.0/m4/libtool.m4-3345-*GNU* | *'with BFD'*)
##############################################
gnote-3.38.0/m4/libtool.m4-3570-openbsd* | bitrig*)
gnote-3.38.0/m4/libtool.m4:3571:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gnote-3.38.0/m4/libtool.m4-3572-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
gnote-3.38.0/m4/libtool.m4-3637-    else
gnote-3.38.0/m4/libtool.m4:3638:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
gnote-3.38.0/m4/libtool.m4-3639-    fi
##############################################
gnote-3.38.0/m4/libtool.m4-3688-	esac
gnote-3.38.0/m4/libtool.m4:3689:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
gnote-3.38.0/m4/libtool.m4-3690-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
gnote-3.38.0/m4/libtool.m4-3694-	*)
gnote-3.38.0/m4/libtool.m4:3695:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
gnote-3.38.0/m4/libtool.m4-3696-	  */dev/null*)
##############################################
gnote-3.38.0/m4/libtool.m4-3720-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
gnote-3.38.0/m4/libtool.m4:3721:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
gnote-3.38.0/m4/libtool.m4-3722-    *COFF*)
##############################################
gnote-3.38.0/m4/libtool.m4-3779-  # decide which one to use based on capabilities of $DLLTOOL
gnote-3.38.0/m4/libtool.m4:3780:  case `$DLLTOOL --help 2>&1` in
gnote-3.38.0/m4/libtool.m4-3781-  *--identify-strict*)
##############################################
gnote-3.38.0/m4/libtool.m4-3953-# If we're using GNU nm, then use its standard symbol codes.
gnote-3.38.0/m4/libtool.m4:3954:case `$NM -V 2>&1` in
gnote-3.38.0/m4/libtool.m4-3955-*GNU* | *'with BFD'*)
##############################################
gnote-3.38.0/m4/libtool.m4-4001-mingw*)
gnote-3.38.0/m4/libtool.m4:4002:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
gnote-3.38.0/m4/libtool.m4-4003-  ;;
##############################################
gnote-3.38.0/m4/libtool.m4-4057-    nlist=conftest.nm
gnote-3.38.0/m4/libtool.m4:4058:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
gnote-3.38.0/m4/libtool.m4-4059-      # Try sorting and uniquifying the output.
##############################################
gnote-3.38.0/m4/libtool.m4-4405-	  *)
gnote-3.38.0/m4/libtool.m4:4406:	    case `$CC -V 2>&1 | sed 5q` in
gnote-3.38.0/m4/libtool.m4-4407-	    *Sun\ C*)
##############################################
gnote-3.38.0/m4/libtool.m4-4741-      *)
gnote-3.38.0/m4/libtool.m4:4742:	case `$CC -V 2>&1 | sed 5q` in
gnote-3.38.0/m4/libtool.m4-4743-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
gnote-3.38.0/m4/libtool.m4-4924-    else
gnote-3.38.0/m4/libtool.m4:4925:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gnote-3.38.0/m4/libtool.m4-4926-    fi
##############################################
gnote-3.38.0/m4/libtool.m4-5017-	# shared libraries, regardless of the interface used.
gnote-3.38.0/m4/libtool.m4:5018:	case `$LD -v 2>&1` in
gnote-3.38.0/m4/libtool.m4-5019-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
gnote-3.38.0/m4/libtool.m4-5049-    supports_anon_versioning=no
gnote-3.38.0/m4/libtool.m4:5050:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
gnote-3.38.0/m4/libtool.m4-5051-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
gnote-3.38.0/m4/libtool.m4-5152-	prefix_cmds="$SED"~
gnote-3.38.0/m4/libtool.m4:5153:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gnote-3.38.0/m4/libtool.m4-5154-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gnote-3.38.0/m4/libtool.m4-5174-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gnote-3.38.0/m4/libtool.m4:5175:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnote-3.38.0/m4/libtool.m4:5176:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnote-3.38.0/m4/libtool.m4-5177-      ;;
##############################################
gnote-3.38.0/m4/libtool.m4-5192-        pgcc*)				# Portland Group C compiler
gnote-3.38.0/m4/libtool.m4:5193:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/m4/libtool.m4-5194-	  tmp_addflag=' $pic_flag'
##############################################
gnote-3.38.0/m4/libtool.m4-5197-					# Portland Group f77 and f90 compilers
gnote-3.38.0/m4/libtool.m4:5198:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/m4/libtool.m4-5199-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
gnote-3.38.0/m4/libtool.m4-5214-	nvcc*)	# Cuda Compiler Driver 2.2
gnote-3.38.0/m4/libtool.m4:5215:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/m4/libtool.m4-5216-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gnote-3.38.0/m4/libtool.m4-5218-	esac
gnote-3.38.0/m4/libtool.m4:5219:	case `$CC -V 2>&1 | sed 5q` in
gnote-3.38.0/m4/libtool.m4-5220-	*Sun\ C*)			# Sun C 5.9
gnote-3.38.0/m4/libtool.m4:5221:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/m4/libtool.m4-5222-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gnote-3.38.0/m4/libtool.m4-5289-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
gnote-3.38.0/m4/libtool.m4:5290:      case `$LD -v 2>&1` in
gnote-3.38.0/m4/libtool.m4-5291-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
gnote-3.38.0/m4/libtool.m4-5378-	else
gnote-3.38.0/m4/libtool.m4:5379:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
gnote-3.38.0/m4/libtool.m4-5380-	fi
##############################################
gnote-3.38.0/m4/libtool.m4-5443-	# below for broken collect2 doesn't work under 4.3+
gnote-3.38.0/m4/libtool.m4:5444:	  collect2name=`$CC -print-prog-name=collect2`
gnote-3.38.0/m4/libtool.m4-5445-	  if test -f "$collect2name" &&
##############################################
gnote-3.38.0/m4/libtool.m4-5499-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
gnote-3.38.0/m4/libtool.m4:5500:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gnote-3.38.0/m4/libtool.m4-5501-      else
##############################################
gnote-3.38.0/m4/libtool.m4-5524-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
gnote-3.38.0/m4/libtool.m4:5525:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
gnote-3.38.0/m4/libtool.m4-5526-	  if test svr4 != "$with_aix_soname"; then
##############################################
gnote-3.38.0/m4/libtool.m4-5615-	# FIXME: Setting linknames here is a bad hack.
gnote-3.38.0/m4/libtool.m4:5616:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
gnote-3.38.0/m4/libtool.m4-5617-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
gnote-3.38.0/m4/libtool.m4-5753-      if test yes = "$GCC"; then
gnote-3.38.0/m4/libtool.m4:5754:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4-5755-	# Try to use the -exported_symbol ld option, if it does not
##############################################
gnote-3.38.0/m4/libtool.m4-5776-	if test yes = "$lt_cv_irix_exported_symbol"; then
gnote-3.38.0/m4/libtool.m4:5777:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
gnote-3.38.0/m4/libtool.m4-5778-	fi
gnote-3.38.0/m4/libtool.m4-5779-      else
gnote-3.38.0/m4/libtool.m4:5780:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4:5781:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
gnote-3.38.0/m4/libtool.m4-5782-      fi
##############################################
gnote-3.38.0/m4/libtool.m4-5826-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
gnote-3.38.0/m4/libtool.m4:5827:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
gnote-3.38.0/m4/libtool.m4-5828-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
gnote-3.38.0/m4/libtool.m4-5857-	prefix_cmds="$SED"~
gnote-3.38.0/m4/libtool.m4:5858:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
gnote-3.38.0/m4/libtool.m4-5859-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
gnote-3.38.0/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gnote-3.38.0/m4/libtool.m4:5872:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4-5873-      else
gnote-3.38.0/m4/libtool.m4-5874-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gnote-3.38.0/m4/libtool.m4:5875:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4-5876-      fi
##############################################
gnote-3.38.0/m4/libtool.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gnote-3.38.0/m4/libtool.m4:5885:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4-5886-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
gnote-3.38.0/m4/libtool.m4-5888-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gnote-3.38.0/m4/libtool.m4:5889:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4:5890:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
gnote-3.38.0/m4/libtool.m4:5891:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
gnote-3.38.0/m4/libtool.m4-5892-
##############################################
gnote-3.38.0/m4/libtool.m4-5907-      else
gnote-3.38.0/m4/libtool.m4:5908:	case `$CC -V 2>&1` in
gnote-3.38.0/m4/libtool.m4-5909-	*"Compilers 5.0"*)
##############################################
gnote-3.38.0/m4/libtool.m4-6100-	  _LT_TAGVAR(allow_undefined_flag, $1)=
gnote-3.38.0/m4/libtool.m4:6101:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
gnote-3.38.0/m4/libtool.m4-6102-	  then
##############################################
gnote-3.38.0/m4/libtool.m4-6404-        # ancient GNU ld didn't support --whole-archive et. al.
gnote-3.38.0/m4/libtool.m4:6405:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
gnote-3.38.0/m4/libtool.m4-6406-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
gnote-3.38.0/m4/libtool.m4-6514-          # below for broken collect2 doesn't work under 4.3+
gnote-3.38.0/m4/libtool.m4:6515:	  collect2name=`$CC -print-prog-name=collect2`
gnote-3.38.0/m4/libtool.m4-6516-	  if test -f "$collect2name" &&
##############################################
gnote-3.38.0/m4/libtool.m4-6572-
gnote-3.38.0/m4/libtool.m4:6573:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
gnote-3.38.0/m4/libtool.m4-6574-        else
##############################################
gnote-3.38.0/m4/libtool.m4-6597-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
gnote-3.38.0/m4/libtool.m4:6598:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
gnote-3.38.0/m4/libtool.m4-6599-	    if test svr4 != "$with_aix_soname"; then
##############################################
gnote-3.38.0/m4/libtool.m4-6726-	  prefix_cmds="$SED"~
gnote-3.38.0/m4/libtool.m4:6727:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
gnote-3.38.0/m4/libtool.m4-6728-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
gnote-3.38.0/m4/libtool.m4-6800-            # dependencies.
gnote-3.38.0/m4/libtool.m4:6801:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gnote-3.38.0/m4/libtool.m4-6802-            ;;
##############################################
gnote-3.38.0/m4/libtool.m4-6865-	    # dependencies.
gnote-3.38.0/m4/libtool.m4:6866:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gnote-3.38.0/m4/libtool.m4-6867-	    ;;
##############################################
gnote-3.38.0/m4/libtool.m4-6901-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
gnote-3.38.0/m4/libtool.m4:6902:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnote-3.38.0/m4/libtool.m4:6903:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
gnote-3.38.0/m4/libtool.m4-6904-	;;
##############################################
gnote-3.38.0/m4/libtool.m4-6908-	    # SGI C++
gnote-3.38.0/m4/libtool.m4:6909:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4-6910-
##############################################
gnote-3.38.0/m4/libtool.m4-6919-	      if test no = "$with_gnu_ld"; then
gnote-3.38.0/m4/libtool.m4:6920:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4-6921-	      else
gnote-3.38.0/m4/libtool.m4:6922:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
gnote-3.38.0/m4/libtool.m4-6923-	      fi
##############################################
gnote-3.38.0/m4/libtool.m4-6940-	    # to its proper name (with version) after linking.
gnote-3.38.0/m4/libtool.m4:6941:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gnote-3.38.0/m4/libtool.m4:6942:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
gnote-3.38.0/m4/libtool.m4-6943-	    # Commands to make compiler produce verbose output that lists
##############################################
gnote-3.38.0/m4/libtool.m4-6950-	    # dependencies.
gnote-3.38.0/m4/libtool.m4:6951:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gnote-3.38.0/m4/libtool.m4-6952-
##############################################
gnote-3.38.0/m4/libtool.m4-6965-	    # earlier do not add the objects themselves.
gnote-3.38.0/m4/libtool.m4:6966:	    case `$CC -V 2>&1` in
gnote-3.38.0/m4/libtool.m4-6967-	      *"Version 7."*)
##############################################
gnote-3.38.0/m4/libtool.m4-6986-            # Portland Group C++ compiler
gnote-3.38.0/m4/libtool.m4:6987:	    case `$CC -V` in
gnote-3.38.0/m4/libtool.m4-6988-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
gnote-3.38.0/m4/libtool.m4-6991-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
gnote-3.38.0/m4/libtool.m4:6992:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
gnote-3.38.0/m4/libtool.m4-6993-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
gnote-3.38.0/m4/libtool.m4-6995-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
gnote-3.38.0/m4/libtool.m4:6996:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
gnote-3.38.0/m4/libtool.m4-6997-                $RANLIB $oldlib'
##############################################
gnote-3.38.0/m4/libtool.m4-7000-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gnote-3.38.0/m4/libtool.m4:7001:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
gnote-3.38.0/m4/libtool.m4-7002-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
gnote-3.38.0/m4/libtool.m4-7004-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
gnote-3.38.0/m4/libtool.m4:7005:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
gnote-3.38.0/m4/libtool.m4-7006-	      ;;
##############################################
gnote-3.38.0/m4/libtool.m4-7014-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
gnote-3.38.0/m4/libtool.m4:7015:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/m4/libtool.m4-7016-            ;;
##############################################
gnote-3.38.0/m4/libtool.m4-7033-	    # dependencies.
gnote-3.38.0/m4/libtool.m4:7034:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
gnote-3.38.0/m4/libtool.m4-7035-	    ;;
##############################################
gnote-3.38.0/m4/libtool.m4-7048-	  *)
gnote-3.38.0/m4/libtool.m4:7049:	    case `$CC -V 2>&1 | sed 5q` in
gnote-3.38.0/m4/libtool.m4-7050-	    *Sun\ C*)
##############################################
gnote-3.38.0/m4/libtool.m4-7055-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
gnote-3.38.0/m4/libtool.m4:7056:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
gnote-3.38.0/m4/libtool.m4-7057-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
gnote-3.38.0/m4/libtool.m4-7120-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
gnote-3.38.0/m4/libtool.m4:7121:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
gnote-3.38.0/m4/libtool.m4-7122-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
gnote-3.38.0/m4/libtool.m4-7139-	    # to its proper name (with version) after linking.
gnote-3.38.0/m4/libtool.m4:7140:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
gnote-3.38.0/m4/libtool.m4-7141-
##############################################
gnote-3.38.0/m4/libtool.m4-7160-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
gnote-3.38.0/m4/libtool.m4:7161:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4-7162-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
gnote-3.38.0/m4/libtool.m4-7165-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
gnote-3.38.0/m4/libtool.m4:7166:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4:7167:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
gnote-3.38.0/m4/libtool.m4-7168-                  echo "-hidden">> $lib.exp~
gnote-3.38.0/m4/libtool.m4:7169:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
gnote-3.38.0/m4/libtool.m4-7170-                  $RM $lib.exp'
##############################################
gnote-3.38.0/m4/libtool.m4-7184-	    # dependencies.
gnote-3.38.0/m4/libtool.m4:7185:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
gnote-3.38.0/m4/libtool.m4-7186-	    ;;
##############################################
gnote-3.38.0/m4/libtool.m4-7191-	        osf3*)
gnote-3.38.0/m4/libtool.m4:7192:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4-7193-		  ;;
gnote-3.38.0/m4/libtool.m4-7194-	        *)
gnote-3.38.0/m4/libtool.m4:7195:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
gnote-3.38.0/m4/libtool.m4-7196-		  ;;
##############################################
gnote-3.38.0/m4/libtool.m4-7444-  case @S|@2 in
gnote-3.38.0/m4/libtool.m4:7445:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
gnote-3.38.0/m4/libtool.m4:7446:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
gnote-3.38.0/m4/libtool.m4-7447-  esac
##############################################
gnote-3.38.0/m4/libtool.m4-7533-
gnote-3.38.0/m4/libtool.m4:7534:  for p in `eval "$output_verbose_link_cmd"`; do
gnote-3.38.0/m4/libtool.m4-7535-    case $prev$p in
##############################################
gnote-3.38.0/m4/libtool.m4-7637-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
gnote-3.38.0/m4/libtool.m4:7638: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
gnote-3.38.0/m4/libtool.m4-7639-fi
##############################################
gnote-3.38.0/m4/libtool.m4-8257-    test 10 -lt "$lt_ac_count" && break
gnote-3.38.0/m4/libtool.m4:8258:    lt_ac_count=`expr $lt_ac_count + 1`
gnote-3.38.0/m4/libtool.m4-8259-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
gnote-3.38.0/po/Makefile.in.in-57-
gnote-3.38.0/po/Makefile.in.in:58:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
gnote-3.38.0/po/Makefile.in.in-59-
##############################################
gnote-3.38.0/po/Makefile.in.in-87-.po.gmo:
gnote-3.38.0/po/Makefile.in.in:88:	$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
gnote-3.38.0/po/Makefile.in.in-89-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
gnote-3.38.0/po/Makefile.in.in-188-	  echo "$$lang:"; \
gnote-3.38.0/po/Makefile.in.in:189:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
gnote-3.38.0/po/Makefile.in.in-190-	  if $$result; then \
##############################################
gnote-3.38.0/config.guess-34-
gnote-3.38.0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
gnote-3.38.0/config.guess-36-
##############################################
gnote-3.38.0/config.guess-104-    # shellcheck disable=SC2039
gnote-3.38.0/config.guess:105:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
gnote-3.38.0/config.guess-106-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
gnote-3.38.0/config.guess-154-	EOF
gnote-3.38.0/config.guess:155:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
gnote-3.38.0/config.guess-156-
##############################################
gnote-3.38.0/config.guess-191-	    earmv*)
gnote-3.38.0/config.guess:192:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
gnote-3.38.0/config.guess:193:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
gnote-3.38.0/config.guess-194-		machine="${arch}${endian}"-unknown
##############################################
gnote-3.38.0/config.guess-223-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
gnote-3.38.0/config.guess:224:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
gnote-3.38.0/config.guess-225-		;;
##############################################
gnote-3.38.0/config.guess-236-	    *)
gnote-3.38.0/config.guess:237:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
gnote-3.38.0/config.guess-238-		;;
##############################################
gnote-3.38.0/config.guess-283-	*4.0)
gnote-3.38.0/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
gnote-3.38.0/config.guess-285-		;;
gnote-3.38.0/config.guess-286-	*5.*)
gnote-3.38.0/config.guess:287:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
gnote-3.38.0/config.guess-288-		;;
##############################################
gnote-3.38.0/config.guess-293-	# types through head -n 1, so we only detect the type of CPU 0.
gnote-3.38.0/config.guess:294:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
gnote-3.38.0/config.guess-295-	case "$ALPHA_CPU_TYPE" in
##############################################
gnote-3.38.0/config.guess-331-	# 1.2 uses "1.2" for uname -r.
gnote-3.38.0/config.guess:332:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
gnote-3.38.0/config.guess-333-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
gnote-3.38.0/config.guess-382-    s390x:SunOS:*:*)
gnote-3.38.0/config.guess:383:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
gnote-3.38.0/config.guess-384-	exit ;;
gnote-3.38.0/config.guess-385-    sun4H:SunOS:5.*:*)
gnote-3.38.0/config.guess:386:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gnote-3.38.0/config.guess-387-	exit ;;
gnote-3.38.0/config.guess-388-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
gnote-3.38.0/config.guess:389:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
gnote-3.38.0/config.guess-390-	exit ;;
##############################################
gnote-3.38.0/config.guess-394-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
gnote-3.38.0/config.guess:395:	UNAME_REL="`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
gnote-3.38.0/config.guess-396-	case `isainfo -b` in
##############################################
gnote-3.38.0/config.guess-408-	# it's likely to be more like Solaris than SunOS4.
gnote-3.38.0/config.guess:409:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gnote-3.38.0/config.guess-410-	exit ;;
##############################################
gnote-3.38.0/config.guess-417-	# Japanese Language versions have a version number like `4.1.3-JL'.
gnote-3.38.0/config.guess:418:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
gnote-3.38.0/config.guess-419-	exit ;;
##############################################
gnote-3.38.0/config.guess-423-    sun*:*:4.2BSD:*)
gnote-3.38.0/config.guess:424:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
gnote-3.38.0/config.guess-425-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
gnote-3.38.0/config.guess-505-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
gnote-3.38.0/config.guess:506:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
gnote-3.38.0/config.guess:507:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
gnote-3.38.0/config.guess-508-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
gnote-3.38.0/config.guess-561-    *:IRIX*:*:*)
gnote-3.38.0/config.guess:562:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
gnote-3.38.0/config.guess-563-	exit ;;
##############################################
gnote-3.38.0/config.guess-591-EOF
gnote-3.38.0/config.guess:592:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
gnote-3.38.0/config.guess-593-		then
##############################################
gnote-3.38.0/config.guess-604-    *:AIX:*:[4567])
gnote-3.38.0/config.guess:605:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
gnote-3.38.0/config.guess-606-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
gnote-3.38.0/config.guess-640-    9000/[34678]??:HP-UX:*:*)
gnote-3.38.0/config.guess:641:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
gnote-3.38.0/config.guess-642-	case "$UNAME_MACHINE" in
##############################################
gnote-3.38.0/config.guess-694-EOF
gnote-3.38.0/config.guess:695:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
gnote-3.38.0/config.guess-696-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
gnote-3.38.0/config.guess-722-    ia64:HP-UX:*:*)
gnote-3.38.0/config.guess:723:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
gnote-3.38.0/config.guess-724-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
gnote-3.38.0/config.guess-752-EOF
gnote-3.38.0/config.guess:753:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
gnote-3.38.0/config.guess-754-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
gnote-3.38.0/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gnote-3.38.0/config.guess:824:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
gnote-3.38.0/config.guess-825-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gnote-3.38.0/config.guess-828-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
gnote-3.38.0/config.guess:829:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
gnote-3.38.0/config.guess-830-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
gnote-3.38.0/config.guess-846-	then
gnote-3.38.0/config.guess:847:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
gnote-3.38.0/config.guess-848-	else
gnote-3.38.0/config.guess:849:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
gnote-3.38.0/config.guess-850-	fi
##############################################
gnote-3.38.0/config.guess-859-	esac
gnote-3.38.0/config.guess:860:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
gnote-3.38.0/config.guess-861-	exit ;;
##############################################
gnote-3.38.0/config.guess-895-    prep*:SunOS:5.*:*)
gnote-3.38.0/config.guess:896:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
gnote-3.38.0/config.guess-897-	exit ;;
##############################################
gnote-3.38.0/config.guess-899-	# the GNU system
gnote-3.38.0/config.guess:900:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
gnote-3.38.0/config.guess-901-	exit ;;
##############################################
gnote-3.38.0/config.guess-903-	# other systems with GNU libc and userland
gnote-3.38.0/config.guess:904:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
gnote-3.38.0/config.guess-905-	exit ;;
##############################################
gnote-3.38.0/config.guess-997-EOF
gnote-3.38.0/config.guess:998:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
gnote-3.38.0/config.guess-999-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
gnote-3.38.0/config.guess-1097-    i*86:*:4.*:*)
gnote-3.38.0/config.guess:1098:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
gnote-3.38.0/config.guess-1099-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
gnote-3.38.0/config.guess-1300-	fi
gnote-3.38.0/config.guess:1301:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
gnote-3.38.0/config.guess-1302-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
gnote-3.38.0/config.guess-1399-    *:DragonFly:*:*)
gnote-3.38.0/config.guess:1400:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
gnote-3.38.0/config.guess-1401-	exit ;;
##############################################
gnote-3.38.0/config.guess-1412-    i*86:skyos:*:*)
gnote-3.38.0/config.guess:1413:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
gnote-3.38.0/config.guess-1414-	exit ;;