From 57457a0c7b29af0b36ae99be52706139658dbe5c Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Tue, 12 Aug 2003 23:26:40 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2068 --- configure | 10 +++++----- sched/Makefile.in | 48 ++++++++++++++++++++++++----------------------- 2 files changed, 30 insertions(+), 28 deletions(-) diff --git a/configure b/configure index a0b86b54ef..1071dba442 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 1.30 . +# From configure.ac Revision: 1.31 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for BOINC 1.11. # @@ -1179,7 +1179,7 @@ _ASBOX echo "$as_me: caught signal $ac_signal" echo "$as_me: exit $exit_status" } >&5 - rm -f core core.* *.core && + rm -f core *.core && rm -rf conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 @@ -4871,7 +4871,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi -rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi @@ -5632,7 +5632,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_wait3_rusage=no fi -rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi echo "$as_me:$LINENO: result: $ac_cv_func_wait3_rusage" >&5 @@ -6167,7 +6167,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi -rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext +rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi diff --git a/sched/Makefile.in b/sched/Makefile.in index b61e589b03..6332f4d8fb 100644 --- a/sched/Makefile.in +++ b/sched/Makefile.in @@ -204,6 +204,7 @@ libsched_a_SOURCES = \ ../lib/md5.c \ ../lib/md5_file.C \ ../lib/messages.C \ + ../tools/process_result_template.C \ config.h \ sched_shmem.h \ sched_util.h @@ -285,7 +286,8 @@ libsched_a_LIBADD = am_libsched_a_OBJECTS = sched_shmem.$(OBJEXT) sched_util.$(OBJEXT) \ config.$(OBJEXT) sched_messages.$(OBJEXT) boinc_db.$(OBJEXT) \ util.$(OBJEXT) crypt.$(OBJEXT) parse.$(OBJEXT) shmem.$(OBJEXT) \ - md5.$(OBJEXT) md5_file.$(OBJEXT) messages.$(OBJEXT) + md5.$(OBJEXT) md5_file.$(OBJEXT) messages.$(OBJEXT) \ + process_result_template.$(OBJEXT) libsched_a_OBJECTS = $(am_libsched_a_OBJECTS) EXTRA_PROGRAMS = fcgi$(EXEEXT) noinst_PROGRAMS = cgi$(EXEEXT) feeder$(EXEEXT) show_shmem$(EXEEXT) \ @@ -691,6 +693,28 @@ messages.obj: ../lib/messages.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o messages.obj `if test -f '../lib/messages.C'; then $(CYGPATH_W) '../lib/messages.C'; else $(CYGPATH_W) '$(srcdir)/../lib/messages.C'; fi` +process_result_template.o: ../tools/process_result_template.C +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT process_result_template.o -MD -MP -MF "$(DEPDIR)/process_result_template.Tpo" \ +@am__fastdepCXX_TRUE@ -c -o process_result_template.o `test -f '../tools/process_result_template.C' || echo '$(srcdir)/'`../tools/process_result_template.C; \ +@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/process_result_template.Tpo" "$(DEPDIR)/process_result_template.Po"; \ +@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/process_result_template.Tpo"; exit 1; \ +@am__fastdepCXX_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../tools/process_result_template.C' object='process_result_template.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/process_result_template.Po' tmpdepfile='$(DEPDIR)/process_result_template.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 process_result_template.o `test -f '../tools/process_result_template.C' || echo '$(srcdir)/'`../tools/process_result_template.C + +process_result_template.obj: ../tools/process_result_template.C +@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT process_result_template.obj -MD -MP -MF "$(DEPDIR)/process_result_template.Tpo" \ +@am__fastdepCXX_TRUE@ -c -o process_result_template.obj `if test -f '../tools/process_result_template.C'; then $(CYGPATH_W) '../tools/process_result_template.C'; else $(CYGPATH_W) '$(srcdir)/../tools/process_result_template.C'; fi`; \ +@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/process_result_template.Tpo" "$(DEPDIR)/process_result_template.Po"; \ +@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/process_result_template.Tpo"; exit 1; \ +@am__fastdepCXX_TRUE@ fi +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../tools/process_result_template.C' object='process_result_template.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/process_result_template.Po' tmpdepfile='$(DEPDIR)/process_result_template.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 process_result_template.obj `if test -f '../tools/process_result_template.C'; then $(CYGPATH_W) '../tools/process_result_template.C'; else $(CYGPATH_W) '$(srcdir)/../tools/process_result_template.C'; fi` + fcgi-handle_request.o: handle_request.C @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fcgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fcgi-handle_request.o -MD -MP -MF "$(DEPDIR)/fcgi-handle_request.Tpo" \ @am__fastdepCXX_TRUE@ -c -o fcgi-handle_request.o `test -f 'handle_request.C' || echo '$(srcdir)/'`handle_request.C; \ @@ -801,28 +825,6 @@ backend_lib.obj: ../tools/backend_lib.C @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o backend_lib.obj `if test -f '../tools/backend_lib.C'; then $(CYGPATH_W) '../tools/backend_lib.C'; else $(CYGPATH_W) '$(srcdir)/../tools/backend_lib.C'; fi` -process_result_template.o: ../tools/process_result_template.C -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT process_result_template.o -MD -MP -MF "$(DEPDIR)/process_result_template.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o process_result_template.o `test -f '../tools/process_result_template.C' || echo '$(srcdir)/'`../tools/process_result_template.C; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/process_result_template.Tpo" "$(DEPDIR)/process_result_template.Po"; \ -@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/process_result_template.Tpo"; exit 1; \ -@am__fastdepCXX_TRUE@ fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../tools/process_result_template.C' object='process_result_template.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/process_result_template.Po' tmpdepfile='$(DEPDIR)/process_result_template.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 process_result_template.o `test -f '../tools/process_result_template.C' || echo '$(srcdir)/'`../tools/process_result_template.C - -process_result_template.obj: ../tools/process_result_template.C -@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT process_result_template.obj -MD -MP -MF "$(DEPDIR)/process_result_template.Tpo" \ -@am__fastdepCXX_TRUE@ -c -o process_result_template.obj `if test -f '../tools/process_result_template.C'; then $(CYGPATH_W) '../tools/process_result_template.C'; else $(CYGPATH_W) '$(srcdir)/../tools/process_result_template.C'; fi`; \ -@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/process_result_template.Tpo" "$(DEPDIR)/process_result_template.Po"; \ -@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/process_result_template.Tpo"; exit 1; \ -@am__fastdepCXX_TRUE@ fi -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='../tools/process_result_template.C' object='process_result_template.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/process_result_template.Po' tmpdepfile='$(DEPDIR)/process_result_template.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 process_result_template.obj `if test -f '../tools/process_result_template.C'; then $(CYGPATH_W) '../tools/process_result_template.C'; else $(CYGPATH_W) '$(srcdir)/../tools/process_result_template.C'; fi` - .c.o: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \