From 5ba569eeba601440be25d67e7da9ee5c883a79fa Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Wed, 11 Jun 2003 22:42:47 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1374 --- Makefile.in | 3 +++ client/Makefile.in | 4 ++-- configure | 5 +---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6360400c26..2dc1a25dc1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -563,6 +563,9 @@ dist-hook: rm -rf `find $(distdir) -name CVS -prune` rm -rf `find $(distdir) -name .backup -prune -o -name *~` cd $(distdir)/win_build && perl -pi.bak -e 'tr /\r//d' boinc.dsw *.dsp + +client-bin: + cd client && make client-bin client-bin-gz # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff --git a/client/Makefile.in b/client/Makefile.in index e68cc5197f..154a633655 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -209,8 +209,9 @@ boinc_client_SOURCES = \ boinc_client_DEPENDENCIES = $(LIBRSA) -boinc_client_LDADD = $(RSA_LIBS) boinc_client_CPPFLAGS = -I $(srcdir)/win $(AM_CPPFLAGS) +boinc_client_LDADD = $(RSA_LIBS) +boinc_client_LDFLAGS = -static -static-libgcc speed_stats_SOURCES = speed_stats.C speed_stats_CFLAGS = -O6 $(AM_CFLAGS) @@ -256,7 +257,6 @@ am_boinc_client_OBJECTS = boinc_client-main.$(OBJEXT) \ boinc_client-md5.$(OBJEXT) boinc_client-crypt.$(OBJEXT) \ boinc_client-util.$(OBJEXT) boinc_client_OBJECTS = $(am_boinc_client_OBJECTS) -boinc_client_LDFLAGS = am_speed_stats_OBJECTS = speed_stats.$(OBJEXT) speed_stats_OBJECTS = $(am_speed_stats_OBJECTS) speed_stats_LDADD = $(LDADD) diff --git a/configure b/configure index a027a542c4..ebb79c5d3e 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 1.13 . +# From configure.ac Revision: 1.15 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.57 for BOINC 1.04. # @@ -6668,8 +6668,6 @@ echo "checking static flags... ${STATIC_FLAGS:-(none)}" ac_config_headers="$ac_config_headers config.h" - ac_config_headers="$ac_config_headers client/win/win_config.h" - cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -7248,7 +7246,6 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; - "client/win/win_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS client/win/win_config.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };;