public inbox for rda@sourceware.org
 help / color / mirror / Atom feed
From: Jim Blandy <jimb@redhat.com>
To: rda@sources.redhat.com
Subject: RFA: Regenerate Makefile.in files using new automake
Date: Wed, 02 Feb 2005 20:55:00 -0000	[thread overview]
Message-ID: <vt23bwepu5i.fsf@zenia.home> (raw)


The new automake won't tolerate having rules written out for both
libtool- and non-libtool-based libraries.  Libtool builds both anyway,
so it's simpler to just use it throughout.

2004-12-17  Jim Blandy  <jimb@redhat.com>

	Regenerate Makefile.in files generated by top-level configure
	script using Automake 1.9.3.
	* lib/Makefile.am: Don't write out rules for both '.a' and '.la'
	versions of the library.  Libtool generates a '.a' library
	automatically.
	* Makefile.in, lib/Makefile.in, qe/Makefile.in,
	samples/Makefile.in: Regenerated.

Index: rda/lib/Makefile.am
===================================================================
RCS file: /cvs/src/src/rda/lib/Makefile.am,v
retrieving revision 1.1
diff -c -p -r1.1 Makefile.am
*** rda/lib/Makefile.am	28 Aug 2002 01:22:27 -0000	1.1
--- rda/lib/Makefile.am	17 Dec 2004 21:11:34 -0000
*************** WARN_CFLAGS = @WARN_CFLAGS@
*** 6,20 ****
  WERROR_CFLAGS = @WERROR_CFLAGS@
  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
  
- # Create a libtool convenience archive
- # ... and a plain library archive for non-libtool clients
  noinst_LTLIBRARIES = librda.la
- noinst_LIBRARIES = librda.a
  
! INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
  	-I$(srcdir)/../../include
  
! THESOURCES=gdbserv-input.c gdbserv-output.c gdbserv-state.c gdbserv-utils.c gdbsocket.c gdblog.c stdio-log.c gdbserv-log.c gdbloop.c gdbsched.c gdbserv-target.c
! 
! librda_la_SOURCES = $(THESOURCES)
! librda_a_SOURCES = $(THESOURCES)
--- 6,27 ----
  WERROR_CFLAGS = @WERROR_CFLAGS@
  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
  
  noinst_LTLIBRARIES = librda.la
  
! AM_CPPFLAGS = 					\
! 	-I$(srcdir)				\
! 	-I$(srcdir)/../include			\
  	-I$(srcdir)/../../include
  
! librda_la_SOURCES =				\
! 	gdbserv-input.c				\
! 	gdbserv-output.c			\
! 	gdbserv-state.c				\
! 	gdbserv-utils.c				\
! 	gdbsocket.c				\
! 	gdblog.c				\
! 	stdio-log.c				\
! 	gdbserv-log.c				\
! 	gdbloop.c				\
! 	gdbsched.c				\
! 	gdbserv-target.c
Index: rda/Makefile.in
===================================================================
RCS file: /cvs/src/src/rda/Makefile.in,v
retrieving revision 1.2
diff -c -p -r1.2 Makefile.in
*** rda/Makefile.in	4 Nov 2002 18:48:56 -0000	1.2
--- rda/Makefile.in	17 Dec 2004 21:11:34 -0000
***************
*** 1,8 ****
! # Makefile.in generated by automake 1.6.3 from Makefile.am.
  # @configure_input@
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
! # 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.
--- 1,8 ----
! # Makefile.in generated by automake 1.9.3 from Makefile.am.
  # @configure_input@
  
! # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
! # 2003, 2004  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.
***************
*** 13,157 ****
  # PARTICULAR PURPOSE.
  
  @SET_MAKE@
- SHELL = @SHELL@
- 
  srcdir = @srcdir@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- 
- bindir = @bindir@
- sbindir = @sbindir@
- libexecdir = @libexecdir@
- datadir = @datadir@
- sysconfdir = @sysconfdir@
- sharedstatedir = @sharedstatedir@
- localstatedir = @localstatedir@
- libdir = @libdir@
- infodir = @infodir@
- mandir = @mandir@
- includedir = @includedir@
- oldincludedir = /usr/include
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  top_builddir = .
- 
- ACLOCAL = @ACLOCAL@
- AUTOCONF = @AUTOCONF@
- AUTOMAKE = @AUTOMAKE@
- AUTOHEADER = @AUTOHEADER@
- 
  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
  install_sh_DATA = $(install_sh) -c -m 644
  install_sh_PROGRAM = $(install_sh) -c
  install_sh_SCRIPT = $(install_sh) -c
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_HEADER = $(INSTALL_DATA)
! transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
  NORMAL_UNINSTALL = :
  PRE_UNINSTALL = :
  POST_UNINSTALL = :
- build_alias = @build_alias@
  build_triplet = @build@
- host_alias = @host_alias@
  host_triplet = @host@
- target_alias = @target_alias@
  target_triplet = @target@
! 
! EXEEXT = @EXEEXT@
! OBJEXT = @OBJEXT@
! PATH_SEPARATOR = @PATH_SEPARATOR@
  AMTAR = @AMTAR@
! AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
  CATOBJEXT = @CATOBJEXT@
  CC = @CC@
! CXX = @CXX@
! CXXCPP = @CXXCPP@
  DATADIRNAME = @DATADIRNAME@
  DEPDIR = @DEPDIR@
! DLLTOOL = @DLLTOOL@
! GCJ = @GCJ@
! GCJFLAGS = @GCJFLAGS@
  GMOFILES = @GMOFILES@
  GMSGFMT = @GMSGFMT@
! GT_NO = @GT_NO@
! GT_YES = @GT_YES@
! INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLDEPS = @INTLDEPS@
  INTLLIBS = @INTLLIBS@
  INTLOBJS = @INTLOBJS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
! MKINSTALLDIRS = @MKINSTALLDIRS@
  MSGFMT = @MSGFMT@
! OBJDUMP = @OBJDUMP@
  PACKAGE = @PACKAGE@
  POFILES = @POFILES@
  POSUB = @POSUB@
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
- 
  WARN_CFLAGS = @WARN_CFLAGS@
  WERROR_CFLAGS = @WERROR_CFLAGS@
  am__include = @am__include@
  am__quote = @am__quote@
  install_sh = @install_sh@
! l = @l@
  targ_subdirs = @targ_subdirs@
! 
  AUTOMAKE_OPTIONS = foreign
  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
- 
  APPL_DIRS = @targ_subdirs@
  SUBDIRS = lib samples qe $(APPL_DIRS)
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
- CONFIG_HEADER = config.h
- CONFIG_CLEAN_FILES =
- depcomp =
- am__depfiles_maybe =
- DIST_SOURCES =
- 
- RECURSIVE_TARGETS = info-recursive dvi-recursive \
- 	uninstall-info-recursive all-recursive install-data-recursive \
- 	install-exec-recursive installdirs-recursive install-recursive \
- 	uninstall-recursive check-recursive installcheck-recursive
  all: config.h
  	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  
  .SUFFIXES:
! 
! am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
!  configure.lineno
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --cygnus  Makefile
! Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
  
! $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  	$(SHELL) ./config.status --recheck
- $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
- 	cd $(srcdir) && $(AUTOCONF)
  
! $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
  	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  
  config.h: stamp-h1
--- 13,230 ----
  # PARTICULAR PURPOSE.
  
  @SET_MAKE@
  srcdir = @srcdir@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  top_builddir = .
  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  INSTALL = @INSTALL@
  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 = @build@
  host_triplet = @host@
  target_triplet = @target@
! DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
! 	$(srcdir)/../config.sub $(srcdir)/../install-sh \
! 	$(srcdir)/../ltmain.sh $(srcdir)/../missing \
! 	$(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
! 	$(srcdir)/Makefile.in $(srcdir)/config.in \
! 	$(top_srcdir)/configure ChangeLog NEWS
! subdir = .
! ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
! 	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../gettext.m4 \
! 	$(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 configure.status.lineno
! mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
! CONFIG_HEADER = config.h
! CONFIG_CLEAN_FILES =
! SOURCES =
! DIST_SOURCES =
! RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
! 	html-recursive info-recursive install-data-recursive \
! 	install-exec-recursive install-info-recursive \
! 	install-recursive installcheck-recursive installdirs-recursive \
! 	pdf-recursive ps-recursive uninstall-info-recursive \
! 	uninstall-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 = @ACLOCAL@
! AMDEP_FALSE = @AMDEP_FALSE@
! AMDEP_TRUE = @AMDEP_TRUE@
  AMTAR = @AMTAR@
! AUTOCONF = @AUTOCONF@
! AUTOHEADER = @AUTOHEADER@
! AUTOMAKE = @AUTOMAKE@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
  CATOBJEXT = @CATOBJEXT@
  CC = @CC@
! CCDEPMODE = @CCDEPMODE@
! CFLAGS = @CFLAGS@
! CPP = @CPP@
! CPPFLAGS = @CPPFLAGS@
! CYGPATH_W = @CYGPATH_W@
  DATADIRNAME = @DATADIRNAME@
+ DEFS = @DEFS@
  DEPDIR = @DEPDIR@
! ECHO_C = @ECHO_C@
! ECHO_N = @ECHO_N@
! ECHO_T = @ECHO_T@
! EGREP = @EGREP@
! EXEEXT = @EXEEXT@
  GMOFILES = @GMOFILES@
  GMSGFMT = @GMSGFMT@
! INSTALL_DATA = @INSTALL_DATA@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
! INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLDEPS = @INTLDEPS@
  INTLLIBS = @INTLLIBS@
  INTLOBJS = @INTLOBJS@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
  MAINT = @MAINT@
! MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
! MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
! MAKEINFO = @MAKEINFO@
  MSGFMT = @MSGFMT@
! OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
+ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+ PACKAGE_NAME = @PACKAGE_NAME@
+ PACKAGE_STRING = @PACKAGE_STRING@
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
+ PACKAGE_VERSION = @PACKAGE_VERSION@
+ PATH_SEPARATOR = @PATH_SEPARATOR@
  POFILES = @POFILES@
  POSUB = @POSUB@
  RANLIB = @RANLIB@
+ SET_MAKE = @SET_MAKE@
+ SHELL = @SHELL@
  STRIP = @STRIP@
  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
  WERROR_CFLAGS = @WERROR_CFLAGS@
+ XGETTEXT = @XGETTEXT@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_RANLIB = @ac_ct_RANLIB@
+ ac_ct_STRIP = @ac_ct_STRIP@
+ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  am__include = @am__include@
+ am__leading_dot = @am__leading_dot@
  am__quote = @am__quote@
+ am__tar = @am__tar@
+ am__untar = @am__untar@
+ bindir = @bindir@
+ build = @build@
+ build_alias = @build_alias@
+ build_cpu = @build_cpu@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
+ exec_prefix = @exec_prefix@
+ host = @host@
+ host_alias = @host_alias@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
+ includedir = @includedir@
+ infodir = @infodir@
  install_sh = @install_sh@
! libdir = @libdir@
! libexecdir = @libexecdir@
! localstatedir = @localstatedir@
! mandir = @mandir@
! mkdir_p = @mkdir_p@
! oldincludedir = @oldincludedir@
! prefix = @prefix@
! program_transform_name = @program_transform_name@
! sbindir = @sbindir@
! sharedstatedir = @sharedstatedir@
! subdirs = @subdirs@
! sysconfdir = @sysconfdir@
  targ_subdirs = @targ_subdirs@
! target = @target@
! target_alias = @target_alias@
! target_cpu = @target_cpu@
! target_os = @target_os@
! target_vendor = @target_vendor@
  AUTOMAKE_OPTIONS = foreign
  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
  APPL_DIRS = @targ_subdirs@
  SUBDIRS = lib samples qe $(APPL_DIRS)
  all: config.h
  	$(MAKE) $(AM_MAKEFLAGS) all-recursive
  
  .SUFFIXES:
! am--refresh:
! 	@:
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
! 	@for dep in $?; do \
! 	  case '$(am__configure_deps)' in \
! 	    *$$dep*) \
! 	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
! 	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
! 		&& exit 0; \
! 	      exit 1;; \
! 	  esac; \
! 	done; \
! 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
  	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --foreign  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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 	cd $(srcdir) && $(AUTOCONF)
! $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  
  config.h: stamp-h1
*************** config.h: stamp-h1
*** 163,172 ****
  stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
  	@rm -f stamp-h1
  	cd $(top_builddir) && $(SHELL) ./config.status config.h
! 
! $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  	cd $(top_srcdir) && $(AUTOHEADER)
! 	touch $(srcdir)/config.in
  
  distclean-hdr:
  	-rm -f config.h stamp-h1
--- 236,245 ----
  stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
  	@rm -f stamp-h1
  	cd $(top_builddir) && $(SHELL) ./config.status config.h
! $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
  	cd $(top_srcdir) && $(AUTOHEADER)
! 	rm -f stamp-h1
! 	touch $@
  
  distclean-hdr:
  	-rm -f config.h stamp-h1
*************** tags-recursive:
*** 235,245 ****
  	list='$(SUBDIRS)'; for subdir in $$list; do \
  	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  	done
! 
! ETAGS = etags
! ETAGSFLAGS =
! 
! tags: TAGS
  
  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
--- 308,317 ----
  	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)'; \
*************** ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS
*** 249,262 ****
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	mkid -fID $$unique
  
  TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
  		$(TAGS_FILES) $(LISP)
  	tags=; \
  	here=`pwd`; \
  	list='$(SUBDIRS)'; for subdir in $$list; do \
  	  if test "$$subdir" = .; then :; else \
! 	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  	  fi; \
  	done; \
  	list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
--- 321,343 ----
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	mkid -fID $$unique
+ tags: TAGS
  
  TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(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) config.in $(LISP) $(TAGS_FILES)'; \
*************** TAGS: tags-recursive $(HEADERS) $(SOURCE
*** 265,272 ****
  	  done | \
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
! 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  	     $$tags $$unique
  
  GTAGS:
--- 346,369 ----
  	  done | \
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { 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) config.in $(TAGS_DEPENDENCIES) \
! 		$(TAGS_FILES) $(LISP)
! 	tags=; \
! 	here=`pwd`; \
! 	list='$(SOURCES) $(HEADERS) config.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; } \
! 	       END { for (i in files) print i; }'`; \
! 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
! 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
  
  GTAGS:
*************** GTAGS:
*** 275,287 ****
  	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
! check-am:
  check: check-recursive
  all-am: Makefile config.h
  installdirs: installdirs-recursive
  installdirs-am:
- 
  install: install-recursive
  install-exec: install-exec-recursive
  install-data: install-data-recursive
--- 372,526 ----
  	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
! 
! distdir: $(DISTFILES)
! 	$(am__remove_distdir)
! 	mkdir $(distdir)
! 	$(mkdir_p) $(distdir)/..
! 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
! 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
! 	list='$(DISTFILES)'; for file in $$list; do \
! 	  case $$file in \
! 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
! 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
! 	  esac; \
! 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    dir="/$$dir"; \
! 	    $(mkdir_p) "$(distdir)$$dir"; \
! 	  else \
! 	    dir=''; \
! 	  fi; \
! 	  if test -d $$d/$$file; then \
! 	    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" \
! 	        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 $(SHELL) $(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-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.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 '1{h;s/./=/g;p;x;}' -e '$${p;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 config.h
  installdirs: installdirs-recursive
  installdirs-am:
  install: install-recursive
  install-exec: install-exec-recursive
  install-data: install-data-recursive
*************** install-am: all-am
*** 293,299 ****
  installcheck: installcheck-recursive
  install-strip:
  	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 	  INSTALL_STRIP_FLAG=-s \
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
--- 532,538 ----
  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:
*************** mostlyclean-generic:
*** 301,307 ****
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
  
  maintainer-clean-generic:
  	@echo "This command is intended for maintainers to use"
--- 540,546 ----
  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"
*************** clean-am: clean-generic clean-libtool mo
*** 312,324 ****
  
  distclean: distclean-recursive
  	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
! distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
! 	distclean-tags
  
  dvi: dvi-recursive
  
  dvi-am:
  
  info: info-recursive
  
  info-am:
--- 551,566 ----
  
  distclean: distclean-recursive
  	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 	-rm -f Makefile
! distclean-am: clean-am distclean-generic distclean-hdr \
! 	distclean-libtool distclean-tags
  
  dvi: dvi-recursive
  
  dvi-am:
  
+ html: html-recursive
+ 
  info: info-recursive
  
  info-am:
*************** install-data-am:
*** 327,333 ****
  
  install-exec-am:
  
! install-info:
  
  install-man:
  
--- 569,575 ----
  
  install-exec-am:
  
! install-info: install-info-recursive
  
  install-man:
  
*************** installcheck-am:
*** 335,365 ****
  
  maintainer-clean: maintainer-clean-recursive
  	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
! 	-rm -rf autom4te.cache
  maintainer-clean-am: distclean-am maintainer-clean-generic
  
  mostlyclean: mostlyclean-recursive
  
  mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  
! uninstall-am:
  
  uninstall-info: uninstall-info-recursive
  
! .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
! 	clean-generic clean-libtool clean-recursive distclean \
  	distclean-generic distclean-hdr distclean-libtool \
! 	distclean-recursive distclean-tags dvi dvi-am dvi-recursive \
! 	info info-am info-recursive install install-am install-data \
! 	install-data-am install-data-recursive install-exec \
! 	install-exec-am install-exec-recursive install-info \
! 	install-info-am install-man install-recursive install-strip \
! 	installcheck installcheck-am installdirs installdirs-am \
! 	installdirs-recursive maintainer-clean maintainer-clean-generic \
  	maintainer-clean-recursive mostlyclean mostlyclean-generic \
! 	mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
! 	uninstall uninstall-am uninstall-info-am \
! 	uninstall-info-recursive uninstall-recursive
  
  # 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.
--- 577,616 ----
  
  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-info-am
  
  uninstall-info: uninstall-info-recursive
  
! .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
! 	check-am clean clean-generic clean-libtool clean-recursive \
! 	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
! 	dist-shar dist-tarZ dist-zip distcheck distclean \
  	distclean-generic distclean-hdr distclean-libtool \
! 	distclean-recursive distclean-tags distcleancheck distdir \
! 	distuninstallcheck dvi dvi-am html html-am info info-am \
! 	install install-am install-data install-data-am install-exec \
! 	install-exec-am install-info install-info-am install-man \
! 	install-strip installcheck installcheck-am installdirs \
! 	installdirs-am maintainer-clean maintainer-clean-generic \
  	maintainer-clean-recursive mostlyclean mostlyclean-generic \
! 	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
! 	tags tags-recursive uninstall uninstall-am uninstall-info-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.
Index: rda/lib/Makefile.in
===================================================================
RCS file: /cvs/src/src/rda/lib/Makefile.in,v
retrieving revision 1.2
diff -c -p -r1.2 Makefile.in
*** rda/lib/Makefile.in	4 Nov 2002 18:48:57 -0000	1.2
--- rda/lib/Makefile.in	17 Dec 2004 21:11:34 -0000
***************
*** 1,8 ****
! # Makefile.in generated by automake 1.6.3 from Makefile.am.
  # @configure_input@
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
! # 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.
--- 1,8 ----
! # Makefile.in generated by automake 1.9.3 from Makefile.am.
  # @configure_input@
  
! # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
! # 2003, 2004  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.
***************
*** 13,203 ****
  # PARTICULAR PURPOSE.
  
  @SET_MAKE@
! SHELL = @SHELL@
  
  srcdir = @srcdir@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- 
- bindir = @bindir@
- sbindir = @sbindir@
- libexecdir = @libexecdir@
- datadir = @datadir@
- sysconfdir = @sysconfdir@
- sharedstatedir = @sharedstatedir@
- localstatedir = @localstatedir@
- libdir = @libdir@
- infodir = @infodir@
- mandir = @mandir@
- includedir = @includedir@
- oldincludedir = /usr/include
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  top_builddir = ..
- 
- ACLOCAL = @ACLOCAL@
- AUTOCONF = @AUTOCONF@
- AUTOMAKE = @AUTOMAKE@
- AUTOHEADER = @AUTOHEADER@
- 
  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
  install_sh_DATA = $(install_sh) -c -m 644
  install_sh_PROGRAM = $(install_sh) -c
  install_sh_SCRIPT = $(install_sh) -c
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_HEADER = $(INSTALL_DATA)
! transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
  NORMAL_UNINSTALL = :
  PRE_UNINSTALL = :
  POST_UNINSTALL = :
- build_alias = @build_alias@
  build_triplet = @build@
- host_alias = @host_alias@
  host_triplet = @host@
- target_alias = @target_alias@
  target_triplet = @target@
! 
! EXEEXT = @EXEEXT@
! OBJEXT = @OBJEXT@
! PATH_SEPARATOR = @PATH_SEPARATOR@
  AMTAR = @AMTAR@
! AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
  CATOBJEXT = @CATOBJEXT@
  CC = @CC@
! CXX = @CXX@
! CXXCPP = @CXXCPP@
  DATADIRNAME = @DATADIRNAME@
  DEPDIR = @DEPDIR@
! DLLTOOL = @DLLTOOL@
! GCJ = @GCJ@
! GCJFLAGS = @GCJFLAGS@
  GMOFILES = @GMOFILES@
  GMSGFMT = @GMSGFMT@
! GT_NO = @GT_NO@
! GT_YES = @GT_YES@
! INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLDEPS = @INTLDEPS@
  INTLLIBS = @INTLLIBS@
  INTLOBJS = @INTLOBJS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
! MKINSTALLDIRS = @MKINSTALLDIRS@
  MSGFMT = @MSGFMT@
! OBJDUMP = @OBJDUMP@
  PACKAGE = @PACKAGE@
  POFILES = @POFILES@
  POSUB = @POSUB@
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
- 
  WARN_CFLAGS = @WARN_CFLAGS@
  WERROR_CFLAGS = @WERROR_CFLAGS@
  am__include = @am__include@
  am__quote = @am__quote@
  install_sh = @install_sh@
! l = @l@
  targ_subdirs = @targ_subdirs@
! 
  AUTOMAKE_OPTIONS = foreign
  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
- 
- # Create a libtool convenience archive
- # ... and a plain library archive for non-libtool clients
  noinst_LTLIBRARIES = librda.la
! noinst_LIBRARIES = librda.a
! 
! INCLUDES = -I$(srcdir) -I$(srcdir)/../include \
  	-I$(srcdir)/../../include
  
! 
! THESOURCES = gdbserv-input.c gdbserv-output.c gdbserv-state.c gdbserv-utils.c gdbsocket.c gdblog.c stdio-log.c gdbserv-log.c gdbloop.c gdbsched.c gdbserv-target.c
! 
! librda_la_SOURCES = $(THESOURCES)
! librda_a_SOURCES = $(THESOURCES)
! subdir = lib
! mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! LIBRARIES = $(noinst_LIBRARIES)
! 
! librda_a_AR = $(AR) cru
! librda_a_LIBADD =
! am__objects_1 = gdbserv-input.$(OBJEXT) gdbserv-output.$(OBJEXT) \
! 	gdbserv-state.$(OBJEXT) gdbserv-utils.$(OBJEXT) \
! 	gdbsocket.$(OBJEXT) gdblog.$(OBJEXT) stdio-log.$(OBJEXT) \
! 	gdbserv-log.$(OBJEXT) gdbloop.$(OBJEXT) gdbsched.$(OBJEXT) \
! 	gdbserv-target.$(OBJEXT)
! am_librda_a_OBJECTS = $(am__objects_1)
! librda_a_OBJECTS = $(am_librda_a_OBJECTS)
! LTLIBRARIES = $(noinst_LTLIBRARIES)
! 
! librda_la_LDFLAGS =
! librda_la_LIBADD =
! am__objects_2 = gdbserv-input.lo gdbserv-output.lo gdbserv-state.lo \
! 	gdbserv-utils.lo gdbsocket.lo gdblog.lo stdio-log.lo \
! 	gdbserv-log.lo gdbloop.lo gdbsched.lo gdbserv-target.lo
! am_librda_la_OBJECTS = $(am__objects_2)
! librda_la_OBJECTS = $(am_librda_la_OBJECTS)
! 
! DEFS = @DEFS@
! DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
! CPPFLAGS = @CPPFLAGS@
! LDFLAGS = @LDFLAGS@
! LIBS = @LIBS@
! depcomp =
! am__depfiles_maybe =
! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
! 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
! CFLAGS = @CFLAGS@
! DIST_SOURCES = $(librda_a_SOURCES) $(librda_la_SOURCES)
! SOURCES = $(librda_a_SOURCES) $(librda_la_SOURCES)
  
  all: all-am
  
  .SUFFIXES:
  .SUFFIXES: .c .lo .o .obj
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --cygnus  lib/Makefile
! Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
! 
! AR = ar
! 
! clean-noinstLIBRARIES:
! 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
! librda.a: $(librda_a_OBJECTS) $(librda_a_DEPENDENCIES) 
! 	-rm -f librda.a
! 	$(librda_a_AR) librda.a $(librda_a_OBJECTS) $(librda_a_LIBADD)
! 	$(RANLIB) librda.a
  
  clean-noinstLTLIBRARIES:
  	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
! 	  test -z "$dir" && dir=.; \
  	  echo "rm -f \"$${dir}/so_locations\""; \
  	  rm -f "$${dir}/so_locations"; \
  	done
--- 13,247 ----
  # PARTICULAR PURPOSE.
  
  @SET_MAKE@
! 
! SOURCES = $(librda_la_SOURCES)
  
  srcdir = @srcdir@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  top_builddir = ..
  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  INSTALL = @INSTALL@
  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 = @build@
  host_triplet = @host@
  target_triplet = @target@
! subdir = lib
! DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
! ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
! 	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../gettext.m4 \
! 	$(top_srcdir)/configure.in
! am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 	$(ACLOCAL_M4)
! mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! LTLIBRARIES = $(noinst_LTLIBRARIES)
! librda_la_LIBADD =
! am_librda_la_OBJECTS = gdbserv-input.lo gdbserv-output.lo \
! 	gdbserv-state.lo gdbserv-utils.lo gdbsocket.lo gdblog.lo \
! 	stdio-log.lo gdbserv-log.lo gdbloop.lo gdbsched.lo \
! 	gdbserv-target.lo
! librda_la_OBJECTS = $(am_librda_la_OBJECTS)
! DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
! depcomp = $(SHELL) $(top_srcdir)/../depcomp
! am__depfiles_maybe = depfiles
! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
! 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
! 	$(AM_CFLAGS) $(CFLAGS)
! CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
! SOURCES = $(librda_la_SOURCES)
! DIST_SOURCES = $(librda_la_SOURCES)
! ETAGS = etags
! CTAGS = ctags
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! ACLOCAL = @ACLOCAL@
! AMDEP_FALSE = @AMDEP_FALSE@
! AMDEP_TRUE = @AMDEP_TRUE@
  AMTAR = @AMTAR@
! AUTOCONF = @AUTOCONF@
! AUTOHEADER = @AUTOHEADER@
! AUTOMAKE = @AUTOMAKE@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
  CATOBJEXT = @CATOBJEXT@
  CC = @CC@
! CCDEPMODE = @CCDEPMODE@
! CFLAGS = @CFLAGS@
! CPP = @CPP@
! CPPFLAGS = @CPPFLAGS@
! CYGPATH_W = @CYGPATH_W@
  DATADIRNAME = @DATADIRNAME@
+ DEFS = @DEFS@
  DEPDIR = @DEPDIR@
! ECHO_C = @ECHO_C@
! ECHO_N = @ECHO_N@
! ECHO_T = @ECHO_T@
! EGREP = @EGREP@
! EXEEXT = @EXEEXT@
  GMOFILES = @GMOFILES@
  GMSGFMT = @GMSGFMT@
! INSTALL_DATA = @INSTALL_DATA@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
! INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLDEPS = @INTLDEPS@
  INTLLIBS = @INTLLIBS@
  INTLOBJS = @INTLOBJS@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
  MAINT = @MAINT@
! MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
! MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
! MAKEINFO = @MAKEINFO@
  MSGFMT = @MSGFMT@
! OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
+ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+ PACKAGE_NAME = @PACKAGE_NAME@
+ PACKAGE_STRING = @PACKAGE_STRING@
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
+ PACKAGE_VERSION = @PACKAGE_VERSION@
+ PATH_SEPARATOR = @PATH_SEPARATOR@
  POFILES = @POFILES@
  POSUB = @POSUB@
  RANLIB = @RANLIB@
+ SET_MAKE = @SET_MAKE@
+ SHELL = @SHELL@
  STRIP = @STRIP@
  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
  WERROR_CFLAGS = @WERROR_CFLAGS@
+ XGETTEXT = @XGETTEXT@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_RANLIB = @ac_ct_RANLIB@
+ ac_ct_STRIP = @ac_ct_STRIP@
+ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  am__include = @am__include@
+ am__leading_dot = @am__leading_dot@
  am__quote = @am__quote@
+ am__tar = @am__tar@
+ am__untar = @am__untar@
+ bindir = @bindir@
+ build = @build@
+ build_alias = @build_alias@
+ build_cpu = @build_cpu@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
+ exec_prefix = @exec_prefix@
+ host = @host@
+ host_alias = @host_alias@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
+ includedir = @includedir@
+ infodir = @infodir@
  install_sh = @install_sh@
! libdir = @libdir@
! libexecdir = @libexecdir@
! localstatedir = @localstatedir@
! mandir = @mandir@
! mkdir_p = @mkdir_p@
! oldincludedir = @oldincludedir@
! prefix = @prefix@
! program_transform_name = @program_transform_name@
! sbindir = @sbindir@
! sharedstatedir = @sharedstatedir@
! subdirs = @subdirs@
! sysconfdir = @sysconfdir@
  targ_subdirs = @targ_subdirs@
! target = @target@
! target_alias = @target_alias@
! target_cpu = @target_cpu@
! target_os = @target_os@
! target_vendor = @target_vendor@
  AUTOMAKE_OPTIONS = foreign
  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
  noinst_LTLIBRARIES = librda.la
! AM_CPPFLAGS = \
! 	-I$(srcdir)				\
! 	-I$(srcdir)/../include			\
  	-I$(srcdir)/../../include
  
! librda_la_SOURCES = \
! 	gdbserv-input.c				\
! 	gdbserv-output.c			\
! 	gdbserv-state.c				\
! 	gdbserv-utils.c				\
! 	gdbsocket.c				\
! 	gdblog.c				\
! 	stdio-log.c				\
! 	gdbserv-log.c				\
! 	gdbloop.c				\
! 	gdbsched.c				\
! 	gdbserv-target.c
  
  all: all-am
  
  .SUFFIXES:
  .SUFFIXES: .c .lo .o .obj
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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) --foreign  lib/Makefile'; \
  	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --foreign  lib/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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
! 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-noinstLTLIBRARIES:
  	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  	@list='$(noinst_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
*************** librda.la: $(librda_la_OBJECTS) $(librda
*** 205,223 ****
  	$(LINK)  $(librda_la_LDFLAGS) $(librda_la_OBJECTS) $(librda_la_LIBADD) $(LIBS)
  
  mostlyclean-compile:
! 	-rm -f *.$(OBJEXT) core *.core
  
  distclean-compile:
  	-rm -f *.tab.c
  
  .c.o:
! 	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
  
  .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
  
  .c.lo:
! 	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
  
  mostlyclean-libtool:
  	-rm -f *.lo
--- 249,291 ----
  	$(LINK)  $(librda_la_LDFLAGS) $(librda_la_OBJECTS) $(librda_la_LIBADD) $(LIBS)
  
  mostlyclean-compile:
! 	-rm -f *.$(OBJEXT)
  
  distclean-compile:
  	-rm -f *.tab.c
  
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdblog.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbloop.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbsched.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbserv-input.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbserv-log.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbserv-output.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbserv-state.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbserv-target.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbserv-utils.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbsocket.Plo@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdio-log.Plo@am__quote@
+ 
  .c.o:
! @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
! @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  
  .c.obj:
! @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
! @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  
  .c.lo:
! @am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
! @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  
  mostlyclean-libtool:
  	-rm -f *.lo
*************** distclean-libtool:
*** 229,239 ****
  	-rm -f libtool
  uninstall-info-am:
  
- ETAGS = etags
- ETAGSFLAGS =
- 
- tags: TAGS
- 
  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  	unique=`for i in $$list; do \
--- 297,302 ----
*************** ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS
*** 242,247 ****
--- 305,311 ----
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	mkid -fID $$unique
+ tags: TAGS
  
  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  		$(TAGS_FILES) $(LISP)
*************** TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEP
*** 253,260 ****
  	  done | \
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
! 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  	     $$tags $$unique
  
  GTAGS:
--- 317,340 ----
  	  done | \
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { 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=; \
! 	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; } \
! 	       END { for (i in files) print i; }'`; \
! 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
! 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
  
  GTAGS:
*************** GTAGS:
*** 263,275 ****
  	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
! check-am:
! check: check-am
! all-am: Makefile $(LIBRARIES) $(LTLIBRARIES)
  
  installdirs:
- 
  install: install-am
  install-exec: install-exec-am
  install-data: install-data-am
--- 343,381 ----
  	  && 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)'; for file in $$list; do \
+ 	  case $$file in \
+ 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
+ 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
+ 	  esac; \
+ 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
+ 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
+ 	    dir="/$$dir"; \
+ 	    $(mkdir_p) "$(distdir)$$dir"; \
+ 	  else \
+ 	    dir=''; \
+ 	  fi; \
+ 	  if test -d $$d/$$file; then \
+ 	    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 $(LTLIBRARIES)
  installdirs:
  install: install-am
  install-exec: install-exec-am
  install-data: install-data-am
*************** install-am: all-am
*** 281,287 ****
  installcheck: installcheck-am
  install-strip:
  	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 	  INSTALL_STRIP_FLAG=-s \
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
--- 387,393 ----
  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:
*************** mostlyclean-generic:
*** 289,306 ****
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(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-noinstLIBRARIES \
! 	clean-noinstLTLIBRARIES mostlyclean-am
  
  distclean: distclean-am
! 
  distclean-am: clean-am distclean-compile distclean-generic \
  	distclean-libtool distclean-tags
  
--- 395,413 ----
  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-noinstLTLIBRARIES \
! 	mostlyclean-am
  
  distclean: distclean-am
! 	-rm -rf ./$(DEPDIR)
! 	-rm -f Makefile
  distclean-am: clean-am distclean-compile distclean-generic \
  	distclean-libtool distclean-tags
  
*************** dvi: dvi-am
*** 308,313 ****
--- 415,422 ----
  
  dvi-am:
  
+ html: html-am
+ 
  info: info-am
  
  info-am:
*************** install-data-am:
*** 316,329 ****
  
  install-exec-am:
  
! install-info:
  
  install-man:
  
  installcheck-am:
  
  maintainer-clean: maintainer-clean-am
! 
  maintainer-clean-am: distclean-am maintainer-clean-generic
  
  mostlyclean: mostlyclean-am
--- 425,439 ----
  
  install-exec-am:
  
! install-info: install-info-am
  
  install-man:
  
  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: mostlyclean-am
*** 331,348 ****
  mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  	mostlyclean-libtool
  
! uninstall-am:
  
! .PHONY: GTAGS all all-am check check-am clean clean-generic \
! 	clean-libtool clean-noinstLIBRARIES clean-noinstLTLIBRARIES \
! 	distclean distclean-compile distclean-generic distclean-libtool \
! 	distclean-tags dvi dvi-am info info-am install install-am \
! 	install-data install-data-am install-exec install-exec-am \
! 	install-info install-info-am install-man install-strip \
! 	installcheck installcheck-am installdirs maintainer-clean \
! 	maintainer-clean-generic mostlyclean mostlyclean-compile \
! 	mostlyclean-generic mostlyclean-libtool tags uninstall \
! 	uninstall-am uninstall-info-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.
--- 441,467 ----
  mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  	mostlyclean-libtool
  
! pdf: pdf-am
! 
! pdf-am:
! 
! ps: ps-am
! 
! ps-am:
  
! uninstall-am: uninstall-info-am
! 
! .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
! 	clean-libtool clean-noinstLTLIBRARIES 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-exec \
! 	install-exec-am install-info install-info-am install-man \
! 	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-info-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.
Index: rda/qe/Makefile.in
===================================================================
RCS file: /cvs/src/src/rda/qe/Makefile.in,v
retrieving revision 1.2
diff -c -p -r1.2 Makefile.in
*** rda/qe/Makefile.in	4 Nov 2002 18:48:57 -0000	1.2
--- rda/qe/Makefile.in	17 Dec 2004 21:11:34 -0000
***************
*** 1,8 ****
! # Makefile.in generated by automake 1.6.3 from Makefile.am.
  # @configure_input@
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
! # 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.
--- 1,8 ----
! # Makefile.in generated by automake 1.9.3 from Makefile.am.
  # @configure_input@
  
! # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
! # 2003, 2004  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.
***************
*** 13,127 ****
  # PARTICULAR PURPOSE.
  
  @SET_MAKE@
! SHELL = @SHELL@
  
  srcdir = @srcdir@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- 
- bindir = @bindir@
- sbindir = @sbindir@
- libexecdir = @libexecdir@
- datadir = @datadir@
- sysconfdir = @sysconfdir@
- sharedstatedir = @sharedstatedir@
- localstatedir = @localstatedir@
- libdir = @libdir@
- infodir = @infodir@
- mandir = @mandir@
- includedir = @includedir@
- oldincludedir = /usr/include
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  top_builddir = ..
- 
- ACLOCAL = @ACLOCAL@
- AUTOCONF = @AUTOCONF@
- AUTOMAKE = @AUTOMAKE@
- AUTOHEADER = @AUTOHEADER@
- 
  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
  install_sh_DATA = $(install_sh) -c -m 644
  install_sh_PROGRAM = $(install_sh) -c
  install_sh_SCRIPT = $(install_sh) -c
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_HEADER = $(INSTALL_DATA)
! transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
  NORMAL_UNINSTALL = :
  PRE_UNINSTALL = :
  POST_UNINSTALL = :
- build_alias = @build_alias@
  build_triplet = @build@
- host_alias = @host_alias@
  host_triplet = @host@
- target_alias = @target_alias@
  target_triplet = @target@
! 
! EXEEXT = @EXEEXT@
! OBJEXT = @OBJEXT@
! PATH_SEPARATOR = @PATH_SEPARATOR@
  AMTAR = @AMTAR@
! AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
  CATOBJEXT = @CATOBJEXT@
  CC = @CC@
! CXX = @CXX@
! CXXCPP = @CXXCPP@
  DATADIRNAME = @DATADIRNAME@
  DEPDIR = @DEPDIR@
! DLLTOOL = @DLLTOOL@
! GCJ = @GCJ@
! GCJFLAGS = @GCJFLAGS@
  GMOFILES = @GMOFILES@
  GMSGFMT = @GMSGFMT@
! GT_NO = @GT_NO@
! GT_YES = @GT_YES@
! INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLDEPS = @INTLDEPS@
  INTLLIBS = @INTLLIBS@
  INTLOBJS = @INTLOBJS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
! MKINSTALLDIRS = @MKINSTALLDIRS@
  MSGFMT = @MSGFMT@
! OBJDUMP = @OBJDUMP@
  PACKAGE = @PACKAGE@
  POFILES = @POFILES@
  POSUB = @POSUB@
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
- 
  WARN_CFLAGS = @WARN_CFLAGS@
  WERROR_CFLAGS = @WERROR_CFLAGS@
  am__include = @am__include@
  am__quote = @am__quote@
  install_sh = @install_sh@
! l = @l@
  targ_subdirs = @targ_subdirs@
! 
  AUTOMAKE_OPTIONS = foreign
  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
- 
- noinst_PROGRAMS = qe
- 
  INCLUDES = -I$(srcdir) -I$(srcdir)/../include
- 
  qe_SOURCES = \
  	inc-gdblog.c \
  	inc-gdbloop.c \
--- 13,194 ----
  # PARTICULAR PURPOSE.
  
  @SET_MAKE@
! 
! SOURCES = $(qe_SOURCES)
  
  srcdir = @srcdir@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  top_builddir = ..
  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  INSTALL = @INSTALL@
  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 = @build@
  host_triplet = @host@
  target_triplet = @target@
! noinst_PROGRAMS = qe$(EXEEXT)
! subdir = qe
! DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
! ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
! 	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../gettext.m4 \
! 	$(top_srcdir)/configure.in
! am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 	$(ACLOCAL_M4)
! mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! PROGRAMS = $(noinst_PROGRAMS)
! am_qe_OBJECTS = inc-gdblog.$(OBJEXT) inc-gdbloop.$(OBJEXT) \
! 	inc-gdbsched.$(OBJEXT) inc-gdbserv.$(OBJEXT) \
! 	inc-gdbserv-client.$(OBJEXT) inc-gdbserv-input.$(OBJEXT) \
! 	inc-gdbserv-log.$(OBJEXT) inc-gdbserv-output.$(OBJEXT) \
! 	inc-gdbserv-target.$(OBJEXT) inc-gdbserv-utils.$(OBJEXT) \
! 	inc-gdbsocket.$(OBJEXT) inc-stdio-log.$(OBJEXT) \
! 	inc-forward.$(OBJEXT) inc-backwards.$(OBJEXT) qe.$(OBJEXT)
! qe_OBJECTS = $(am_qe_OBJECTS)
! qe_LDADD = $(LDADD)
! DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
! depcomp = $(SHELL) $(top_srcdir)/../depcomp
! am__depfiles_maybe = depfiles
! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
! 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
! 	$(AM_CFLAGS) $(CFLAGS)
! CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
! SOURCES = $(qe_SOURCES)
! DIST_SOURCES = $(qe_SOURCES)
! ETAGS = etags
! CTAGS = ctags
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! ACLOCAL = @ACLOCAL@
! AMDEP_FALSE = @AMDEP_FALSE@
! AMDEP_TRUE = @AMDEP_TRUE@
  AMTAR = @AMTAR@
! AUTOCONF = @AUTOCONF@
! AUTOHEADER = @AUTOHEADER@
! AUTOMAKE = @AUTOMAKE@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
  CATOBJEXT = @CATOBJEXT@
  CC = @CC@
! CCDEPMODE = @CCDEPMODE@
! CFLAGS = @CFLAGS@
! CPP = @CPP@
! CPPFLAGS = @CPPFLAGS@
! CYGPATH_W = @CYGPATH_W@
  DATADIRNAME = @DATADIRNAME@
+ DEFS = @DEFS@
  DEPDIR = @DEPDIR@
! ECHO_C = @ECHO_C@
! ECHO_N = @ECHO_N@
! ECHO_T = @ECHO_T@
! EGREP = @EGREP@
! EXEEXT = @EXEEXT@
  GMOFILES = @GMOFILES@
  GMSGFMT = @GMSGFMT@
! INSTALL_DATA = @INSTALL_DATA@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
! INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLDEPS = @INTLDEPS@
  INTLLIBS = @INTLLIBS@
  INTLOBJS = @INTLOBJS@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
  MAINT = @MAINT@
! MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
! MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
! MAKEINFO = @MAKEINFO@
  MSGFMT = @MSGFMT@
! OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
+ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+ PACKAGE_NAME = @PACKAGE_NAME@
+ PACKAGE_STRING = @PACKAGE_STRING@
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
+ PACKAGE_VERSION = @PACKAGE_VERSION@
+ PATH_SEPARATOR = @PATH_SEPARATOR@
  POFILES = @POFILES@
  POSUB = @POSUB@
  RANLIB = @RANLIB@
+ SET_MAKE = @SET_MAKE@
+ SHELL = @SHELL@
  STRIP = @STRIP@
  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
  WERROR_CFLAGS = @WERROR_CFLAGS@
+ XGETTEXT = @XGETTEXT@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_RANLIB = @ac_ct_RANLIB@
+ ac_ct_STRIP = @ac_ct_STRIP@
+ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  am__include = @am__include@
+ am__leading_dot = @am__leading_dot@
  am__quote = @am__quote@
+ am__tar = @am__tar@
+ am__untar = @am__untar@
+ bindir = @bindir@
+ build = @build@
+ build_alias = @build_alias@
+ build_cpu = @build_cpu@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
+ exec_prefix = @exec_prefix@
+ host = @host@
+ host_alias = @host_alias@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
+ includedir = @includedir@
+ infodir = @infodir@
  install_sh = @install_sh@
! libdir = @libdir@
! libexecdir = @libexecdir@
! localstatedir = @localstatedir@
! mandir = @mandir@
! mkdir_p = @mkdir_p@
! oldincludedir = @oldincludedir@
! prefix = @prefix@
! program_transform_name = @program_transform_name@
! sbindir = @sbindir@
! sharedstatedir = @sharedstatedir@
! subdirs = @subdirs@
! sysconfdir = @sysconfdir@
  targ_subdirs = @targ_subdirs@
! target = @target@
! target_alias = @target_alias@
! target_cpu = @target_cpu@
! target_os = @target_os@
! target_vendor = @target_vendor@
  AUTOMAKE_OPTIONS = foreign
  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
  INCLUDES = -I$(srcdir) -I$(srcdir)/../include
  qe_SOURCES = \
  	inc-gdblog.c \
  	inc-gdbloop.c \
*************** qe_SOURCES = \
*** 139,190 ****
  	inc-backwards.c \
  	qe.c
  
- subdir = qe
- mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- noinst_PROGRAMS = qe$(EXEEXT)
- PROGRAMS = $(noinst_PROGRAMS)
- 
- am_qe_OBJECTS = inc-gdblog.$(OBJEXT) inc-gdbloop.$(OBJEXT) \
- 	inc-gdbsched.$(OBJEXT) inc-gdbserv.$(OBJEXT) \
- 	inc-gdbserv-client.$(OBJEXT) inc-gdbserv-input.$(OBJEXT) \
- 	inc-gdbserv-log.$(OBJEXT) inc-gdbserv-output.$(OBJEXT) \
- 	inc-gdbserv-target.$(OBJEXT) inc-gdbserv-utils.$(OBJEXT) \
- 	inc-gdbsocket.$(OBJEXT) inc-stdio-log.$(OBJEXT) \
- 	inc-forward.$(OBJEXT) inc-backwards.$(OBJEXT) qe.$(OBJEXT)
- qe_OBJECTS = $(am_qe_OBJECTS)
- qe_LDADD = $(LDADD)
- qe_DEPENDENCIES =
- qe_LDFLAGS =
- 
- DEFS = @DEFS@
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- depcomp =
- am__depfiles_maybe =
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
- 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
- CFLAGS = @CFLAGS@
- DIST_SOURCES = $(qe_SOURCES)
- SOURCES = $(qe_SOURCES)
- 
  all: all-am
  
  .SUFFIXES:
  .SUFFIXES: .c .lo .o .obj
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --cygnus  qe/Makefile
! Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  
  clean-noinstPROGRAMS:
  	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
--- 206,244 ----
  	inc-backwards.c \
  	qe.c
  
  all: all-am
  
  .SUFFIXES:
  .SUFFIXES: .c .lo .o .obj
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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) --foreign  qe/Makefile'; \
  	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --foreign  qe/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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
! 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-noinstPROGRAMS:
  	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
*************** qe$(EXEEXT): $(qe_OBJECTS) $(qe_DEPENDEN
*** 197,215 ****
  	$(LINK) $(qe_LDFLAGS) $(qe_OBJECTS) $(qe_LDADD) $(LIBS)
  
  mostlyclean-compile:
! 	-rm -f *.$(OBJEXT) core *.core
  
  distclean-compile:
  	-rm -f *.tab.c
  
  .c.o:
! 	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
  
  .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
  
  .c.lo:
! 	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
  
  mostlyclean-libtool:
  	-rm -f *.lo
--- 251,297 ----
  	$(LINK) $(qe_LDFLAGS) $(qe_OBJECTS) $(qe_LDADD) $(LIBS)
  
  mostlyclean-compile:
! 	-rm -f *.$(OBJEXT)
  
  distclean-compile:
  	-rm -f *.tab.c
  
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-backwards.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-forward.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdblog.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdbloop.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdbsched.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdbserv-client.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdbserv-input.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdbserv-log.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdbserv-output.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdbserv-target.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdbserv-utils.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdbserv.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-gdbsocket.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inc-stdio-log.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qe.Po@am__quote@
+ 
  .c.o:
! @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
! @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  
  .c.obj:
! @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
! @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  
  .c.lo:
! @am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
! @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  
  mostlyclean-libtool:
  	-rm -f *.lo
*************** distclean-libtool:
*** 221,231 ****
  	-rm -f libtool
  uninstall-info-am:
  
- ETAGS = etags
- ETAGSFLAGS =
- 
- tags: TAGS
- 
  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  	unique=`for i in $$list; do \
--- 303,308 ----
*************** ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS
*** 234,239 ****
--- 311,317 ----
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	mkid -fID $$unique
+ tags: TAGS
  
  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  		$(TAGS_FILES) $(LISP)
*************** TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEP
*** 245,252 ****
  	  done | \
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
! 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  	     $$tags $$unique
  
  GTAGS:
--- 323,346 ----
  	  done | \
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { 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=; \
! 	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; } \
! 	       END { for (i in files) print i; }'`; \
! 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
! 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
  
  GTAGS:
*************** GTAGS:
*** 255,267 ****
  	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
! check-am:
  check: check-am
  all-am: Makefile $(PROGRAMS)
- 
  installdirs:
- 
  install: install-am
  install-exec: install-exec-am
  install-data: install-data-am
--- 349,387 ----
  	  && 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)'; for file in $$list; do \
! 	  case $$file in \
! 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
! 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
! 	  esac; \
! 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    dir="/$$dir"; \
! 	    $(mkdir_p) "$(distdir)$$dir"; \
! 	  else \
! 	    dir=''; \
! 	  fi; \
! 	  if test -d $$d/$$file; then \
! 	    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
*************** install-am: all-am
*** 273,279 ****
  installcheck: installcheck-am
  install-strip:
  	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 	  INSTALL_STRIP_FLAG=-s \
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
--- 393,399 ----
  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:
*************** mostlyclean-generic:
*** 281,287 ****
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
  
  maintainer-clean-generic:
  	@echo "This command is intended for maintainers to use"
--- 401,407 ----
  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"
*************** clean-am: clean-generic clean-libtool cl
*** 292,298 ****
  	mostlyclean-am
  
  distclean: distclean-am
! 
  distclean-am: clean-am distclean-compile distclean-generic \
  	distclean-libtool distclean-tags
  
--- 412,419 ----
  	mostlyclean-am
  
  distclean: distclean-am
! 	-rm -rf ./$(DEPDIR)
! 	-rm -f Makefile
  distclean-am: clean-am distclean-compile distclean-generic \
  	distclean-libtool distclean-tags
  
*************** dvi: dvi-am
*** 300,305 ****
--- 421,428 ----
  
  dvi-am:
  
+ html: html-am
+ 
  info: info-am
  
  info-am:
*************** install-data-am:
*** 308,321 ****
  
  install-exec-am:
  
! install-info:
  
  install-man:
  
  installcheck-am:
  
  maintainer-clean: maintainer-clean-am
! 
  maintainer-clean-am: distclean-am maintainer-clean-generic
  
  mostlyclean: mostlyclean-am
--- 431,445 ----
  
  install-exec-am:
  
! install-info: install-info-am
  
  install-man:
  
  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: mostlyclean-am
*** 323,339 ****
  mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  	mostlyclean-libtool
  
! uninstall-am:
  
! .PHONY: GTAGS all all-am check check-am clean clean-generic \
! 	clean-libtool clean-noinstPROGRAMS distclean distclean-compile \
! 	distclean-generic distclean-libtool distclean-tags dvi dvi-am \
! 	info info-am install install-am install-data install-data-am \
! 	install-exec install-exec-am install-info install-info-am \
! 	install-man install-strip installcheck installcheck-am \
! 	installdirs maintainer-clean maintainer-clean-generic \
! 	mostlyclean mostlyclean-compile mostlyclean-generic \
! 	mostlyclean-libtool tags uninstall uninstall-am \
  	uninstall-info-am
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
--- 447,472 ----
  mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  	mostlyclean-libtool
  
! pdf: pdf-am
! 
! pdf-am:
! 
! ps: ps-am
! 
! ps-am:
  
! uninstall-am: uninstall-info-am
! 
! .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-exec \
! 	install-exec-am install-info install-info-am install-man \
! 	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-info-am
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
Index: rda/samples/Makefile.in
===================================================================
RCS file: /cvs/src/src/rda/samples/Makefile.in,v
retrieving revision 1.2
diff -c -p -r1.2 Makefile.in
*** rda/samples/Makefile.in	4 Nov 2002 18:48:57 -0000	1.2
--- rda/samples/Makefile.in	17 Dec 2004 21:11:34 -0000
***************
*** 1,8 ****
! # Makefile.in generated by automake 1.6.3 from Makefile.am.
  # @configure_input@
  
! # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
! # 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.
--- 1,8 ----
! # Makefile.in generated by automake 1.9.3 from Makefile.am.
  # @configure_input@
  
! # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
! # 2003, 2004  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.
***************
*** 13,192 ****
  # PARTICULAR PURPOSE.
  
  @SET_MAKE@
! SHELL = @SHELL@
  
  srcdir = @srcdir@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- 
- bindir = @bindir@
- sbindir = @sbindir@
- libexecdir = @libexecdir@
- datadir = @datadir@
- sysconfdir = @sysconfdir@
- sharedstatedir = @sharedstatedir@
- localstatedir = @localstatedir@
- libdir = @libdir@
- infodir = @infodir@
- mandir = @mandir@
- includedir = @includedir@
- oldincludedir = /usr/include
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  top_builddir = ..
- 
- ACLOCAL = @ACLOCAL@
- AUTOCONF = @AUTOCONF@
- AUTOMAKE = @AUTOMAKE@
- AUTOHEADER = @AUTOHEADER@
- 
  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
  install_sh_DATA = $(install_sh) -c -m 644
  install_sh_PROGRAM = $(install_sh) -c
  install_sh_SCRIPT = $(install_sh) -c
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_HEADER = $(INSTALL_DATA)
! transform = @program_transform_name@
  NORMAL_INSTALL = :
  PRE_INSTALL = :
  POST_INSTALL = :
  NORMAL_UNINSTALL = :
  PRE_UNINSTALL = :
  POST_UNINSTALL = :
- build_alias = @build_alias@
  build_triplet = @build@
- host_alias = @host_alias@
  host_triplet = @host@
- target_alias = @target_alias@
  target_triplet = @target@
! 
! EXEEXT = @EXEEXT@
! OBJEXT = @OBJEXT@
! PATH_SEPARATOR = @PATH_SEPARATOR@
  AMTAR = @AMTAR@
! AS = @AS@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
  CATOBJEXT = @CATOBJEXT@
  CC = @CC@
! CXX = @CXX@
! CXXCPP = @CXXCPP@
  DATADIRNAME = @DATADIRNAME@
  DEPDIR = @DEPDIR@
! DLLTOOL = @DLLTOOL@
! GCJ = @GCJ@
! GCJFLAGS = @GCJFLAGS@
  GMOFILES = @GMOFILES@
  GMSGFMT = @GMSGFMT@
! GT_NO = @GT_NO@
! GT_YES = @GT_YES@
! INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLDEPS = @INTLDEPS@
  INTLLIBS = @INTLLIBS@
  INTLOBJS = @INTLOBJS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
  MAINT = @MAINT@
! MKINSTALLDIRS = @MKINSTALLDIRS@
  MSGFMT = @MSGFMT@
! OBJDUMP = @OBJDUMP@
  PACKAGE = @PACKAGE@
  POFILES = @POFILES@
  POSUB = @POSUB@
  RANLIB = @RANLIB@
  STRIP = @STRIP@
  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
- 
  WARN_CFLAGS = @WARN_CFLAGS@
  WERROR_CFLAGS = @WERROR_CFLAGS@
  am__include = @am__include@
  am__quote = @am__quote@
  install_sh = @install_sh@
! l = @l@
  targ_subdirs = @targ_subdirs@
! 
  AUTOMAKE_OPTIONS = foreign
  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
- 
- noinst_PROGRAMS = sample async poll thread
- 
  INCLUDES = -I$(srcdir) -I$(srcdir)/../include
- 
  sample_SOURCES = main.c demo-target.c
  sample_DEPLIBS = ../lib/librda.la 
  sample_LDADD = $(sample_DEPLIBS) $(INTLLIBS)
  sample_DEPENDENCIES = $(sample_DEPLIBS) $(INTLDEPS)
- 
  async_SOURCES = async.c demo-target.c
  async_LDADD = ../lib/librda.la
- 
  poll_SOURCES = poll.c demo-target.c
  poll_LDADD = ../lib/librda.la
- 
  thread_SOURCES = thread.c demo-target.c
  thread_LDADD = ../lib/librda.la
- subdir = samples
- mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- noinst_PROGRAMS = sample$(EXEEXT) async$(EXEEXT) poll$(EXEEXT) \
- 	thread$(EXEEXT)
- PROGRAMS = $(noinst_PROGRAMS)
- 
- am_async_OBJECTS = async.$(OBJEXT) demo-target.$(OBJEXT)
- async_OBJECTS = $(am_async_OBJECTS)
- async_DEPENDENCIES = ../lib/librda.la
- async_LDFLAGS =
- am_poll_OBJECTS = poll.$(OBJEXT) demo-target.$(OBJEXT)
- poll_OBJECTS = $(am_poll_OBJECTS)
- poll_DEPENDENCIES = ../lib/librda.la
- poll_LDFLAGS =
- am_sample_OBJECTS = main.$(OBJEXT) demo-target.$(OBJEXT)
- sample_OBJECTS = $(am_sample_OBJECTS)
- sample_LDFLAGS =
- am_thread_OBJECTS = thread.$(OBJEXT) demo-target.$(OBJEXT)
- thread_OBJECTS = $(am_thread_OBJECTS)
- thread_DEPENDENCIES = ../lib/librda.la
- thread_LDFLAGS =
- 
- DEFS = @DEFS@
- DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- depcomp =
- am__depfiles_maybe =
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
- 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- CCLD = $(CC)
- LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
- CFLAGS = @CFLAGS@
- DIST_SOURCES = $(async_SOURCES) $(poll_SOURCES) $(sample_SOURCES) \
- 	$(thread_SOURCES)
- SOURCES = $(async_SOURCES) $(poll_SOURCES) $(sample_SOURCES) $(thread_SOURCES)
- 
  all: all-am
  
  .SUFFIXES:
  .SUFFIXES: .c .lo .o .obj
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
  	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --cygnus  samples/Makefile
! Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
! 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
  
  clean-noinstPROGRAMS:
  	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
--- 13,244 ----
  # PARTICULAR PURPOSE.
  
  @SET_MAKE@
! 
! SOURCES = $(async_SOURCES) $(poll_SOURCES) $(sample_SOURCES) $(thread_SOURCES)
  
  srcdir = @srcdir@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
  pkgdatadir = $(datadir)/@PACKAGE@
  pkglibdir = $(libdir)/@PACKAGE@
  pkgincludedir = $(includedir)/@PACKAGE@
  top_builddir = ..
  am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  INSTALL = @INSTALL@
  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 = @build@
  host_triplet = @host@
  target_triplet = @target@
! noinst_PROGRAMS = sample$(EXEEXT) async$(EXEEXT) poll$(EXEEXT) \
! 	thread$(EXEEXT)
! subdir = samples
! DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
! ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
! am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
! 	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../gettext.m4 \
! 	$(top_srcdir)/configure.in
! am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
! 	$(ACLOCAL_M4)
! mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
! CONFIG_HEADER = $(top_builddir)/config.h
! CONFIG_CLEAN_FILES =
! PROGRAMS = $(noinst_PROGRAMS)
! am_async_OBJECTS = async.$(OBJEXT) demo-target.$(OBJEXT)
! async_OBJECTS = $(am_async_OBJECTS)
! async_DEPENDENCIES = ../lib/librda.la
! am_poll_OBJECTS = poll.$(OBJEXT) demo-target.$(OBJEXT)
! poll_OBJECTS = $(am_poll_OBJECTS)
! poll_DEPENDENCIES = ../lib/librda.la
! am_sample_OBJECTS = main.$(OBJEXT) demo-target.$(OBJEXT)
! sample_OBJECTS = $(am_sample_OBJECTS)
! am__DEPENDENCIES_1 = ../lib/librda.la
! am__DEPENDENCIES_2 =
! am_thread_OBJECTS = thread.$(OBJEXT) demo-target.$(OBJEXT)
! thread_OBJECTS = $(am_thread_OBJECTS)
! thread_DEPENDENCIES = ../lib/librda.la
! DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
! depcomp = $(SHELL) $(top_srcdir)/../depcomp
! am__depfiles_maybe = depfiles
! COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
! 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
! LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
! 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
! 	$(AM_CFLAGS) $(CFLAGS)
! CCLD = $(CC)
! LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
! 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
! SOURCES = $(async_SOURCES) $(poll_SOURCES) $(sample_SOURCES) \
! 	$(thread_SOURCES)
! DIST_SOURCES = $(async_SOURCES) $(poll_SOURCES) $(sample_SOURCES) \
! 	$(thread_SOURCES)
! ETAGS = etags
! CTAGS = ctags
! DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
! ACLOCAL = @ACLOCAL@
! AMDEP_FALSE = @AMDEP_FALSE@
! AMDEP_TRUE = @AMDEP_TRUE@
  AMTAR = @AMTAR@
! AUTOCONF = @AUTOCONF@
! AUTOHEADER = @AUTOHEADER@
! AUTOMAKE = @AUTOMAKE@
  AWK = @AWK@
  CATALOGS = @CATALOGS@
  CATOBJEXT = @CATOBJEXT@
  CC = @CC@
! CCDEPMODE = @CCDEPMODE@
! CFLAGS = @CFLAGS@
! CPP = @CPP@
! CPPFLAGS = @CPPFLAGS@
! CYGPATH_W = @CYGPATH_W@
  DATADIRNAME = @DATADIRNAME@
+ DEFS = @DEFS@
  DEPDIR = @DEPDIR@
! ECHO_C = @ECHO_C@
! ECHO_N = @ECHO_N@
! ECHO_T = @ECHO_T@
! EGREP = @EGREP@
! EXEEXT = @EXEEXT@
  GMOFILES = @GMOFILES@
  GMSGFMT = @GMSGFMT@
! INSTALL_DATA = @INSTALL_DATA@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
! INSTALL_SCRIPT = @INSTALL_SCRIPT@
  INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  INSTOBJEXT = @INSTOBJEXT@
  INTLDEPS = @INTLDEPS@
  INTLLIBS = @INTLLIBS@
  INTLOBJS = @INTLOBJS@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
  MAINT = @MAINT@
! MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
! MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
! MAKEINFO = @MAKEINFO@
  MSGFMT = @MSGFMT@
! OBJEXT = @OBJEXT@
  PACKAGE = @PACKAGE@
+ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+ PACKAGE_NAME = @PACKAGE_NAME@
+ PACKAGE_STRING = @PACKAGE_STRING@
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
+ PACKAGE_VERSION = @PACKAGE_VERSION@
+ PATH_SEPARATOR = @PATH_SEPARATOR@
  POFILES = @POFILES@
  POSUB = @POSUB@
  RANLIB = @RANLIB@
+ SET_MAKE = @SET_MAKE@
+ SHELL = @SHELL@
  STRIP = @STRIP@
  USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  USE_NLS = @USE_NLS@
  VERSION = @VERSION@
  WARN_CFLAGS = @WARN_CFLAGS@
  WERROR_CFLAGS = @WERROR_CFLAGS@
+ XGETTEXT = @XGETTEXT@
+ ac_ct_CC = @ac_ct_CC@
+ ac_ct_RANLIB = @ac_ct_RANLIB@
+ ac_ct_STRIP = @ac_ct_STRIP@
+ am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+ am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  am__include = @am__include@
+ am__leading_dot = @am__leading_dot@
  am__quote = @am__quote@
+ am__tar = @am__tar@
+ am__untar = @am__untar@
+ bindir = @bindir@
+ build = @build@
+ build_alias = @build_alias@
+ build_cpu = @build_cpu@
+ build_os = @build_os@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
+ exec_prefix = @exec_prefix@
+ host = @host@
+ host_alias = @host_alias@
+ host_cpu = @host_cpu@
+ host_os = @host_os@
+ host_vendor = @host_vendor@
+ includedir = @includedir@
+ infodir = @infodir@
  install_sh = @install_sh@
! libdir = @libdir@
! libexecdir = @libexecdir@
! localstatedir = @localstatedir@
! mandir = @mandir@
! mkdir_p = @mkdir_p@
! oldincludedir = @oldincludedir@
! prefix = @prefix@
! program_transform_name = @program_transform_name@
! sbindir = @sbindir@
! sharedstatedir = @sharedstatedir@
! subdirs = @subdirs@
! sysconfdir = @sysconfdir@
  targ_subdirs = @targ_subdirs@
! target = @target@
! target_alias = @target_alias@
! target_cpu = @target_cpu@
! target_os = @target_os@
! target_vendor = @target_vendor@
  AUTOMAKE_OPTIONS = foreign
  AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
  INCLUDES = -I$(srcdir) -I$(srcdir)/../include
  sample_SOURCES = main.c demo-target.c
  sample_DEPLIBS = ../lib/librda.la 
  sample_LDADD = $(sample_DEPLIBS) $(INTLLIBS)
  sample_DEPENDENCIES = $(sample_DEPLIBS) $(INTLDEPS)
  async_SOURCES = async.c demo-target.c
  async_LDADD = ../lib/librda.la
  poll_SOURCES = poll.c demo-target.c
  poll_LDADD = ../lib/librda.la
  thread_SOURCES = thread.c demo-target.c
  thread_LDADD = ../lib/librda.la
  all: all-am
  
  .SUFFIXES:
  .SUFFIXES: .c .lo .o .obj
! $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(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) --foreign  samples/Makefile'; \
  	cd $(top_srcdir) && \
! 	  $(AUTOMAKE) --foreign  samples/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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
! 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
! $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
! 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  
  clean-noinstPROGRAMS:
  	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
*************** thread$(EXEEXT): $(thread_OBJECTS) $(thr
*** 208,226 ****
  	$(LINK) $(thread_LDFLAGS) $(thread_OBJECTS) $(thread_LDADD) $(LIBS)
  
  mostlyclean-compile:
! 	-rm -f *.$(OBJEXT) core *.core
  
  distclean-compile:
  	-rm -f *.tab.c
  
  .c.o:
! 	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
  
  .c.obj:
! 	$(COMPILE) -c `cygpath -w $<`
  
  .c.lo:
! 	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
  
  mostlyclean-libtool:
  	-rm -f *.lo
--- 260,296 ----
  	$(LINK) $(thread_LDFLAGS) $(thread_OBJECTS) $(thread_LDADD) $(LIBS)
  
  mostlyclean-compile:
! 	-rm -f *.$(OBJEXT)
  
  distclean-compile:
  	-rm -f *.tab.c
  
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/async.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo-target.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Po@am__quote@
+ 
  .c.o:
! @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
! @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  
  .c.obj:
! @am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
! @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  
  .c.lo:
! @am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
! @am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
! @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
! @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  
  mostlyclean-libtool:
  	-rm -f *.lo
*************** distclean-libtool:
*** 232,242 ****
  	-rm -f libtool
  uninstall-info-am:
  
- ETAGS = etags
- ETAGSFLAGS =
- 
- tags: TAGS
- 
  ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  	unique=`for i in $$list; do \
--- 302,307 ----
*************** ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS
*** 245,250 ****
--- 310,316 ----
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
  	mkid -fID $$unique
+ tags: TAGS
  
  TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  		$(TAGS_FILES) $(LISP)
*************** TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEP
*** 256,263 ****
  	  done | \
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { for (i in files) print i; }'`; \
! 	test -z "$(ETAGS_ARGS)$$tags$$unique" \
! 	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  	     $$tags $$unique
  
  GTAGS:
--- 322,345 ----
  	  done | \
  	  $(AWK) '    { files[$$0] = 1; } \
  	       END { 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=; \
! 	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; } \
! 	       END { for (i in files) print i; }'`; \
! 	test -z "$(CTAGS_ARGS)$$tags$$unique" \
! 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
  
  GTAGS:
*************** GTAGS:
*** 266,278 ****
  	  && gtags -i $(GTAGS_ARGS) $$here
  
  distclean-tags:
! 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
! check-am:
  check: check-am
  all-am: Makefile $(PROGRAMS)
- 
  installdirs:
- 
  install: install-am
  install-exec: install-exec-am
  install-data: install-data-am
--- 348,386 ----
  	  && 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)'; for file in $$list; do \
! 	  case $$file in \
! 	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
! 	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
! 	  esac; \
! 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
! 	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
! 	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
! 	    dir="/$$dir"; \
! 	    $(mkdir_p) "$(distdir)$$dir"; \
! 	  else \
! 	    dir=''; \
! 	  fi; \
! 	  if test -d $$d/$$file; then \
! 	    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
*************** install-am: all-am
*** 284,290 ****
  installcheck: installcheck-am
  install-strip:
  	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 	  INSTALL_STRIP_FLAG=-s \
  	  `test -z '$(STRIP)' || \
  	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  mostlyclean-generic:
--- 392,398 ----
  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:
*************** mostlyclean-generic:
*** 292,298 ****
  clean-generic:
  
  distclean-generic:
! 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
  
  maintainer-clean-generic:
  	@echo "This command is intended for maintainers to use"
--- 400,406 ----
  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"
*************** clean-am: clean-generic clean-libtool cl
*** 303,309 ****
  	mostlyclean-am
  
  distclean: distclean-am
! 
  distclean-am: clean-am distclean-compile distclean-generic \
  	distclean-libtool distclean-tags
  
--- 411,418 ----
  	mostlyclean-am
  
  distclean: distclean-am
! 	-rm -rf ./$(DEPDIR)
! 	-rm -f Makefile
  distclean-am: clean-am distclean-compile distclean-generic \
  	distclean-libtool distclean-tags
  
*************** dvi: dvi-am
*** 311,316 ****
--- 420,427 ----
  
  dvi-am:
  
+ html: html-am
+ 
  info: info-am
  
  info-am:
*************** install-data-am:
*** 319,332 ****
  
  install-exec-am:
  
! install-info:
  
  install-man:
  
  installcheck-am:
  
  maintainer-clean: maintainer-clean-am
! 
  maintainer-clean-am: distclean-am maintainer-clean-generic
  
  mostlyclean: mostlyclean-am
--- 430,444 ----
  
  install-exec-am:
  
! install-info: install-info-am
  
  install-man:
  
  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: mostlyclean-am
*** 334,350 ****
  mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  	mostlyclean-libtool
  
! uninstall-am:
  
! .PHONY: GTAGS all all-am check check-am clean clean-generic \
! 	clean-libtool clean-noinstPROGRAMS distclean distclean-compile \
! 	distclean-generic distclean-libtool distclean-tags dvi dvi-am \
! 	info info-am install install-am install-data install-data-am \
! 	install-exec install-exec-am install-info install-info-am \
! 	install-man install-strip installcheck installcheck-am \
! 	installdirs maintainer-clean maintainer-clean-generic \
! 	mostlyclean mostlyclean-compile mostlyclean-generic \
! 	mostlyclean-libtool tags uninstall uninstall-am \
  	uninstall-info-am
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
--- 446,471 ----
  mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  	mostlyclean-libtool
  
! pdf: pdf-am
! 
! pdf-am:
! 
! ps: ps-am
! 
! ps-am:
  
! uninstall-am: uninstall-info-am
! 
! .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-exec \
! 	install-exec-am install-info install-info-am install-man \
! 	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-info-am
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.

                 reply	other threads:[~2005-02-02 20:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vt23bwepu5i.fsf@zenia.home \
    --to=jimb@redhat.com \
    --cc=rda@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).