diff --git a/Makefile.in b/Makefile.in index 19b5ab09c8..2eb10a70bd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.7.6 from Makefile.am. +# Makefile.in generated by automake 1.7 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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, @@ -289,15 +289,9 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) tags=; \ here=`pwd`; \ - if (etags --etags-include --version) >/dev/null 2>&1; then \ - include_option=--etags-include; \ - else \ - include_option=--include; \ - fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ - test -f $$subdir/TAGS && \ - tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ + test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ fi; \ done; \ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ @@ -351,11 +345,9 @@ distdir: $(DISTFILES) mkdir $(distdir) $(mkinstalldirs) $(distdir)/py $(distdir)/test @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,/[^/]*$$,,'`; \ @@ -419,12 +411,13 @@ distcheck: dist $(am__remove_distdir) GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - chmod -R a-w $(distdir); chmod a+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst + mkdir $(distdir)/=build + mkdir $(distdir)/=inst chmod a-w $(distdir) - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ - && cd $(distdir)/_build \ + && $(mkinstalldirs) $$dc_destdir \ + && cd $(distdir)/=build \ && ../configure --srcdir=.. --prefix="$$dc_install_base" \ $(DISTCHECK_CONFIGURE_FLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) \ @@ -436,9 +429,7 @@ distcheck: dist && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ - && ({ \ - (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && ({ $(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; \ @@ -451,7 +442,7 @@ distcheck: dist @echo "$(distdir).tar.gz is ready for distribution" | \ sed 'h;s/./=/g;p;x;p;x' distuninstallcheck: - @cd $(distuninstallcheck_dir) \ + cd $(distuninstallcheck_dir) \ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ @@ -460,11 +451,11 @@ distuninstallcheck: $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean - @if test '$(srcdir)' = . ; then \ + if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 @@ -526,7 +517,7 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf $(top_srcdir)/autom4te.cache + -rm -rf autom4te.cache maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive diff --git a/api/Makefile.in b/api/Makefile.in index e7197b5b41..3014e0946e 100644 --- a/api/Makefile.in +++ b/api/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.7.6 from Makefile.am. +# Makefile.in generated by automake 1.7 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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, @@ -196,7 +196,6 @@ EXTRA_PROGRAMS = api_app api_test api_app_SOURCES = api_app.C mfile.C boinc_api.C ../lib/parse.C api_test_SOURCES = boinc_api.C api_test.C ../lib/parse.C subdir = api -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -260,6 +259,10 @@ AR = ar clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) +util.$(OBJEXT): ../lib/util.C +shmem.$(OBJEXT): ../lib/shmem.C +parse.$(OBJEXT): ../lib/parse.C +app_ipc.$(OBJEXT): ../lib/app_ipc.C libboinc_api.a: $(libboinc_api_a_OBJECTS) $(libboinc_api_a_DEPENDENCIES) -rm -f libboinc_api.a $(libboinc_api_a_AR) libboinc_api.a $(libboinc_api_a_OBJECTS) $(libboinc_api_a_LIBADD) @@ -295,7 +298,7 @@ distclean-depend: .C.o: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @@ -305,19 +308,19 @@ distclean-depend: .C.obj: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` util.o: ../lib/util.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT util.o -MD -MP -MF "$(DEPDIR)/util.Tpo" \ @am__fastdepCXX_TRUE@ -c -o util.o `test -f '../lib/util.C' || echo '$(srcdir)/'`../lib/util.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/util.Tpo" "$(DEPDIR)/util.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/util.Tpo" "$(DEPDIR)/util.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/util.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/util.C' object='util.o' libtool=no @AMDEPBACKSLASH@ @@ -327,19 +330,19 @@ util.o: ../lib/util.C util.obj: ../lib/util.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT util.obj -MD -MP -MF "$(DEPDIR)/util.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/util.Tpo" "$(DEPDIR)/util.Po"; \ +@am__fastdepCXX_TRUE@ -c -o util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/util.Tpo" "$(DEPDIR)/util.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/util.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/util.C' object='util.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/util.Po' tmpdepfile='$(DEPDIR)/util.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'` shmem.o: ../lib/shmem.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT shmem.o -MD -MP -MF "$(DEPDIR)/shmem.Tpo" \ @am__fastdepCXX_TRUE@ -c -o shmem.o `test -f '../lib/shmem.C' || echo '$(srcdir)/'`../lib/shmem.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/shmem.Tpo" "$(DEPDIR)/shmem.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/shmem.Tpo" "$(DEPDIR)/shmem.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/shmem.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/shmem.C' object='shmem.o' libtool=no @AMDEPBACKSLASH@ @@ -349,19 +352,19 @@ shmem.o: ../lib/shmem.C shmem.obj: ../lib/shmem.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT shmem.obj -MD -MP -MF "$(DEPDIR)/shmem.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/shmem.Tpo" "$(DEPDIR)/shmem.Po"; \ +@am__fastdepCXX_TRUE@ -c -o shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/shmem.Tpo" "$(DEPDIR)/shmem.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/shmem.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/shmem.C' object='shmem.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/shmem.Po' tmpdepfile='$(DEPDIR)/shmem.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'` parse.o: ../lib/parse.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT parse.o -MD -MP -MF "$(DEPDIR)/parse.Tpo" \ @am__fastdepCXX_TRUE@ -c -o parse.o `test -f '../lib/parse.C' || echo '$(srcdir)/'`../lib/parse.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/parse.Tpo" "$(DEPDIR)/parse.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/parse.Tpo" "$(DEPDIR)/parse.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/parse.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/parse.C' object='parse.o' libtool=no @AMDEPBACKSLASH@ @@ -371,19 +374,19 @@ parse.o: ../lib/parse.C parse.obj: ../lib/parse.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT parse.obj -MD -MP -MF "$(DEPDIR)/parse.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/parse.Tpo" "$(DEPDIR)/parse.Po"; \ +@am__fastdepCXX_TRUE@ -c -o parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/parse.Tpo" "$(DEPDIR)/parse.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/parse.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/parse.C' object='parse.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/parse.Po' tmpdepfile='$(DEPDIR)/parse.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'` app_ipc.o: ../lib/app_ipc.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT app_ipc.o -MD -MP -MF "$(DEPDIR)/app_ipc.Tpo" \ @am__fastdepCXX_TRUE@ -c -o app_ipc.o `test -f '../lib/app_ipc.C' || echo '$(srcdir)/'`../lib/app_ipc.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/app_ipc.Tpo" "$(DEPDIR)/app_ipc.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/app_ipc.Tpo" "$(DEPDIR)/app_ipc.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/app_ipc.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/app_ipc.C' object='app_ipc.o' libtool=no @AMDEPBACKSLASH@ @@ -393,14 +396,14 @@ app_ipc.o: ../lib/app_ipc.C app_ipc.obj: ../lib/app_ipc.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT app_ipc.obj -MD -MP -MF "$(DEPDIR)/app_ipc.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/app_ipc.Tpo" "$(DEPDIR)/app_ipc.Po"; \ +@am__fastdepCXX_TRUE@ -c -o app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/app_ipc.Tpo" "$(DEPDIR)/app_ipc.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/app_ipc.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/app_ipc.C' object='app_ipc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/app_ipc.Po' tmpdepfile='$(DEPDIR)/app_ipc.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'` uninstall-info-am: ETAGS = etags @@ -462,13 +465,11 @@ top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) - $(mkinstalldirs) $(distdir)/.. + $(mkinstalldirs) $(distdir)/$(top_srcdir) @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,/[^/]*$$,,'`; \ @@ -494,6 +495,7 @@ check: check-am all-am: Makefile $(LIBRARIES) installdirs: + install: install-am install-exec: install-exec-am install-data: install-data-am diff --git a/apps/Makefile.in b/apps/Makefile.in index 8eecca76f5..b9f266c998 100644 --- a/apps/Makefile.in +++ b/apps/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.7.6 from Makefile.am. +# Makefile.in generated by automake 1.7 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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, @@ -186,7 +186,6 @@ upper_case_SOURCES = upper_case.C ../api/boinc_api.C concat_SOURCES = concat.C ../api/boinc_api.C 1sec_SOURCES = 1sec.C ../api/boinc_api.C subdir = apps -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -248,6 +247,12 @@ AR = ar clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) +mfile.$(OBJEXT): ../api/mfile.C +parse.$(OBJEXT): ../lib/parse.C +filesys.$(OBJEXT): ../lib/filesys.C +shmem.$(OBJEXT): ../lib/shmem.C +util.$(OBJEXT): ../lib/util.C +app_ipc.$(OBJEXT): ../lib/app_ipc.C libapp.a: $(libapp_a_OBJECTS) $(libapp_a_DEPENDENCIES) -rm -f libapp.a $(libapp_a_AR) libapp.a $(libapp_a_OBJECTS) $(libapp_a_LIBADD) @@ -276,6 +281,7 @@ uninstall-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +boinc_api.$(OBJEXT): ../api/boinc_api.C 1sec$(EXEEXT): $(1sec_OBJECTS) $(1sec_DEPENDENCIES) @rm -f 1sec$(EXEEXT) $(CXXLINK) $(1sec_LDFLAGS) $(1sec_OBJECTS) $(1sec_LDADD) $(LIBS) @@ -309,7 +315,7 @@ distclean-depend: .C.o: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @@ -319,19 +325,19 @@ distclean-depend: .C.obj: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` mfile.o: ../api/mfile.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mfile.o -MD -MP -MF "$(DEPDIR)/mfile.Tpo" \ @am__fastdepCXX_TRUE@ -c -o mfile.o `test -f '../api/mfile.C' || echo '$(srcdir)/'`../api/mfile.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/mfile.Tpo" "$(DEPDIR)/mfile.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/mfile.Tpo" "$(DEPDIR)/mfile.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/mfile.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/mfile.C' object='mfile.o' libtool=no @AMDEPBACKSLASH@ @@ -341,19 +347,19 @@ mfile.o: ../api/mfile.C mfile.obj: ../api/mfile.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mfile.obj -MD -MP -MF "$(DEPDIR)/mfile.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o mfile.obj `if test -f '../api/mfile.C'; then $(CYGPATH_W) '../api/mfile.C'; else $(CYGPATH_W) '$(srcdir)/../api/mfile.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/mfile.Tpo" "$(DEPDIR)/mfile.Po"; \ +@am__fastdepCXX_TRUE@ -c -o mfile.obj `if test -f '../api/mfile.C'; then $(CYGPATH_W) '../api/mfile.C'; else $(CYGPATH_W) '$(srcdir)/../api/mfile.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/mfile.Tpo" "$(DEPDIR)/mfile.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/mfile.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/mfile.C' object='mfile.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/mfile.Po' tmpdepfile='$(DEPDIR)/mfile.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mfile.obj `if test -f '../api/mfile.C'; then $(CYGPATH_W) '../api/mfile.C'; else $(CYGPATH_W) '$(srcdir)/../api/mfile.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mfile.obj `if test -f '../api/mfile.C'; then $(CYGPATH_W) '../api/mfile.C'; else $(CYGPATH_W) '$(srcdir)/../api/mfile.C'` parse.o: ../lib/parse.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT parse.o -MD -MP -MF "$(DEPDIR)/parse.Tpo" \ @am__fastdepCXX_TRUE@ -c -o parse.o `test -f '../lib/parse.C' || echo '$(srcdir)/'`../lib/parse.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/parse.Tpo" "$(DEPDIR)/parse.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/parse.Tpo" "$(DEPDIR)/parse.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/parse.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/parse.C' object='parse.o' libtool=no @AMDEPBACKSLASH@ @@ -363,19 +369,19 @@ parse.o: ../lib/parse.C parse.obj: ../lib/parse.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT parse.obj -MD -MP -MF "$(DEPDIR)/parse.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/parse.Tpo" "$(DEPDIR)/parse.Po"; \ +@am__fastdepCXX_TRUE@ -c -o parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/parse.Tpo" "$(DEPDIR)/parse.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/parse.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/parse.C' object='parse.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/parse.Po' tmpdepfile='$(DEPDIR)/parse.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'` filesys.o: ../lib/filesys.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filesys.o -MD -MP -MF "$(DEPDIR)/filesys.Tpo" \ @am__fastdepCXX_TRUE@ -c -o filesys.o `test -f '../lib/filesys.C' || echo '$(srcdir)/'`../lib/filesys.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/filesys.Tpo" "$(DEPDIR)/filesys.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/filesys.Tpo" "$(DEPDIR)/filesys.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/filesys.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/filesys.C' object='filesys.o' libtool=no @AMDEPBACKSLASH@ @@ -385,19 +391,19 @@ filesys.o: ../lib/filesys.C filesys.obj: ../lib/filesys.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT filesys.obj -MD -MP -MF "$(DEPDIR)/filesys.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o filesys.obj `if test -f '../lib/filesys.C'; then $(CYGPATH_W) '../lib/filesys.C'; else $(CYGPATH_W) '$(srcdir)/../lib/filesys.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/filesys.Tpo" "$(DEPDIR)/filesys.Po"; \ +@am__fastdepCXX_TRUE@ -c -o filesys.obj `if test -f '../lib/filesys.C'; then $(CYGPATH_W) '../lib/filesys.C'; else $(CYGPATH_W) '$(srcdir)/../lib/filesys.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/filesys.Tpo" "$(DEPDIR)/filesys.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/filesys.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/filesys.C' object='filesys.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/filesys.Po' tmpdepfile='$(DEPDIR)/filesys.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filesys.obj `if test -f '../lib/filesys.C'; then $(CYGPATH_W) '../lib/filesys.C'; else $(CYGPATH_W) '$(srcdir)/../lib/filesys.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o filesys.obj `if test -f '../lib/filesys.C'; then $(CYGPATH_W) '../lib/filesys.C'; else $(CYGPATH_W) '$(srcdir)/../lib/filesys.C'` shmem.o: ../lib/shmem.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT shmem.o -MD -MP -MF "$(DEPDIR)/shmem.Tpo" \ @am__fastdepCXX_TRUE@ -c -o shmem.o `test -f '../lib/shmem.C' || echo '$(srcdir)/'`../lib/shmem.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/shmem.Tpo" "$(DEPDIR)/shmem.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/shmem.Tpo" "$(DEPDIR)/shmem.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/shmem.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/shmem.C' object='shmem.o' libtool=no @AMDEPBACKSLASH@ @@ -407,19 +413,19 @@ shmem.o: ../lib/shmem.C shmem.obj: ../lib/shmem.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT shmem.obj -MD -MP -MF "$(DEPDIR)/shmem.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/shmem.Tpo" "$(DEPDIR)/shmem.Po"; \ +@am__fastdepCXX_TRUE@ -c -o shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/shmem.Tpo" "$(DEPDIR)/shmem.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/shmem.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/shmem.C' object='shmem.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/shmem.Po' tmpdepfile='$(DEPDIR)/shmem.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'` util.o: ../lib/util.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT util.o -MD -MP -MF "$(DEPDIR)/util.Tpo" \ @am__fastdepCXX_TRUE@ -c -o util.o `test -f '../lib/util.C' || echo '$(srcdir)/'`../lib/util.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/util.Tpo" "$(DEPDIR)/util.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/util.Tpo" "$(DEPDIR)/util.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/util.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/util.C' object='util.o' libtool=no @AMDEPBACKSLASH@ @@ -429,19 +435,19 @@ util.o: ../lib/util.C util.obj: ../lib/util.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT util.obj -MD -MP -MF "$(DEPDIR)/util.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/util.Tpo" "$(DEPDIR)/util.Po"; \ +@am__fastdepCXX_TRUE@ -c -o util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/util.Tpo" "$(DEPDIR)/util.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/util.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/util.C' object='util.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/util.Po' tmpdepfile='$(DEPDIR)/util.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'` app_ipc.o: ../lib/app_ipc.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT app_ipc.o -MD -MP -MF "$(DEPDIR)/app_ipc.Tpo" \ @am__fastdepCXX_TRUE@ -c -o app_ipc.o `test -f '../lib/app_ipc.C' || echo '$(srcdir)/'`../lib/app_ipc.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/app_ipc.Tpo" "$(DEPDIR)/app_ipc.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/app_ipc.Tpo" "$(DEPDIR)/app_ipc.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/app_ipc.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/app_ipc.C' object='app_ipc.o' libtool=no @AMDEPBACKSLASH@ @@ -451,19 +457,19 @@ app_ipc.o: ../lib/app_ipc.C app_ipc.obj: ../lib/app_ipc.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT app_ipc.obj -MD -MP -MF "$(DEPDIR)/app_ipc.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/app_ipc.Tpo" "$(DEPDIR)/app_ipc.Po"; \ +@am__fastdepCXX_TRUE@ -c -o app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/app_ipc.Tpo" "$(DEPDIR)/app_ipc.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/app_ipc.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/app_ipc.C' object='app_ipc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/app_ipc.Po' tmpdepfile='$(DEPDIR)/app_ipc.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'` boinc_api.o: ../api/boinc_api.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_api.o -MD -MP -MF "$(DEPDIR)/boinc_api.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_api.o `test -f '../api/boinc_api.C' || echo '$(srcdir)/'`../api/boinc_api.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_api.Tpo" "$(DEPDIR)/boinc_api.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_api.Tpo" "$(DEPDIR)/boinc_api.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_api.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/boinc_api.C' object='boinc_api.o' libtool=no @AMDEPBACKSLASH@ @@ -473,14 +479,14 @@ boinc_api.o: ../api/boinc_api.C boinc_api.obj: ../api/boinc_api.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_api.obj -MD -MP -MF "$(DEPDIR)/boinc_api.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_api.obj `if test -f '../api/boinc_api.C'; then $(CYGPATH_W) '../api/boinc_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/boinc_api.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_api.Tpo" "$(DEPDIR)/boinc_api.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_api.obj `if test -f '../api/boinc_api.C'; then $(CYGPATH_W) '../api/boinc_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/boinc_api.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_api.Tpo" "$(DEPDIR)/boinc_api.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_api.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/boinc_api.C' object='boinc_api.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_api.Po' tmpdepfile='$(DEPDIR)/boinc_api.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_api.obj `if test -f '../api/boinc_api.C'; then $(CYGPATH_W) '../api/boinc_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/boinc_api.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_api.obj `if test -f '../api/boinc_api.C'; then $(CYGPATH_W) '../api/boinc_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/boinc_api.C'` uninstall-info-am: ETAGS = etags @@ -542,13 +548,11 @@ top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) - $(mkinstalldirs) $(distdir)/.. + $(mkinstalldirs) $(distdir)/$(top_srcdir) @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,/[^/]*$$,,'`; \ @@ -575,6 +579,7 @@ all-am: Makefile $(LIBRARIES) $(PROGRAMS) installdirs: $(mkinstalldirs) $(DESTDIR)$(bindir) + install: install-am install-exec: install-exec-am install-data: install-data-am diff --git a/checkin_notes b/checkin_notes index e7f3e70883..7e2cdd6887 100755 --- a/checkin_notes +++ b/checkin_notes @@ -5947,3 +5947,11 @@ Karl 2003/08/28 create_project.php single_host_server.php software.php (new) + +David Aug 30 2003 + - split db_base.C off from boinc_db.C + (it's the class DB_BASE that supports MySQL access, + independent of the BOINC database) + + db/ + db_base.C,h (new) diff --git a/client/Makefile.in b/client/Makefile.in index 09dbe83ddb..dc27239281 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.7.6 from Makefile.am. +# Makefile.in generated by automake 1.7 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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, @@ -226,7 +226,6 @@ EXTRA_DIST = \ translation/language.* subdir = client -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -351,6 +350,40 @@ uninstall-binPROGRAMS: clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) +boinc_client-main.$(OBJEXT): main.C +boinc_client-account.$(OBJEXT): account.C +boinc_client-app.$(OBJEXT): app.C +boinc_client-client_state.$(OBJEXT): client_state.C +boinc_client-client_types.$(OBJEXT): client_types.C +boinc_client-cs_apps.$(OBJEXT): cs_apps.C +boinc_client-cs_files.$(OBJEXT): cs_files.C +boinc_client-cs_scheduler.$(OBJEXT): cs_scheduler.C +boinc_client-file_names.$(OBJEXT): file_names.C +boinc_client-file_xfer.$(OBJEXT): file_xfer.C +boinc_client-hostinfo.$(OBJEXT): hostinfo.C +boinc_client-hostinfo_unix.$(OBJEXT): hostinfo_unix.C +boinc_client-http.$(OBJEXT): http.C +boinc_client-log_flags.$(OBJEXT): log_flags.C +boinc_client-message.$(OBJEXT): message.C +boinc_client-net_stats.$(OBJEXT): net_stats.C +boinc_client-net_xfer.$(OBJEXT): net_xfer.C +boinc_client-pers_file_xfer.$(OBJEXT): pers_file_xfer.C +boinc_client-prefs.$(OBJEXT): prefs.C +boinc_client-scheduler_op.$(OBJEXT): scheduler_op.C +boinc_client-speed_stats.$(OBJEXT): speed_stats.C +boinc_client-ss_logic.$(OBJEXT): ss_logic.C +boinc_client-time_stats.$(OBJEXT): time_stats.C +boinc_client-client_messages.$(OBJEXT): client_messages.C +boinc_client-app_ipc.$(OBJEXT): ../lib/app_ipc.C +boinc_client-filesys.$(OBJEXT): ../lib/filesys.C +boinc_client-language.$(OBJEXT): ../lib/language.C +boinc_client-parse.$(OBJEXT): ../lib/parse.C +boinc_client-shmem.$(OBJEXT): ../lib/shmem.C +boinc_client-md5_file.$(OBJEXT): ../lib/md5_file.C +boinc_client-md5.$(OBJEXT): ../lib/md5.c +boinc_client-crypt.$(OBJEXT): ../lib/crypt.C +boinc_client-util.$(OBJEXT): ../lib/util.C +boinc_client-messages.$(OBJEXT): ../lib/messages.C boinc_client$(EXEEXT): $(boinc_client_OBJECTS) $(boinc_client_DEPENDENCIES) @rm -f boinc_client$(EXEEXT) $(CXXLINK) $(boinc_client_LDFLAGS) $(boinc_client_OBJECTS) $(boinc_client_LDADD) $(LIBS) @@ -406,7 +439,7 @@ distclean-depend: .C.o: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @@ -416,19 +449,19 @@ distclean-depend: .C.obj: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` boinc_client-main.o: main.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-main.o -MD -MP -MF "$(DEPDIR)/boinc_client-main.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-main.o `test -f 'main.C' || echo '$(srcdir)/'`main.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-main.Tpo" "$(DEPDIR)/boinc_client-main.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-main.Tpo" "$(DEPDIR)/boinc_client-main.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-main.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='main.C' object='boinc_client-main.o' libtool=no @AMDEPBACKSLASH@ @@ -438,19 +471,19 @@ boinc_client-main.o: main.C boinc_client-main.obj: main.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-main.obj -MD -MP -MF "$(DEPDIR)/boinc_client-main.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-main.obj `if test -f 'main.C'; then $(CYGPATH_W) 'main.C'; else $(CYGPATH_W) '$(srcdir)/main.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-main.Tpo" "$(DEPDIR)/boinc_client-main.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-main.obj `if test -f 'main.C'; then $(CYGPATH_W) 'main.C'; else $(CYGPATH_W) '$(srcdir)/main.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-main.Tpo" "$(DEPDIR)/boinc_client-main.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-main.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='main.C' object='boinc_client-main.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-main.Po' tmpdepfile='$(DEPDIR)/boinc_client-main.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-main.obj `if test -f 'main.C'; then $(CYGPATH_W) 'main.C'; else $(CYGPATH_W) '$(srcdir)/main.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-main.obj `if test -f 'main.C'; then $(CYGPATH_W) 'main.C'; else $(CYGPATH_W) '$(srcdir)/main.C'` boinc_client-account.o: account.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-account.o -MD -MP -MF "$(DEPDIR)/boinc_client-account.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-account.o `test -f 'account.C' || echo '$(srcdir)/'`account.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-account.Tpo" "$(DEPDIR)/boinc_client-account.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-account.Tpo" "$(DEPDIR)/boinc_client-account.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-account.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='account.C' object='boinc_client-account.o' libtool=no @AMDEPBACKSLASH@ @@ -460,19 +493,19 @@ boinc_client-account.o: account.C boinc_client-account.obj: account.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-account.obj -MD -MP -MF "$(DEPDIR)/boinc_client-account.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-account.obj `if test -f 'account.C'; then $(CYGPATH_W) 'account.C'; else $(CYGPATH_W) '$(srcdir)/account.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-account.Tpo" "$(DEPDIR)/boinc_client-account.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-account.obj `if test -f 'account.C'; then $(CYGPATH_W) 'account.C'; else $(CYGPATH_W) '$(srcdir)/account.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-account.Tpo" "$(DEPDIR)/boinc_client-account.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-account.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='account.C' object='boinc_client-account.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-account.Po' tmpdepfile='$(DEPDIR)/boinc_client-account.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-account.obj `if test -f 'account.C'; then $(CYGPATH_W) 'account.C'; else $(CYGPATH_W) '$(srcdir)/account.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-account.obj `if test -f 'account.C'; then $(CYGPATH_W) 'account.C'; else $(CYGPATH_W) '$(srcdir)/account.C'` boinc_client-app.o: app.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app.o -MD -MP -MF "$(DEPDIR)/boinc_client-app.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-app.o `test -f 'app.C' || echo '$(srcdir)/'`app.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-app.Tpo" "$(DEPDIR)/boinc_client-app.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-app.Tpo" "$(DEPDIR)/boinc_client-app.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-app.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='app.C' object='boinc_client-app.o' libtool=no @AMDEPBACKSLASH@ @@ -482,19 +515,19 @@ boinc_client-app.o: app.C boinc_client-app.obj: app.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app.obj -MD -MP -MF "$(DEPDIR)/boinc_client-app.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-app.obj `if test -f 'app.C'; then $(CYGPATH_W) 'app.C'; else $(CYGPATH_W) '$(srcdir)/app.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-app.Tpo" "$(DEPDIR)/boinc_client-app.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-app.obj `if test -f 'app.C'; then $(CYGPATH_W) 'app.C'; else $(CYGPATH_W) '$(srcdir)/app.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-app.Tpo" "$(DEPDIR)/boinc_client-app.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-app.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='app.C' object='boinc_client-app.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-app.Po' tmpdepfile='$(DEPDIR)/boinc_client-app.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app.obj `if test -f 'app.C'; then $(CYGPATH_W) 'app.C'; else $(CYGPATH_W) '$(srcdir)/app.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app.obj `if test -f 'app.C'; then $(CYGPATH_W) 'app.C'; else $(CYGPATH_W) '$(srcdir)/app.C'` boinc_client-client_state.o: client_state.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_state.o -MD -MP -MF "$(DEPDIR)/boinc_client-client_state.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-client_state.o `test -f 'client_state.C' || echo '$(srcdir)/'`client_state.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-client_state.Tpo" "$(DEPDIR)/boinc_client-client_state.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-client_state.Tpo" "$(DEPDIR)/boinc_client-client_state.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-client_state.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='client_state.C' object='boinc_client-client_state.o' libtool=no @AMDEPBACKSLASH@ @@ -504,19 +537,19 @@ boinc_client-client_state.o: client_state.C boinc_client-client_state.obj: client_state.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_state.obj -MD -MP -MF "$(DEPDIR)/boinc_client-client_state.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-client_state.obj `if test -f 'client_state.C'; then $(CYGPATH_W) 'client_state.C'; else $(CYGPATH_W) '$(srcdir)/client_state.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-client_state.Tpo" "$(DEPDIR)/boinc_client-client_state.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-client_state.obj `if test -f 'client_state.C'; then $(CYGPATH_W) 'client_state.C'; else $(CYGPATH_W) '$(srcdir)/client_state.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-client_state.Tpo" "$(DEPDIR)/boinc_client-client_state.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-client_state.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='client_state.C' object='boinc_client-client_state.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-client_state.Po' tmpdepfile='$(DEPDIR)/boinc_client-client_state.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_state.obj `if test -f 'client_state.C'; then $(CYGPATH_W) 'client_state.C'; else $(CYGPATH_W) '$(srcdir)/client_state.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_state.obj `if test -f 'client_state.C'; then $(CYGPATH_W) 'client_state.C'; else $(CYGPATH_W) '$(srcdir)/client_state.C'` boinc_client-client_types.o: client_types.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_types.o -MD -MP -MF "$(DEPDIR)/boinc_client-client_types.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-client_types.o `test -f 'client_types.C' || echo '$(srcdir)/'`client_types.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-client_types.Tpo" "$(DEPDIR)/boinc_client-client_types.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-client_types.Tpo" "$(DEPDIR)/boinc_client-client_types.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-client_types.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='client_types.C' object='boinc_client-client_types.o' libtool=no @AMDEPBACKSLASH@ @@ -526,19 +559,19 @@ boinc_client-client_types.o: client_types.C boinc_client-client_types.obj: client_types.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_types.obj -MD -MP -MF "$(DEPDIR)/boinc_client-client_types.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-client_types.obj `if test -f 'client_types.C'; then $(CYGPATH_W) 'client_types.C'; else $(CYGPATH_W) '$(srcdir)/client_types.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-client_types.Tpo" "$(DEPDIR)/boinc_client-client_types.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-client_types.obj `if test -f 'client_types.C'; then $(CYGPATH_W) 'client_types.C'; else $(CYGPATH_W) '$(srcdir)/client_types.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-client_types.Tpo" "$(DEPDIR)/boinc_client-client_types.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-client_types.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='client_types.C' object='boinc_client-client_types.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-client_types.Po' tmpdepfile='$(DEPDIR)/boinc_client-client_types.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_types.obj `if test -f 'client_types.C'; then $(CYGPATH_W) 'client_types.C'; else $(CYGPATH_W) '$(srcdir)/client_types.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_types.obj `if test -f 'client_types.C'; then $(CYGPATH_W) 'client_types.C'; else $(CYGPATH_W) '$(srcdir)/client_types.C'` boinc_client-cs_apps.o: cs_apps.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_apps.o -MD -MP -MF "$(DEPDIR)/boinc_client-cs_apps.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-cs_apps.o `test -f 'cs_apps.C' || echo '$(srcdir)/'`cs_apps.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-cs_apps.Tpo" "$(DEPDIR)/boinc_client-cs_apps.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-cs_apps.Tpo" "$(DEPDIR)/boinc_client-cs_apps.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-cs_apps.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cs_apps.C' object='boinc_client-cs_apps.o' libtool=no @AMDEPBACKSLASH@ @@ -548,19 +581,19 @@ boinc_client-cs_apps.o: cs_apps.C boinc_client-cs_apps.obj: cs_apps.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_apps.obj -MD -MP -MF "$(DEPDIR)/boinc_client-cs_apps.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-cs_apps.obj `if test -f 'cs_apps.C'; then $(CYGPATH_W) 'cs_apps.C'; else $(CYGPATH_W) '$(srcdir)/cs_apps.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-cs_apps.Tpo" "$(DEPDIR)/boinc_client-cs_apps.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-cs_apps.obj `if test -f 'cs_apps.C'; then $(CYGPATH_W) 'cs_apps.C'; else $(CYGPATH_W) '$(srcdir)/cs_apps.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-cs_apps.Tpo" "$(DEPDIR)/boinc_client-cs_apps.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-cs_apps.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cs_apps.C' object='boinc_client-cs_apps.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-cs_apps.Po' tmpdepfile='$(DEPDIR)/boinc_client-cs_apps.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_apps.obj `if test -f 'cs_apps.C'; then $(CYGPATH_W) 'cs_apps.C'; else $(CYGPATH_W) '$(srcdir)/cs_apps.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_apps.obj `if test -f 'cs_apps.C'; then $(CYGPATH_W) 'cs_apps.C'; else $(CYGPATH_W) '$(srcdir)/cs_apps.C'` boinc_client-cs_files.o: cs_files.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_files.o -MD -MP -MF "$(DEPDIR)/boinc_client-cs_files.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-cs_files.o `test -f 'cs_files.C' || echo '$(srcdir)/'`cs_files.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-cs_files.Tpo" "$(DEPDIR)/boinc_client-cs_files.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-cs_files.Tpo" "$(DEPDIR)/boinc_client-cs_files.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-cs_files.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cs_files.C' object='boinc_client-cs_files.o' libtool=no @AMDEPBACKSLASH@ @@ -570,19 +603,19 @@ boinc_client-cs_files.o: cs_files.C boinc_client-cs_files.obj: cs_files.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_files.obj -MD -MP -MF "$(DEPDIR)/boinc_client-cs_files.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-cs_files.obj `if test -f 'cs_files.C'; then $(CYGPATH_W) 'cs_files.C'; else $(CYGPATH_W) '$(srcdir)/cs_files.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-cs_files.Tpo" "$(DEPDIR)/boinc_client-cs_files.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-cs_files.obj `if test -f 'cs_files.C'; then $(CYGPATH_W) 'cs_files.C'; else $(CYGPATH_W) '$(srcdir)/cs_files.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-cs_files.Tpo" "$(DEPDIR)/boinc_client-cs_files.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-cs_files.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cs_files.C' object='boinc_client-cs_files.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-cs_files.Po' tmpdepfile='$(DEPDIR)/boinc_client-cs_files.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_files.obj `if test -f 'cs_files.C'; then $(CYGPATH_W) 'cs_files.C'; else $(CYGPATH_W) '$(srcdir)/cs_files.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_files.obj `if test -f 'cs_files.C'; then $(CYGPATH_W) 'cs_files.C'; else $(CYGPATH_W) '$(srcdir)/cs_files.C'` boinc_client-cs_scheduler.o: cs_scheduler.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_scheduler.o -MD -MP -MF "$(DEPDIR)/boinc_client-cs_scheduler.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-cs_scheduler.o `test -f 'cs_scheduler.C' || echo '$(srcdir)/'`cs_scheduler.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-cs_scheduler.Tpo" "$(DEPDIR)/boinc_client-cs_scheduler.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-cs_scheduler.Tpo" "$(DEPDIR)/boinc_client-cs_scheduler.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-cs_scheduler.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cs_scheduler.C' object='boinc_client-cs_scheduler.o' libtool=no @AMDEPBACKSLASH@ @@ -592,19 +625,19 @@ boinc_client-cs_scheduler.o: cs_scheduler.C boinc_client-cs_scheduler.obj: cs_scheduler.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_scheduler.obj -MD -MP -MF "$(DEPDIR)/boinc_client-cs_scheduler.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-cs_scheduler.obj `if test -f 'cs_scheduler.C'; then $(CYGPATH_W) 'cs_scheduler.C'; else $(CYGPATH_W) '$(srcdir)/cs_scheduler.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-cs_scheduler.Tpo" "$(DEPDIR)/boinc_client-cs_scheduler.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-cs_scheduler.obj `if test -f 'cs_scheduler.C'; then $(CYGPATH_W) 'cs_scheduler.C'; else $(CYGPATH_W) '$(srcdir)/cs_scheduler.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-cs_scheduler.Tpo" "$(DEPDIR)/boinc_client-cs_scheduler.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-cs_scheduler.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cs_scheduler.C' object='boinc_client-cs_scheduler.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-cs_scheduler.Po' tmpdepfile='$(DEPDIR)/boinc_client-cs_scheduler.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_scheduler.obj `if test -f 'cs_scheduler.C'; then $(CYGPATH_W) 'cs_scheduler.C'; else $(CYGPATH_W) '$(srcdir)/cs_scheduler.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_scheduler.obj `if test -f 'cs_scheduler.C'; then $(CYGPATH_W) 'cs_scheduler.C'; else $(CYGPATH_W) '$(srcdir)/cs_scheduler.C'` boinc_client-file_names.o: file_names.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-file_names.o -MD -MP -MF "$(DEPDIR)/boinc_client-file_names.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-file_names.o `test -f 'file_names.C' || echo '$(srcdir)/'`file_names.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-file_names.Tpo" "$(DEPDIR)/boinc_client-file_names.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-file_names.Tpo" "$(DEPDIR)/boinc_client-file_names.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-file_names.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='file_names.C' object='boinc_client-file_names.o' libtool=no @AMDEPBACKSLASH@ @@ -614,19 +647,19 @@ boinc_client-file_names.o: file_names.C boinc_client-file_names.obj: file_names.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-file_names.obj -MD -MP -MF "$(DEPDIR)/boinc_client-file_names.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-file_names.obj `if test -f 'file_names.C'; then $(CYGPATH_W) 'file_names.C'; else $(CYGPATH_W) '$(srcdir)/file_names.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-file_names.Tpo" "$(DEPDIR)/boinc_client-file_names.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-file_names.obj `if test -f 'file_names.C'; then $(CYGPATH_W) 'file_names.C'; else $(CYGPATH_W) '$(srcdir)/file_names.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-file_names.Tpo" "$(DEPDIR)/boinc_client-file_names.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-file_names.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='file_names.C' object='boinc_client-file_names.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-file_names.Po' tmpdepfile='$(DEPDIR)/boinc_client-file_names.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-file_names.obj `if test -f 'file_names.C'; then $(CYGPATH_W) 'file_names.C'; else $(CYGPATH_W) '$(srcdir)/file_names.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-file_names.obj `if test -f 'file_names.C'; then $(CYGPATH_W) 'file_names.C'; else $(CYGPATH_W) '$(srcdir)/file_names.C'` boinc_client-file_xfer.o: file_xfer.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-file_xfer.o -MD -MP -MF "$(DEPDIR)/boinc_client-file_xfer.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-file_xfer.o `test -f 'file_xfer.C' || echo '$(srcdir)/'`file_xfer.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-file_xfer.Tpo" "$(DEPDIR)/boinc_client-file_xfer.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-file_xfer.Tpo" "$(DEPDIR)/boinc_client-file_xfer.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-file_xfer.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='file_xfer.C' object='boinc_client-file_xfer.o' libtool=no @AMDEPBACKSLASH@ @@ -636,19 +669,19 @@ boinc_client-file_xfer.o: file_xfer.C boinc_client-file_xfer.obj: file_xfer.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-file_xfer.obj -MD -MP -MF "$(DEPDIR)/boinc_client-file_xfer.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-file_xfer.obj `if test -f 'file_xfer.C'; then $(CYGPATH_W) 'file_xfer.C'; else $(CYGPATH_W) '$(srcdir)/file_xfer.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-file_xfer.Tpo" "$(DEPDIR)/boinc_client-file_xfer.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-file_xfer.obj `if test -f 'file_xfer.C'; then $(CYGPATH_W) 'file_xfer.C'; else $(CYGPATH_W) '$(srcdir)/file_xfer.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-file_xfer.Tpo" "$(DEPDIR)/boinc_client-file_xfer.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-file_xfer.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='file_xfer.C' object='boinc_client-file_xfer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-file_xfer.Po' tmpdepfile='$(DEPDIR)/boinc_client-file_xfer.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-file_xfer.obj `if test -f 'file_xfer.C'; then $(CYGPATH_W) 'file_xfer.C'; else $(CYGPATH_W) '$(srcdir)/file_xfer.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-file_xfer.obj `if test -f 'file_xfer.C'; then $(CYGPATH_W) 'file_xfer.C'; else $(CYGPATH_W) '$(srcdir)/file_xfer.C'` boinc_client-hostinfo.o: hostinfo.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-hostinfo.o -MD -MP -MF "$(DEPDIR)/boinc_client-hostinfo.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-hostinfo.o `test -f 'hostinfo.C' || echo '$(srcdir)/'`hostinfo.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-hostinfo.Tpo" "$(DEPDIR)/boinc_client-hostinfo.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-hostinfo.Tpo" "$(DEPDIR)/boinc_client-hostinfo.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-hostinfo.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hostinfo.C' object='boinc_client-hostinfo.o' libtool=no @AMDEPBACKSLASH@ @@ -658,19 +691,19 @@ boinc_client-hostinfo.o: hostinfo.C boinc_client-hostinfo.obj: hostinfo.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-hostinfo.obj -MD -MP -MF "$(DEPDIR)/boinc_client-hostinfo.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-hostinfo.obj `if test -f 'hostinfo.C'; then $(CYGPATH_W) 'hostinfo.C'; else $(CYGPATH_W) '$(srcdir)/hostinfo.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-hostinfo.Tpo" "$(DEPDIR)/boinc_client-hostinfo.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-hostinfo.obj `if test -f 'hostinfo.C'; then $(CYGPATH_W) 'hostinfo.C'; else $(CYGPATH_W) '$(srcdir)/hostinfo.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-hostinfo.Tpo" "$(DEPDIR)/boinc_client-hostinfo.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-hostinfo.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hostinfo.C' object='boinc_client-hostinfo.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-hostinfo.Po' tmpdepfile='$(DEPDIR)/boinc_client-hostinfo.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-hostinfo.obj `if test -f 'hostinfo.C'; then $(CYGPATH_W) 'hostinfo.C'; else $(CYGPATH_W) '$(srcdir)/hostinfo.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-hostinfo.obj `if test -f 'hostinfo.C'; then $(CYGPATH_W) 'hostinfo.C'; else $(CYGPATH_W) '$(srcdir)/hostinfo.C'` boinc_client-hostinfo_unix.o: hostinfo_unix.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-hostinfo_unix.o -MD -MP -MF "$(DEPDIR)/boinc_client-hostinfo_unix.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-hostinfo_unix.o `test -f 'hostinfo_unix.C' || echo '$(srcdir)/'`hostinfo_unix.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-hostinfo_unix.Tpo" "$(DEPDIR)/boinc_client-hostinfo_unix.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-hostinfo_unix.Tpo" "$(DEPDIR)/boinc_client-hostinfo_unix.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-hostinfo_unix.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hostinfo_unix.C' object='boinc_client-hostinfo_unix.o' libtool=no @AMDEPBACKSLASH@ @@ -680,19 +713,19 @@ boinc_client-hostinfo_unix.o: hostinfo_unix.C boinc_client-hostinfo_unix.obj: hostinfo_unix.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-hostinfo_unix.obj -MD -MP -MF "$(DEPDIR)/boinc_client-hostinfo_unix.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-hostinfo_unix.obj `if test -f 'hostinfo_unix.C'; then $(CYGPATH_W) 'hostinfo_unix.C'; else $(CYGPATH_W) '$(srcdir)/hostinfo_unix.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-hostinfo_unix.Tpo" "$(DEPDIR)/boinc_client-hostinfo_unix.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-hostinfo_unix.obj `if test -f 'hostinfo_unix.C'; then $(CYGPATH_W) 'hostinfo_unix.C'; else $(CYGPATH_W) '$(srcdir)/hostinfo_unix.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-hostinfo_unix.Tpo" "$(DEPDIR)/boinc_client-hostinfo_unix.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-hostinfo_unix.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hostinfo_unix.C' object='boinc_client-hostinfo_unix.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-hostinfo_unix.Po' tmpdepfile='$(DEPDIR)/boinc_client-hostinfo_unix.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-hostinfo_unix.obj `if test -f 'hostinfo_unix.C'; then $(CYGPATH_W) 'hostinfo_unix.C'; else $(CYGPATH_W) '$(srcdir)/hostinfo_unix.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-hostinfo_unix.obj `if test -f 'hostinfo_unix.C'; then $(CYGPATH_W) 'hostinfo_unix.C'; else $(CYGPATH_W) '$(srcdir)/hostinfo_unix.C'` boinc_client-http.o: http.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-http.o -MD -MP -MF "$(DEPDIR)/boinc_client-http.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-http.o `test -f 'http.C' || echo '$(srcdir)/'`http.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-http.Tpo" "$(DEPDIR)/boinc_client-http.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-http.Tpo" "$(DEPDIR)/boinc_client-http.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-http.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='http.C' object='boinc_client-http.o' libtool=no @AMDEPBACKSLASH@ @@ -702,19 +735,19 @@ boinc_client-http.o: http.C boinc_client-http.obj: http.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-http.obj -MD -MP -MF "$(DEPDIR)/boinc_client-http.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-http.obj `if test -f 'http.C'; then $(CYGPATH_W) 'http.C'; else $(CYGPATH_W) '$(srcdir)/http.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-http.Tpo" "$(DEPDIR)/boinc_client-http.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-http.obj `if test -f 'http.C'; then $(CYGPATH_W) 'http.C'; else $(CYGPATH_W) '$(srcdir)/http.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-http.Tpo" "$(DEPDIR)/boinc_client-http.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-http.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='http.C' object='boinc_client-http.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-http.Po' tmpdepfile='$(DEPDIR)/boinc_client-http.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-http.obj `if test -f 'http.C'; then $(CYGPATH_W) 'http.C'; else $(CYGPATH_W) '$(srcdir)/http.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-http.obj `if test -f 'http.C'; then $(CYGPATH_W) 'http.C'; else $(CYGPATH_W) '$(srcdir)/http.C'` boinc_client-log_flags.o: log_flags.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-log_flags.o -MD -MP -MF "$(DEPDIR)/boinc_client-log_flags.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-log_flags.o `test -f 'log_flags.C' || echo '$(srcdir)/'`log_flags.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-log_flags.Tpo" "$(DEPDIR)/boinc_client-log_flags.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-log_flags.Tpo" "$(DEPDIR)/boinc_client-log_flags.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-log_flags.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='log_flags.C' object='boinc_client-log_flags.o' libtool=no @AMDEPBACKSLASH@ @@ -724,19 +757,19 @@ boinc_client-log_flags.o: log_flags.C boinc_client-log_flags.obj: log_flags.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-log_flags.obj -MD -MP -MF "$(DEPDIR)/boinc_client-log_flags.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-log_flags.obj `if test -f 'log_flags.C'; then $(CYGPATH_W) 'log_flags.C'; else $(CYGPATH_W) '$(srcdir)/log_flags.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-log_flags.Tpo" "$(DEPDIR)/boinc_client-log_flags.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-log_flags.obj `if test -f 'log_flags.C'; then $(CYGPATH_W) 'log_flags.C'; else $(CYGPATH_W) '$(srcdir)/log_flags.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-log_flags.Tpo" "$(DEPDIR)/boinc_client-log_flags.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-log_flags.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='log_flags.C' object='boinc_client-log_flags.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-log_flags.Po' tmpdepfile='$(DEPDIR)/boinc_client-log_flags.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-log_flags.obj `if test -f 'log_flags.C'; then $(CYGPATH_W) 'log_flags.C'; else $(CYGPATH_W) '$(srcdir)/log_flags.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-log_flags.obj `if test -f 'log_flags.C'; then $(CYGPATH_W) 'log_flags.C'; else $(CYGPATH_W) '$(srcdir)/log_flags.C'` boinc_client-message.o: message.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-message.o -MD -MP -MF "$(DEPDIR)/boinc_client-message.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-message.o `test -f 'message.C' || echo '$(srcdir)/'`message.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-message.Tpo" "$(DEPDIR)/boinc_client-message.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-message.Tpo" "$(DEPDIR)/boinc_client-message.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-message.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='message.C' object='boinc_client-message.o' libtool=no @AMDEPBACKSLASH@ @@ -746,19 +779,19 @@ boinc_client-message.o: message.C boinc_client-message.obj: message.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-message.obj -MD -MP -MF "$(DEPDIR)/boinc_client-message.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-message.obj `if test -f 'message.C'; then $(CYGPATH_W) 'message.C'; else $(CYGPATH_W) '$(srcdir)/message.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-message.Tpo" "$(DEPDIR)/boinc_client-message.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-message.obj `if test -f 'message.C'; then $(CYGPATH_W) 'message.C'; else $(CYGPATH_W) '$(srcdir)/message.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-message.Tpo" "$(DEPDIR)/boinc_client-message.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-message.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='message.C' object='boinc_client-message.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-message.Po' tmpdepfile='$(DEPDIR)/boinc_client-message.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-message.obj `if test -f 'message.C'; then $(CYGPATH_W) 'message.C'; else $(CYGPATH_W) '$(srcdir)/message.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-message.obj `if test -f 'message.C'; then $(CYGPATH_W) 'message.C'; else $(CYGPATH_W) '$(srcdir)/message.C'` boinc_client-net_stats.o: net_stats.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-net_stats.o -MD -MP -MF "$(DEPDIR)/boinc_client-net_stats.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-net_stats.o `test -f 'net_stats.C' || echo '$(srcdir)/'`net_stats.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-net_stats.Tpo" "$(DEPDIR)/boinc_client-net_stats.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-net_stats.Tpo" "$(DEPDIR)/boinc_client-net_stats.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-net_stats.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='net_stats.C' object='boinc_client-net_stats.o' libtool=no @AMDEPBACKSLASH@ @@ -768,19 +801,19 @@ boinc_client-net_stats.o: net_stats.C boinc_client-net_stats.obj: net_stats.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-net_stats.obj -MD -MP -MF "$(DEPDIR)/boinc_client-net_stats.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-net_stats.obj `if test -f 'net_stats.C'; then $(CYGPATH_W) 'net_stats.C'; else $(CYGPATH_W) '$(srcdir)/net_stats.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-net_stats.Tpo" "$(DEPDIR)/boinc_client-net_stats.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-net_stats.obj `if test -f 'net_stats.C'; then $(CYGPATH_W) 'net_stats.C'; else $(CYGPATH_W) '$(srcdir)/net_stats.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-net_stats.Tpo" "$(DEPDIR)/boinc_client-net_stats.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-net_stats.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='net_stats.C' object='boinc_client-net_stats.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-net_stats.Po' tmpdepfile='$(DEPDIR)/boinc_client-net_stats.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-net_stats.obj `if test -f 'net_stats.C'; then $(CYGPATH_W) 'net_stats.C'; else $(CYGPATH_W) '$(srcdir)/net_stats.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-net_stats.obj `if test -f 'net_stats.C'; then $(CYGPATH_W) 'net_stats.C'; else $(CYGPATH_W) '$(srcdir)/net_stats.C'` boinc_client-net_xfer.o: net_xfer.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-net_xfer.o -MD -MP -MF "$(DEPDIR)/boinc_client-net_xfer.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-net_xfer.o `test -f 'net_xfer.C' || echo '$(srcdir)/'`net_xfer.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-net_xfer.Tpo" "$(DEPDIR)/boinc_client-net_xfer.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-net_xfer.Tpo" "$(DEPDIR)/boinc_client-net_xfer.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-net_xfer.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='net_xfer.C' object='boinc_client-net_xfer.o' libtool=no @AMDEPBACKSLASH@ @@ -790,19 +823,19 @@ boinc_client-net_xfer.o: net_xfer.C boinc_client-net_xfer.obj: net_xfer.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-net_xfer.obj -MD -MP -MF "$(DEPDIR)/boinc_client-net_xfer.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-net_xfer.obj `if test -f 'net_xfer.C'; then $(CYGPATH_W) 'net_xfer.C'; else $(CYGPATH_W) '$(srcdir)/net_xfer.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-net_xfer.Tpo" "$(DEPDIR)/boinc_client-net_xfer.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-net_xfer.obj `if test -f 'net_xfer.C'; then $(CYGPATH_W) 'net_xfer.C'; else $(CYGPATH_W) '$(srcdir)/net_xfer.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-net_xfer.Tpo" "$(DEPDIR)/boinc_client-net_xfer.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-net_xfer.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='net_xfer.C' object='boinc_client-net_xfer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-net_xfer.Po' tmpdepfile='$(DEPDIR)/boinc_client-net_xfer.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-net_xfer.obj `if test -f 'net_xfer.C'; then $(CYGPATH_W) 'net_xfer.C'; else $(CYGPATH_W) '$(srcdir)/net_xfer.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-net_xfer.obj `if test -f 'net_xfer.C'; then $(CYGPATH_W) 'net_xfer.C'; else $(CYGPATH_W) '$(srcdir)/net_xfer.C'` boinc_client-pers_file_xfer.o: pers_file_xfer.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-pers_file_xfer.o -MD -MP -MF "$(DEPDIR)/boinc_client-pers_file_xfer.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-pers_file_xfer.o `test -f 'pers_file_xfer.C' || echo '$(srcdir)/'`pers_file_xfer.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-pers_file_xfer.Tpo" "$(DEPDIR)/boinc_client-pers_file_xfer.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-pers_file_xfer.Tpo" "$(DEPDIR)/boinc_client-pers_file_xfer.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-pers_file_xfer.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pers_file_xfer.C' object='boinc_client-pers_file_xfer.o' libtool=no @AMDEPBACKSLASH@ @@ -812,19 +845,19 @@ boinc_client-pers_file_xfer.o: pers_file_xfer.C boinc_client-pers_file_xfer.obj: pers_file_xfer.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-pers_file_xfer.obj -MD -MP -MF "$(DEPDIR)/boinc_client-pers_file_xfer.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-pers_file_xfer.obj `if test -f 'pers_file_xfer.C'; then $(CYGPATH_W) 'pers_file_xfer.C'; else $(CYGPATH_W) '$(srcdir)/pers_file_xfer.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-pers_file_xfer.Tpo" "$(DEPDIR)/boinc_client-pers_file_xfer.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-pers_file_xfer.obj `if test -f 'pers_file_xfer.C'; then $(CYGPATH_W) 'pers_file_xfer.C'; else $(CYGPATH_W) '$(srcdir)/pers_file_xfer.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-pers_file_xfer.Tpo" "$(DEPDIR)/boinc_client-pers_file_xfer.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-pers_file_xfer.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pers_file_xfer.C' object='boinc_client-pers_file_xfer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-pers_file_xfer.Po' tmpdepfile='$(DEPDIR)/boinc_client-pers_file_xfer.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-pers_file_xfer.obj `if test -f 'pers_file_xfer.C'; then $(CYGPATH_W) 'pers_file_xfer.C'; else $(CYGPATH_W) '$(srcdir)/pers_file_xfer.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-pers_file_xfer.obj `if test -f 'pers_file_xfer.C'; then $(CYGPATH_W) 'pers_file_xfer.C'; else $(CYGPATH_W) '$(srcdir)/pers_file_xfer.C'` boinc_client-prefs.o: prefs.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-prefs.o -MD -MP -MF "$(DEPDIR)/boinc_client-prefs.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-prefs.o `test -f 'prefs.C' || echo '$(srcdir)/'`prefs.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-prefs.Tpo" "$(DEPDIR)/boinc_client-prefs.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-prefs.Tpo" "$(DEPDIR)/boinc_client-prefs.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-prefs.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prefs.C' object='boinc_client-prefs.o' libtool=no @AMDEPBACKSLASH@ @@ -834,19 +867,19 @@ boinc_client-prefs.o: prefs.C boinc_client-prefs.obj: prefs.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-prefs.obj -MD -MP -MF "$(DEPDIR)/boinc_client-prefs.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-prefs.obj `if test -f 'prefs.C'; then $(CYGPATH_W) 'prefs.C'; else $(CYGPATH_W) '$(srcdir)/prefs.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-prefs.Tpo" "$(DEPDIR)/boinc_client-prefs.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-prefs.obj `if test -f 'prefs.C'; then $(CYGPATH_W) 'prefs.C'; else $(CYGPATH_W) '$(srcdir)/prefs.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-prefs.Tpo" "$(DEPDIR)/boinc_client-prefs.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-prefs.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='prefs.C' object='boinc_client-prefs.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-prefs.Po' tmpdepfile='$(DEPDIR)/boinc_client-prefs.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-prefs.obj `if test -f 'prefs.C'; then $(CYGPATH_W) 'prefs.C'; else $(CYGPATH_W) '$(srcdir)/prefs.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-prefs.obj `if test -f 'prefs.C'; then $(CYGPATH_W) 'prefs.C'; else $(CYGPATH_W) '$(srcdir)/prefs.C'` boinc_client-scheduler_op.o: scheduler_op.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-scheduler_op.o -MD -MP -MF "$(DEPDIR)/boinc_client-scheduler_op.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-scheduler_op.o `test -f 'scheduler_op.C' || echo '$(srcdir)/'`scheduler_op.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-scheduler_op.Tpo" "$(DEPDIR)/boinc_client-scheduler_op.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-scheduler_op.Tpo" "$(DEPDIR)/boinc_client-scheduler_op.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-scheduler_op.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='scheduler_op.C' object='boinc_client-scheduler_op.o' libtool=no @AMDEPBACKSLASH@ @@ -856,19 +889,19 @@ boinc_client-scheduler_op.o: scheduler_op.C boinc_client-scheduler_op.obj: scheduler_op.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-scheduler_op.obj -MD -MP -MF "$(DEPDIR)/boinc_client-scheduler_op.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-scheduler_op.obj `if test -f 'scheduler_op.C'; then $(CYGPATH_W) 'scheduler_op.C'; else $(CYGPATH_W) '$(srcdir)/scheduler_op.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-scheduler_op.Tpo" "$(DEPDIR)/boinc_client-scheduler_op.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-scheduler_op.obj `if test -f 'scheduler_op.C'; then $(CYGPATH_W) 'scheduler_op.C'; else $(CYGPATH_W) '$(srcdir)/scheduler_op.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-scheduler_op.Tpo" "$(DEPDIR)/boinc_client-scheduler_op.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-scheduler_op.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='scheduler_op.C' object='boinc_client-scheduler_op.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-scheduler_op.Po' tmpdepfile='$(DEPDIR)/boinc_client-scheduler_op.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-scheduler_op.obj `if test -f 'scheduler_op.C'; then $(CYGPATH_W) 'scheduler_op.C'; else $(CYGPATH_W) '$(srcdir)/scheduler_op.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-scheduler_op.obj `if test -f 'scheduler_op.C'; then $(CYGPATH_W) 'scheduler_op.C'; else $(CYGPATH_W) '$(srcdir)/scheduler_op.C'` boinc_client-speed_stats.o: speed_stats.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-speed_stats.o -MD -MP -MF "$(DEPDIR)/boinc_client-speed_stats.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-speed_stats.o `test -f 'speed_stats.C' || echo '$(srcdir)/'`speed_stats.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-speed_stats.Tpo" "$(DEPDIR)/boinc_client-speed_stats.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-speed_stats.Tpo" "$(DEPDIR)/boinc_client-speed_stats.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-speed_stats.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='speed_stats.C' object='boinc_client-speed_stats.o' libtool=no @AMDEPBACKSLASH@ @@ -878,19 +911,19 @@ boinc_client-speed_stats.o: speed_stats.C boinc_client-speed_stats.obj: speed_stats.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-speed_stats.obj -MD -MP -MF "$(DEPDIR)/boinc_client-speed_stats.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-speed_stats.obj `if test -f 'speed_stats.C'; then $(CYGPATH_W) 'speed_stats.C'; else $(CYGPATH_W) '$(srcdir)/speed_stats.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-speed_stats.Tpo" "$(DEPDIR)/boinc_client-speed_stats.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-speed_stats.obj `if test -f 'speed_stats.C'; then $(CYGPATH_W) 'speed_stats.C'; else $(CYGPATH_W) '$(srcdir)/speed_stats.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-speed_stats.Tpo" "$(DEPDIR)/boinc_client-speed_stats.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-speed_stats.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='speed_stats.C' object='boinc_client-speed_stats.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-speed_stats.Po' tmpdepfile='$(DEPDIR)/boinc_client-speed_stats.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-speed_stats.obj `if test -f 'speed_stats.C'; then $(CYGPATH_W) 'speed_stats.C'; else $(CYGPATH_W) '$(srcdir)/speed_stats.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-speed_stats.obj `if test -f 'speed_stats.C'; then $(CYGPATH_W) 'speed_stats.C'; else $(CYGPATH_W) '$(srcdir)/speed_stats.C'` boinc_client-ss_logic.o: ss_logic.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-ss_logic.o -MD -MP -MF "$(DEPDIR)/boinc_client-ss_logic.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-ss_logic.o `test -f 'ss_logic.C' || echo '$(srcdir)/'`ss_logic.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-ss_logic.Tpo" "$(DEPDIR)/boinc_client-ss_logic.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-ss_logic.Tpo" "$(DEPDIR)/boinc_client-ss_logic.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-ss_logic.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ss_logic.C' object='boinc_client-ss_logic.o' libtool=no @AMDEPBACKSLASH@ @@ -900,19 +933,19 @@ boinc_client-ss_logic.o: ss_logic.C boinc_client-ss_logic.obj: ss_logic.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-ss_logic.obj -MD -MP -MF "$(DEPDIR)/boinc_client-ss_logic.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-ss_logic.obj `if test -f 'ss_logic.C'; then $(CYGPATH_W) 'ss_logic.C'; else $(CYGPATH_W) '$(srcdir)/ss_logic.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-ss_logic.Tpo" "$(DEPDIR)/boinc_client-ss_logic.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-ss_logic.obj `if test -f 'ss_logic.C'; then $(CYGPATH_W) 'ss_logic.C'; else $(CYGPATH_W) '$(srcdir)/ss_logic.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-ss_logic.Tpo" "$(DEPDIR)/boinc_client-ss_logic.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-ss_logic.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='ss_logic.C' object='boinc_client-ss_logic.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-ss_logic.Po' tmpdepfile='$(DEPDIR)/boinc_client-ss_logic.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-ss_logic.obj `if test -f 'ss_logic.C'; then $(CYGPATH_W) 'ss_logic.C'; else $(CYGPATH_W) '$(srcdir)/ss_logic.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-ss_logic.obj `if test -f 'ss_logic.C'; then $(CYGPATH_W) 'ss_logic.C'; else $(CYGPATH_W) '$(srcdir)/ss_logic.C'` boinc_client-time_stats.o: time_stats.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-time_stats.o -MD -MP -MF "$(DEPDIR)/boinc_client-time_stats.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-time_stats.o `test -f 'time_stats.C' || echo '$(srcdir)/'`time_stats.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-time_stats.Tpo" "$(DEPDIR)/boinc_client-time_stats.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-time_stats.Tpo" "$(DEPDIR)/boinc_client-time_stats.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-time_stats.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='time_stats.C' object='boinc_client-time_stats.o' libtool=no @AMDEPBACKSLASH@ @@ -922,19 +955,19 @@ boinc_client-time_stats.o: time_stats.C boinc_client-time_stats.obj: time_stats.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-time_stats.obj -MD -MP -MF "$(DEPDIR)/boinc_client-time_stats.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-time_stats.obj `if test -f 'time_stats.C'; then $(CYGPATH_W) 'time_stats.C'; else $(CYGPATH_W) '$(srcdir)/time_stats.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-time_stats.Tpo" "$(DEPDIR)/boinc_client-time_stats.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-time_stats.obj `if test -f 'time_stats.C'; then $(CYGPATH_W) 'time_stats.C'; else $(CYGPATH_W) '$(srcdir)/time_stats.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-time_stats.Tpo" "$(DEPDIR)/boinc_client-time_stats.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-time_stats.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='time_stats.C' object='boinc_client-time_stats.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-time_stats.Po' tmpdepfile='$(DEPDIR)/boinc_client-time_stats.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-time_stats.obj `if test -f 'time_stats.C'; then $(CYGPATH_W) 'time_stats.C'; else $(CYGPATH_W) '$(srcdir)/time_stats.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-time_stats.obj `if test -f 'time_stats.C'; then $(CYGPATH_W) 'time_stats.C'; else $(CYGPATH_W) '$(srcdir)/time_stats.C'` boinc_client-client_messages.o: client_messages.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_messages.o -MD -MP -MF "$(DEPDIR)/boinc_client-client_messages.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-client_messages.o `test -f 'client_messages.C' || echo '$(srcdir)/'`client_messages.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-client_messages.Tpo" "$(DEPDIR)/boinc_client-client_messages.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-client_messages.Tpo" "$(DEPDIR)/boinc_client-client_messages.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-client_messages.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='client_messages.C' object='boinc_client-client_messages.o' libtool=no @AMDEPBACKSLASH@ @@ -944,19 +977,19 @@ boinc_client-client_messages.o: client_messages.C boinc_client-client_messages.obj: client_messages.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_messages.obj -MD -MP -MF "$(DEPDIR)/boinc_client-client_messages.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-client_messages.obj `if test -f 'client_messages.C'; then $(CYGPATH_W) 'client_messages.C'; else $(CYGPATH_W) '$(srcdir)/client_messages.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-client_messages.Tpo" "$(DEPDIR)/boinc_client-client_messages.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-client_messages.obj `if test -f 'client_messages.C'; then $(CYGPATH_W) 'client_messages.C'; else $(CYGPATH_W) '$(srcdir)/client_messages.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-client_messages.Tpo" "$(DEPDIR)/boinc_client-client_messages.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-client_messages.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='client_messages.C' object='boinc_client-client_messages.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-client_messages.Po' tmpdepfile='$(DEPDIR)/boinc_client-client_messages.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_messages.obj `if test -f 'client_messages.C'; then $(CYGPATH_W) 'client_messages.C'; else $(CYGPATH_W) '$(srcdir)/client_messages.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_messages.obj `if test -f 'client_messages.C'; then $(CYGPATH_W) 'client_messages.C'; else $(CYGPATH_W) '$(srcdir)/client_messages.C'` boinc_client-app_ipc.o: ../lib/app_ipc.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app_ipc.o -MD -MP -MF "$(DEPDIR)/boinc_client-app_ipc.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-app_ipc.o `test -f '../lib/app_ipc.C' || echo '$(srcdir)/'`../lib/app_ipc.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-app_ipc.Tpo" "$(DEPDIR)/boinc_client-app_ipc.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-app_ipc.Tpo" "$(DEPDIR)/boinc_client-app_ipc.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-app_ipc.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/app_ipc.C' object='boinc_client-app_ipc.o' libtool=no @AMDEPBACKSLASH@ @@ -966,19 +999,19 @@ boinc_client-app_ipc.o: ../lib/app_ipc.C boinc_client-app_ipc.obj: ../lib/app_ipc.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app_ipc.obj -MD -MP -MF "$(DEPDIR)/boinc_client-app_ipc.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-app_ipc.Tpo" "$(DEPDIR)/boinc_client-app_ipc.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-app_ipc.Tpo" "$(DEPDIR)/boinc_client-app_ipc.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-app_ipc.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/app_ipc.C' object='boinc_client-app_ipc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-app_ipc.Po' tmpdepfile='$(DEPDIR)/boinc_client-app_ipc.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app_ipc.obj `if test -f '../lib/app_ipc.C'; then $(CYGPATH_W) '../lib/app_ipc.C'; else $(CYGPATH_W) '$(srcdir)/../lib/app_ipc.C'` boinc_client-filesys.o: ../lib/filesys.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-filesys.o -MD -MP -MF "$(DEPDIR)/boinc_client-filesys.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-filesys.o `test -f '../lib/filesys.C' || echo '$(srcdir)/'`../lib/filesys.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-filesys.Tpo" "$(DEPDIR)/boinc_client-filesys.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-filesys.Tpo" "$(DEPDIR)/boinc_client-filesys.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-filesys.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/filesys.C' object='boinc_client-filesys.o' libtool=no @AMDEPBACKSLASH@ @@ -988,19 +1021,19 @@ boinc_client-filesys.o: ../lib/filesys.C boinc_client-filesys.obj: ../lib/filesys.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-filesys.obj -MD -MP -MF "$(DEPDIR)/boinc_client-filesys.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-filesys.obj `if test -f '../lib/filesys.C'; then $(CYGPATH_W) '../lib/filesys.C'; else $(CYGPATH_W) '$(srcdir)/../lib/filesys.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-filesys.Tpo" "$(DEPDIR)/boinc_client-filesys.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-filesys.obj `if test -f '../lib/filesys.C'; then $(CYGPATH_W) '../lib/filesys.C'; else $(CYGPATH_W) '$(srcdir)/../lib/filesys.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-filesys.Tpo" "$(DEPDIR)/boinc_client-filesys.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-filesys.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/filesys.C' object='boinc_client-filesys.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-filesys.Po' tmpdepfile='$(DEPDIR)/boinc_client-filesys.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-filesys.obj `if test -f '../lib/filesys.C'; then $(CYGPATH_W) '../lib/filesys.C'; else $(CYGPATH_W) '$(srcdir)/../lib/filesys.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-filesys.obj `if test -f '../lib/filesys.C'; then $(CYGPATH_W) '../lib/filesys.C'; else $(CYGPATH_W) '$(srcdir)/../lib/filesys.C'` boinc_client-language.o: ../lib/language.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-language.o -MD -MP -MF "$(DEPDIR)/boinc_client-language.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-language.o `test -f '../lib/language.C' || echo '$(srcdir)/'`../lib/language.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-language.Tpo" "$(DEPDIR)/boinc_client-language.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-language.Tpo" "$(DEPDIR)/boinc_client-language.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-language.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/language.C' object='boinc_client-language.o' libtool=no @AMDEPBACKSLASH@ @@ -1010,19 +1043,19 @@ boinc_client-language.o: ../lib/language.C boinc_client-language.obj: ../lib/language.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-language.obj -MD -MP -MF "$(DEPDIR)/boinc_client-language.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-language.obj `if test -f '../lib/language.C'; then $(CYGPATH_W) '../lib/language.C'; else $(CYGPATH_W) '$(srcdir)/../lib/language.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-language.Tpo" "$(DEPDIR)/boinc_client-language.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-language.obj `if test -f '../lib/language.C'; then $(CYGPATH_W) '../lib/language.C'; else $(CYGPATH_W) '$(srcdir)/../lib/language.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-language.Tpo" "$(DEPDIR)/boinc_client-language.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-language.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/language.C' object='boinc_client-language.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-language.Po' tmpdepfile='$(DEPDIR)/boinc_client-language.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-language.obj `if test -f '../lib/language.C'; then $(CYGPATH_W) '../lib/language.C'; else $(CYGPATH_W) '$(srcdir)/../lib/language.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-language.obj `if test -f '../lib/language.C'; then $(CYGPATH_W) '../lib/language.C'; else $(CYGPATH_W) '$(srcdir)/../lib/language.C'` boinc_client-parse.o: ../lib/parse.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-parse.o -MD -MP -MF "$(DEPDIR)/boinc_client-parse.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-parse.o `test -f '../lib/parse.C' || echo '$(srcdir)/'`../lib/parse.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-parse.Tpo" "$(DEPDIR)/boinc_client-parse.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-parse.Tpo" "$(DEPDIR)/boinc_client-parse.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-parse.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/parse.C' object='boinc_client-parse.o' libtool=no @AMDEPBACKSLASH@ @@ -1032,19 +1065,19 @@ boinc_client-parse.o: ../lib/parse.C boinc_client-parse.obj: ../lib/parse.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-parse.obj -MD -MP -MF "$(DEPDIR)/boinc_client-parse.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-parse.Tpo" "$(DEPDIR)/boinc_client-parse.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-parse.Tpo" "$(DEPDIR)/boinc_client-parse.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-parse.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/parse.C' object='boinc_client-parse.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-parse.Po' tmpdepfile='$(DEPDIR)/boinc_client-parse.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-parse.obj `if test -f '../lib/parse.C'; then $(CYGPATH_W) '../lib/parse.C'; else $(CYGPATH_W) '$(srcdir)/../lib/parse.C'` boinc_client-shmem.o: ../lib/shmem.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-shmem.o -MD -MP -MF "$(DEPDIR)/boinc_client-shmem.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-shmem.o `test -f '../lib/shmem.C' || echo '$(srcdir)/'`../lib/shmem.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-shmem.Tpo" "$(DEPDIR)/boinc_client-shmem.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-shmem.Tpo" "$(DEPDIR)/boinc_client-shmem.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-shmem.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/shmem.C' object='boinc_client-shmem.o' libtool=no @AMDEPBACKSLASH@ @@ -1054,19 +1087,19 @@ boinc_client-shmem.o: ../lib/shmem.C boinc_client-shmem.obj: ../lib/shmem.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-shmem.obj -MD -MP -MF "$(DEPDIR)/boinc_client-shmem.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-shmem.Tpo" "$(DEPDIR)/boinc_client-shmem.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-shmem.Tpo" "$(DEPDIR)/boinc_client-shmem.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-shmem.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/shmem.C' object='boinc_client-shmem.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-shmem.Po' tmpdepfile='$(DEPDIR)/boinc_client-shmem.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-shmem.obj `if test -f '../lib/shmem.C'; then $(CYGPATH_W) '../lib/shmem.C'; else $(CYGPATH_W) '$(srcdir)/../lib/shmem.C'` boinc_client-md5_file.o: ../lib/md5_file.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-md5_file.o -MD -MP -MF "$(DEPDIR)/boinc_client-md5_file.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-md5_file.o `test -f '../lib/md5_file.C' || echo '$(srcdir)/'`../lib/md5_file.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-md5_file.Tpo" "$(DEPDIR)/boinc_client-md5_file.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-md5_file.Tpo" "$(DEPDIR)/boinc_client-md5_file.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-md5_file.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/md5_file.C' object='boinc_client-md5_file.o' libtool=no @AMDEPBACKSLASH@ @@ -1076,19 +1109,19 @@ boinc_client-md5_file.o: ../lib/md5_file.C boinc_client-md5_file.obj: ../lib/md5_file.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-md5_file.obj -MD -MP -MF "$(DEPDIR)/boinc_client-md5_file.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-md5_file.obj `if test -f '../lib/md5_file.C'; then $(CYGPATH_W) '../lib/md5_file.C'; else $(CYGPATH_W) '$(srcdir)/../lib/md5_file.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-md5_file.Tpo" "$(DEPDIR)/boinc_client-md5_file.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-md5_file.obj `if test -f '../lib/md5_file.C'; then $(CYGPATH_W) '../lib/md5_file.C'; else $(CYGPATH_W) '$(srcdir)/../lib/md5_file.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-md5_file.Tpo" "$(DEPDIR)/boinc_client-md5_file.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-md5_file.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/md5_file.C' object='boinc_client-md5_file.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-md5_file.Po' tmpdepfile='$(DEPDIR)/boinc_client-md5_file.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-md5_file.obj `if test -f '../lib/md5_file.C'; then $(CYGPATH_W) '../lib/md5_file.C'; else $(CYGPATH_W) '$(srcdir)/../lib/md5_file.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-md5_file.obj `if test -f '../lib/md5_file.C'; then $(CYGPATH_W) '../lib/md5_file.C'; else $(CYGPATH_W) '$(srcdir)/../lib/md5_file.C'` boinc_client-crypt.o: ../lib/crypt.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-crypt.o -MD -MP -MF "$(DEPDIR)/boinc_client-crypt.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-crypt.o `test -f '../lib/crypt.C' || echo '$(srcdir)/'`../lib/crypt.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-crypt.Tpo" "$(DEPDIR)/boinc_client-crypt.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-crypt.Tpo" "$(DEPDIR)/boinc_client-crypt.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-crypt.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/crypt.C' object='boinc_client-crypt.o' libtool=no @AMDEPBACKSLASH@ @@ -1098,19 +1131,19 @@ boinc_client-crypt.o: ../lib/crypt.C boinc_client-crypt.obj: ../lib/crypt.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-crypt.obj -MD -MP -MF "$(DEPDIR)/boinc_client-crypt.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-crypt.obj `if test -f '../lib/crypt.C'; then $(CYGPATH_W) '../lib/crypt.C'; else $(CYGPATH_W) '$(srcdir)/../lib/crypt.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-crypt.Tpo" "$(DEPDIR)/boinc_client-crypt.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-crypt.obj `if test -f '../lib/crypt.C'; then $(CYGPATH_W) '../lib/crypt.C'; else $(CYGPATH_W) '$(srcdir)/../lib/crypt.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-crypt.Tpo" "$(DEPDIR)/boinc_client-crypt.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-crypt.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/crypt.C' object='boinc_client-crypt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-crypt.Po' tmpdepfile='$(DEPDIR)/boinc_client-crypt.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-crypt.obj `if test -f '../lib/crypt.C'; then $(CYGPATH_W) '../lib/crypt.C'; else $(CYGPATH_W) '$(srcdir)/../lib/crypt.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-crypt.obj `if test -f '../lib/crypt.C'; then $(CYGPATH_W) '../lib/crypt.C'; else $(CYGPATH_W) '$(srcdir)/../lib/crypt.C'` boinc_client-util.o: ../lib/util.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-util.o -MD -MP -MF "$(DEPDIR)/boinc_client-util.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-util.o `test -f '../lib/util.C' || echo '$(srcdir)/'`../lib/util.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-util.Tpo" "$(DEPDIR)/boinc_client-util.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-util.Tpo" "$(DEPDIR)/boinc_client-util.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-util.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/util.C' object='boinc_client-util.o' libtool=no @AMDEPBACKSLASH@ @@ -1120,19 +1153,19 @@ boinc_client-util.o: ../lib/util.C boinc_client-util.obj: ../lib/util.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-util.obj -MD -MP -MF "$(DEPDIR)/boinc_client-util.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-util.Tpo" "$(DEPDIR)/boinc_client-util.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-util.Tpo" "$(DEPDIR)/boinc_client-util.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-util.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/util.C' object='boinc_client-util.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-util.Po' tmpdepfile='$(DEPDIR)/boinc_client-util.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-util.obj `if test -f '../lib/util.C'; then $(CYGPATH_W) '../lib/util.C'; else $(CYGPATH_W) '$(srcdir)/../lib/util.C'` boinc_client-messages.o: ../lib/messages.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-messages.o -MD -MP -MF "$(DEPDIR)/boinc_client-messages.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_client-messages.o `test -f '../lib/messages.C' || echo '$(srcdir)/'`../lib/messages.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-messages.Tpo" "$(DEPDIR)/boinc_client-messages.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-messages.Tpo" "$(DEPDIR)/boinc_client-messages.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-messages.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/messages.C' object='boinc_client-messages.o' libtool=no @AMDEPBACKSLASH@ @@ -1142,19 +1175,19 @@ boinc_client-messages.o: ../lib/messages.C boinc_client-messages.obj: ../lib/messages.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-messages.obj -MD -MP -MF "$(DEPDIR)/boinc_client-messages.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_client-messages.obj `if test -f '../lib/messages.C'; then $(CYGPATH_W) '../lib/messages.C'; else $(CYGPATH_W) '$(srcdir)/../lib/messages.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_client-messages.Tpo" "$(DEPDIR)/boinc_client-messages.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_client-messages.obj `if test -f '../lib/messages.C'; then $(CYGPATH_W) '../lib/messages.C'; else $(CYGPATH_W) '$(srcdir)/../lib/messages.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_client-messages.Tpo" "$(DEPDIR)/boinc_client-messages.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_client-messages.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../lib/messages.C' object='boinc_client-messages.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_client-messages.Po' tmpdepfile='$(DEPDIR)/boinc_client-messages.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-messages.obj `if test -f '../lib/messages.C'; then $(CYGPATH_W) '../lib/messages.C'; else $(CYGPATH_W) '$(srcdir)/../lib/messages.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-messages.obj `if test -f '../lib/messages.C'; then $(CYGPATH_W) '../lib/messages.C'; else $(CYGPATH_W) '$(srcdir)/../lib/messages.C'` .c.o: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @@ -1164,19 +1197,19 @@ boinc_client-messages.obj: ../lib/messages.C .c.obj: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ -@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` +@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` boinc_client-md5.o: ../lib/md5.c @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT boinc_client-md5.o -MD -MP -MF "$(DEPDIR)/boinc_client-md5.Tpo" \ @am__fastdepCC_TRUE@ -c -o boinc_client-md5.o `test -f '../lib/md5.c' || echo '$(srcdir)/'`../lib/md5.c; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/boinc_client-md5.Tpo" "$(DEPDIR)/boinc_client-md5.Po"; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/boinc_client-md5.Tpo" "$(DEPDIR)/boinc_client-md5.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/boinc_client-md5.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../lib/md5.c' object='boinc_client-md5.o' libtool=no @AMDEPBACKSLASH@ @@ -1186,14 +1219,14 @@ boinc_client-md5.o: ../lib/md5.c boinc_client-md5.obj: ../lib/md5.c @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT boinc_client-md5.obj -MD -MP -MF "$(DEPDIR)/boinc_client-md5.Tpo" \ -@am__fastdepCC_TRUE@ -c -o boinc_client-md5.obj `if test -f '../lib/md5.c'; then $(CYGPATH_W) '../lib/md5.c'; else $(CYGPATH_W) '$(srcdir)/../lib/md5.c'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/boinc_client-md5.Tpo" "$(DEPDIR)/boinc_client-md5.Po"; \ +@am__fastdepCC_TRUE@ -c -o boinc_client-md5.obj `if test -f '../lib/md5.c'; then $(CYGPATH_W) '../lib/md5.c'; else $(CYGPATH_W) '$(srcdir)/../lib/md5.c'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/boinc_client-md5.Tpo" "$(DEPDIR)/boinc_client-md5.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/boinc_client-md5.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='../lib/md5.c' object='boinc_client-md5.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/boinc_client-md5.Po' tmpdepfile='$(DEPDIR)/boinc_client-md5.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o boinc_client-md5.obj `if test -f '../lib/md5.c'; then $(CYGPATH_W) '../lib/md5.c'; else $(CYGPATH_W) '$(srcdir)/../lib/md5.c'; fi` +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o boinc_client-md5.obj `if test -f '../lib/md5.c'; then $(CYGPATH_W) '../lib/md5.c'; else $(CYGPATH_W) '$(srcdir)/../lib/md5.c'` uninstall-info-am: ETAGS = etags @@ -1255,13 +1288,11 @@ top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) - $(mkinstalldirs) $(distdir)/.. $(distdir)/mac $(distdir)/translation $(distdir)/win $(distdir)/win/res + $(mkinstalldirs) $(distdir)/$(top_srcdir) $(distdir)/mac $(distdir)/translation $(distdir)/win $(distdir)/win/res @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,/[^/]*$$,,'`; \ @@ -1288,6 +1319,7 @@ all-am: Makefile $(PROGRAMS) all-local installdirs: $(mkinstalldirs) $(DESTDIR)$(bindir) + install: install-am install-exec: install-exec-am install-data: install-data-am diff --git a/db/Makefile.in b/db/Makefile.in index 00565f36b7..13729552bc 100644 --- a/db/Makefile.in +++ b/db/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.7.6 from Makefile.am. +# Makefile.in generated by automake 1.7 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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, @@ -143,7 +143,6 @@ target_vendor = @target_vendor@ EXTRA_DIST = *.sql *.h init_db subdir = db -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -171,11 +170,9 @@ distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 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,/[^/]*$$,,'`; \ @@ -201,6 +198,7 @@ check: check-am all-am: Makefile installdirs: + install: install-am install-exec: install-exec-am install-data: install-data-am diff --git a/db/boinc_db.C b/db/boinc_db.C index d95d863ac1..9592ce91d7 100644 --- a/db/boinc_db.C +++ b/db/boinc_db.C @@ -24,10 +24,6 @@ #include "boinc_db.h" -#define MAX_QUERY_LEN 8192 - -MYSQL* mysql; - static struct random_init { random_init() { diff --git a/db/db_base.C b/db/db_base.C index 7b418cfbf4..4ba872499b 100644 --- a/db/db_base.C +++ b/db/db_base.C @@ -1,3 +1,13 @@ +#include +#include +#include + +#include "db_base.h" + +#define MAX_QUERY_LEN 8192 + +MYSQL* mysql; + DB_BASE::DB_BASE(char *tn) : table_name(tn) { cursor.active = false; } @@ -125,13 +135,13 @@ int DB_BASE::sum(double& x, char* field, char* clause) { return get_double(query, x); } -static void strcpy2(char* dest, char* src) { +void strcpy2(char* dest, char* src) { if (!src) *dest = 0; else strcpy(dest, src); } // convert ' to \' in place -static void escape_single_quotes(char* field) { +void escape_single_quotes(char* field) { char buf[MAX_QUERY_LEN]; char* q = buf, *p = field; while (*p) { @@ -147,7 +157,7 @@ static void escape_single_quotes(char* field) { strcpy(field, buf); } -static void unescape_single_quotes(char* p) { +void unescape_single_quotes(char* p) { char* q; while (1) { q = strstr(p, "\\'"); diff --git a/db/db_base.h b/db/db_base.h index 77ae3041b9..1f0a3c25a8 100644 --- a/db/db_base.h +++ b/db/db_base.h @@ -1,3 +1,25 @@ +// The contents of this file are subject to the BOINC Public License +// Version 1.0 (the "License"); you may not use this file except in +// compliance with the License. You may obtain a copy of the License at +// http://boinc.berkeley.edu/license_1.0.txt +// +// Software distributed under the License is distributed on an "AS IS" +// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the +// License for the specific language governing rights and limitations +// under the License. +// +// The Original Code is the Berkeley Open Infrastructure for Network Computing. +// +// The Initial Developer of the Original Code is the SETI@home project. +// Portions created by the SETI@home project are Copyright (C) 2002 +// University of California at Berkeley. All Rights Reserved. +// +// Contributor(s): +// + +#ifndef _DB_BASE_ +#define _DB_BASE_ + #include "mysql.h" struct CURSOR { @@ -28,3 +50,8 @@ public: virtual void db_parse(MYSQL_ROW&); }; +void strcpy2(char* dest, char* src); +void escape_single_quotes(char* field); +void unescape_single_quotes(char* p); + +#endif diff --git a/lib/Makefile.in b/lib/Makefile.in index 057a6b24fb..fcc3ecf295 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.7.6 from Makefile.am. +# Makefile.in generated by automake 1.7 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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, @@ -209,7 +209,6 @@ crypt_prog_SOURCES = crypt_prog.C crypt.C md5.c md5_file.C crypt_prog_DEPENDENCIES = $(LIBRSA) crypt_prog_LDADD = $(RSA_LIBS) subdir = lib -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -297,6 +296,10 @@ AR = ar clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) +boinc_api.$(OBJEXT): ../api/boinc_api.C +graphics_api.$(OBJEXT): ../api/graphics_api.C +graphics_data.$(OBJEXT): ../api/graphics_data.C +mfile.$(OBJEXT): ../api/mfile.C libboinc.a: $(libboinc_a_OBJECTS) $(libboinc_a_DEPENDENCIES) -rm -f libboinc.a $(libboinc_a_AR) libboinc.a $(libboinc_a_OBJECTS) $(libboinc_a_LIBADD) @@ -375,7 +378,7 @@ distclean-depend: .C.o: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @@ -385,19 +388,19 @@ distclean-depend: .C.obj: @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` +@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` boinc_api.o: ../api/boinc_api.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_api.o -MD -MP -MF "$(DEPDIR)/boinc_api.Tpo" \ @am__fastdepCXX_TRUE@ -c -o boinc_api.o `test -f '../api/boinc_api.C' || echo '$(srcdir)/'`../api/boinc_api.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_api.Tpo" "$(DEPDIR)/boinc_api.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_api.Tpo" "$(DEPDIR)/boinc_api.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_api.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/boinc_api.C' object='boinc_api.o' libtool=no @AMDEPBACKSLASH@ @@ -407,19 +410,19 @@ boinc_api.o: ../api/boinc_api.C boinc_api.obj: ../api/boinc_api.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_api.obj -MD -MP -MF "$(DEPDIR)/boinc_api.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o boinc_api.obj `if test -f '../api/boinc_api.C'; then $(CYGPATH_W) '../api/boinc_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/boinc_api.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/boinc_api.Tpo" "$(DEPDIR)/boinc_api.Po"; \ +@am__fastdepCXX_TRUE@ -c -o boinc_api.obj `if test -f '../api/boinc_api.C'; then $(CYGPATH_W) '../api/boinc_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/boinc_api.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/boinc_api.Tpo" "$(DEPDIR)/boinc_api.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/boinc_api.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/boinc_api.C' object='boinc_api.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/boinc_api.Po' tmpdepfile='$(DEPDIR)/boinc_api.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_api.obj `if test -f '../api/boinc_api.C'; then $(CYGPATH_W) '../api/boinc_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/boinc_api.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_api.obj `if test -f '../api/boinc_api.C'; then $(CYGPATH_W) '../api/boinc_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/boinc_api.C'` graphics_api.o: ../api/graphics_api.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT graphics_api.o -MD -MP -MF "$(DEPDIR)/graphics_api.Tpo" \ @am__fastdepCXX_TRUE@ -c -o graphics_api.o `test -f '../api/graphics_api.C' || echo '$(srcdir)/'`../api/graphics_api.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/graphics_api.Tpo" "$(DEPDIR)/graphics_api.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/graphics_api.Tpo" "$(DEPDIR)/graphics_api.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/graphics_api.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/graphics_api.C' object='graphics_api.o' libtool=no @AMDEPBACKSLASH@ @@ -429,19 +432,19 @@ graphics_api.o: ../api/graphics_api.C graphics_api.obj: ../api/graphics_api.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT graphics_api.obj -MD -MP -MF "$(DEPDIR)/graphics_api.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o graphics_api.obj `if test -f '../api/graphics_api.C'; then $(CYGPATH_W) '../api/graphics_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/graphics_api.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/graphics_api.Tpo" "$(DEPDIR)/graphics_api.Po"; \ +@am__fastdepCXX_TRUE@ -c -o graphics_api.obj `if test -f '../api/graphics_api.C'; then $(CYGPATH_W) '../api/graphics_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/graphics_api.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/graphics_api.Tpo" "$(DEPDIR)/graphics_api.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/graphics_api.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/graphics_api.C' object='graphics_api.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/graphics_api.Po' tmpdepfile='$(DEPDIR)/graphics_api.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o graphics_api.obj `if test -f '../api/graphics_api.C'; then $(CYGPATH_W) '../api/graphics_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/graphics_api.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o graphics_api.obj `if test -f '../api/graphics_api.C'; then $(CYGPATH_W) '../api/graphics_api.C'; else $(CYGPATH_W) '$(srcdir)/../api/graphics_api.C'` graphics_data.o: ../api/graphics_data.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT graphics_data.o -MD -MP -MF "$(DEPDIR)/graphics_data.Tpo" \ @am__fastdepCXX_TRUE@ -c -o graphics_data.o `test -f '../api/graphics_data.C' || echo '$(srcdir)/'`../api/graphics_data.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/graphics_data.Tpo" "$(DEPDIR)/graphics_data.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/graphics_data.Tpo" "$(DEPDIR)/graphics_data.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/graphics_data.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/graphics_data.C' object='graphics_data.o' libtool=no @AMDEPBACKSLASH@ @@ -451,19 +454,19 @@ graphics_data.o: ../api/graphics_data.C graphics_data.obj: ../api/graphics_data.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT graphics_data.obj -MD -MP -MF "$(DEPDIR)/graphics_data.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o graphics_data.obj `if test -f '../api/graphics_data.C'; then $(CYGPATH_W) '../api/graphics_data.C'; else $(CYGPATH_W) '$(srcdir)/../api/graphics_data.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/graphics_data.Tpo" "$(DEPDIR)/graphics_data.Po"; \ +@am__fastdepCXX_TRUE@ -c -o graphics_data.obj `if test -f '../api/graphics_data.C'; then $(CYGPATH_W) '../api/graphics_data.C'; else $(CYGPATH_W) '$(srcdir)/../api/graphics_data.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/graphics_data.Tpo" "$(DEPDIR)/graphics_data.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/graphics_data.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/graphics_data.C' object='graphics_data.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/graphics_data.Po' tmpdepfile='$(DEPDIR)/graphics_data.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o graphics_data.obj `if test -f '../api/graphics_data.C'; then $(CYGPATH_W) '../api/graphics_data.C'; else $(CYGPATH_W) '$(srcdir)/../api/graphics_data.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o graphics_data.obj `if test -f '../api/graphics_data.C'; then $(CYGPATH_W) '../api/graphics_data.C'; else $(CYGPATH_W) '$(srcdir)/../api/graphics_data.C'` mfile.o: ../api/mfile.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mfile.o -MD -MP -MF "$(DEPDIR)/mfile.Tpo" \ @am__fastdepCXX_TRUE@ -c -o mfile.o `test -f '../api/mfile.C' || echo '$(srcdir)/'`../api/mfile.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/mfile.Tpo" "$(DEPDIR)/mfile.Po"; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/mfile.Tpo" "$(DEPDIR)/mfile.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/mfile.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/mfile.C' object='mfile.o' libtool=no @AMDEPBACKSLASH@ @@ -473,19 +476,19 @@ mfile.o: ../api/mfile.C mfile.obj: ../api/mfile.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT mfile.obj -MD -MP -MF "$(DEPDIR)/mfile.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o mfile.obj `if test -f '../api/mfile.C'; then $(CYGPATH_W) '../api/mfile.C'; else $(CYGPATH_W) '$(srcdir)/../api/mfile.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/mfile.Tpo" "$(DEPDIR)/mfile.Po"; \ +@am__fastdepCXX_TRUE@ -c -o mfile.obj `if test -f '../api/mfile.C'; then $(CYGPATH_W) '../api/mfile.C'; else $(CYGPATH_W) '$(srcdir)/../api/mfile.C'`; \ +@am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/mfile.Tpo" "$(DEPDIR)/mfile.Po"; \ @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/mfile.Tpo"; exit 1; \ @am__fastdepCXX_TRUE@ fi @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../api/mfile.C' object='mfile.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/mfile.Po' tmpdepfile='$(DEPDIR)/mfile.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mfile.obj `if test -f '../api/mfile.C'; then $(CYGPATH_W) '../api/mfile.C'; else $(CYGPATH_W) '$(srcdir)/../api/mfile.C'; fi` +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o mfile.obj `if test -f '../api/mfile.C'; then $(CYGPATH_W) '../api/mfile.C'; else $(CYGPATH_W) '$(srcdir)/../api/mfile.C'` .c.o: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @@ -495,14 +498,14 @@ mfile.obj: ../api/mfile.C .c.obj: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ -@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ +@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ +@am__fastdepCC_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ @am__fastdepCC_TRUE@ fi @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` +@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` uninstall-info-am: ETAGS = etags @@ -564,13 +567,11 @@ top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) - $(mkinstalldirs) $(distdir)/.. + $(mkinstalldirs) $(distdir)/$(top_srcdir) @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,/[^/]*$$,,'`; \ @@ -597,6 +598,7 @@ all-am: Makefile $(LIBRARIES) $(PROGRAMS) installdirs: $(mkinstalldirs) $(DESTDIR)$(bindir) + install: install-am install-exec: install-exec-am install-data: install-data-am diff --git a/py/Makefile.in b/py/Makefile.in index bb50f44fd2..d04839f9ad 100644 --- a/py/Makefile.in +++ b/py/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.7.6 from Makefile.am. +# Makefile.in generated by automake 1.7 from Makefile.am. # @configure_input@ -# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# 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, @@ -169,7 +169,6 @@ LIBRSA = $(top_builddir)/RSAEuro/source/librsaeuro.a EXTRA_DIST = boinc.py boinc_db.py version.py.in db_def_to_py subdir = py -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = version.py @@ -199,13 +198,11 @@ top_distdir = .. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) - $(mkinstalldirs) $(distdir)/.. + $(mkinstalldirs) $(distdir)/$(top_srcdir) @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,/[^/]*$$,,'`; \ @@ -231,6 +228,7 @@ check: check-am all-am: Makefile installdirs: + install: install-am install-exec: install-exec-am install-data: install-data-am diff --git a/sched/Makefile.am b/sched/Makefile.am index 250eadd557..0a84d4e2ac 100644 --- a/sched/Makefile.am +++ b/sched/Makefile.am @@ -25,6 +25,7 @@ libsched_a_SOURCES = \ config.C \ sched_messages.C \ ../db/boinc_db.C \ + ../db/db_base.C \ ../lib/util.C \ ../lib/crypt.C \ ../lib/parse.C \ diff --git a/tools/Makefile.am b/tools/Makefile.am index 0203494c10..cb6a507ba2 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -17,6 +17,7 @@ create_work_SOURCES = \ ../lib/parse.C \ ../lib/util.C \ ../db/boinc_db.C \ + ../db/db_base.C \ ../lib/crypt.C \ backend_lib.h @@ -32,6 +33,7 @@ add_SOURCES = \ ../lib/parse.C \ ../lib/util.C \ ../db/boinc_db.C \ + ../db/db_base.C \ ../lib/crypt.C \ backend_lib.h