chiark / gitweb /
Remove results of configure
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 20 Feb 2015 14:34:09 +0000 (14:34 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 20 Feb 2015 15:40:22 +0000 (15:40 +0000)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
.gitignore
Makefile [deleted file]
apps/Makefile [deleted file]
config.log [deleted file]
config.status [deleted file]
src/Makefile [deleted file]
src/config.h [deleted file]
test/Makefile [deleted file]

index 314b4b5da65695e6a6aa0393a85a0d0bf4c764cd..9191dc865a20565bfbc7aacbefb5f15eebff3ac9 100644 (file)
@@ -1,11 +1,30 @@
 *~
+*.o
+*.lo
+
+.deps
+.libs
+
+src/libsympathy.a
+src/libsympathy.la
+apps/sympathy
+test/test
+test/xn
+libtool
+
 aclocal.m4
+apps/Makefile
 apps/Makefile.in
 autom4te.cache
+config.log
+config.status
 configure
 ltmain.sh
+Makefile
 Makefile.in
+src/config.h
 src/config.h.in
-src/config.h.in~
+src/Makefile
 src/Makefile.in
+test/Makefile
 test/Makefile.in
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index cbc184c..0000000
--- a/Makefile
+++ /dev/null
@@ -1,794 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-
-pkgdatadir = $(datadir)/libsympathy
-pkglibdir = $(libdir)/libsympathy
-pkgincludedir = $(includedir)/libsympathy
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = i686-pc-linux-gnu
-host_triplet = i686-pc-linux-gnu
-subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
-       $(srcdir)/Makefile.in $(srcdir)/libsympathy-config.src.in \
-       $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
-       config.guess config.sub depcomp install-sh ltmain.sh missing
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-       $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES = libsympathy-config.src
-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
-binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
-SCRIPTS = $(bin_SCRIPTS)
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-       html-recursive info-recursive install-data-recursive \
-       install-dvi-recursive install-exec-recursive \
-       install-html-recursive install-info-recursive \
-       install-pdf-recursive install-ps-recursive install-recursive \
-       installcheck-recursive installdirs-recursive pdf-recursive \
-       ps-recursive uninstall-recursive
-man1dir = $(mandir)/man1
-NROFF = nroff
-MANS = $(man1_MANS)
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
-  distclean-recursive maintainer-clean-recursive
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
-  { test ! -d $(distdir) \
-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
-         && rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = ${SHELL} /root/projects/sympathy/missing --run aclocal-1.10
-AMTAR = ${SHELL} /root/projects/sympathy/missing --run tar
-AR = ar
-AUTOCONF = ${SHELL} /root/projects/sympathy/missing --run autoconf
-AUTOHEADER = ${SHELL} /root/projects/sympathy/missing --run autoheader
-AUTOMAKE = ${SHELL} /root/projects/sympathy/missing --run automake-1.10
-AWK = mawk
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DSYMUTIL = 
-ECHO = echo
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-F77 = 
-FFLAGS = 
-G2_HAVE_MALLOC_H = 1
-G2_HAVE_STDINT_H = 1
-G2_HAVE_SYS_INT_TYPES_H = 0
-G2_HAVE_UNISTD_H = 1
-G2_TIME_WITH_SYS_TIME = 0
-G2_TM_H = time.h
-G2_TM_IN_SYS_TIME = 0
-GREP = /bin/grep
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LDFLAGS = 
-LIBOBJS = 
-LIBS = 
-LIBSYMPATHY_INTERFACE_REVISION = 1
-LIBSYMPATHY_INTERFACE_VERSION_MAX = 2
-LIBSYMPATHY_INTERFACE_VERSION_MIN = 2
-LIBSYMPATHY_MAJOR_VERSION = 1
-LIBSYMPATHY_MICRO_VERSION = 1
-LIBSYMPATHY_MINOR_VERSION = 2
-LIBSYMPATHY_VERSION = 1.2.1
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LN_S = ln -s
-LTLIBOBJS = 
-LT_AGE = 0
-LT_CURRENT = 2
-LT_RELEASE = 1.2
-LT_REVISION = 1
-MAKEINFO = ${SHELL} /root/projects/sympathy/missing --run makeinfo
-MD5SUM = md5sum
-MKDIR_P = /bin/mkdir -p
-NMEDIT = 
-OBJEXT = o
-PACKAGE = libsympathy
-PACKAGE_BUGREPORT = 
-PACKAGE_NAME = 
-PACKAGE_STRING = 
-PACKAGE_TARNAME = 
-PACKAGE_VERSION = 
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-STRIP = strip
-VERSION = 1.2.1
-abs_builddir = /root/projects/sympathy
-abs_srcdir = /root/projects/sympathy
-abs_top_builddir = /root/projects/sympathy
-abs_top_srcdir = /root/projects/sympathy
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build = i686-pc-linux-gnu
-build_alias = 
-build_cpu = i686
-build_os = linux-gnu
-build_vendor = pc
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = i686-pc-linux-gnu
-host_alias = 
-host_cpu = i686
-host_os = linux-gnu
-host_vendor = pc
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = $(SHELL) /root/projects/sympathy/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_builddir = .
-top_srcdir = .
-
-#
-#
-# Makefile.am:
-#
-# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
-# All rights reserved.
-#
-# $Id: Makefile.am,v 1.8 2008/02/28 22:55:27 staffcvs Exp $
-#
-# $Log: Makefile.am,v $
-# Revision 1.8  2008/02/28 22:55:27  staffcvs
-# *** empty log message ***
-#
-# Revision 1.7  2008/02/27 18:29:49  james
-# *** empty log message ***
-#
-# Revision 1.6  2008/02/27 16:01:24  james
-# *** empty log message ***
-#
-# Revision 1.5  2008/02/27 15:17:55  james
-# *** empty log message ***
-#
-# Revision 1.4  2008/02/27 15:04:32  james
-# *** empty log message ***
-#
-# Revision 1.3  2008/02/27 10:47:34  james
-# *** empty log message ***
-#
-# Revision 1.2  2008/02/24 00:42:52  james
-# *** empty log message ***
-#
-# Revision 1.1  2008/02/03 16:20:23  james
-# *** empty log message ***
-#
-#
-#
-#
-SUBDIRS = src apps test 
-man1_MANS = sympathy.man
-bin_SCRIPTS = libsympathy-config
-VFD = ${srcdir}
-VF = ${shell cat ${VFD}/version-files}
-VFS = ${VF:%=${VFD}/%}
-VCHK = ${shell cat ${VFS} | md5sum | mawk '{print $$1 }' }
-VNUM = ${shell /bin/grep ${VCHK} ${VFD}/version-md5sums | mawk '{ print $$2 }'  }
-VSTP = ${shell /bin/grep ${VCHK} ${VFD}/version-stamps  | mawk  'BEGIN { FS="\t" }; { print $$2 }'  }
-VDEF = ${shell echo `cat ${VFD}/version-major`.`cat ${VFD}/version-minor`.`cat ${VFD}/version-micro` }
-VSDF = ${shell tail -1 ${VFD}/version-stamps  | mawk  'BEGIN { FS="\t" }; { print $$2 }'  }
-EXTRA_DIST = version-files version-major version-minor version-micro version-md5sums version-stamps sympathy.1
-all: all-recursive
-
-.SUFFIXES:
-am--refresh:
-       @:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-       @for dep in $?; do \
-         case '$(am__configure_deps)' in \
-           *$$dep*) \
-             echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
-             cd $(srcdir) && $(AUTOMAKE) --gnu  \
-               && exit 0; \
-             exit 1;; \
-         esac; \
-       done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
-       cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnu  Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-       @case '$?' in \
-         *config.status*) \
-           echo ' $(SHELL) ./config.status'; \
-           $(SHELL) ./config.status;; \
-         *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
-       esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-       $(SHELL) ./config.status --recheck
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-       cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-       cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-libsympathy-config.src: $(top_builddir)/config.status $(srcdir)/libsympathy-config.src.in
-       cd $(top_builddir) && $(SHELL) ./config.status $@
-install-binSCRIPTS: $(bin_SCRIPTS)
-       @$(NORMAL_INSTALL)
-       test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
-       @list='$(bin_SCRIPTS)'; for p in $$list; do \
-         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-         if test -f $$d$$p; then \
-           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
-           echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
-           $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
-         else :; fi; \
-       done
-
-uninstall-binSCRIPTS:
-       @$(NORMAL_UNINSTALL)
-       @list='$(bin_SCRIPTS)'; for p in $$list; do \
-         f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
-         echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
-         rm -f "$(DESTDIR)$(bindir)/$$f"; \
-       done
-
-mostlyclean-libtool:
-       -rm -f *.lo
-
-clean-libtool:
-       -rm -rf .libs _libs
-
-distclean-libtool:
-       -rm -f libtool
-install-man1: $(man1_MANS) $(man_MANS)
-       @$(NORMAL_INSTALL)
-       test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
-       @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
-       for i in $$l2; do \
-         case "$$i" in \
-           *.1*) list="$$list $$i" ;; \
-         esac; \
-       done; \
-       for i in $$list; do \
-         if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
-         else file=$$i; fi; \
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
-         case "$$ext" in \
-           1*) ;; \
-           *) ext='1' ;; \
-         esac; \
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-         echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
-         $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
-       done
-uninstall-man1:
-       @$(NORMAL_UNINSTALL)
-       @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
-       l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
-       for i in $$l2; do \
-         case "$$i" in \
-           *.1*) list="$$list $$i" ;; \
-         esac; \
-       done; \
-       for i in $$list; do \
-         ext=`echo $$i | sed -e 's/^.*\\.//'`; \
-         case "$$ext" in \
-           1*) ;; \
-           *) ext='1' ;; \
-         esac; \
-         inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
-         inst=`echo $$inst | sed -e 's/^.*\///'`; \
-         inst=`echo $$inst | sed '$(transform)'`.$$ext; \
-         echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
-         rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
-       done
-
-# This directory's subdirectories are mostly independent; you can cd
-# into them and run `make' without going through this Makefile.
-# To change the values of `make' variables: instead of editing Makefiles,
-# (1) if the variable is set in `config.status', edit `config.status'
-#     (which will cause the Makefiles to be regenerated when you run `make');
-# (2) otherwise, pass the desired values on the `make' command line.
-$(RECURSIVE_TARGETS):
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
-       dot_seen=no; \
-       target=`echo $@ | sed s/-recursive//`; \
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         echo "Making $$target in $$subdir"; \
-         if test "$$subdir" = "."; then \
-           dot_seen=yes; \
-           local_target="$$target-am"; \
-         else \
-           local_target="$$target"; \
-         fi; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-         || eval $$failcom; \
-       done; \
-       if test "$$dot_seen" = "no"; then \
-         $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
-       fi; test -z "$$fail"
-
-$(RECURSIVE_CLEAN_TARGETS):
-       @failcom='exit 1'; \
-       for f in x $$MAKEFLAGS; do \
-         case $$f in \
-           *=* | --[!k]*);; \
-           *k*) failcom='fail=yes';; \
-         esac; \
-       done; \
-       dot_seen=no; \
-       case "$@" in \
-         distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
-         *) list='$(SUBDIRS)' ;; \
-       esac; \
-       rev=''; for subdir in $$list; do \
-         if test "$$subdir" = "."; then :; else \
-           rev="$$subdir $$rev"; \
-         fi; \
-       done; \
-       rev="$$rev ."; \
-       target=`echo $@ | sed s/-recursive//`; \
-       for subdir in $$rev; do \
-         echo "Making $$target in $$subdir"; \
-         if test "$$subdir" = "."; then \
-           local_target="$$target-am"; \
-         else \
-           local_target="$$target"; \
-         fi; \
-         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-         || eval $$failcom; \
-       done && test -z "$$fail"
-tags-recursive:
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
-       done
-ctags-recursive:
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
-       done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       here=`pwd`; \
-       if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
-         include_option=--etags-include; \
-         empty_fix=.; \
-       else \
-         include_option=--include; \
-         empty_fix=; \
-       fi; \
-       list='$(SUBDIRS)'; for subdir in $$list; do \
-         if test "$$subdir" = .; then :; else \
-           test ! -f $$subdir/TAGS || \
-             tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
-         fi; \
-       done; \
-       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
-         test -n "$$unique" || unique=$$empty_fix; \
-         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-           $$tags $$unique; \
-       fi
-ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       test -z "$(CTAGS_ARGS)$$tags$$unique" \
-         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-            $$tags $$unique
-
-GTAGS:
-       here=`$(am__cd) $(top_builddir) && pwd` \
-         && cd $(top_srcdir) \
-         && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
-       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-       $(am__remove_distdir)
-       test -d $(distdir) || mkdir $(distdir)
-       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       list='$(DISTFILES)'; \
-         dist_files=`for file in $$list; do echo $$file; done | \
-         sed -e "s|^$$srcdirstrip/||;t" \
-             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-       case $$dist_files in \
-         */*) $(MKDIR_P) `echo "$$dist_files" | \
-                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-                          sort -u` ;; \
-       esac; \
-       for file in $$dist_files; do \
-         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-         if test -d $$d/$$file; then \
-           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
-           fi; \
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
-         else \
-           test -f $(distdir)/$$file \
-           || cp -p $$d/$$file $(distdir)/$$file \
-           || exit 1; \
-         fi; \
-       done
-       list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
-         if test "$$subdir" = .; then :; else \
-           test -d "$(distdir)/$$subdir" \
-           || $(MKDIR_P) "$(distdir)/$$subdir" \
-           || exit 1; \
-           distdir=`$(am__cd) $(distdir) && pwd`; \
-           top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
-           (cd $$subdir && \
-             $(MAKE) $(AM_MAKEFLAGS) \
-               top_distdir="$$top_distdir" \
-               distdir="$$distdir/$$subdir" \
-               am__remove_distdir=: \
-               am__skip_length_check=: \
-               distdir) \
-             || exit 1; \
-         fi; \
-       done
-       -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
-         ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
-         ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
-         ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
-       || chmod -R a+r $(distdir)
-dist-gzip: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-       $(am__remove_distdir)
-
-dist-bzip2: distdir
-       tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
-       $(am__remove_distdir)
-
-dist-lzma: distdir
-       tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
-       $(am__remove_distdir)
-
-dist-tarZ: distdir
-       tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
-       $(am__remove_distdir)
-
-dist-shar: distdir
-       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
-       $(am__remove_distdir)
-
-dist-zip: distdir
-       -rm -f $(distdir).zip
-       zip -rq $(distdir).zip $(distdir)
-       $(am__remove_distdir)
-
-dist dist-all: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-       $(am__remove_distdir)
-
-# This target untars the dist file and tries a VPATH configuration.  Then
-# it guarantees that the distribution is self-contained by making another
-# tarfile.
-distcheck: dist
-       case '$(DIST_ARCHIVES)' in \
-       *.tar.gz*) \
-         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
-       *.tar.bz2*) \
-         bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
-       *.tar.lzma*) \
-         unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
-       *.tar.Z*) \
-         uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
-       *.shar.gz*) \
-         GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
-       *.zip*) \
-         unzip $(distdir).zip ;;\
-       esac
-       chmod -R a-w $(distdir); chmod a+w $(distdir)
-       mkdir $(distdir)/_build
-       mkdir $(distdir)/_inst
-       chmod a-w $(distdir)
-       dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
-         && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
-         && cd $(distdir)/_build \
-         && ../configure --srcdir=.. --prefix="$$dc_install_base" \
-           $(DISTCHECK_CONFIGURE_FLAGS) \
-         && $(MAKE) $(AM_MAKEFLAGS) \
-         && $(MAKE) $(AM_MAKEFLAGS) dvi \
-         && $(MAKE) $(AM_MAKEFLAGS) check \
-         && $(MAKE) $(AM_MAKEFLAGS) install \
-         && $(MAKE) $(AM_MAKEFLAGS) installcheck \
-         && $(MAKE) $(AM_MAKEFLAGS) uninstall \
-         && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
-               distuninstallcheck \
-         && chmod -R a-w "$$dc_install_base" \
-         && ({ \
-              (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
-              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
-              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
-              && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
-                   distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
-             } || { rm -rf "$$dc_destdir"; exit 1; }) \
-         && rm -rf "$$dc_destdir" \
-         && $(MAKE) $(AM_MAKEFLAGS) dist \
-         && rm -rf $(DIST_ARCHIVES) \
-         && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
-       $(am__remove_distdir)
-       @(echo "$(distdir) archives ready for distribution: "; \
-         list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
-         sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
-distuninstallcheck:
-       @cd $(distuninstallcheck_dir) \
-       && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
-          || { echo "ERROR: files left after uninstall:" ; \
-               if test -n "$(DESTDIR)"; then \
-                 echo "  (check DESTDIR support)"; \
-               fi ; \
-               $(distuninstallcheck_listfiles) ; \
-               exit 1; } >&2
-distcleancheck: distclean
-       @if test '$(srcdir)' = . ; then \
-         echo "ERROR: distcleancheck can only run from a VPATH build" ; \
-         exit 1 ; \
-       fi
-       @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
-         || { echo "ERROR: files left in build directory after distclean:" ; \
-              $(distcleancheck_listfiles) ; \
-              exit 1; } >&2
-check-am: all-am
-check: check-recursive
-all-am: Makefile $(SCRIPTS) $(MANS)
-installdirs: installdirs-recursive
-installdirs-am:
-       for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
-         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-       done
-install: install-recursive
-install-exec: install-exec-recursive
-install-data: install-data-recursive
-uninstall: uninstall-recursive
-
-install-am: all-am
-       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-recursive
-install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-         `test -z '$(STRIP)' || \
-           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
-       @echo "This command is intended for maintainers to use"
-       @echo "it deletes files that may require special tools to rebuild."
-clean: clean-recursive
-
-clean-am: clean-generic clean-libtool clean-local mostlyclean-am
-
-distclean: distclean-recursive
-       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
-       -rm -f Makefile
-distclean-am: clean-am distclean-generic distclean-libtool \
-       distclean-tags
-
-dvi: dvi-recursive
-
-dvi-am:
-
-html: html-recursive
-
-info: info-recursive
-
-info-am:
-
-install-data-am: install-man
-
-install-dvi: install-dvi-recursive
-
-install-exec-am: install-binSCRIPTS
-
-install-html: install-html-recursive
-
-install-info: install-info-recursive
-
-install-man: install-man1
-
-install-pdf: install-pdf-recursive
-
-install-ps: install-ps-recursive
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-recursive
-       -rm -f $(am__CONFIG_DISTCLEAN_FILES)
-       -rm -rf $(top_srcdir)/autom4te.cache
-       -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-recursive
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-recursive
-
-pdf-am:
-
-ps: ps-recursive
-
-ps-am:
-
-uninstall-am: uninstall-binSCRIPTS uninstall-man
-
-uninstall-man: uninstall-man1
-
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
-       install-strip
-
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
-       all all-am am--refresh check check-am clean clean-generic \
-       clean-libtool clean-local ctags ctags-recursive dist dist-all \
-       dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip \
-       distcheck distclean distclean-generic distclean-libtool \
-       distclean-tags distcleancheck distdir distuninstallcheck dvi \
-       dvi-am html html-am info info-am install install-am \
-       install-binSCRIPTS install-data install-data-am install-dvi \
-       install-dvi-am install-exec install-exec-am install-html \
-       install-html-am install-info install-info-am install-man \
-       install-man1 install-pdf install-pdf-am install-ps \
-       install-ps-am install-strip installcheck installcheck-am \
-       installdirs installdirs-am maintainer-clean \
-       maintainer-clean-generic mostlyclean mostlyclean-generic \
-       mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
-       uninstall uninstall-am uninstall-binSCRIPTS uninstall-man \
-       uninstall-man1
-
-
-clean-local:
-       -rm -f libsympathy-config version.sed sympathy.man
-
-sympathy.man: sympathy.1 version.sed 
-       /bin/sed -f version.sed < sympathy.1 > sympathy.man || rm -f sympathy.man
-
-libsympathy-config.src:libsympathy-config.src.in
-libsympathy-config:libsympathy-config.src version.sed
-       /bin/sed -f version.sed < libsympathy-config.src > libsympathy-config || rm -f libsympathy-config
-       chmod +x $@
-
-version.sed: $(VFD)/version-files $(VFD)/version-major \
-       $(VFD)/version-minor $(VFD)/version-micro \
-       $(VFD)/version-md5sums $(VFD)/version-stamps ${VFS} 
-       if [ .${VNUM} = . ]; then \
-               echo "s/%VERSION%/${VDEF}-E/g" > version.sed; \
-               echo "s/%VERSIONSTAMP%/After ${VSDF}/g" >> version.sed; \
-               echo "s/%LONGVERSION%/Version ${VDEF} + Edits/g" >> version.sed; \
-       else \
-               echo "s/%VERSION%/${VNUM}/g" > version.sed; \
-               echo "s/%VERSIONSTAMP%/${VSTP}/g" >> version.sed; \
-               echo "s/%LONGVERSION%/Version ${VNUM}/g" >> version.sed; \
-       fi
-
-protos:
-       (cd src && ${MAKE} protos)
-
-tidy:
-       cvs commit -m ""
-       (cd src && ${MAKE} tidy)
-       (cd apps && ${MAKE} tidy)
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/apps/Makefile b/apps/Makefile
deleted file mode 100644 (file)
index 5566749..0000000
+++ /dev/null
@@ -1,543 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# apps/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-#
-# Makefile.am:
-#
-# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
-# All rights reserved.
-#
-# $Id: Makefile.am,v 1.12 2008/03/07 13:56:39 james Exp $
-#
-# $Log: Makefile.am,v $
-# Revision 1.12  2008/03/07 13:56:39  james
-# *** empty log message ***
-#
-# Revision 1.11  2008/02/24 00:42:53  james
-# *** empty log message ***
-#
-# Revision 1.10  2008/02/20 18:35:10  james
-# *** empty log message ***
-#
-# Revision 1.9  2008/02/20 18:33:37  james
-# *** empty log message ***
-#
-# Revision 1.8  2008/02/20 18:31:44  james
-# *** empty log message ***
-#
-# Revision 1.7  2008/02/16 01:30:56  james
-# *** empty log message ***
-#
-# Revision 1.6  2008/02/14 10:34:30  james
-# *** empty log message ***
-#
-# Revision 1.5  2008/02/14 02:46:44  james
-# *** empty log message ***
-#
-# Revision 1.4  2008/02/14 00:57:58  james
-# *** empty log message ***
-#
-# Revision 1.3  2008/02/13 18:05:06  james
-# *** empty log message ***
-#
-# Revision 1.2  2008/02/06 11:30:45  james
-# *** empty log message ***
-#
-# Revision 1.1  2008/02/03 16:20:24  james
-# *** empty log message ***
-#
-#
-#
-
-
-
-pkgdatadir = $(datadir)/libsympathy
-pkglibdir = $(libdir)/libsympathy
-pkgincludedir = $(includedir)/libsympathy
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = i686-pc-linux-gnu
-host_triplet = i686-pc-linux-gnu
-bin_PROGRAMS = sympathy$(EXEEXT)
-subdir = apps
-DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
-       $(srcdir)/Makefile.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-       $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)"
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
-PROGRAMS = $(bin_PROGRAMS)
-am__objects_1 = sympathy.$(OBJEXT) usage.$(OBJEXT) clients.$(OBJEXT) \
-       mainloop.$(OBJEXT) expand.$(OBJEXT)
-am_sympathy_OBJECTS = $(am__objects_1)
-sympathy_OBJECTS = $(am_sympathy_OBJECTS)
-sympathy_DEPENDENCIES = ../src/libsympathy.la
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-       --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-       $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-       --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
-       $(LDFLAGS) -o $@
-SOURCES = $(sympathy_SOURCES)
-DIST_SOURCES = $(sympathy_SOURCES)
-HEADERS = $(noinst_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /root/projects/sympathy/missing --run aclocal-1.10
-AMTAR = ${SHELL} /root/projects/sympathy/missing --run tar
-AR = ar
-AUTOCONF = ${SHELL} /root/projects/sympathy/missing --run autoconf
-AUTOHEADER = ${SHELL} /root/projects/sympathy/missing --run autoheader
-AUTOMAKE = ${SHELL} /root/projects/sympathy/missing --run automake-1.10
-AWK = mawk
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g 
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g 
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DSYMUTIL = 
-ECHO = echo
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-F77 = 
-FFLAGS = 
-G2_HAVE_MALLOC_H = 1
-G2_HAVE_STDINT_H = 1
-G2_HAVE_SYS_INT_TYPES_H = 0
-G2_HAVE_UNISTD_H = 1
-G2_TIME_WITH_SYS_TIME = 0
-G2_TM_H = time.h
-G2_TM_IN_SYS_TIME = 0
-GREP = /bin/grep
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LDFLAGS = 
-LIBOBJS = 
-LIBS = 
-LIBSYMPATHY_INTERFACE_REVISION = 1
-LIBSYMPATHY_INTERFACE_VERSION_MAX = 2
-LIBSYMPATHY_INTERFACE_VERSION_MIN = 2
-LIBSYMPATHY_MAJOR_VERSION = 1
-LIBSYMPATHY_MICRO_VERSION = 1
-LIBSYMPATHY_MINOR_VERSION = 2
-LIBSYMPATHY_VERSION = 1.2.1
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LN_S = ln -s
-LTLIBOBJS = 
-LT_AGE = 0
-LT_CURRENT = 2
-LT_RELEASE = 1.2
-LT_REVISION = 1
-MAKEINFO = ${SHELL} /root/projects/sympathy/missing --run makeinfo
-MD5SUM = md5sum
-MKDIR_P = /bin/mkdir -p
-NMEDIT = 
-OBJEXT = o
-PACKAGE = libsympathy
-PACKAGE_BUGREPORT = 
-PACKAGE_NAME = 
-PACKAGE_STRING = 
-PACKAGE_TARNAME = 
-PACKAGE_VERSION = 
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-STRIP = strip
-VERSION = 1.2.1
-abs_builddir = /root/projects/sympathy/apps
-abs_srcdir = /root/projects/sympathy/apps
-abs_top_builddir = /root/projects/sympathy
-abs_top_srcdir = /root/projects/sympathy
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build = i686-pc-linux-gnu
-build_alias = 
-build_cpu = i686
-build_os = linux-gnu
-build_vendor = pc
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = i686-pc-linux-gnu
-host_alias = 
-host_cpu = i686
-host_os = linux-gnu
-host_vendor = pc
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = $(SHELL) /root/projects/sympathy/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_builddir = ..
-top_srcdir = ..
-INCLUDES = -I$(srcdir)/../src 
-HDRS = clients.h mainloop.h
-SRCS = sympathy.c usage.c clients.c mainloop.c expand.c
-noinst_HEADERS = ${HDRS}
-sympathy_SOURCES = ${SRCS}
-sympathy_LDADD = ../src/libsympathy.la  -lutil
-AM_CFLAGS = -g -Werror
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-       @for dep in $?; do \
-         case '$(am__configure_deps)' in \
-           *$$dep*) \
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
-               && exit 0; \
-             exit 1;; \
-         esac; \
-       done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  apps/Makefile'; \
-       cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnu  apps/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-       @case '$?' in \
-         *config.status*) \
-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-         *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-       esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-install-binPROGRAMS: $(bin_PROGRAMS)
-       @$(NORMAL_INSTALL)
-       test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
-       @list='$(bin_PROGRAMS)'; for p in $$list; do \
-         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
-         if test -f $$p \
-            || test -f $$p1 \
-         ; then \
-           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
-          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
-          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
-         else :; fi; \
-       done
-
-uninstall-binPROGRAMS:
-       @$(NORMAL_UNINSTALL)
-       @list='$(bin_PROGRAMS)'; for p in $$list; do \
-         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
-         echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
-         rm -f "$(DESTDIR)$(bindir)/$$f"; \
-       done
-
-clean-binPROGRAMS:
-       @list='$(bin_PROGRAMS)'; for p in $$list; do \
-         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
-         echo " rm -f $$p $$f"; \
-         rm -f $$p $$f ; \
-       done
-sympathy$(EXEEXT): $(sympathy_OBJECTS) $(sympathy_DEPENDENCIES) 
-       @rm -f sympathy$(EXEEXT)
-       $(LINK) $(sympathy_OBJECTS) $(sympathy_LDADD) $(LIBS)
-
-mostlyclean-compile:
-       -rm -f *.$(OBJEXT)
-
-distclean-compile:
-       -rm -f *.tab.c
-
-include ./$(DEPDIR)/clients.Po
-include ./$(DEPDIR)/expand.Po
-include ./$(DEPDIR)/mainloop.Po
-include ./$(DEPDIR)/sympathy.Po
-include ./$(DEPDIR)/usage.Po
-
-.c.o:
-       $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-       mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-#      source='$<' object='$@' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(COMPILE) -c $<
-
-.c.obj:
-       $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-       mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-#      source='$<' object='$@' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-.c.lo:
-       $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-       mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-#      source='$<' object='$@' libtool=yes \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(LTCOMPILE) -c -o $@ $<
-
-mostlyclean-libtool:
-       -rm -f *.lo
-
-clean-libtool:
-       -rm -rf .libs _libs
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       here=`pwd`; \
-       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
-         test -n "$$unique" || unique=$$empty_fix; \
-         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-           $$tags $$unique; \
-       fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       test -z "$(CTAGS_ARGS)$$tags$$unique" \
-         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-            $$tags $$unique
-
-GTAGS:
-       here=`$(am__cd) $(top_builddir) && pwd` \
-         && cd $(top_srcdir) \
-         && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
-       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       list='$(DISTFILES)'; \
-         dist_files=`for file in $$list; do echo $$file; done | \
-         sed -e "s|^$$srcdirstrip/||;t" \
-             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-       case $$dist_files in \
-         */*) $(MKDIR_P) `echo "$$dist_files" | \
-                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-                          sort -u` ;; \
-       esac; \
-       for file in $$dist_files; do \
-         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-         if test -d $$d/$$file; then \
-           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
-           fi; \
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
-         else \
-           test -f $(distdir)/$$file \
-           || cp -p $$d/$$file $(distdir)/$$file \
-           || exit 1; \
-         fi; \
-       done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS) $(HEADERS)
-installdirs:
-       for dir in "$(DESTDIR)$(bindir)"; do \
-         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-       done
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-         `test -z '$(STRIP)' || \
-           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
-       @echo "This command is intended for maintainers to use"
-       @echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-       -rm -rf ./$(DEPDIR)
-       -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-       distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-exec-am: install-binPROGRAMS
-
-install-html: install-html-am
-
-install-info: install-info-am
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-ps: install-ps-am
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-       -rm -rf ./$(DEPDIR)
-       -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-       mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-binPROGRAMS
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
-       clean-generic clean-libtool ctags distclean distclean-compile \
-       distclean-generic distclean-libtool distclean-tags distdir dvi \
-       dvi-am html html-am info info-am install install-am \
-       install-binPROGRAMS install-data install-data-am install-dvi \
-       install-dvi-am install-exec install-exec-am install-html \
-       install-html-am install-info install-info-am install-man \
-       install-pdf install-pdf-am install-ps install-ps-am \
-       install-strip installcheck installcheck-am installdirs \
-       maintainer-clean maintainer-clean-generic mostlyclean \
-       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-       pdf pdf-am ps ps-am tags uninstall uninstall-am \
-       uninstall-binPROGRAMS
-
-
-tidy: ${SRCS} ${HDRS}
-       indent -i2 -ts0 ${SRCS} ${HDRS} 
-       /bin/rm -f *~
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/config.log b/config.log
deleted file mode 100644 (file)
index 0a6de37..0000000
+++ /dev/null
@@ -1,1144 +0,0 @@
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by configure, which was
-generated by GNU Autoconf 2.61.  Invocation command line was
-
-  $ ./configure 
-
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = woking.xci-test.com
-uname -m = i686
-uname -r = 2.6.26-2-686
-uname -s = Linux
-uname -v = #1 SMP Sun Jul 26 21:25:33 UTC 2009
-
-/usr/bin/uname -p = unknown
-/bin/uname -X     = unknown
-
-/bin/arch              = unknown
-/usr/bin/arch -k       = unknown
-/usr/convex/getsysinfo = unknown
-/usr/bin/hostinfo      = unknown
-/bin/machine           = unknown
-/usr/bin/oslevel       = unknown
-/bin/universe          = unknown
-
-PATH: /usr/local/sbin
-PATH: /usr/local/bin
-PATH: /usr/sbin
-PATH: /usr/bin
-PATH: /sbin
-PATH: /bin
-
-
-## ----------- ##
-## Core tests. ##
-## ----------- ##
-
-configure:1991: checking for gcc
-configure:2007: found /usr/bin/gcc
-configure:2018: result: gcc
-configure:2256: checking for C compiler version
-configure:2263: gcc --version >&5
-gcc (Debian 4.3.2-1.1) 4.3.2
-Copyright (C) 2008 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-configure:2266: $? = 0
-configure:2273: gcc -v >&5
-Using built-in specs.
-Target: i486-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
-Thread model: posix
-gcc version 4.3.2 (Debian 4.3.2-1.1) 
-configure:2276: $? = 0
-configure:2283: gcc -V >&5
-gcc: '-V' option must have argument
-configure:2286: $? = 1
-configure:2309: checking for C compiler default output file name
-configure:2336: gcc    conftest.c  >&5
-configure:2339: $? = 0
-configure:2377: result: a.out
-configure:2394: checking whether the C compiler works
-configure:2404: ./a.out
-configure:2407: $? = 0
-configure:2424: result: yes
-configure:2431: checking whether we are cross compiling
-configure:2433: result: no
-configure:2436: checking for suffix of executables
-configure:2443: gcc -o conftest    conftest.c  >&5
-configure:2446: $? = 0
-configure:2470: result: 
-configure:2476: checking for suffix of object files
-configure:2502: gcc -c   conftest.c >&5
-configure:2505: $? = 0
-configure:2528: result: o
-configure:2532: checking whether we are using the GNU C compiler
-configure:2561: gcc -c   conftest.c >&5
-configure:2567: $? = 0
-configure:2584: result: yes
-configure:2589: checking whether gcc accepts -g
-configure:2619: gcc -c -g  conftest.c >&5
-configure:2625: $? = 0
-configure:2724: result: yes
-configure:2741: checking for gcc option to accept ISO C89
-configure:2815: gcc  -c -g -O2  conftest.c >&5
-configure:2821: $? = 0
-configure:2844: result: none needed
-configure:2870: checking for special C compiler options needed for large files
-configure:2963: result: no
-configure:2969: checking for _FILE_OFFSET_BITS value needed for large files
-configure:3004: gcc -c -g -O2  conftest.c >&5
-conftest.c:14: warning: left shift count >= width of type
-conftest.c:14: warning: left shift count >= width of type
-conftest.c:16: error: size of array 'off_t_is_large' is negative
-configure:3010: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| /* end confdefs.h.  */
-| #include <sys/types.h>
-|  /* Check that off_t can represent 2**63 - 1 correctly.
-|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
-|     since some C++ compilers masquerading as C compilers
-|     incorrectly reject 9223372036854775807.  */
-| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
-|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
-|                     && LARGE_OFF_T % 2147483647 == 1)
-|                    ? 1 : -1];
-| int
-| main ()
-| {
-| 
-|   ;
-|   return 0;
-| }
-configure:3054: gcc -c -g -O2  conftest.c >&5
-configure:3060: $? = 0
-configure:3078: result: 64
-configure:3296: checking for a BSD-compatible install
-configure:3352: result: /usr/bin/install -c
-configure:3363: checking whether build environment is sane
-configure:3406: result: yes
-configure:3434: checking for a thread-safe mkdir -p
-configure:3473: result: /bin/mkdir -p
-configure:3486: checking for gawk
-configure:3516: result: no
-configure:3486: checking for mawk
-configure:3502: found /usr/bin/mawk
-configure:3513: result: mawk
-configure:3524: checking whether make sets $(MAKE)
-configure:3545: result: yes
-configure:3575: checking for style of include used by make
-configure:3603: result: GNU
-configure:3796: checking dependency style of gcc
-configure:3887: result: gcc3
-configure:3982: checking build system type
-configure:4000: result: i686-pc-linux-gnu
-configure:4022: checking host system type
-configure:4037: result: i686-pc-linux-gnu
-configure:4059: checking for a sed that does not truncate output
-configure:4115: result: /bin/sed
-configure:4118: checking for grep that handles long lines and -e
-configure:4192: result: /bin/grep
-configure:4197: checking for egrep
-configure:4275: result: /bin/grep -E
-configure:4291: checking for ld used by gcc
-configure:4358: result: /usr/bin/ld
-configure:4367: checking if the linker (/usr/bin/ld) is GNU ld
-configure:4382: result: yes
-configure:4387: checking for /usr/bin/ld option to reload object files
-configure:4394: result: -r
-configure:4412: checking for BSD-compatible nm
-configure:4461: result: /usr/bin/nm -B
-configure:4465: checking whether ln -s works
-configure:4469: result: yes
-configure:4476: checking how to recognize dependent libraries
-configure:4662: result: pass_all
-configure:4906: checking how to run the C preprocessor
-configure:4946: gcc -E  conftest.c
-configure:4952: $? = 0
-configure:4983: gcc -E  conftest.c
-conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
-configure:4989: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.1"
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:5022: result: gcc -E
-configure:5051: gcc -E  conftest.c
-configure:5057: $? = 0
-configure:5088: gcc -E  conftest.c
-conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
-configure:5094: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.1"
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:5132: checking for ANSI C header files
-configure:5162: gcc -c -g -O2  conftest.c >&5
-configure:5168: $? = 0
-configure:5267: gcc -o conftest -g -O2   conftest.c  >&5
-configure:5270: $? = 0
-configure:5276: ./conftest
-configure:5279: $? = 0
-configure:5296: result: yes
-configure:5320: checking for sys/types.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for sys/stat.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for stdlib.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for string.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for memory.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for strings.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for inttypes.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for stdint.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5320: checking for unistd.h
-configure:5341: gcc -c -g -O2  conftest.c >&5
-configure:5347: $? = 0
-configure:5363: result: yes
-configure:5390: checking dlfcn.h usability
-configure:5407: gcc -c -g -O2  conftest.c >&5
-configure:5413: $? = 0
-configure:5427: result: yes
-configure:5431: checking dlfcn.h presence
-configure:5446: gcc -E  conftest.c
-configure:5452: $? = 0
-configure:5466: result: yes
-configure:5494: checking for dlfcn.h
-configure:5502: result: yes
-configure:5573: checking for g++
-configure:5589: found /usr/bin/g++
-configure:5600: result: g++
-configure:5631: checking for C++ compiler version
-configure:5638: g++ --version >&5
-g++ (Debian 4.3.2-1.1) 4.3.2
-Copyright (C) 2008 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-configure:5641: $? = 0
-configure:5648: g++ -v >&5
-Using built-in specs.
-Target: i486-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
-Thread model: posix
-gcc version 4.3.2 (Debian 4.3.2-1.1) 
-configure:5651: $? = 0
-configure:5658: g++ -V >&5
-g++: '-V' option must have argument
-configure:5661: $? = 1
-configure:5664: checking whether we are using the GNU C++ compiler
-configure:5693: g++ -c   conftest.cpp >&5
-configure:5699: $? = 0
-configure:5716: result: yes
-configure:5721: checking whether g++ accepts -g
-configure:5751: g++ -c -g  conftest.cpp >&5
-configure:5757: $? = 0
-configure:5856: result: yes
-configure:5881: checking dependency style of g++
-configure:5972: result: gcc3
-configure:5997: checking how to run the C++ preprocessor
-configure:6033: g++ -E  conftest.cpp
-configure:6039: $? = 0
-configure:6070: g++ -E  conftest.cpp
-conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
-configure:6076: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.1"
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:6109: result: g++ -E
-configure:6138: g++ -E  conftest.cpp
-configure:6144: $? = 0
-configure:6175: g++ -E  conftest.cpp
-conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
-configure:6181: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.1"
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:6274: checking for g77
-configure:6304: result: no
-configure:6274: checking for xlf
-configure:6304: result: no
-configure:6274: checking for f77
-configure:6304: result: no
-configure:6274: checking for frt
-configure:6304: result: no
-configure:6274: checking for pgf77
-configure:6304: result: no
-configure:6274: checking for cf77
-configure:6304: result: no
-configure:6274: checking for fort77
-configure:6304: result: no
-configure:6274: checking for fl32
-configure:6304: result: no
-configure:6274: checking for af77
-configure:6304: result: no
-configure:6274: checking for xlf90
-configure:6304: result: no
-configure:6274: checking for f90
-configure:6304: result: no
-configure:6274: checking for pgf90
-configure:6304: result: no
-configure:6274: checking for pghpf
-configure:6304: result: no
-configure:6274: checking for epcf90
-configure:6304: result: no
-configure:6274: checking for gfortran
-configure:6304: result: no
-configure:6274: checking for g95
-configure:6304: result: no
-configure:6274: checking for xlf95
-configure:6304: result: no
-configure:6274: checking for f95
-configure:6304: result: no
-configure:6274: checking for fort
-configure:6304: result: no
-configure:6274: checking for ifort
-configure:6304: result: no
-configure:6274: checking for ifc
-configure:6304: result: no
-configure:6274: checking for efc
-configure:6304: result: no
-configure:6274: checking for pgf95
-configure:6304: result: no
-configure:6274: checking for lf95
-configure:6304: result: no
-configure:6274: checking for ftn
-configure:6304: result: no
-configure:6331: checking for Fortran 77 compiler version
-configure:6338:  --version >&5
-./configure: line 6339: --version: command not found
-configure:6341: $? = 127
-configure:6348:  -v >&5
-./configure: line 6349: -v: command not found
-configure:6351: $? = 127
-configure:6358:  -V >&5
-./configure: line 6359: -V: command not found
-configure:6361: $? = 127
-configure:6369: checking whether we are using the GNU Fortran 77 compiler
-configure:6388:  -c  conftest.F >&5
-./configure: line 6389: -c: command not found
-configure:6394: $? = 127
-configure: failed program was:
-|       program main
-| #ifndef __GNUC__
-|        choke me
-| #endif
-| 
-|       end
-configure:6411: result: no
-configure:6417: checking whether  accepts -g
-configure:6434:  -c -g conftest.f >&5
-./configure: line 6435: -c: command not found
-configure:6440: $? = 127
-configure: failed program was:
-|       program main
-| 
-|       end
-configure:6456: result: no
-configure:6485: checking the maximum length of command line arguments
-configure:6597: result: 98304
-configure:6609: checking command to parse /usr/bin/nm -B output from gcc object
-configure:6714: gcc -c -g -O2  conftest.c >&5
-configure:6717: $? = 0
-configure:6721: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[         ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
-configure:6724: $? = 0
-configure:6776: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
-configure:6779: $? = 0
-configure:6817: result: ok
-configure:6821: checking for objdir
-configure:6836: result: .libs
-configure:6928: checking for ar
-configure:6944: found /usr/bin/ar
-configure:6955: result: ar
-configure:7024: checking for ranlib
-configure:7040: found /usr/bin/ranlib
-configure:7051: result: ranlib
-configure:7120: checking for strip
-configure:7136: found /usr/bin/strip
-configure:7147: result: strip
-configure:7745: checking if gcc supports -fno-rtti -fno-exceptions
-configure:7763: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
-cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
-configure:7767: $? = 0
-configure:7780: result: no
-configure:7795: checking for gcc option to produce PIC
-configure:8027: result: -fPIC
-configure:8035: checking if gcc PIC flag -fPIC works
-configure:8053: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
-configure:8057: $? = 0
-configure:8070: result: yes
-configure:8098: checking if gcc static flag -static works
-configure:8126: result: yes
-configure:8136: checking if gcc supports -c -o file.o
-configure:8157: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
-configure:8161: $? = 0
-configure:8183: result: yes
-configure:8209: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
-configure:9190: result: yes
-configure:9211: checking whether -lc should be explicitly linked in
-configure:9216: gcc -c -g -O2  conftest.c >&5
-configure:9219: $? = 0
-configure:9234: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
-configure:9237: $? = 0
-configure:9249: result: no
-configure:9257: checking dynamic linker characteristics
-configure:9871: result: GNU/Linux ld.so
-configure:9895: checking how to hardcode library paths into programs
-configure:9920: result: immediate
-configure:9934: checking whether stripping libraries is possible
-configure:9939: result: yes
-configure:10741: checking if libtool supports shared libraries
-configure:10743: result: yes
-configure:10746: checking whether to build shared libraries
-configure:10767: result: yes
-configure:10770: checking whether to build static libraries
-configure:10774: result: yes
-configure:10868: creating libtool
-configure:11461: checking for ld used by g++
-configure:11528: result: /usr/bin/ld
-configure:11537: checking if the linker (/usr/bin/ld) is GNU ld
-configure:11552: result: yes
-configure:11603: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
-configure:12549: result: yes
-configure:12566: g++ -c -g -O2  conftest.cpp >&5
-configure:12569: $? = 0
-configure:12725: checking for g++ option to produce PIC
-configure:13009: result: -fPIC
-configure:13017: checking if g++ PIC flag -fPIC works
-configure:13035: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
-configure:13039: $? = 0
-configure:13052: result: yes
-configure:13080: checking if g++ static flag -static works
-configure:13108: result: yes
-configure:13118: checking if g++ supports -c -o file.o
-configure:13139: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
-configure:13143: $? = 0
-configure:13165: result: yes
-configure:13191: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
-configure:13220: result: yes
-configure:13287: checking dynamic linker characteristics
-configure:13849: result: GNU/Linux ld.so
-configure:13873: checking how to hardcode library paths into programs
-configure:13898: result: immediate
-configure:20151: checking for md5sum
-configure:20167: found /usr/bin/md5sum
-configure:20178: result: md5sum
-configure:20188: checking for grep
-configure:20215: result: /bin/grep
-configure:20225: checking for sed
-configure:20252: result: /bin/sed
-configure:20264: checking for gawk
-configure:20291: result: mawk
-configure:20322: checking fcntl.h usability
-configure:20339: gcc -c -g -O2  conftest.c >&5
-configure:20345: $? = 0
-configure:20359: result: yes
-configure:20363: checking fcntl.h presence
-configure:20378: gcc -E  conftest.c
-configure:20384: $? = 0
-configure:20398: result: yes
-configure:20426: checking for fcntl.h
-configure:20434: result: yes
-configure:20322: checking malloc.h usability
-configure:20339: gcc -c -g -O2  conftest.c >&5
-configure:20345: $? = 0
-configure:20359: result: yes
-configure:20363: checking malloc.h presence
-configure:20378: gcc -E  conftest.c
-configure:20384: $? = 0
-configure:20398: result: yes
-configure:20426: checking for malloc.h
-configure:20434: result: yes
-configure:20322: checking sys/ioctl.h usability
-configure:20339: gcc -c -g -O2  conftest.c >&5
-configure:20345: $? = 0
-configure:20359: result: yes
-configure:20363: checking sys/ioctl.h presence
-configure:20378: gcc -E  conftest.c
-configure:20384: $? = 0
-configure:20398: result: yes
-configure:20426: checking for sys/ioctl.h
-configure:20434: result: yes
-configure:20312: checking for unistd.h
-configure:20318: result: yes
-configure:20464: checking sys/scsi/impl/uscsi.h usability
-configure:20481: gcc -c -g -O2  conftest.c >&5
-conftest.c:59:33: error: sys/scsi/impl/uscsi.h: No such file or directory
-configure:20487: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.1"
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define HAVE_FCNTL_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_SYS_IOCTL_H 1
-| #define HAVE_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <stdio.h>
-| #ifdef HAVE_SYS_TYPES_H
-| # include <sys/types.h>
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include <sys/stat.h>
-| #endif
-| #ifdef STDC_HEADERS
-| # include <stdlib.h>
-| # include <stddef.h>
-| #else
-| # ifdef HAVE_STDLIB_H
-| #  include <stdlib.h>
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| #  include <memory.h>
-| # endif
-| # include <string.h>
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include <strings.h>
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include <inttypes.h>
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include <stdint.h>
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include <unistd.h>
-| #endif
-| #include <sys/scsi/impl/uscsi.h>
-configure:20501: result: no
-configure:20505: checking sys/scsi/impl/uscsi.h presence
-configure:20520: gcc -E  conftest.c
-conftest.c:26:33: error: sys/scsi/impl/uscsi.h: No such file or directory
-configure:20526: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.1"
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define HAVE_FCNTL_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_SYS_IOCTL_H 1
-| #define HAVE_UNISTD_H 1
-| /* end confdefs.h.  */
-| #include <sys/scsi/impl/uscsi.h>
-configure:20540: result: no
-configure:20568: checking for sys/scsi/impl/uscsi.h
-configure:20576: result: no
-configure:20464: checking scsi/sg.h usability
-configure:20481: gcc -c -g -O2  conftest.c >&5
-configure:20487: $? = 0
-configure:20501: result: yes
-configure:20505: checking scsi/sg.h presence
-configure:20520: gcc -E  conftest.c
-configure:20526: $? = 0
-configure:20540: result: yes
-configure:20568: checking for scsi/sg.h
-configure:20576: result: yes
-configure:20454: checking for stdint.h
-configure:20460: result: yes
-configure:20606: checking sys/int_types.h usability
-configure:20623: gcc -c -g -O2  conftest.c >&5
-conftest.c:61:27: error: sys/int_types.h: No such file or directory
-configure:20629: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.1"
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define HAVE_FCNTL_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_SYS_IOCTL_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_SCSI_SG_H 1
-| #define HAVE_STDINT_H 1
-| /* end confdefs.h.  */
-| #include <stdio.h>
-| #ifdef HAVE_SYS_TYPES_H
-| # include <sys/types.h>
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include <sys/stat.h>
-| #endif
-| #ifdef STDC_HEADERS
-| # include <stdlib.h>
-| # include <stddef.h>
-| #else
-| # ifdef HAVE_STDLIB_H
-| #  include <stdlib.h>
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| #  include <memory.h>
-| # endif
-| # include <string.h>
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include <strings.h>
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include <inttypes.h>
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include <stdint.h>
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include <unistd.h>
-| #endif
-| #include <sys/int_types.h>
-configure:20643: result: no
-configure:20647: checking sys/int_types.h presence
-configure:20662: gcc -E  conftest.c
-conftest.c:28:27: error: sys/int_types.h: No such file or directory
-configure:20668: $? = 1
-configure: failed program was:
-| /* confdefs.h.  */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define _FILE_OFFSET_BITS 64
-| #define PACKAGE "libsympathy"
-| #define VERSION "1.2.1"
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define HAVE_FCNTL_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_SYS_IOCTL_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_SCSI_SG_H 1
-| #define HAVE_STDINT_H 1
-| /* end confdefs.h.  */
-| #include <sys/int_types.h>
-configure:20682: result: no
-configure:20710: checking for sys/int_types.h
-configure:20718: result: no
-configure:20596: checking for string.h
-configure:20602: result: yes
-configure:20596: checking for strings.h
-configure:20602: result: yes
-configure:20747: checking dirent.h usability
-configure:20764: gcc -c -g -O2  conftest.c >&5
-configure:20770: $? = 0
-configure:20784: result: yes
-configure:20788: checking dirent.h presence
-configure:20803: gcc -E  conftest.c
-configure:20809: $? = 0
-configure:20823: result: yes
-configure:20851: checking for dirent.h
-configure:20859: result: yes
-configure:20737: checking for sys/stat.h
-configure:20743: result: yes
-configure:20873: checking for inline
-configure:20899: gcc -c -g -O2  conftest.c >&5
-configure:20905: $? = 0
-configure:20923: result: inline
-configure:20942: checking for an ANSI C-conforming const
-configure:21017: gcc -c -g -O2  conftest.c >&5
-configure:21023: $? = 0
-configure:21038: result: yes
-configure:21048: checking whether time.h and sys/time.h may both be included
-configure:21078: gcc -c -g -O2  conftest.c >&5
-configure:21084: $? = 0
-configure:21099: result: yes
-configure:21109: checking whether struct tm is in sys/time.h or time.h
-configure:21139: gcc -c -g -O2  conftest.c >&5
-configure:21145: $? = 0
-configure:21160: result: time.h
-configure:21176: checking for select
-configure:21232: gcc -o conftest -g -O2   conftest.c  >&5
-configure:21238: $? = 0
-configure:21256: result: yes
-configure:21176: checking for strdup
-configure:21232: gcc -o conftest -g -O2   conftest.c  >&5
-conftest.c:57: warning: conflicting types for built-in function 'strdup'
-configure:21238: $? = 0
-configure:21256: result: yes
-configure:21176: checking for strstr
-configure:21232: gcc -o conftest -g -O2   conftest.c  >&5
-conftest.c:58: warning: conflicting types for built-in function 'strstr'
-configure:21238: $? = 0
-configure:21256: result: yes
-configure:21434: creating ./config.status
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.61.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on woking.xci-test.com
-
-config.status:689: creating Makefile
-config.status:689: creating src/Makefile
-config.status:689: creating src/sympathy.h.head
-config.status:689: creating test/Makefile
-config.status:689: creating apps/Makefile
-config.status:689: creating libsympathy-config.src
-config.status:689: creating src/config.h
-config.status:978: executing depfiles commands
-config.status:978: executing default commands
-
-## ---------------- ##
-## Cache variables. ##
-## ---------------- ##
-
-ac_cv_build=i686-pc-linux-gnu
-ac_cv_c_compiler_gnu=yes
-ac_cv_c_const=yes
-ac_cv_c_inline=inline
-ac_cv_cxx_compiler_gnu=yes
-ac_cv_env_CCC_set=
-ac_cv_env_CCC_value=
-ac_cv_env_CC_set=
-ac_cv_env_CC_value=
-ac_cv_env_CFLAGS_set=
-ac_cv_env_CFLAGS_value=
-ac_cv_env_CPPFLAGS_set=
-ac_cv_env_CPPFLAGS_value=
-ac_cv_env_CPP_set=
-ac_cv_env_CPP_value=
-ac_cv_env_CXXCPP_set=
-ac_cv_env_CXXCPP_value=
-ac_cv_env_CXXFLAGS_set=
-ac_cv_env_CXXFLAGS_value=
-ac_cv_env_CXX_set=
-ac_cv_env_CXX_value=
-ac_cv_env_F77_set=
-ac_cv_env_F77_value=
-ac_cv_env_FFLAGS_set=
-ac_cv_env_FFLAGS_value=
-ac_cv_env_LDFLAGS_set=
-ac_cv_env_LDFLAGS_value=
-ac_cv_env_LIBS_set=
-ac_cv_env_LIBS_value=
-ac_cv_env_build_alias_set=
-ac_cv_env_build_alias_value=
-ac_cv_env_host_alias_set=
-ac_cv_env_host_alias_value=
-ac_cv_env_target_alias_set=
-ac_cv_env_target_alias_value=
-ac_cv_f77_compiler_gnu=no
-ac_cv_func_select=yes
-ac_cv_func_strdup=yes
-ac_cv_func_strstr=yes
-ac_cv_header_dirent_h=yes
-ac_cv_header_dlfcn_h=yes
-ac_cv_header_fcntl_h=yes
-ac_cv_header_inttypes_h=yes
-ac_cv_header_malloc_h=yes
-ac_cv_header_memory_h=yes
-ac_cv_header_scsi_sg_h=yes
-ac_cv_header_stdc=yes
-ac_cv_header_stdint_h=yes
-ac_cv_header_stdlib_h=yes
-ac_cv_header_string_h=yes
-ac_cv_header_strings_h=yes
-ac_cv_header_sys_int_types_h=no
-ac_cv_header_sys_ioctl_h=yes
-ac_cv_header_sys_scsi_impl_uscsi_h=no
-ac_cv_header_sys_stat_h=yes
-ac_cv_header_sys_types_h=yes
-ac_cv_header_time=yes
-ac_cv_header_unistd_h=yes
-ac_cv_host=i686-pc-linux-gnu
-ac_cv_objext=o
-ac_cv_path_EGREP='/bin/grep -E'
-ac_cv_path_GREP=/bin/grep
-ac_cv_path_install='/usr/bin/install -c'
-ac_cv_path_mkdir=/bin/mkdir
-ac_cv_prog_AWK=mawk
-ac_cv_prog_CPP='gcc -E'
-ac_cv_prog_CXXCPP='g++ -E'
-ac_cv_prog_GREP=/bin/grep
-ac_cv_prog_MD5SUM=md5sum
-ac_cv_prog_SED=/bin/sed
-ac_cv_prog_ac_ct_AR=ar
-ac_cv_prog_ac_ct_CC=gcc
-ac_cv_prog_ac_ct_CXX=g++
-ac_cv_prog_ac_ct_RANLIB=ranlib
-ac_cv_prog_ac_ct_STRIP=strip
-ac_cv_prog_cc_c89=
-ac_cv_prog_cc_g=yes
-ac_cv_prog_cxx_g=yes
-ac_cv_prog_f77_g=no
-ac_cv_prog_make_make_set=yes
-ac_cv_struct_tm=time.h
-ac_cv_sys_file_offset_bits=64
-ac_cv_sys_largefile_CC=no
-am_cv_CC_dependencies_compiler_type=gcc3
-am_cv_CXX_dependencies_compiler_type=gcc3
-lt_cv_deplibs_check_method=pass_all
-lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=
-lt_cv_ld_reload_flag=-r
-lt_cv_objdir=.libs
-lt_cv_path_LD=/usr/bin/ld
-lt_cv_path_LDCXX=/usr/bin/ld
-lt_cv_path_NM='/usr/bin/nm -B'
-lt_cv_path_SED=/bin/sed
-lt_cv_prog_compiler_c_o=yes
-lt_cv_prog_compiler_c_o_CXX=yes
-lt_cv_prog_compiler_pic_works=yes
-lt_cv_prog_compiler_pic_works_CXX=yes
-lt_cv_prog_compiler_rtti_exceptions=no
-lt_cv_prog_compiler_static_works=yes
-lt_cv_prog_compiler_static_works_CXX=yes
-lt_cv_prog_gnu_ld=yes
-lt_cv_prog_gnu_ldcxx=yes
-lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
-lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
-lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
-lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu /usr/lib/i486-linux-gnu /usr/local/lib '
-lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.3.2 /usr/lib /lib'
-lt_cv_sys_max_cmd_len=98304
-lt_lt_cv_prog_compiler_c_o='"yes"'
-lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
-lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[         ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
-lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
-lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
-
-## ----------------- ##
-## Output variables. ##
-## ----------------- ##
-
-ACLOCAL='${SHELL} /root/projects/sympathy/missing --run aclocal-1.10'
-AMDEPBACKSLASH='\'
-AMDEP_FALSE='#'
-AMDEP_TRUE=''
-AMTAR='${SHELL} /root/projects/sympathy/missing --run tar'
-AR='ar'
-AUTOCONF='${SHELL} /root/projects/sympathy/missing --run autoconf'
-AUTOHEADER='${SHELL} /root/projects/sympathy/missing --run autoheader'
-AUTOMAKE='${SHELL} /root/projects/sympathy/missing --run automake-1.10'
-AWK='mawk'
-CC='gcc'
-CCDEPMODE='depmode=gcc3'
-CFLAGS='-g -O2'
-CPP='gcc -E'
-CPPFLAGS=''
-CXX='g++'
-CXXCPP='g++ -E'
-CXXDEPMODE='depmode=gcc3'
-CXXFLAGS='-g -O2'
-CYGPATH_W='echo'
-DEFS='-DHAVE_CONFIG_H'
-DEPDIR='.deps'
-DSYMUTIL=''
-ECHO='echo'
-ECHO_C=''
-ECHO_N='-n'
-ECHO_T=''
-EGREP='/bin/grep -E'
-EXEEXT=''
-F77=''
-FFLAGS=''
-G2_HAVE_MALLOC_H='1'
-G2_HAVE_STDINT_H='1'
-G2_HAVE_SYS_INT_TYPES_H='0'
-G2_HAVE_UNISTD_H='1'
-G2_TIME_WITH_SYS_TIME='0'
-G2_TM_H='time.h'
-G2_TM_IN_SYS_TIME='0'
-GREP='/bin/grep'
-INSTALL_DATA='${INSTALL} -m 644'
-INSTALL_PROGRAM='${INSTALL}'
-INSTALL_SCRIPT='${INSTALL}'
-INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
-LDFLAGS=''
-LIBOBJS=''
-LIBS=''
-LIBSYMPATHY_INTERFACE_REVISION='1'
-LIBSYMPATHY_INTERFACE_VERSION_MAX='2'
-LIBSYMPATHY_INTERFACE_VERSION_MIN='2'
-LIBSYMPATHY_MAJOR_VERSION='1'
-LIBSYMPATHY_MICRO_VERSION='1'
-LIBSYMPATHY_MINOR_VERSION='2'
-LIBSYMPATHY_VERSION='1.2.1'
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-LN_S='ln -s'
-LTLIBOBJS=''
-LT_AGE='0'
-LT_CURRENT='2'
-LT_RELEASE='1.2'
-LT_REVISION='1'
-MAKEINFO='${SHELL} /root/projects/sympathy/missing --run makeinfo'
-MD5SUM='md5sum'
-NMEDIT=''
-OBJEXT='o'
-PACKAGE='libsympathy'
-PACKAGE_BUGREPORT=''
-PACKAGE_NAME=''
-PACKAGE_STRING=''
-PACKAGE_TARNAME=''
-PACKAGE_VERSION=''
-PATH_SEPARATOR=':'
-RANLIB='ranlib'
-SED='/bin/sed'
-SET_MAKE=''
-SHELL='/bin/sh'
-STRIP='strip'
-VERSION='1.2.1'
-ac_ct_CC='gcc'
-ac_ct_CXX='g++'
-ac_ct_F77=''
-am__fastdepCC_FALSE='#'
-am__fastdepCC_TRUE=''
-am__fastdepCXX_FALSE='#'
-am__fastdepCXX_TRUE=''
-am__include='include'
-am__isrc=''
-am__leading_dot='.'
-am__quote=''
-am__tar='${AMTAR} chof - "$$tardir"'
-am__untar='${AMTAR} xf -'
-bindir='${exec_prefix}/bin'
-build='i686-pc-linux-gnu'
-build_alias=''
-build_cpu='i686'
-build_os='linux-gnu'
-build_vendor='pc'
-datadir='${datarootdir}'
-datarootdir='${prefix}/share'
-docdir='${datarootdir}/doc/${PACKAGE}'
-dvidir='${docdir}'
-exec_prefix='${prefix}'
-host='i686-pc-linux-gnu'
-host_alias=''
-host_cpu='i686'
-host_os='linux-gnu'
-host_vendor='pc'
-htmldir='${docdir}'
-includedir='${prefix}/include'
-infodir='${datarootdir}/info'
-install_sh='$(SHELL) /root/projects/sympathy/install-sh'
-libdir='${exec_prefix}/lib'
-libexecdir='${exec_prefix}/libexec'
-localedir='${datarootdir}/locale'
-localstatedir='${prefix}/var'
-mandir='${datarootdir}/man'
-mkdir_p='/bin/mkdir -p'
-oldincludedir='/usr/include'
-pdfdir='${docdir}'
-prefix='/usr/local'
-program_transform_name='s,x,x,'
-psdir='${docdir}'
-sbindir='${exec_prefix}/sbin'
-sharedstatedir='${prefix}/com'
-sysconfdir='${prefix}/etc'
-target_alias=''
-
-## ----------- ##
-## confdefs.h. ##
-## ----------- ##
-
-#define PACKAGE_NAME ""
-#define PACKAGE_TARNAME ""
-#define PACKAGE_VERSION ""
-#define PACKAGE_STRING ""
-#define PACKAGE_BUGREPORT ""
-#define _FILE_OFFSET_BITS 64
-#define PACKAGE "libsympathy"
-#define VERSION "1.2.1"
-#define STDC_HEADERS 1
-#define HAVE_SYS_TYPES_H 1
-#define HAVE_SYS_STAT_H 1
-#define HAVE_STDLIB_H 1
-#define HAVE_STRING_H 1
-#define HAVE_MEMORY_H 1
-#define HAVE_STRINGS_H 1
-#define HAVE_INTTYPES_H 1
-#define HAVE_STDINT_H 1
-#define HAVE_UNISTD_H 1
-#define HAVE_DLFCN_H 1
-#define HAVE_FCNTL_H 1
-#define HAVE_MALLOC_H 1
-#define HAVE_SYS_IOCTL_H 1
-#define HAVE_UNISTD_H 1
-#define HAVE_SCSI_SG_H 1
-#define HAVE_STDINT_H 1
-#define HAVE_STRING_H 1
-#define HAVE_STRINGS_H 1
-#define HAVE_DIRENT_H 1
-#define HAVE_SYS_STAT_H 1
-#define TIME_WITH_SYS_TIME 1
-#define HAVE_SELECT 1
-#define HAVE_STRDUP 1
-#define HAVE_STRSTR 1
-
-configure: exit 0
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.61.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status src/sympathy.h.head
-
-on woking.xci-test.com
-
-config.status:689: creating src/sympathy.h.head
diff --git a/config.status b/config.status
deleted file mode 100755 (executable)
index df504b9..0000000
+++ /dev/null
@@ -1,1115 +0,0 @@
-#! /bin/sh
-# Generated by configure.
-# Run this file to recreate the current configuration.
-# Compiler output produced by configure, useful for debugging
-# configure, is in config.log if it exists.
-
-debug=false
-ac_cs_recheck=false
-ac_cs_silent=false
-SHELL=${CONFIG_SHELL-/bin/sh}
-## --------------------- ##
-## M4sh Initialization.  ##
-## --------------------- ##
-
-# Be more Bourne compatible
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-  emulate sh
-  NULLCMD=:
-  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+"$@"}'='"$@"'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2>/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-
-
-# PATH needs CR
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-# The user is always right.
-if test "${PATH_SEPARATOR+set}" != set; then
-  echo "#! /bin/sh" >conf$$.sh
-  echo  "exit 0"   >>conf$$.sh
-  chmod +x conf$$.sh
-  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-    PATH_SEPARATOR=';'
-  else
-    PATH_SEPARATOR=:
-  fi
-  rm -f conf$$.sh
-fi
-
-# Support unset when possible.
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-  as_unset=unset
-else
-  as_unset=false
-fi
-
-
-# IFS
-# We need space, tab and new line, in precisely that order.  Quoting is
-# there to prevent editors from complaining about space-tab.
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
-# splitting by setting IFS to empty value.)
-as_nl='
-'
-IFS=" ""       $as_nl"
-
-# Find who we are.  Look in the path if we contain no directory separator.
-case $0 in
-  *[\\/]* ) as_myself=$0 ;;
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
-  IFS=$as_save_IFS
-  test -z "$as_dir" && as_dir=.
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-done
-IFS=$as_save_IFS
-
-     ;;
-esac
-# We did not find ourselves, most probably we were run as `sh COMMAND'
-# in which case we are not to be found in the path.
-if test "x$as_myself" = x; then
-  as_myself=$0
-fi
-if test ! -f "$as_myself"; then
-  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
-  { (exit 1); exit 1; }
-fi
-
-# Work around bugs in pre-3.0 UWIN ksh.
-for as_var in ENV MAIL MAILPATH
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-done
-PS1='$ '
-PS2='> '
-PS4='+ '
-
-# NLS nuisances.
-for as_var in \
-  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
-  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
-  LC_TELEPHONE LC_TIME
-do
-  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
-    eval $as_var=C; export $as_var
-  else
-    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
-  fi
-done
-
-# Required to use basename.
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
-  as_basename=basename
-else
-  as_basename=false
-fi
-
-
-# Name of the executable.
-as_me=`$as_basename -- "$0" ||
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-        X"$0" : 'X\(//\)$' \| \
-        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
-echo X/"$0" |
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
-           s//\1/
-           q
-         }
-         /^X\/\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\/\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-
-# CDPATH.
-$as_unset CDPATH
-
-
-
-  as_lineno_1=$LINENO
-  as_lineno_2=$LINENO
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
-
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-  # uniformly replaced by the line number.  The first 'sed' inserts a
-  # line-number line after each line using $LINENO; the second 'sed'
-  # does the real work.  The second script uses 'N' to pair each
-  # line-number line with the line containing $LINENO, and appends
-  # trailing '-' during substitution so that $LINENO is not a special
-  # case at line end.
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
-  sed -n '
-    p
-    /[$]LINENO/=
-  ' <$as_myself |
-    sed '
-      s/[$]LINENO.*/&-/
-      t lineno
-      b
-      :lineno
-      N
-      :loop
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
-      t loop
-      s/-\n.*//
-    ' >$as_me.lineno &&
-  chmod +x "$as_me.lineno" ||
-    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-   { (exit 1); exit 1; }; }
-
-  # Don't try to exec as it changes $[0], causing all sort of problems
-  # (the dirname of $[0] is not the place where we might find the
-  # original and so on.  Autoconf is especially sensitive to this).
-  . "./$as_me.lineno"
-  # Exit status is that of the last command.
-  exit
-}
-
-
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
-  as_dirname=dirname
-else
-  as_dirname=false
-fi
-
-ECHO_C= ECHO_N= ECHO_T=
-case `echo -n x` in
--n*)
-  case `echo 'x\c'` in
-  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
-  *)   ECHO_C='\c';;
-  esac;;
-*)
-  ECHO_N='-n';;
-esac
-
-if expr a : '\(a\)' >/dev/null 2>&1 &&
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
-  as_expr=expr
-else
-  as_expr=false
-fi
-
-rm -f conf$$ conf$$.exe conf$$.file
-if test -d conf$$.dir; then
-  rm -f conf$$.dir/conf$$.file
-else
-  rm -f conf$$.dir
-  mkdir conf$$.dir
-fi
-echo >conf$$.file
-if ln -s conf$$.file conf$$ 2>/dev/null; then
-  as_ln_s='ln -s'
-  # ... but there are two gotchas:
-  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
-  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
-  # In both cases, we have to default to `cp -p'.
-  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
-    as_ln_s='cp -p'
-elif ln conf$$.file conf$$ 2>/dev/null; then
-  as_ln_s=ln
-else
-  as_ln_s='cp -p'
-fi
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
-rmdir conf$$.dir 2>/dev/null
-
-if mkdir -p . 2>/dev/null; then
-  as_mkdir_p=:
-else
-  test -d ./-p && rmdir ./-p
-  as_mkdir_p=false
-fi
-
-if test -x / >/dev/null 2>&1; then
-  as_test_x='test -x'
-else
-  if ls -dL / >/dev/null 2>&1; then
-    as_ls_L_option=L
-  else
-    as_ls_L_option=
-  fi
-  as_test_x='
-    eval sh -c '\''
-      if test -d "$1"; then
-        test -d "$1/.";
-      else
-       case $1 in
-        -*)set "./$1";;
-       esac;
-       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
-       ???[sx]*):;;*)false;;esac;fi
-    '\'' sh
-  '
-fi
-as_executable_p=$as_test_x
-
-# Sed expression to map a string onto a valid CPP name.
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-
-# Sed expression to map a string onto a valid variable name.
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-
-
-exec 6>&1
-
-# Save the log message, to keep $[0] and so on meaningful, and to
-# report actual input values of CONFIG_FILES etc. instead of their
-# values after options handling.
-ac_log="
-This file was extended by $as_me, which was
-generated by GNU Autoconf 2.61.  Invocation command line was
-
-  CONFIG_FILES    = $CONFIG_FILES
-  CONFIG_HEADERS  = $CONFIG_HEADERS
-  CONFIG_LINKS    = $CONFIG_LINKS
-  CONFIG_COMMANDS = $CONFIG_COMMANDS
-  $ $0 $@
-
-on `(hostname || uname -n) 2>/dev/null | sed 1q`
-"
-
-# Files that config.status was made for.
-config_files=" Makefile src/Makefile src/sympathy.h.head test/Makefile apps/Makefile libsympathy-config.src"
-config_headers=" src/config.h"
-config_commands=" depfiles default"
-
-ac_cs_usage="\
-\`$as_me' instantiates files from templates according to the
-current configuration.
-
-Usage: $0 [OPTIONS] [FILE]...
-
-  -h, --help       print this help, then exit
-  -V, --version    print version number and configuration settings, then exit
-  -q, --quiet      do not print progress messages
-  -d, --debug      don't remove temporary files
-      --recheck    update $as_me by reconfiguring in the same conditions
-  --file=FILE[:TEMPLATE]
-                  instantiate the configuration file FILE
-  --header=FILE[:TEMPLATE]
-                  instantiate the configuration header FILE
-
-Configuration files:
-$config_files
-
-Configuration headers:
-$config_headers
-
-Configuration commands:
-$config_commands
-
-Report bugs to <bug-autoconf@gnu.org>."
-
-ac_cs_version="\
-config.status
-configured by ./configure, generated by GNU Autoconf 2.61,
-  with options \"\"
-
-Copyright (C) 2006 Free Software Foundation, Inc.
-This config.status script is free software; the Free Software Foundation
-gives unlimited permission to copy, distribute and modify it."
-
-ac_pwd='/root/projects/sympathy'
-srcdir='.'
-INSTALL='/usr/bin/install -c'
-MKDIR_P='/bin/mkdir -p'
-# If no file are specified by the user, then we need to provide default
-# value.  By we need to know if files were specified by the user.
-ac_need_defaults=:
-while test $# != 0
-do
-  case $1 in
-  --*=*)
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
-    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
-    ac_shift=:
-    ;;
-  *)
-    ac_option=$1
-    ac_optarg=$2
-    ac_shift=shift
-    ;;
-  esac
-
-  case $ac_option in
-  # Handling of the options.
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-    ac_cs_recheck=: ;;
-  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
-    echo "$ac_cs_version"; exit ;;
-  --debug | --debu | --deb | --de | --d | -d )
-    debug=: ;;
-  --file | --fil | --fi | --f )
-    $ac_shift
-    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
-    ac_need_defaults=false;;
-  --header | --heade | --head | --hea )
-    $ac_shift
-    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
-    ac_need_defaults=false;;
-  --he | --h)
-    # Conflict between --help and --header
-    { echo "$as_me: error: ambiguous option: $1
-Try \`$0 --help' for more information." >&2
-   { (exit 1); exit 1; }; };;
-  --help | --hel | -h )
-    echo "$ac_cs_usage"; exit ;;
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-  | -silent | --silent | --silen | --sile | --sil | --si | --s)
-    ac_cs_silent=: ;;
-
-  # This is an error.
-  -*) { echo "$as_me: error: unrecognized option: $1
-Try \`$0 --help' for more information." >&2
-   { (exit 1); exit 1; }; } ;;
-
-  *) ac_config_targets="$ac_config_targets $1"
-     ac_need_defaults=false ;;
-
-  esac
-  shift
-done
-
-ac_configure_extra_args=
-
-if $ac_cs_silent; then
-  exec 6>/dev/null
-  ac_configure_extra_args="$ac_configure_extra_args --silent"
-fi
-
-if $ac_cs_recheck; then
-  echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " $ac_configure_extra_args " --no-create --no-recursion" >&6
-  CONFIG_SHELL=/bin/sh
-  export CONFIG_SHELL
-  exec /bin/sh "./configure" $ac_configure_extra_args --no-create --no-recursion
-fi
-
-exec 5>>config.log
-{
-  echo
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-## Running $as_me. ##
-_ASBOX
-  echo "$ac_log"
-} >&5
-
-#
-# INIT-COMMANDS
-#
-AMDEP_TRUE="" ac_aux_dir="."
-
-
-# Handling of arguments.
-for ac_config_target in $ac_config_targets
-do
-  case $ac_config_target in
-    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-    "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
-    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
-    "src/sympathy.h.head") CONFIG_FILES="$CONFIG_FILES src/sympathy.h.head" ;;
-    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
-    "apps/Makefile") CONFIG_FILES="$CONFIG_FILES apps/Makefile" ;;
-    "libsympathy-config.src") CONFIG_FILES="$CONFIG_FILES libsympathy-config.src" ;;
-    "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
-
-  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
-echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
-   { (exit 1); exit 1; }; };;
-  esac
-done
-
-
-# If the user did not use the arguments to specify the items to instantiate,
-# then the envvar interface is used.  Set only those that are not.
-# We use the long form for the default assignment because of an extremely
-# bizarre bug on SunOS 4.1.3.
-if $ac_need_defaults; then
-  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
-  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
-  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-fi
-
-# Have a temporary directory for convenience.  Make it in the build tree
-# simply because there is no reason against having it here, and in addition,
-# creating and moving files from /tmp can sometimes cause problems.
-# Hook for its removal unless debugging.
-# Note that there is a small window in which the directory will not be cleaned:
-# after its creation but before its name has been assigned to `$tmp'.
-$debug ||
-{
-  tmp=
-  trap 'exit_status=$?
-  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
-' 0
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
-}
-# Create a (secure) tmp directory for tmp files.
-
-{
-  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
-  test -n "$tmp" && test -d "$tmp"
-}  ||
-{
-  tmp=./conf$$-$RANDOM
-  (umask 077 && mkdir "$tmp")
-} ||
-{
-   echo "$me: cannot create a temporary directory in ." >&2
-   { (exit 1); exit 1; }
-}
-
-#
-# Set up the sed scripts for CONFIG_FILES section.
-#
-
-# No need to generate the scripts if there are no CONFIG_FILES.
-# This happens for instance when ./config.status config.h
-if test -n "$CONFIG_FILES"; then
-
-cat >"$tmp/subs-1.sed" <<\CEOF
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s,@SHELL@,|#_!!_#|/bin/sh,g
-s,@PATH_SEPARATOR@,|#_!!_#|:,g
-s,@PACKAGE_NAME@,|#_!!_#|,g
-s,@PACKAGE_TARNAME@,|#_!!_#|,g
-s,@PACKAGE_VERSION@,|#_!!_#|,g
-s,@PACKAGE_STRING@,|#_!!_#|,g
-s,@PACKAGE_BUGREPORT@,|#_!!_#|,g
-s,@exec_prefix@,|#_!!_#|${prefix},g
-s,@prefix@,|#_!!_#|/usr/local,g
-s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
-s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
-s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
-s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
-s,@datarootdir@,|#_!!_#|${prefix}/share,g
-s,@datadir@,|#_!!_#|${datarootdir},g
-s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
-s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
-s,@localstatedir@,|#_!!_#|${prefix}/var,g
-s,@includedir@,|#_!!_#|${prefix}/include,g
-s,@oldincludedir@,|#_!!_#|/usr/include,g
-s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE},g
-s,@infodir@,|#_!!_#|${datarootdir}/info,g
-s,@htmldir@,|#_!!_#|${docdir},g
-s,@dvidir@,|#_!!_#|${docdir},g
-s,@pdfdir@,|#_!!_#|${docdir},g
-s,@psdir@,|#_!!_#|${docdir},g
-s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
-s,@localedir@,|#_!!_#|${datarootdir}/locale,g
-s,@mandir@,|#_!!_#|${datarootdir}/man,g
-s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
-s,@ECHO_C@,|#_!!_#|,g
-s,@ECHO_N@,|#_!!_#|-n,g
-s,@ECHO_T@,|#_!!_#|,g
-s,@LIBS@,|#_!!_#|,g
-s,@build_alias@,|#_!!_#|,g
-s,@host_alias@,|#_!!_#|,g
-s,@target_alias@,|#_!!_#|,g
-s,@CC@,|#_!!_#|gcc,g
-s,@CFLAGS@,|#_!!_#|-g -O2,g
-s,@LDFLAGS@,|#_!!_#|,g
-s,@CPPFLAGS@,|#_!!_#|,g
-s,@ac_ct_CC@,|#_!!_#|gcc,g
-s,@EXEEXT@,|#_!!_#|,g
-s,@OBJEXT@,|#_!!_#|o,g
-s,@LIBSYMPATHY_MAJOR_VERSION@,|#_!!_#|1,g
-s,@LIBSYMPATHY_MINOR_VERSION@,|#_!!_#|2,g
-s,@LIBSYMPATHY_MICRO_VERSION@,|#_!!_#|1,g
-s,@LIBSYMPATHY_VERSION@,|#_!!_#|1.2.1,g
-s,@LIBSYMPATHY_INTERFACE_VERSION_MIN@,|#_!!_#|2,g
-s,@LIBSYMPATHY_INTERFACE_VERSION_MAX@,|#_!!_#|2,g
-s,@LIBSYMPATHY_INTERFACE_REVISION@,|#_!!_#|1,g
-s,@LT_RELEASE@,|#_!!_#|1.2,g
-s,@LT_CURRENT@,|#_!!_#|2,g
-s,@LT_REVISION@,|#_!!_#|1,g
-s,@LT_AGE@,|#_!!_#|0,g
-s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
-s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
-s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
-s,@am__isrc@,|#_!!_#|,g
-s,@CYGPATH_W@,|#_!!_#|echo,g
-s,@PACKAGE@,|#_!!_#|libsympathy,g
-s,@VERSION@,|#_!!_#|1.2.1,g
-s,@ACLOCAL@,|#_!!_#|${SHELL} /root/projects/sympathy/missing --run aclocal-1.10,g
-s,@AUTOCONF@,|#_!!_#|${SHELL} /root/projects/sympathy/missing --run autoconf,g
-s,@AUTOMAKE@,|#_!!_#|${SHELL} /root/projects/sympathy/missing --run automake-1.10,g
-s,@AUTOHEADER@,|#_!!_#|${SHELL} /root/projects/sympathy/missing --run autoheader,g
-s,@MAKEINFO@,|#_!!_#|${SHELL} /root/projects/sympathy/missing --run makeinfo,g
-s,@install_sh@,|#_!!_#|$(SHELL) /root/projects/sympathy/install-sh,g
-s,@STRIP@,|#_!!_#|strip,g
-s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|$(install_sh) -c -s,g
-s,@mkdir_p@,|#_!!_#|/bin/mkdir -p,g
-s,@AWK@,|#_!!_#|mawk,g
-s,@SET_MAKE@,|#_!!_#|,g
-s,@am__leading_dot@,|#_!!_#|.,g
-s,@AMTAR@,|#_!!_#|${SHELL} /root/projects/sympathy/missing --run tar,g
-s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
-s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
-s,@DEPDIR@,|#_!!_#|.deps,g
-s,@am__include@,|#_!!_#|include,g
-s,@am__quote@,|#_!!_#|,g
-s,@AMDEP_TRUE@,|#_!!_#|,g
-s,@AMDEP_FALSE@,|#_!!_#|#,g
-s,@AMDEPBACKSLASH@,|#_!!_#|\\,g
-s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g
-s,@am__fastdepCC_TRUE@,|#_!!_#|,g
-s,@am__fastdepCC_FALSE@,|#_!!_#|#,g
-s,@build@,|#_!!_#|i686-pc-linux-gnu,g
-s,@build_cpu@,|#_!!_#|i686,g
-s,@build_vendor@,|#_!!_#|pc,g
-s,@build_os@,|#_!!_#|linux-gnu,g
-s,@host@,|#_!!_#|i686-pc-linux-gnu,g
-s,@host_cpu@,|#_!!_#|i686,g
-s,@host_vendor@,|#_!!_#|pc,g
-s,@host_os@,|#_!!_#|linux-gnu,g
-s,@SED@,|#_!!_#|/bin/sed,g
-s,@GREP@,|#_!!_#|/bin/grep,g
-s,@EGREP@,|#_!!_#|/bin/grep -E,g
-CEOF
-cat >"$tmp/subs-2.sed" <<\CEOF
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
-s,@LN_S@,|#_!!_#|ln -s,g
-s,@ECHO@,|#_!!_#|echo,g
-s,@AR@,|#_!!_#|ar,g
-s,@RANLIB@,|#_!!_#|ranlib,g
-s,@DSYMUTIL@,|#_!!_#|,g
-s,@NMEDIT@,|#_!!_#|,g
-s,@CPP@,|#_!!_#|gcc -E,g
-s,@CXX@,|#_!!_#|g++,g
-s,@CXXFLAGS@,|#_!!_#|-g -O2,g
-s,@ac_ct_CXX@,|#_!!_#|g++,g
-s,@CXXDEPMODE@,|#_!!_#|depmode=gcc3,g
-s,@am__fastdepCXX_TRUE@,|#_!!_#|,g
-s,@am__fastdepCXX_FALSE@,|#_!!_#|#,g
-s,@CXXCPP@,|#_!!_#|g++ -E,g
-s,@F77@,|#_!!_#|,g
-s,@FFLAGS@,|#_!!_#|,g
-s,@ac_ct_F77@,|#_!!_#|,g
-s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
-s,@MD5SUM@,|#_!!_#|md5sum,g
-s,@G2_TM_H@,|#_!!_#|time.h,g
-s,@G2_HAVE_STDINT_H@,|#_!!_#|1,g
-s,@G2_HAVE_SYS_INT_TYPES_H@,|#_!!_#|0,g
-s,@G2_HAVE_UNISTD_H@,|#_!!_#|1,g
-s,@G2_HAVE_MALLOC_H@,|#_!!_#|1,g
-s,@G2_TIME_WITH_SYS_TIME@,|#_!!_#|0,g
-s,@G2_TM_IN_SYS_TIME@,|#_!!_#|0,g
-s,@LIBOBJS@,|#_!!_#|,g
-s,@LTLIBOBJS@,|#_!!_#|,g
-:end
-s/|#_!!_#|//g
-CEOF
-fi # test -n "$CONFIG_FILES"
-
-
-for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
-do
-  case $ac_tag in
-  :[FHLC]) ac_mode=$ac_tag; continue;;
-  esac
-  case $ac_mode$ac_tag in
-  :[FHL]*:*);;
-  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
-echo "$as_me: error: Invalid tag $ac_tag." >&2;}
-   { (exit 1); exit 1; }; };;
-  :[FH]-) ac_tag=-:-;;
-  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
-  esac
-  ac_save_IFS=$IFS
-  IFS=:
-  set x $ac_tag
-  IFS=$ac_save_IFS
-  shift
-  ac_file=$1
-  shift
-
-  case $ac_mode in
-  :L) ac_source=$1;;
-  :[FH])
-    ac_file_inputs=
-    for ac_f
-    do
-      case $ac_f in
-      -) ac_f="$tmp/stdin";;
-      *) # Look for the file first in the build tree, then in the source tree
-        # (if the path is not absolute).  The absolute path cannot be DOS-style,
-        # because $ac_f cannot contain `:'.
-        test -f "$ac_f" ||
-          case $ac_f in
-          [\\/$]*) false;;
-          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
-          esac ||
-          { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
-echo "$as_me: error: cannot find input file: $ac_f" >&2;}
-   { (exit 1); exit 1; }; };;
-      esac
-      ac_file_inputs="$ac_file_inputs $ac_f"
-    done
-
-    # Let's still pretend it is `configure' which instantiates (i.e., don't
-    # use $as_me), people would be surprised to read:
-    #    /* config.h.  Generated by config.status.  */
-    configure_input="Generated from "`IFS=:
-         echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
-    if test x"$ac_file" != x-; then
-      configure_input="$ac_file.  $configure_input"
-      { echo "$as_me:$LINENO: creating $ac_file" >&5
-echo "$as_me: creating $ac_file" >&6;}
-    fi
-
-    case $ac_tag in
-    *:-:* | *:-) cat >"$tmp/stdin";;
-    esac
-    ;;
-  esac
-
-  ac_dir=`$as_dirname -- "$ac_file" ||
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$ac_file" : 'X\(//\)[^/]' \| \
-        X"$ac_file" : 'X\(//\)$' \| \
-        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
-echo X"$ac_file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-  { as_dir="$ac_dir"
-  case $as_dir in #(
-  -*) as_dir=./$as_dir;;
-  esac
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-    as_dirs=
-    while :; do
-      case $as_dir in #(
-      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
-      *) as_qdir=$as_dir;;
-      esac
-      as_dirs="'$as_qdir' $as_dirs"
-      as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$as_dir" : 'X\(//\)[^/]' \| \
-        X"$as_dir" : 'X\(//\)$' \| \
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-      test -d "$as_dir" && break
-    done
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-echo "$as_me: error: cannot create directory $as_dir" >&2;}
-   { (exit 1); exit 1; }; }; }
-  ac_builddir=.
-
-case "$ac_dir" in
-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
-*)
-  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
-  # A ".." for each directory in $ac_dir_suffix.
-  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
-  case $ac_top_builddir_sub in
-  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
-  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
-  esac ;;
-esac
-ac_abs_top_builddir=$ac_pwd
-ac_abs_builddir=$ac_pwd$ac_dir_suffix
-# for backward compatibility:
-ac_top_builddir=$ac_top_build_prefix
-
-case $srcdir in
-  .)  # We are building in place.
-    ac_srcdir=.
-    ac_top_srcdir=$ac_top_builddir_sub
-    ac_abs_top_srcdir=$ac_pwd ;;
-  [\\/]* | ?:[\\/]* )  # Absolute name.
-    ac_srcdir=$srcdir$ac_dir_suffix;
-    ac_top_srcdir=$srcdir
-    ac_abs_top_srcdir=$srcdir ;;
-  *) # Relative name.
-    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
-    ac_top_srcdir=$ac_top_build_prefix$srcdir
-    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
-esac
-ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
-
-
-  case $ac_mode in
-  :F)
-  #
-  # CONFIG_FILE
-  #
-
-  case $INSTALL in
-  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
-  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
-  esac
-  ac_MKDIR_P=$MKDIR_P
-  case $MKDIR_P in
-  [\\/$]* | ?:[\\/]* ) ;;
-  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
-  esac
-# If the template does not know about datarootdir, expand it.
-# FIXME: This hack should be removed a few years after 2.60.
-ac_datarootdir_hack=; ac_datarootdir_seen=
-
-case `sed -n '/datarootdir/ {
-  p
-  q
-}
-/@datadir@/p
-/@docdir@/p
-/@infodir@/p
-/@localedir@/p
-/@mandir@/p
-' $ac_file_inputs` in
-*datarootdir*) ac_datarootdir_seen=yes;;
-*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
-  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
-echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
-  ac_datarootdir_hack='
-  s&@datadir@&${datarootdir}&g
-  s&@docdir@&${datarootdir}/doc/${PACKAGE}&g
-  s&@infodir@&${datarootdir}/info&g
-  s&@localedir@&${datarootdir}/locale&g
-  s&@mandir@&${datarootdir}/man&g
-    s&\${datarootdir}&${prefix}/share&g' ;;
-esac
-  sed "/^[      ]*VPATH[        ]*=/{
-s/:*\$(srcdir):*/:/
-s/:*\${srcdir}:*/:/
-s/:*@srcdir@:*/:/
-s/^\([^=]*=[    ]*\):*/\1/
-s/:*$//
-s/^[^=]*=[      ]*$//
-}
-
-:t
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-s&@configure_input@&$configure_input&;t t
-s&@top_builddir@&$ac_top_builddir_sub&;t t
-s&@srcdir@&$ac_srcdir&;t t
-s&@abs_srcdir@&$ac_abs_srcdir&;t t
-s&@top_srcdir@&$ac_top_srcdir&;t t
-s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
-s&@builddir@&$ac_builddir&;t t
-s&@abs_builddir@&$ac_abs_builddir&;t t
-s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
-s&@INSTALL@&$ac_INSTALL&;t t
-s&@MKDIR_P@&$ac_MKDIR_P&;t t
-$ac_datarootdir_hack
-" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
-
-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
-  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
-  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
-  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined." >&5
-echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
-which seems to be undefined.  Please make sure it is defined." >&2;}
-
-  rm -f "$tmp/stdin"
-  case $ac_file in
-  -) cat "$tmp/out"; rm -f "$tmp/out";;
-  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
-  esac
- ;;
-  :H)
-  #
-  # CONFIG_HEADER
-  #
-    # First, check the format of the line:
-    cat >"$tmp/defines.sed" <<\CEOF
-/^[     ]*#[    ]*undef[        ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[    ]*$/b def
-/^[     ]*#[    ]*define[       ][      ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(   ]/b def
-b
-:def
-s/$/ /
-s,^\([  #]*\)[^         ]*\([   ]*PACKAGE_NAME\)[       (].*,\1define\2 "" ,
-s,^\([  #]*\)[^         ]*\([   ]*PACKAGE_TARNAME\)[    (].*,\1define\2 "" ,
-s,^\([  #]*\)[^         ]*\([   ]*PACKAGE_VERSION\)[    (].*,\1define\2 "" ,
-s,^\([  #]*\)[^         ]*\([   ]*PACKAGE_STRING\)[     (].*,\1define\2 "" ,
-s,^\([  #]*\)[^         ]*\([   ]*PACKAGE_BUGREPORT\)[  (].*,\1define\2 "" ,
-s,^\([  #]*\)[^         ]*\([   ]*_FILE_OFFSET_BITS\)[  (].*,\1define\2 64 ,
-s,^\([  #]*\)[^         ]*\([   ]*PACKAGE\)[    (].*,\1define\2 "libsympathy" ,
-s,^\([  #]*\)[^         ]*\([   ]*VERSION\)[    (].*,\1define\2 "1.2.1" ,
-s,^\([  #]*\)[^         ]*\([   ]*STDC_HEADERS\)[       (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_SYS_TYPES_H\)[   (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_SYS_STAT_H\)[    (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_STDLIB_H\)[      (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_STRING_H\)[      (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_MEMORY_H\)[      (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_STRINGS_H\)[     (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_INTTYPES_H\)[    (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_STDINT_H\)[      (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_UNISTD_H\)[      (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_DLFCN_H\)[       (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_FCNTL_H\)[       (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_MALLOC_H\)[      (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_SYS_IOCTL_H\)[   (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_UNISTD_H\)[      (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_SCSI_SG_H\)[     (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_STDINT_H\)[      (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_STRING_H\)[      (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_STRINGS_H\)[     (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_DIRENT_H\)[      (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_SYS_STAT_H\)[    (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*TIME_WITH_SYS_TIME\)[         (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_SELECT\)[        (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_STRDUP\)[        (].*,\1define\2 1 ,
-s,^\([  #]*\)[^         ]*\([   ]*HAVE_STRSTR\)[        (].*,\1define\2 1 ,
-s/ $//
-s,^[    #]*u.*,/* & */,
-CEOF
-    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
-ac_result="$tmp/out1"
-  if test x"$ac_file" != x-; then
-    echo "/* $configure_input  */" >"$tmp/config.h"
-    cat "$ac_result" >>"$tmp/config.h"
-    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
-      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
-echo "$as_me: $ac_file is unchanged" >&6;}
-    else
-      rm -f $ac_file
-      mv "$tmp/config.h" $ac_file
-    fi
-  else
-    echo "/* $configure_input  */"
-    cat "$ac_result"
-  fi
-  rm -f "$tmp/out12"
-# Compute $ac_file's index in $config_headers.
-_am_arg=$ac_file
-_am_stamp_count=1
-for _am_header in $config_headers :; do
-  case $_am_header in
-    $_am_arg | $_am_arg:* )
-      break ;;
-    * )
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-  esac
-done
-echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$_am_arg" : 'X\(//\)[^/]' \| \
-        X"$_am_arg" : 'X\(//\)$' \| \
-        X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
-echo X"$_am_arg" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`/stamp-h$_am_stamp_count
- ;;
-
-  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
-echo "$as_me: executing $ac_file commands" >&6;}
- ;;
-  esac
-
-
-  case $ac_file$ac_mode in
-    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
-  # Strip MF so we end up with the name of the file.
-  mf=`echo "$mf" | sed -e 's/:.*$//'`
-  # Check whether this is an Automake generated Makefile or not.
-  # We used to match only the files named `Makefile.in', but
-  # some people rename them; so instead we look at the file content.
-  # Grep'ing the first line is not enough: some people post-process
-  # each Makefile.in and add a new line on top of each file to say so.
-  # Grep'ing the whole file is not good either: AIX grep has a line
-  # limit of 2048, but all sed's we know have understand at least 4000.
-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
-    dirpart=`$as_dirname -- "$mf" ||
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$mf" : 'X\(//\)[^/]' \| \
-        X"$mf" : 'X\(//\)$' \| \
-        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
-echo X"$mf" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-  else
-    continue
-  fi
-  # Extract the definition of DEPDIR, am__include, and am__quote
-  # from the Makefile without running `make'.
-  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
-  test -z "$DEPDIR" && continue
-  am__include=`sed -n 's/^am__include = //p' < "$mf"`
-  test -z "am__include" && continue
-  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
-  # When using ansi2knr, U may be empty or an underscore; expand it
-  U=`sed -n 's/^U = //p' < "$mf"`
-  # Find all dependency output files, they are included files with
-  # $(DEPDIR) in their names.  We invoke sed twice because it is the
-  # simplest approach to changing $(DEPDIR) to its actual value in the
-  # expansion.
-  for file in `sed -n "
-    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
-    # Make sure the directory exists.
-    test -f "$dirpart/$file" && continue
-    fdir=`$as_dirname -- "$file" ||
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$file" : 'X\(//\)[^/]' \| \
-        X"$file" : 'X\(//\)$' \| \
-        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
-echo X"$file" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-    { as_dir=$dirpart/$fdir
-  case $as_dir in #(
-  -*) as_dir=./$as_dir;;
-  esac
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
-    as_dirs=
-    while :; do
-      case $as_dir in #(
-      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
-      *) as_qdir=$as_dir;;
-      esac
-      as_dirs="'$as_qdir' $as_dirs"
-      as_dir=`$as_dirname -- "$as_dir" ||
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-        X"$as_dir" : 'X\(//\)[^/]' \| \
-        X"$as_dir" : 'X\(//\)$' \| \
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
-echo X"$as_dir" |
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)[^/].*/{
-           s//\1/
-           q
-         }
-         /^X\(\/\/\)$/{
-           s//\1/
-           q
-         }
-         /^X\(\/\).*/{
-           s//\1/
-           q
-         }
-         s/.*/./; q'`
-      test -d "$as_dir" && break
-    done
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
-  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
-echo "$as_me: error: cannot create directory $as_dir" >&2;}
-   { (exit 1); exit 1; }; }; }
-    # echo "creating $dirpart/$file"
-    echo '# dummy' > "$dirpart/$file"
-  done
-done
- ;;
-    "default":C) chmod +x libsympathy-config.src ;;
-
-  esac
-done # for ac_tag
-
-
-{ (exit 0); exit 0; }
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644 (file)
index 8fafb45..0000000
+++ /dev/null
@@ -1,1142 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# src/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-#
-#
-# Makefile.am:
-#
-# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
-# All rights reserved.
-#
-# $Id: Makefile.am,v 1.24 2008/03/07 13:16:02 james Exp $
-#
-# $Log: Makefile.am,v $
-# Revision 1.24  2008/03/07 13:16:02  james
-# *** empty log message ***
-#
-# Revision 1.23  2008/03/06 16:49:05  james
-# *** empty log message ***
-#
-# Revision 1.22  2008/03/03 06:04:18  james
-# *** empty log message ***
-#
-# Revision 1.21  2008/02/28 22:55:27  staffcvs
-# *** empty log message ***
-#
-# Revision 1.20  2008/02/27 15:04:32  james
-# *** empty log message ***
-#
-# Revision 1.19  2008/02/27 10:47:34  james
-# *** empty log message ***
-#
-# Revision 1.18  2008/02/26 23:23:17  james
-# *** empty log message ***
-#
-# Revision 1.17  2008/02/24 00:42:53  james
-# *** empty log message ***
-#
-# Revision 1.16  2008/02/22 23:39:27  james
-# *** empty log message ***
-#
-# Revision 1.15  2008/02/15 16:48:56  james
-# *** empty log message ***
-#
-# Revision 1.14  2008/02/15 03:32:07  james
-# *** empty log message ***
-#
-# Revision 1.13  2008/02/14 16:21:17  james
-# *** empty log message ***
-#
-# Revision 1.12  2008/02/14 02:46:44  james
-# *** empty log message ***
-#
-# Revision 1.11  2008/02/14 01:55:57  james
-# *** empty log message ***
-#
-# Revision 1.10  2008/02/13 18:05:06  james
-# *** empty log message ***
-#
-# Revision 1.9  2008/02/13 16:57:29  james
-# *** empty log message ***
-#
-# Revision 1.8  2008/02/13 09:12:20  james
-# *** empty log message ***
-#
-# Revision 1.7  2008/02/12 22:36:46  james
-# *** empty log message ***
-#
-# Revision 1.6  2008/02/09 15:47:28  james
-# *** empty log message ***
-#
-# Revision 1.5  2008/02/08 15:06:42  james
-# *** empty log message ***
-#
-# Revision 1.4  2008/02/07 01:04:16  james
-# *** empty log message ***
-#
-# Revision 1.3  2008/02/07 00:39:13  james
-# *** empty log message ***
-#
-# Revision 1.2  2008/02/04 01:32:39  james
-# *** empty log message ***
-#
-# Revision 1.1  2008/02/03 16:20:24  james
-# *** empty log message ***
-#
-#
-#
-#
-
-
-
-
-pkgdatadir = $(datadir)/libsympathy
-pkglibdir = $(libdir)/libsympathy
-pkgincludedir = $(includedir)/libsympathy
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = i686-pc-linux-gnu
-host_triplet = i686-pc-linux-gnu
-subdir = src
-DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \
-       $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-       $(srcdir)/config.h.in $(srcdir)/sympathy.h.head.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-       $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = sympathy.h.head
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libdir)" \
-       "$(DESTDIR)$(includedir)"
-libLIBRARIES_INSTALL = $(INSTALL_DATA)
-LIBRARIES = $(lib_LIBRARIES)
-ARFLAGS = cru
-libsympathy_a_AR = $(AR) $(ARFLAGS)
-libsympathy_a_LIBADD =
-am__objects_1 = libsympathy_a-ansi.$(OBJEXT) \
-       libsympathy_a-crt.$(OBJEXT) libsympathy_a-html.$(OBJEXT) \
-       libsympathy_a-libsympathy.$(OBJEXT) \
-       libsympathy_a-render.$(OBJEXT) libsympathy_a-version.$(OBJEXT) \
-       libsympathy_a-vt102.$(OBJEXT) libsympathy_a-tty.$(OBJEXT) \
-       libsympathy_a-keydis.$(OBJEXT) libsympathy_a-history.$(OBJEXT) \
-       libsympathy_a-ring.$(OBJEXT) libsympathy_a-ptty.$(OBJEXT) \
-       libsympathy_a-terminal.$(OBJEXT) libsympathy_a-util.$(OBJEXT) \
-       libsympathy_a-log.$(OBJEXT) libsympathy_a-ipc.$(OBJEXT) \
-       libsympathy_a-slide.$(OBJEXT) \
-       libsympathy_a-symsocket.$(OBJEXT) \
-       libsympathy_a-serial.$(OBJEXT) libsympathy_a-cmd.$(OBJEXT) \
-       libsympathy_a-lockfile.$(OBJEXT) libsympathy_a-utf8.$(OBJEXT) \
-       libsympathy_a-vt102_charset.$(OBJEXT) \
-       libsympathy_a-rotate.$(OBJEXT) libsympathy_a-raw.$(OBJEXT)
-am__objects_2 = $(am__objects_1)
-am_libsympathy_a_OBJECTS = $(am__objects_2)
-libsympathy_a_OBJECTS = $(am_libsympathy_a_OBJECTS)
-libLTLIBRARIES_INSTALL = $(INSTALL)
-LTLIBRARIES = $(lib_LTLIBRARIES)
-libsympathy_la_LIBADD =
-am__objects_3 = ansi.lo crt.lo html.lo libsympathy.lo render.lo \
-       version.lo vt102.lo tty.lo keydis.lo history.lo ring.lo \
-       ptty.lo terminal.lo util.lo log.lo ipc.lo slide.lo \
-       symsocket.lo serial.lo cmd.lo lockfile.lo utf8.lo \
-       vt102_charset.lo rotate.lo raw.lo
-am__objects_4 = $(am__objects_3)
-am_libsympathy_la_OBJECTS = $(am__objects_4)
-libsympathy_la_OBJECTS = $(am_libsympathy_la_OBJECTS)
-libsympathy_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
-       $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
-       $(libsympathy_la_LDFLAGS) $(LDFLAGS) -o $@
-DEFAULT_INCLUDES = -I.
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-       --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-       $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-       --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
-       $(LDFLAGS) -o $@
-SOURCES = $(libsympathy_a_SOURCES) $(libsympathy_la_SOURCES)
-DIST_SOURCES = $(libsympathy_a_SOURCES) $(libsympathy_la_SOURCES)
-includeHEADERS_INSTALL = $(INSTALL_HEADER)
-HEADERS = $(include_HEADERS) $(noinst_HEADERS)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /root/projects/sympathy/missing --run aclocal-1.10
-AMTAR = ${SHELL} /root/projects/sympathy/missing --run tar
-AR = ar
-AUTOCONF = ${SHELL} /root/projects/sympathy/missing --run autoconf
-AUTOHEADER = ${SHELL} /root/projects/sympathy/missing --run autoheader
-AUTOMAKE = ${SHELL} /root/projects/sympathy/missing --run automake-1.10
-AWK = mawk
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g 
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g 
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DSYMUTIL = 
-ECHO = echo
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-F77 = 
-FFLAGS = 
-G2_HAVE_MALLOC_H = 1
-G2_HAVE_STDINT_H = 1
-G2_HAVE_SYS_INT_TYPES_H = 0
-G2_HAVE_UNISTD_H = 1
-G2_TIME_WITH_SYS_TIME = 0
-G2_TM_H = time.h
-G2_TM_IN_SYS_TIME = 0
-GREP = /bin/grep
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LDFLAGS = 
-LIBOBJS = 
-LIBS = 
-LIBSYMPATHY_INTERFACE_REVISION = 1
-LIBSYMPATHY_INTERFACE_VERSION_MAX = 2
-LIBSYMPATHY_INTERFACE_VERSION_MIN = 2
-LIBSYMPATHY_MAJOR_VERSION = 1
-LIBSYMPATHY_MICRO_VERSION = 1
-LIBSYMPATHY_MINOR_VERSION = 2
-LIBSYMPATHY_VERSION = 1.2.1
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LN_S = ln -s
-LTLIBOBJS = 
-LT_AGE = 0
-LT_CURRENT = 2
-LT_RELEASE = 1.2
-LT_REVISION = 1
-MAKEINFO = ${SHELL} /root/projects/sympathy/missing --run makeinfo
-MD5SUM = md5sum
-MKDIR_P = /bin/mkdir -p
-NMEDIT = 
-OBJEXT = o
-PACKAGE = libsympathy
-PACKAGE_BUGREPORT = 
-PACKAGE_NAME = 
-PACKAGE_STRING = 
-PACKAGE_TARNAME = 
-PACKAGE_VERSION = 
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-STRIP = strip
-VERSION = 1.2.1
-abs_builddir = /root/projects/sympathy/src
-abs_srcdir = /root/projects/sympathy/src
-abs_top_builddir = /root/projects/sympathy
-abs_top_srcdir = /root/projects/sympathy
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build = i686-pc-linux-gnu
-build_alias = 
-build_cpu = i686
-build_os = linux-gnu
-build_vendor = pc
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = i686-pc-linux-gnu
-host_alias = 
-host_cpu = i686
-host_os = linux-gnu
-host_vendor = pc
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = $(SHELL) /root/projects/sympathy/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_builddir = ..
-top_srcdir = ..
-INCLUDES = 
-
-# NB order here matters.
-PROJECTHDRS = crt.h utf8.h tty.h ansi.h vt102.h keys.h history.h ring.h slide.h \
-               log.h ipc.h symsocket.h keydis.h cmd.h lockfile.h rx.h \
-               context.h vt102_charset.h prototypes.h
-
-HDRS = project.h  ${PROJECTHDRS}
-SRCS = ansi.c crt.c html.c libsympathy.c render.c  version.c vt102.c tty.c \
-       keydis.c history.c ring.c ptty.c terminal.c util.c log.c ipc.c \
-       slide.c symsocket.c  serial.c cmd.c lockfile.c utf8.c vt102_charset.c \
-       rotate.c raw.c
-
-CPROTO = cproto
-SYMPATHYSRCS = ${SRCS}
-noinst_HEADERS = prototypes.h ${HDRS}
-EXTRA_DIST = sympathy.h.tail
-libsympathy_a_SOURCES = ${SYMPATHYSRCS}
-libsympathy_la_SOURCES = ${SYMPATHYSRCS}
-libsympathy_a_CFLAGS = ${AM_CFLAGS}
-BUILT_SOURCES = version.h sympathy.h
-lib_LIBRARIES = libsympathy.a
-lib_LTLIBRARIES = libsympathy.la
-include_HEADERS = sympathy.h
-AM_CFLAGS = -g -Werror
-libsympathy_la_LDFLAGS = \
-        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
-        -release $(LT_RELEASE) \
-        -export-dynamic 
-
-VFD = ${srcdir}/..
-VF = ${shell cat ${VFD}/version-files}
-VFS = ${VF:%=${VFD}/%}
-VCHK = ${shell cat ${VFS} | md5sum | mawk '{print $$1 }' }
-VNUM = ${shell /bin/grep ${VCHK} ${VFD}/version-md5sums | mawk '{ print $$2 }'  }
-VDEF = ${shell echo `cat ${VFD}/version-major`.`cat ${VFD}/version-minor`.`cat ${VFD}/version-micro` }
-all: $(BUILT_SOURCES) config.h
-       $(MAKE) $(AM_MAKEFLAGS) all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-       @for dep in $?; do \
-         case '$(am__configure_deps)' in \
-           *$$dep*) \
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
-               && exit 0; \
-             exit 1;; \
-         esac; \
-       done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
-       cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnu  src/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-       @case '$?' in \
-         *config.status*) \
-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-         *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-       esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-config.h: stamp-h1
-       @if test ! -f $@; then \
-         rm -f stamp-h1; \
-         $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
-       else :; fi
-
-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
-       @rm -f stamp-h1
-       cd $(top_builddir) && $(SHELL) ./config.status src/config.h
-$(srcdir)/config.h.in:  $(am__configure_deps) 
-       cd $(top_srcdir) && $(AUTOHEADER)
-       rm -f stamp-h1
-       touch $@
-
-distclean-hdr:
-       -rm -f config.h stamp-h1
-sympathy.h.head: $(top_builddir)/config.status $(srcdir)/sympathy.h.head.in
-       cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-install-libLIBRARIES: $(lib_LIBRARIES)
-       @$(NORMAL_INSTALL)
-       test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
-       @list='$(lib_LIBRARIES)'; for p in $$list; do \
-         if test -f $$p; then \
-           f=$(am__strip_dir) \
-           echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
-           $(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
-         else :; fi; \
-       done
-       @$(POST_INSTALL)
-       @list='$(lib_LIBRARIES)'; for p in $$list; do \
-         if test -f $$p; then \
-           p=$(am__strip_dir) \
-           echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
-           $(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
-         else :; fi; \
-       done
-
-uninstall-libLIBRARIES:
-       @$(NORMAL_UNINSTALL)
-       @list='$(lib_LIBRARIES)'; for p in $$list; do \
-         p=$(am__strip_dir) \
-         echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
-         rm -f "$(DESTDIR)$(libdir)/$$p"; \
-       done
-
-clean-libLIBRARIES:
-       -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
-libsympathy.a: $(libsympathy_a_OBJECTS) $(libsympathy_a_DEPENDENCIES) 
-       -rm -f libsympathy.a
-       $(libsympathy_a_AR) libsympathy.a $(libsympathy_a_OBJECTS) $(libsympathy_a_LIBADD)
-       $(RANLIB) libsympathy.a
-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
-       @$(NORMAL_INSTALL)
-       test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
-       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
-         if test -f $$p; then \
-           f=$(am__strip_dir) \
-           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
-           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
-         else :; fi; \
-       done
-
-uninstall-libLTLIBRARIES:
-       @$(NORMAL_UNINSTALL)
-       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
-         p=$(am__strip_dir) \
-         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
-         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
-       done
-
-clean-libLTLIBRARIES:
-       -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
-       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
-         dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
-         test "$$dir" != "$$p" || dir=.; \
-         echo "rm -f \"$${dir}/so_locations\""; \
-         rm -f "$${dir}/so_locations"; \
-       done
-libsympathy.la: $(libsympathy_la_OBJECTS) $(libsympathy_la_DEPENDENCIES) 
-       $(libsympathy_la_LINK) -rpath $(libdir) $(libsympathy_la_OBJECTS) $(libsympathy_la_LIBADD) $(LIBS)
-
-mostlyclean-compile:
-       -rm -f *.$(OBJEXT)
-
-distclean-compile:
-       -rm -f *.tab.c
-
-include ./$(DEPDIR)/ansi.Plo
-include ./$(DEPDIR)/cmd.Plo
-include ./$(DEPDIR)/crt.Plo
-include ./$(DEPDIR)/history.Plo
-include ./$(DEPDIR)/html.Plo
-include ./$(DEPDIR)/ipc.Plo
-include ./$(DEPDIR)/keydis.Plo
-include ./$(DEPDIR)/libsympathy.Plo
-include ./$(DEPDIR)/libsympathy_a-ansi.Po
-include ./$(DEPDIR)/libsympathy_a-cmd.Po
-include ./$(DEPDIR)/libsympathy_a-crt.Po
-include ./$(DEPDIR)/libsympathy_a-history.Po
-include ./$(DEPDIR)/libsympathy_a-html.Po
-include ./$(DEPDIR)/libsympathy_a-ipc.Po
-include ./$(DEPDIR)/libsympathy_a-keydis.Po
-include ./$(DEPDIR)/libsympathy_a-libsympathy.Po
-include ./$(DEPDIR)/libsympathy_a-lockfile.Po
-include ./$(DEPDIR)/libsympathy_a-log.Po
-include ./$(DEPDIR)/libsympathy_a-ptty.Po
-include ./$(DEPDIR)/libsympathy_a-raw.Po
-include ./$(DEPDIR)/libsympathy_a-render.Po
-include ./$(DEPDIR)/libsympathy_a-ring.Po
-include ./$(DEPDIR)/libsympathy_a-rotate.Po
-include ./$(DEPDIR)/libsympathy_a-serial.Po
-include ./$(DEPDIR)/libsympathy_a-slide.Po
-include ./$(DEPDIR)/libsympathy_a-symsocket.Po
-include ./$(DEPDIR)/libsympathy_a-terminal.Po
-include ./$(DEPDIR)/libsympathy_a-tty.Po
-include ./$(DEPDIR)/libsympathy_a-utf8.Po
-include ./$(DEPDIR)/libsympathy_a-util.Po
-include ./$(DEPDIR)/libsympathy_a-version.Po
-include ./$(DEPDIR)/libsympathy_a-vt102.Po
-include ./$(DEPDIR)/libsympathy_a-vt102_charset.Po
-include ./$(DEPDIR)/lockfile.Plo
-include ./$(DEPDIR)/log.Plo
-include ./$(DEPDIR)/ptty.Plo
-include ./$(DEPDIR)/raw.Plo
-include ./$(DEPDIR)/render.Plo
-include ./$(DEPDIR)/ring.Plo
-include ./$(DEPDIR)/rotate.Plo
-include ./$(DEPDIR)/serial.Plo
-include ./$(DEPDIR)/slide.Plo
-include ./$(DEPDIR)/symsocket.Plo
-include ./$(DEPDIR)/terminal.Plo
-include ./$(DEPDIR)/tty.Plo
-include ./$(DEPDIR)/utf8.Plo
-include ./$(DEPDIR)/util.Plo
-include ./$(DEPDIR)/version.Plo
-include ./$(DEPDIR)/vt102.Plo
-include ./$(DEPDIR)/vt102_charset.Plo
-
-.c.o:
-       $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-       mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-#      source='$<' object='$@' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(COMPILE) -c $<
-
-.c.obj:
-       $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-       mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-#      source='$<' object='$@' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-.c.lo:
-       $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-       mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-#      source='$<' object='$@' libtool=yes \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(LTCOMPILE) -c -o $@ $<
-
-libsympathy_a-ansi.o: ansi.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-ansi.o -MD -MP -MF $(DEPDIR)/libsympathy_a-ansi.Tpo -c -o libsympathy_a-ansi.o `test -f 'ansi.c' || echo '$(srcdir)/'`ansi.c
-       mv -f $(DEPDIR)/libsympathy_a-ansi.Tpo $(DEPDIR)/libsympathy_a-ansi.Po
-#      source='ansi.c' object='libsympathy_a-ansi.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-ansi.o `test -f 'ansi.c' || echo '$(srcdir)/'`ansi.c
-
-libsympathy_a-ansi.obj: ansi.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-ansi.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-ansi.Tpo -c -o libsympathy_a-ansi.obj `if test -f 'ansi.c'; then $(CYGPATH_W) 'ansi.c'; else $(CYGPATH_W) '$(srcdir)/ansi.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-ansi.Tpo $(DEPDIR)/libsympathy_a-ansi.Po
-#      source='ansi.c' object='libsympathy_a-ansi.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-ansi.obj `if test -f 'ansi.c'; then $(CYGPATH_W) 'ansi.c'; else $(CYGPATH_W) '$(srcdir)/ansi.c'; fi`
-
-libsympathy_a-crt.o: crt.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-crt.o -MD -MP -MF $(DEPDIR)/libsympathy_a-crt.Tpo -c -o libsympathy_a-crt.o `test -f 'crt.c' || echo '$(srcdir)/'`crt.c
-       mv -f $(DEPDIR)/libsympathy_a-crt.Tpo $(DEPDIR)/libsympathy_a-crt.Po
-#      source='crt.c' object='libsympathy_a-crt.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-crt.o `test -f 'crt.c' || echo '$(srcdir)/'`crt.c
-
-libsympathy_a-crt.obj: crt.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-crt.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-crt.Tpo -c -o libsympathy_a-crt.obj `if test -f 'crt.c'; then $(CYGPATH_W) 'crt.c'; else $(CYGPATH_W) '$(srcdir)/crt.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-crt.Tpo $(DEPDIR)/libsympathy_a-crt.Po
-#      source='crt.c' object='libsympathy_a-crt.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-crt.obj `if test -f 'crt.c'; then $(CYGPATH_W) 'crt.c'; else $(CYGPATH_W) '$(srcdir)/crt.c'; fi`
-
-libsympathy_a-html.o: html.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-html.o -MD -MP -MF $(DEPDIR)/libsympathy_a-html.Tpo -c -o libsympathy_a-html.o `test -f 'html.c' || echo '$(srcdir)/'`html.c
-       mv -f $(DEPDIR)/libsympathy_a-html.Tpo $(DEPDIR)/libsympathy_a-html.Po
-#      source='html.c' object='libsympathy_a-html.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-html.o `test -f 'html.c' || echo '$(srcdir)/'`html.c
-
-libsympathy_a-html.obj: html.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-html.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-html.Tpo -c -o libsympathy_a-html.obj `if test -f 'html.c'; then $(CYGPATH_W) 'html.c'; else $(CYGPATH_W) '$(srcdir)/html.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-html.Tpo $(DEPDIR)/libsympathy_a-html.Po
-#      source='html.c' object='libsympathy_a-html.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-html.obj `if test -f 'html.c'; then $(CYGPATH_W) 'html.c'; else $(CYGPATH_W) '$(srcdir)/html.c'; fi`
-
-libsympathy_a-libsympathy.o: libsympathy.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-libsympathy.o -MD -MP -MF $(DEPDIR)/libsympathy_a-libsympathy.Tpo -c -o libsympathy_a-libsympathy.o `test -f 'libsympathy.c' || echo '$(srcdir)/'`libsympathy.c
-       mv -f $(DEPDIR)/libsympathy_a-libsympathy.Tpo $(DEPDIR)/libsympathy_a-libsympathy.Po
-#      source='libsympathy.c' object='libsympathy_a-libsympathy.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-libsympathy.o `test -f 'libsympathy.c' || echo '$(srcdir)/'`libsympathy.c
-
-libsympathy_a-libsympathy.obj: libsympathy.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-libsympathy.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-libsympathy.Tpo -c -o libsympathy_a-libsympathy.obj `if test -f 'libsympathy.c'; then $(CYGPATH_W) 'libsympathy.c'; else $(CYGPATH_W) '$(srcdir)/libsympathy.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-libsympathy.Tpo $(DEPDIR)/libsympathy_a-libsympathy.Po
-#      source='libsympathy.c' object='libsympathy_a-libsympathy.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-libsympathy.obj `if test -f 'libsympathy.c'; then $(CYGPATH_W) 'libsympathy.c'; else $(CYGPATH_W) '$(srcdir)/libsympathy.c'; fi`
-
-libsympathy_a-render.o: render.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-render.o -MD -MP -MF $(DEPDIR)/libsympathy_a-render.Tpo -c -o libsympathy_a-render.o `test -f 'render.c' || echo '$(srcdir)/'`render.c
-       mv -f $(DEPDIR)/libsympathy_a-render.Tpo $(DEPDIR)/libsympathy_a-render.Po
-#      source='render.c' object='libsympathy_a-render.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-render.o `test -f 'render.c' || echo '$(srcdir)/'`render.c
-
-libsympathy_a-render.obj: render.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-render.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-render.Tpo -c -o libsympathy_a-render.obj `if test -f 'render.c'; then $(CYGPATH_W) 'render.c'; else $(CYGPATH_W) '$(srcdir)/render.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-render.Tpo $(DEPDIR)/libsympathy_a-render.Po
-#      source='render.c' object='libsympathy_a-render.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-render.obj `if test -f 'render.c'; then $(CYGPATH_W) 'render.c'; else $(CYGPATH_W) '$(srcdir)/render.c'; fi`
-
-libsympathy_a-version.o: version.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-version.o -MD -MP -MF $(DEPDIR)/libsympathy_a-version.Tpo -c -o libsympathy_a-version.o `test -f 'version.c' || echo '$(srcdir)/'`version.c
-       mv -f $(DEPDIR)/libsympathy_a-version.Tpo $(DEPDIR)/libsympathy_a-version.Po
-#      source='version.c' object='libsympathy_a-version.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-version.o `test -f 'version.c' || echo '$(srcdir)/'`version.c
-
-libsympathy_a-version.obj: version.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-version.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-version.Tpo -c -o libsympathy_a-version.obj `if test -f 'version.c'; then $(CYGPATH_W) 'version.c'; else $(CYGPATH_W) '$(srcdir)/version.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-version.Tpo $(DEPDIR)/libsympathy_a-version.Po
-#      source='version.c' object='libsympathy_a-version.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-version.obj `if test -f 'version.c'; then $(CYGPATH_W) 'version.c'; else $(CYGPATH_W) '$(srcdir)/version.c'; fi`
-
-libsympathy_a-vt102.o: vt102.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-vt102.o -MD -MP -MF $(DEPDIR)/libsympathy_a-vt102.Tpo -c -o libsympathy_a-vt102.o `test -f 'vt102.c' || echo '$(srcdir)/'`vt102.c
-       mv -f $(DEPDIR)/libsympathy_a-vt102.Tpo $(DEPDIR)/libsympathy_a-vt102.Po
-#      source='vt102.c' object='libsympathy_a-vt102.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-vt102.o `test -f 'vt102.c' || echo '$(srcdir)/'`vt102.c
-
-libsympathy_a-vt102.obj: vt102.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-vt102.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-vt102.Tpo -c -o libsympathy_a-vt102.obj `if test -f 'vt102.c'; then $(CYGPATH_W) 'vt102.c'; else $(CYGPATH_W) '$(srcdir)/vt102.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-vt102.Tpo $(DEPDIR)/libsympathy_a-vt102.Po
-#      source='vt102.c' object='libsympathy_a-vt102.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-vt102.obj `if test -f 'vt102.c'; then $(CYGPATH_W) 'vt102.c'; else $(CYGPATH_W) '$(srcdir)/vt102.c'; fi`
-
-libsympathy_a-tty.o: tty.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-tty.o -MD -MP -MF $(DEPDIR)/libsympathy_a-tty.Tpo -c -o libsympathy_a-tty.o `test -f 'tty.c' || echo '$(srcdir)/'`tty.c
-       mv -f $(DEPDIR)/libsympathy_a-tty.Tpo $(DEPDIR)/libsympathy_a-tty.Po
-#      source='tty.c' object='libsympathy_a-tty.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-tty.o `test -f 'tty.c' || echo '$(srcdir)/'`tty.c
-
-libsympathy_a-tty.obj: tty.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-tty.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-tty.Tpo -c -o libsympathy_a-tty.obj `if test -f 'tty.c'; then $(CYGPATH_W) 'tty.c'; else $(CYGPATH_W) '$(srcdir)/tty.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-tty.Tpo $(DEPDIR)/libsympathy_a-tty.Po
-#      source='tty.c' object='libsympathy_a-tty.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-tty.obj `if test -f 'tty.c'; then $(CYGPATH_W) 'tty.c'; else $(CYGPATH_W) '$(srcdir)/tty.c'; fi`
-
-libsympathy_a-keydis.o: keydis.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-keydis.o -MD -MP -MF $(DEPDIR)/libsympathy_a-keydis.Tpo -c -o libsympathy_a-keydis.o `test -f 'keydis.c' || echo '$(srcdir)/'`keydis.c
-       mv -f $(DEPDIR)/libsympathy_a-keydis.Tpo $(DEPDIR)/libsympathy_a-keydis.Po
-#      source='keydis.c' object='libsympathy_a-keydis.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-keydis.o `test -f 'keydis.c' || echo '$(srcdir)/'`keydis.c
-
-libsympathy_a-keydis.obj: keydis.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-keydis.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-keydis.Tpo -c -o libsympathy_a-keydis.obj `if test -f 'keydis.c'; then $(CYGPATH_W) 'keydis.c'; else $(CYGPATH_W) '$(srcdir)/keydis.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-keydis.Tpo $(DEPDIR)/libsympathy_a-keydis.Po
-#      source='keydis.c' object='libsympathy_a-keydis.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-keydis.obj `if test -f 'keydis.c'; then $(CYGPATH_W) 'keydis.c'; else $(CYGPATH_W) '$(srcdir)/keydis.c'; fi`
-
-libsympathy_a-history.o: history.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-history.o -MD -MP -MF $(DEPDIR)/libsympathy_a-history.Tpo -c -o libsympathy_a-history.o `test -f 'history.c' || echo '$(srcdir)/'`history.c
-       mv -f $(DEPDIR)/libsympathy_a-history.Tpo $(DEPDIR)/libsympathy_a-history.Po
-#      source='history.c' object='libsympathy_a-history.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-history.o `test -f 'history.c' || echo '$(srcdir)/'`history.c
-
-libsympathy_a-history.obj: history.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-history.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-history.Tpo -c -o libsympathy_a-history.obj `if test -f 'history.c'; then $(CYGPATH_W) 'history.c'; else $(CYGPATH_W) '$(srcdir)/history.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-history.Tpo $(DEPDIR)/libsympathy_a-history.Po
-#      source='history.c' object='libsympathy_a-history.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-history.obj `if test -f 'history.c'; then $(CYGPATH_W) 'history.c'; else $(CYGPATH_W) '$(srcdir)/history.c'; fi`
-
-libsympathy_a-ring.o: ring.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-ring.o -MD -MP -MF $(DEPDIR)/libsympathy_a-ring.Tpo -c -o libsympathy_a-ring.o `test -f 'ring.c' || echo '$(srcdir)/'`ring.c
-       mv -f $(DEPDIR)/libsympathy_a-ring.Tpo $(DEPDIR)/libsympathy_a-ring.Po
-#      source='ring.c' object='libsympathy_a-ring.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-ring.o `test -f 'ring.c' || echo '$(srcdir)/'`ring.c
-
-libsympathy_a-ring.obj: ring.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-ring.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-ring.Tpo -c -o libsympathy_a-ring.obj `if test -f 'ring.c'; then $(CYGPATH_W) 'ring.c'; else $(CYGPATH_W) '$(srcdir)/ring.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-ring.Tpo $(DEPDIR)/libsympathy_a-ring.Po
-#      source='ring.c' object='libsympathy_a-ring.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-ring.obj `if test -f 'ring.c'; then $(CYGPATH_W) 'ring.c'; else $(CYGPATH_W) '$(srcdir)/ring.c'; fi`
-
-libsympathy_a-ptty.o: ptty.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-ptty.o -MD -MP -MF $(DEPDIR)/libsympathy_a-ptty.Tpo -c -o libsympathy_a-ptty.o `test -f 'ptty.c' || echo '$(srcdir)/'`ptty.c
-       mv -f $(DEPDIR)/libsympathy_a-ptty.Tpo $(DEPDIR)/libsympathy_a-ptty.Po
-#      source='ptty.c' object='libsympathy_a-ptty.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-ptty.o `test -f 'ptty.c' || echo '$(srcdir)/'`ptty.c
-
-libsympathy_a-ptty.obj: ptty.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-ptty.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-ptty.Tpo -c -o libsympathy_a-ptty.obj `if test -f 'ptty.c'; then $(CYGPATH_W) 'ptty.c'; else $(CYGPATH_W) '$(srcdir)/ptty.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-ptty.Tpo $(DEPDIR)/libsympathy_a-ptty.Po
-#      source='ptty.c' object='libsympathy_a-ptty.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-ptty.obj `if test -f 'ptty.c'; then $(CYGPATH_W) 'ptty.c'; else $(CYGPATH_W) '$(srcdir)/ptty.c'; fi`
-
-libsympathy_a-terminal.o: terminal.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-terminal.o -MD -MP -MF $(DEPDIR)/libsympathy_a-terminal.Tpo -c -o libsympathy_a-terminal.o `test -f 'terminal.c' || echo '$(srcdir)/'`terminal.c
-       mv -f $(DEPDIR)/libsympathy_a-terminal.Tpo $(DEPDIR)/libsympathy_a-terminal.Po
-#      source='terminal.c' object='libsympathy_a-terminal.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-terminal.o `test -f 'terminal.c' || echo '$(srcdir)/'`terminal.c
-
-libsympathy_a-terminal.obj: terminal.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-terminal.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-terminal.Tpo -c -o libsympathy_a-terminal.obj `if test -f 'terminal.c'; then $(CYGPATH_W) 'terminal.c'; else $(CYGPATH_W) '$(srcdir)/terminal.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-terminal.Tpo $(DEPDIR)/libsympathy_a-terminal.Po
-#      source='terminal.c' object='libsympathy_a-terminal.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-terminal.obj `if test -f 'terminal.c'; then $(CYGPATH_W) 'terminal.c'; else $(CYGPATH_W) '$(srcdir)/terminal.c'; fi`
-
-libsympathy_a-util.o: util.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-util.o -MD -MP -MF $(DEPDIR)/libsympathy_a-util.Tpo -c -o libsympathy_a-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
-       mv -f $(DEPDIR)/libsympathy_a-util.Tpo $(DEPDIR)/libsympathy_a-util.Po
-#      source='util.c' object='libsympathy_a-util.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c
-
-libsympathy_a-util.obj: util.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-util.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-util.Tpo -c -o libsympathy_a-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-util.Tpo $(DEPDIR)/libsympathy_a-util.Po
-#      source='util.c' object='libsympathy_a-util.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`
-
-libsympathy_a-log.o: log.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-log.o -MD -MP -MF $(DEPDIR)/libsympathy_a-log.Tpo -c -o libsympathy_a-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
-       mv -f $(DEPDIR)/libsympathy_a-log.Tpo $(DEPDIR)/libsympathy_a-log.Po
-#      source='log.c' object='libsympathy_a-log.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
-
-libsympathy_a-log.obj: log.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-log.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-log.Tpo -c -o libsympathy_a-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-log.Tpo $(DEPDIR)/libsympathy_a-log.Po
-#      source='log.c' object='libsympathy_a-log.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
-
-libsympathy_a-ipc.o: ipc.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-ipc.o -MD -MP -MF $(DEPDIR)/libsympathy_a-ipc.Tpo -c -o libsympathy_a-ipc.o `test -f 'ipc.c' || echo '$(srcdir)/'`ipc.c
-       mv -f $(DEPDIR)/libsympathy_a-ipc.Tpo $(DEPDIR)/libsympathy_a-ipc.Po
-#      source='ipc.c' object='libsympathy_a-ipc.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-ipc.o `test -f 'ipc.c' || echo '$(srcdir)/'`ipc.c
-
-libsympathy_a-ipc.obj: ipc.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-ipc.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-ipc.Tpo -c -o libsympathy_a-ipc.obj `if test -f 'ipc.c'; then $(CYGPATH_W) 'ipc.c'; else $(CYGPATH_W) '$(srcdir)/ipc.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-ipc.Tpo $(DEPDIR)/libsympathy_a-ipc.Po
-#      source='ipc.c' object='libsympathy_a-ipc.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-ipc.obj `if test -f 'ipc.c'; then $(CYGPATH_W) 'ipc.c'; else $(CYGPATH_W) '$(srcdir)/ipc.c'; fi`
-
-libsympathy_a-slide.o: slide.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-slide.o -MD -MP -MF $(DEPDIR)/libsympathy_a-slide.Tpo -c -o libsympathy_a-slide.o `test -f 'slide.c' || echo '$(srcdir)/'`slide.c
-       mv -f $(DEPDIR)/libsympathy_a-slide.Tpo $(DEPDIR)/libsympathy_a-slide.Po
-#      source='slide.c' object='libsympathy_a-slide.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-slide.o `test -f 'slide.c' || echo '$(srcdir)/'`slide.c
-
-libsympathy_a-slide.obj: slide.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-slide.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-slide.Tpo -c -o libsympathy_a-slide.obj `if test -f 'slide.c'; then $(CYGPATH_W) 'slide.c'; else $(CYGPATH_W) '$(srcdir)/slide.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-slide.Tpo $(DEPDIR)/libsympathy_a-slide.Po
-#      source='slide.c' object='libsympathy_a-slide.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-slide.obj `if test -f 'slide.c'; then $(CYGPATH_W) 'slide.c'; else $(CYGPATH_W) '$(srcdir)/slide.c'; fi`
-
-libsympathy_a-symsocket.o: symsocket.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-symsocket.o -MD -MP -MF $(DEPDIR)/libsympathy_a-symsocket.Tpo -c -o libsympathy_a-symsocket.o `test -f 'symsocket.c' || echo '$(srcdir)/'`symsocket.c
-       mv -f $(DEPDIR)/libsympathy_a-symsocket.Tpo $(DEPDIR)/libsympathy_a-symsocket.Po
-#      source='symsocket.c' object='libsympathy_a-symsocket.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-symsocket.o `test -f 'symsocket.c' || echo '$(srcdir)/'`symsocket.c
-
-libsympathy_a-symsocket.obj: symsocket.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-symsocket.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-symsocket.Tpo -c -o libsympathy_a-symsocket.obj `if test -f 'symsocket.c'; then $(CYGPATH_W) 'symsocket.c'; else $(CYGPATH_W) '$(srcdir)/symsocket.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-symsocket.Tpo $(DEPDIR)/libsympathy_a-symsocket.Po
-#      source='symsocket.c' object='libsympathy_a-symsocket.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-symsocket.obj `if test -f 'symsocket.c'; then $(CYGPATH_W) 'symsocket.c'; else $(CYGPATH_W) '$(srcdir)/symsocket.c'; fi`
-
-libsympathy_a-serial.o: serial.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-serial.o -MD -MP -MF $(DEPDIR)/libsympathy_a-serial.Tpo -c -o libsympathy_a-serial.o `test -f 'serial.c' || echo '$(srcdir)/'`serial.c
-       mv -f $(DEPDIR)/libsympathy_a-serial.Tpo $(DEPDIR)/libsympathy_a-serial.Po
-#      source='serial.c' object='libsympathy_a-serial.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-serial.o `test -f 'serial.c' || echo '$(srcdir)/'`serial.c
-
-libsympathy_a-serial.obj: serial.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-serial.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-serial.Tpo -c -o libsympathy_a-serial.obj `if test -f 'serial.c'; then $(CYGPATH_W) 'serial.c'; else $(CYGPATH_W) '$(srcdir)/serial.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-serial.Tpo $(DEPDIR)/libsympathy_a-serial.Po
-#      source='serial.c' object='libsympathy_a-serial.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-serial.obj `if test -f 'serial.c'; then $(CYGPATH_W) 'serial.c'; else $(CYGPATH_W) '$(srcdir)/serial.c'; fi`
-
-libsympathy_a-cmd.o: cmd.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-cmd.o -MD -MP -MF $(DEPDIR)/libsympathy_a-cmd.Tpo -c -o libsympathy_a-cmd.o `test -f 'cmd.c' || echo '$(srcdir)/'`cmd.c
-       mv -f $(DEPDIR)/libsympathy_a-cmd.Tpo $(DEPDIR)/libsympathy_a-cmd.Po
-#      source='cmd.c' object='libsympathy_a-cmd.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-cmd.o `test -f 'cmd.c' || echo '$(srcdir)/'`cmd.c
-
-libsympathy_a-cmd.obj: cmd.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-cmd.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-cmd.Tpo -c -o libsympathy_a-cmd.obj `if test -f 'cmd.c'; then $(CYGPATH_W) 'cmd.c'; else $(CYGPATH_W) '$(srcdir)/cmd.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-cmd.Tpo $(DEPDIR)/libsympathy_a-cmd.Po
-#      source='cmd.c' object='libsympathy_a-cmd.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-cmd.obj `if test -f 'cmd.c'; then $(CYGPATH_W) 'cmd.c'; else $(CYGPATH_W) '$(srcdir)/cmd.c'; fi`
-
-libsympathy_a-lockfile.o: lockfile.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-lockfile.o -MD -MP -MF $(DEPDIR)/libsympathy_a-lockfile.Tpo -c -o libsympathy_a-lockfile.o `test -f 'lockfile.c' || echo '$(srcdir)/'`lockfile.c
-       mv -f $(DEPDIR)/libsympathy_a-lockfile.Tpo $(DEPDIR)/libsympathy_a-lockfile.Po
-#      source='lockfile.c' object='libsympathy_a-lockfile.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-lockfile.o `test -f 'lockfile.c' || echo '$(srcdir)/'`lockfile.c
-
-libsympathy_a-lockfile.obj: lockfile.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-lockfile.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-lockfile.Tpo -c -o libsympathy_a-lockfile.obj `if test -f 'lockfile.c'; then $(CYGPATH_W) 'lockfile.c'; else $(CYGPATH_W) '$(srcdir)/lockfile.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-lockfile.Tpo $(DEPDIR)/libsympathy_a-lockfile.Po
-#      source='lockfile.c' object='libsympathy_a-lockfile.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-lockfile.obj `if test -f 'lockfile.c'; then $(CYGPATH_W) 'lockfile.c'; else $(CYGPATH_W) '$(srcdir)/lockfile.c'; fi`
-
-libsympathy_a-utf8.o: utf8.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-utf8.o -MD -MP -MF $(DEPDIR)/libsympathy_a-utf8.Tpo -c -o libsympathy_a-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
-       mv -f $(DEPDIR)/libsympathy_a-utf8.Tpo $(DEPDIR)/libsympathy_a-utf8.Po
-#      source='utf8.c' object='libsympathy_a-utf8.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-utf8.o `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
-
-libsympathy_a-utf8.obj: utf8.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-utf8.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-utf8.Tpo -c -o libsympathy_a-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-utf8.Tpo $(DEPDIR)/libsympathy_a-utf8.Po
-#      source='utf8.c' object='libsympathy_a-utf8.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-utf8.obj `if test -f 'utf8.c'; then $(CYGPATH_W) 'utf8.c'; else $(CYGPATH_W) '$(srcdir)/utf8.c'; fi`
-
-libsympathy_a-vt102_charset.o: vt102_charset.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-vt102_charset.o -MD -MP -MF $(DEPDIR)/libsympathy_a-vt102_charset.Tpo -c -o libsympathy_a-vt102_charset.o `test -f 'vt102_charset.c' || echo '$(srcdir)/'`vt102_charset.c
-       mv -f $(DEPDIR)/libsympathy_a-vt102_charset.Tpo $(DEPDIR)/libsympathy_a-vt102_charset.Po
-#      source='vt102_charset.c' object='libsympathy_a-vt102_charset.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-vt102_charset.o `test -f 'vt102_charset.c' || echo '$(srcdir)/'`vt102_charset.c
-
-libsympathy_a-vt102_charset.obj: vt102_charset.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-vt102_charset.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-vt102_charset.Tpo -c -o libsympathy_a-vt102_charset.obj `if test -f 'vt102_charset.c'; then $(CYGPATH_W) 'vt102_charset.c'; else $(CYGPATH_W) '$(srcdir)/vt102_charset.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-vt102_charset.Tpo $(DEPDIR)/libsympathy_a-vt102_charset.Po
-#      source='vt102_charset.c' object='libsympathy_a-vt102_charset.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-vt102_charset.obj `if test -f 'vt102_charset.c'; then $(CYGPATH_W) 'vt102_charset.c'; else $(CYGPATH_W) '$(srcdir)/vt102_charset.c'; fi`
-
-libsympathy_a-rotate.o: rotate.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-rotate.o -MD -MP -MF $(DEPDIR)/libsympathy_a-rotate.Tpo -c -o libsympathy_a-rotate.o `test -f 'rotate.c' || echo '$(srcdir)/'`rotate.c
-       mv -f $(DEPDIR)/libsympathy_a-rotate.Tpo $(DEPDIR)/libsympathy_a-rotate.Po
-#      source='rotate.c' object='libsympathy_a-rotate.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-rotate.o `test -f 'rotate.c' || echo '$(srcdir)/'`rotate.c
-
-libsympathy_a-rotate.obj: rotate.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-rotate.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-rotate.Tpo -c -o libsympathy_a-rotate.obj `if test -f 'rotate.c'; then $(CYGPATH_W) 'rotate.c'; else $(CYGPATH_W) '$(srcdir)/rotate.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-rotate.Tpo $(DEPDIR)/libsympathy_a-rotate.Po
-#      source='rotate.c' object='libsympathy_a-rotate.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-rotate.obj `if test -f 'rotate.c'; then $(CYGPATH_W) 'rotate.c'; else $(CYGPATH_W) '$(srcdir)/rotate.c'; fi`
-
-libsympathy_a-raw.o: raw.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-raw.o -MD -MP -MF $(DEPDIR)/libsympathy_a-raw.Tpo -c -o libsympathy_a-raw.o `test -f 'raw.c' || echo '$(srcdir)/'`raw.c
-       mv -f $(DEPDIR)/libsympathy_a-raw.Tpo $(DEPDIR)/libsympathy_a-raw.Po
-#      source='raw.c' object='libsympathy_a-raw.o' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-raw.o `test -f 'raw.c' || echo '$(srcdir)/'`raw.c
-
-libsympathy_a-raw.obj: raw.c
-       $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -MT libsympathy_a-raw.obj -MD -MP -MF $(DEPDIR)/libsympathy_a-raw.Tpo -c -o libsympathy_a-raw.obj `if test -f 'raw.c'; then $(CYGPATH_W) 'raw.c'; else $(CYGPATH_W) '$(srcdir)/raw.c'; fi`
-       mv -f $(DEPDIR)/libsympathy_a-raw.Tpo $(DEPDIR)/libsympathy_a-raw.Po
-#      source='raw.c' object='libsympathy_a-raw.obj' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsympathy_a_CFLAGS) $(CFLAGS) -c -o libsympathy_a-raw.obj `if test -f 'raw.c'; then $(CYGPATH_W) 'raw.c'; else $(CYGPATH_W) '$(srcdir)/raw.c'; fi`
-
-mostlyclean-libtool:
-       -rm -f *.lo
-
-clean-libtool:
-       -rm -rf .libs _libs
-install-includeHEADERS: $(include_HEADERS)
-       @$(NORMAL_INSTALL)
-       test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
-       @list='$(include_HEADERS)'; for p in $$list; do \
-         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-         f=$(am__strip_dir) \
-         echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
-         $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
-       done
-
-uninstall-includeHEADERS:
-       @$(NORMAL_UNINSTALL)
-       @list='$(include_HEADERS)'; for p in $$list; do \
-         f=$(am__strip_dir) \
-         echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
-         rm -f "$(DESTDIR)$(includedir)/$$f"; \
-       done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       here=`pwd`; \
-       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
-         test -n "$$unique" || unique=$$empty_fix; \
-         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-           $$tags $$unique; \
-       fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       test -z "$(CTAGS_ARGS)$$tags$$unique" \
-         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-            $$tags $$unique
-
-GTAGS:
-       here=`$(am__cd) $(top_builddir) && pwd` \
-         && cd $(top_srcdir) \
-         && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
-       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       list='$(DISTFILES)'; \
-         dist_files=`for file in $$list; do echo $$file; done | \
-         sed -e "s|^$$srcdirstrip/||;t" \
-             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-       case $$dist_files in \
-         */*) $(MKDIR_P) `echo "$$dist_files" | \
-                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-                          sort -u` ;; \
-       esac; \
-       for file in $$dist_files; do \
-         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-         if test -d $$d/$$file; then \
-           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
-           fi; \
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
-         else \
-           test -f $(distdir)/$$file \
-           || cp -p $$d/$$file $(distdir)/$$file \
-           || exit 1; \
-         fi; \
-       done
-check-am: all-am
-check: $(BUILT_SOURCES)
-       $(MAKE) $(AM_MAKEFLAGS) check-am
-all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) config.h
-installdirs:
-       for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
-         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
-       done
-install: $(BUILT_SOURCES)
-       $(MAKE) $(AM_MAKEFLAGS) install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-         `test -z '$(STRIP)' || \
-           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
-       @echo "This command is intended for maintainers to use"
-       @echo "it deletes files that may require special tools to rebuild."
-       -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-clean: clean-am
-
-clean-am: clean-generic clean-libLIBRARIES clean-libLTLIBRARIES \
-       clean-libtool clean-local mostlyclean-am
-
-distclean: distclean-am
-       -rm -rf ./$(DEPDIR)
-       -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-       distclean-hdr distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-info: info-am
-
-info-am:
-
-install-data-am: install-includeHEADERS
-
-install-dvi: install-dvi-am
-
-install-exec-am: install-libLIBRARIES install-libLTLIBRARIES
-
-install-html: install-html-am
-
-install-info: install-info-am
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-ps: install-ps-am
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-       -rm -rf ./$(DEPDIR)
-       -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-       mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am: uninstall-includeHEADERS uninstall-libLIBRARIES \
-       uninstall-libLTLIBRARIES
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
-       clean-libLIBRARIES clean-libLTLIBRARIES clean-libtool \
-       clean-local ctags distclean distclean-compile \
-       distclean-generic distclean-hdr distclean-libtool \
-       distclean-tags distdir dvi dvi-am html html-am info info-am \
-       install install-am install-data install-data-am install-dvi \
-       install-dvi-am install-exec install-exec-am install-html \
-       install-html-am install-includeHEADERS install-info \
-       install-info-am install-libLIBRARIES install-libLTLIBRARIES \
-       install-man install-pdf install-pdf-am install-ps \
-       install-ps-am install-strip installcheck installcheck-am \
-       installdirs maintainer-clean maintainer-clean-generic \
-       mostlyclean mostlyclean-compile mostlyclean-generic \
-       mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
-       uninstall-am uninstall-includeHEADERS uninstall-libLIBRARIES \
-       uninstall-libLTLIBRARIES
-
-
-clean-local:
-       -rm -f sympathy.h version.h version-num
-
-protos: sympathy.h
-       echo > prototypes.h
-       ${CPROTO} -e -v ${INCLUDES} ${SRCS} > prototypes.tmp
-       mv -f prototypes.tmp prototypes.h
-
-tidy: ${SRCS} ${HDRS}
-       indent -i2 -ts0 ${SRCS} ${HDRS} 
-       /bin/rm -f *~
-
-sympathy.h: ${PROJECTHDRS} sympathy.h.head sympathy.h.tail
-       cat sympathy.h.head ${PROJECTHDRS} sympathy.h.tail > $@ || /bin/rm -f $@
-
-version.h: $(VFD)/version-files $(VFD)/version-major \
-       $(VFD)/version-minor $(VFD)/version-micro \
-       $(VFD)/version-md5sums ${VFS} 
-       if [ .${VNUM} = . ]; then \
-               echo "#define VERSION \"libsympathy Version ${VDEF} + Edits\"" > version.h; \
-               echo ${VDEF}-E > version-num; \
-       else \
-               echo "#define VERSION \"libsympathy Version ${VNUM}\"" > version.h; \
-               echo ${VNUM} > version-num; \
-       fi
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/src/config.h b/src/config.h
deleted file mode 100644 (file)
index ff6c376..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-/* src/config.h.  Generated from config.h.in by configure.  */
-/* src/config.h.in.  Generated from configure.in by autoheader.  */
-
-/* Define to 1 if you have the <dirent.h> header file. */
-#define HAVE_DIRENT_H 1
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the <fcntl.h> header file. */
-#define HAVE_FCNTL_H 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the <malloc.h> header file. */
-#define HAVE_MALLOC_H 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the <scsi/sg.h> header file. */
-#define HAVE_SCSI_SG_H 1
-
-/* Define to 1 if you have the `select' function. */
-#define HAVE_SELECT 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#define HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the `strdup' function. */
-#define HAVE_STRDUP 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#define HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the `strstr' function. */
-#define HAVE_STRSTR 1
-
-/* Define to 1 if you have the <sys/int_types.h> header file. */
-/* #undef HAVE_SYS_INT_TYPES_H */
-
-/* Define to 1 if you have the <sys/ioctl.h> header file. */
-#define HAVE_SYS_IOCTL_H 1
-
-/* Define to 1 if you have the <sys/scsi/impl/uscsi.h> header file. */
-/* #undef HAVE_SYS_SCSI_IMPL_USCSI_H */
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#define HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
-
-/* Name of package */
-#define PACKAGE "libsympathy"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT ""
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME ""
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING ""
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME ""
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION ""
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-#define TIME_WITH_SYS_TIME 1
-
-/* Define to 1 if your <sys/time.h> declares `struct tm'. */
-/* #undef TM_IN_SYS_TIME */
-
-/* Version number of package */
-#define VERSION "1.2.1"
-
-/* Number of bits in a file offset, on hosts where this is settable. */
-#define _FILE_OFFSET_BITS 64
-
-/* Define for large files, on AIX-style hosts. */
-/* #undef _LARGE_FILES */
-
-/* Define to empty if `const' does not conform to ANSI C. */
-/* #undef const */
-
-/* Define to `__inline__' or `__inline' if that's what the C compiler
-   calls it, or to nothing if 'inline' is not supported under any name.  */
-#ifndef __cplusplus
-/* #undef inline */
-#endif
diff --git a/test/Makefile b/test/Makefile
deleted file mode 100644 (file)
index e34d4cd..0000000
+++ /dev/null
@@ -1,482 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# test/Makefile.  Generated from Makefile.in by configure.
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-
-#
-# Makefile.am:
-#
-# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
-# All rights reserved.
-#
-# $Id: Makefile.am,v 1.3 2008/02/06 15:53:22 james Exp $
-#
-# $Log: Makefile.am,v $
-# Revision 1.3  2008/02/06 15:53:22  james
-# *** empty log message ***
-#
-# Revision 1.2  2008/02/04 11:30:57  james
-# *** empty log message ***
-#
-# Revision 1.1  2008/02/03 16:20:24  james
-# *** empty log message ***
-#
-#
-#
-
-
-pkgdatadir = $(datadir)/libsympathy
-pkglibdir = $(libdir)/libsympathy
-pkgincludedir = $(includedir)/libsympathy
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = i686-pc-linux-gnu
-host_triplet = i686-pc-linux-gnu
-noinst_PROGRAMS = test$(EXEEXT) xn$(EXEEXT)
-subdir = test
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-       $(ACLOCAL_M4)
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES =
-PROGRAMS = $(noinst_PROGRAMS)
-am_test_OBJECTS = test.$(OBJEXT)
-test_OBJECTS = $(am_test_OBJECTS)
-test_DEPENDENCIES = ../src/libsympathy.a
-am_xn_OBJECTS = xn.$(OBJEXT)
-xn_OBJECTS = $(am_xn_OBJECTS)
-xn_LDADD = $(LDADD)
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/src
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-       --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-       $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-       --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
-       $(LDFLAGS) -o $@
-SOURCES = $(test_SOURCES) $(xn_SOURCES)
-DIST_SOURCES = $(test_SOURCES) $(xn_SOURCES)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /root/projects/sympathy/missing --run aclocal-1.10
-AMTAR = ${SHELL} /root/projects/sympathy/missing --run tar
-AR = ar
-AUTOCONF = ${SHELL} /root/projects/sympathy/missing --run autoconf
-AUTOHEADER = ${SHELL} /root/projects/sympathy/missing --run autoheader
-AUTOMAKE = ${SHELL} /root/projects/sympathy/missing --run automake-1.10
-AWK = mawk
-CC = gcc
-CCDEPMODE = depmode=gcc3
-CFLAGS = -g -O2
-CPP = gcc -E
-CPPFLAGS = 
-CXX = g++
-CXXCPP = g++ -E
-CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
-CYGPATH_W = echo
-DEFS = -DHAVE_CONFIG_H
-DEPDIR = .deps
-DSYMUTIL = 
-ECHO = echo
-ECHO_C = 
-ECHO_N = -n
-ECHO_T = 
-EGREP = /bin/grep -E
-EXEEXT = 
-F77 = 
-FFLAGS = 
-G2_HAVE_MALLOC_H = 1
-G2_HAVE_STDINT_H = 1
-G2_HAVE_SYS_INT_TYPES_H = 0
-G2_HAVE_UNISTD_H = 1
-G2_TIME_WITH_SYS_TIME = 0
-G2_TM_H = time.h
-G2_TM_IN_SYS_TIME = 0
-GREP = /bin/grep
-INSTALL = /usr/bin/install -c
-INSTALL_DATA = ${INSTALL} -m 644
-INSTALL_PROGRAM = ${INSTALL}
-INSTALL_SCRIPT = ${INSTALL}
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
-LDFLAGS = 
-LIBOBJS = 
-LIBS = 
-LIBSYMPATHY_INTERFACE_REVISION = 1
-LIBSYMPATHY_INTERFACE_VERSION_MAX = 2
-LIBSYMPATHY_INTERFACE_VERSION_MIN = 2
-LIBSYMPATHY_MAJOR_VERSION = 1
-LIBSYMPATHY_MICRO_VERSION = 1
-LIBSYMPATHY_MINOR_VERSION = 2
-LIBSYMPATHY_VERSION = 1.2.1
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-LN_S = ln -s
-LTLIBOBJS = 
-LT_AGE = 0
-LT_CURRENT = 2
-LT_RELEASE = 1.2
-LT_REVISION = 1
-MAKEINFO = ${SHELL} /root/projects/sympathy/missing --run makeinfo
-MD5SUM = md5sum
-MKDIR_P = /bin/mkdir -p
-NMEDIT = 
-OBJEXT = o
-PACKAGE = libsympathy
-PACKAGE_BUGREPORT = 
-PACKAGE_NAME = 
-PACKAGE_STRING = 
-PACKAGE_TARNAME = 
-PACKAGE_VERSION = 
-PATH_SEPARATOR = :
-RANLIB = ranlib
-SED = /bin/sed
-SET_MAKE = 
-SHELL = /bin/sh
-STRIP = strip
-VERSION = 1.2.1
-abs_builddir = /root/projects/sympathy/test
-abs_srcdir = /root/projects/sympathy/test
-abs_top_builddir = /root/projects/sympathy
-abs_top_srcdir = /root/projects/sympathy
-ac_ct_CC = gcc
-ac_ct_CXX = g++
-ac_ct_F77 = 
-am__include = include
-am__leading_dot = .
-am__quote = 
-am__tar = ${AMTAR} chof - "$$tardir"
-am__untar = ${AMTAR} xf -
-bindir = ${exec_prefix}/bin
-build = i686-pc-linux-gnu
-build_alias = 
-build_cpu = i686
-build_os = linux-gnu
-build_vendor = pc
-builddir = .
-datadir = ${datarootdir}
-datarootdir = ${prefix}/share
-docdir = ${datarootdir}/doc/${PACKAGE}
-dvidir = ${docdir}
-exec_prefix = ${prefix}
-host = i686-pc-linux-gnu
-host_alias = 
-host_cpu = i686
-host_os = linux-gnu
-host_vendor = pc
-htmldir = ${docdir}
-includedir = ${prefix}/include
-infodir = ${datarootdir}/info
-install_sh = $(SHELL) /root/projects/sympathy/install-sh
-libdir = ${exec_prefix}/lib
-libexecdir = ${exec_prefix}/libexec
-localedir = ${datarootdir}/locale
-localstatedir = ${prefix}/var
-mandir = ${datarootdir}/man
-mkdir_p = /bin/mkdir -p
-oldincludedir = /usr/include
-pdfdir = ${docdir}
-prefix = /usr/local
-program_transform_name = s,x,x,
-psdir = ${docdir}
-sbindir = ${exec_prefix}/sbin
-sharedstatedir = ${prefix}/com
-srcdir = .
-sysconfdir = ${prefix}/etc
-target_alias = 
-top_builddir = ..
-top_srcdir = ..
-INCLUDES = -I$(srcdir)/../src 
-xn_SOURCES = xn.c
-test_SOURCES = test.c
-test_LDADD = ../src/libsympathy.a   -lutil
-AM_CFLAGS = -g
-all: all-am
-
-.SUFFIXES:
-.SUFFIXES: .c .lo .o .obj
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-       @for dep in $?; do \
-         case '$(am__configure_deps)' in \
-           *$$dep*) \
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
-               && exit 0; \
-             exit 1;; \
-         esac; \
-       done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/Makefile'; \
-       cd $(top_srcdir) && \
-         $(AUTOMAKE) --gnu  test/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-       @case '$?' in \
-         *config.status*) \
-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-         *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-       esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-clean-noinstPROGRAMS:
-       @list='$(noinst_PROGRAMS)'; for p in $$list; do \
-         f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
-         echo " rm -f $$p $$f"; \
-         rm -f $$p $$f ; \
-       done
-test$(EXEEXT): $(test_OBJECTS) $(test_DEPENDENCIES) 
-       @rm -f test$(EXEEXT)
-       $(LINK) $(test_OBJECTS) $(test_LDADD) $(LIBS)
-xn$(EXEEXT): $(xn_OBJECTS) $(xn_DEPENDENCIES) 
-       @rm -f xn$(EXEEXT)
-       $(LINK) $(xn_OBJECTS) $(xn_LDADD) $(LIBS)
-
-mostlyclean-compile:
-       -rm -f *.$(OBJEXT)
-
-distclean-compile:
-       -rm -f *.tab.c
-
-include ./$(DEPDIR)/test.Po
-include ./$(DEPDIR)/xn.Po
-
-.c.o:
-       $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-       mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-#      source='$<' object='$@' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(COMPILE) -c $<
-
-.c.obj:
-       $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-       mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
-#      source='$<' object='$@' libtool=no \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(COMPILE) -c `$(CYGPATH_W) '$<'`
-
-.c.lo:
-       $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-       mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
-#      source='$<' object='$@' libtool=yes \
-#      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
-#      $(LTCOMPILE) -c -o $@ $<
-
-mostlyclean-libtool:
-       -rm -f *.lo
-
-clean-libtool:
-       -rm -rf .libs _libs
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-       list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       here=`pwd`; \
-       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
-         test -n "$$unique" || unique=$$empty_fix; \
-         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-           $$tags $$unique; \
-       fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-               $(TAGS_FILES) $(LISP)
-       tags=; \
-       list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-       unique=`for i in $$list; do \
-           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-         done | \
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-             END { if (nonempty) { for (i in files) print i; }; }'`; \
-       test -z "$(CTAGS_ARGS)$$tags$$unique" \
-         || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-            $$tags $$unique
-
-GTAGS:
-       here=`$(am__cd) $(top_builddir) && pwd` \
-         && cd $(top_srcdir) \
-         && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
-       -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-       list='$(DISTFILES)'; \
-         dist_files=`for file in $$list; do echo $$file; done | \
-         sed -e "s|^$$srcdirstrip/||;t" \
-             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-       case $$dist_files in \
-         */*) $(MKDIR_P) `echo "$$dist_files" | \
-                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-                          sort -u` ;; \
-       esac; \
-       for file in $$dist_files; do \
-         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-         if test -d $$d/$$file; then \
-           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
-           fi; \
-           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
-         else \
-           test -f $(distdir)/$$file \
-           || cp -p $$d/$$file $(distdir)/$$file \
-           || exit 1; \
-         fi; \
-       done
-check-am: all-am
-check: check-am
-all-am: Makefile $(PROGRAMS)
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-         `test -z '$(STRIP)' || \
-           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-
-maintainer-clean-generic:
-       @echo "This command is intended for maintainers to use"
-       @echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
-       mostlyclean-am
-
-distclean: distclean-am
-       -rm -rf ./$(DEPDIR)
-       -rm -f Makefile
-distclean-am: clean-am distclean-compile distclean-generic \
-       distclean-tags
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-info: install-info-am
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-ps: install-ps-am
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-       -rm -rf ./$(DEPDIR)
-       -rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
-       mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
-       clean-libtool clean-noinstPROGRAMS ctags distclean \
-       distclean-compile distclean-generic distclean-libtool \
-       distclean-tags distdir dvi dvi-am html html-am info info-am \
-       install install-am install-data install-data-am install-dvi \
-       install-dvi-am install-exec install-exec-am install-html \
-       install-html-am install-info install-info-am install-man \
-       install-pdf install-pdf-am install-ps install-ps-am \
-       install-strip installcheck installcheck-am installdirs \
-       maintainer-clean maintainer-clean-generic mostlyclean \
-       mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
-       pdf pdf-am ps ps-am tags uninstall uninstall-am
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT: