Skip to content

Commit

Permalink
boinc_core_release_3_06a
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=3440
  • Loading branch information
davidpanderson committed May 25, 2004
1 parent 40e891d commit d8a1c1e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1104,8 +1104,8 @@ AC_DEFUN([SAH_HEADER_STDCXX],[
#
# Revision Log:
# $Log$
# Revision 1.95 2004/05/24 20:26:21 boincadm
# boinc_core_release_3_06
# Revision 1.96 2004/05/25 02:01:11 boincadm
# boinc_core_release_3_06a
#
# Revision 1.1 2003/12/11 18:38:24 korpela
# Added checked macro files into boinc
Expand Down
10 changes: 7 additions & 3 deletions client/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ boinc_client_CPPFLAGS = -I $(srcdir)/win $(AM_CPPFLAGS)
boinc_client_LDADD = $(RSA_LIBS)

#boinc_client_LDFLAGS = $(STATIC_FLAGS)
cpu_benchmark_SOURCES = cpu_benchmark.C
cpu_benchmark_SOURCES = cpu_benchmark.C whetstone.C dhrystone.C
cpu_benchmark_CFLAGS = -O6 $(AM_CFLAGS)

EXTRA_DIST = \
Expand Down Expand Up @@ -285,7 +285,8 @@ am_boinc_client_OBJECTS = boinc_client-app.$(OBJEXT) \
boinc_client-util.$(OBJEXT)
boinc_client_OBJECTS = $(am_boinc_client_OBJECTS)
boinc_client_LDFLAGS =
am_cpu_benchmark_OBJECTS = cpu_benchmark.$(OBJEXT)
am_cpu_benchmark_OBJECTS = cpu_benchmark.$(OBJEXT) whetstone.$(OBJEXT) \
dhrystone.$(OBJEXT)
cpu_benchmark_OBJECTS = $(am_cpu_benchmark_OBJECTS)
cpu_benchmark_LDADD = $(LDADD)
cpu_benchmark_DEPENDENCIES =
Expand Down Expand Up @@ -339,7 +340,8 @@ am__depfiles_maybe = depfiles
@AMDEP_TRUE@ ./$(DEPDIR)/boinc_client-time_stats.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/boinc_client-util.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/boinc_client-whetstone.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/cpu_benchmark.Po
@AMDEP_TRUE@ ./$(DEPDIR)/cpu_benchmark.Po \
@AMDEP_TRUE@ ./$(DEPDIR)/dhrystone.Po ./$(DEPDIR)/whetstone.Po
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
Expand Down Expand Up @@ -491,6 +493,8 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boinc_client-util.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boinc_client-whetstone.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu_benchmark.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhrystone.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whetstone.Po@am__quote@

distclean-depend:
-rm -rf ./$(DEPDIR)
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac Revision: 1.86 .
# From configure.ac Revision: 1.87 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57 for BOINC 3.06.
#
Expand Down
1 change: 0 additions & 1 deletion py/Boinc/boinc_db.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Generated by db_def_to_py
MEDIUM_BLOB_SIZE = 4096
LARGE_BLOB_SIZE = 65536
TEAM_TYPE_CLUB = 1
TEAM_TYPE_COMPANY = 2
Expand Down
1 change: 0 additions & 1 deletion test/boinc_db.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
// Generated by db_def_to_php
define("MEDIUM_BLOB_SIZE", 4096);
define("LARGE_BLOB_SIZE", 65536);
define("TEAM_TYPE_CLUB", 1);
define("TEAM_TYPE_COMPANY", 2);
Expand Down

0 comments on commit d8a1c1e

Please sign in to comment.