From b72a3f46246f67c4a81a931828e34befc567a029 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Thu, 12 Jun 2003 07:07:10 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1420 --- client/Makefile.am | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/client/Makefile.am b/client/Makefile.am index 4c441a6773..6ecfdd07a6 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -53,12 +53,17 @@ boinc_client_LDFLAGS = $(STATIC_FLAGS) speed_stats_SOURCES = speed_stats.C speed_stats_CFLAGS = -O6 $(AM_CFLAGS) -all-local: @CLIENT_BIN_FILENAME@ +all-local: client-bin-gz +client-bin: @CLIENT_BIN_FILENAME@.gz +client-bin-gz: @CLIENT_BIN_FILENAME@.gz # make a hard link to the client name. @CLIENT_BIN_FILENAME@: boinc_client - rm -f @CLIENT_BIN_FILENAME@ - ln boinc_client @CLIENT_BIN_FILENAME@ + rm -f $^ + ln boinc_client $^ + +@CLIENT_BIN_FILENAME@.gz: @CLIENT_BIN_FILENAME@ + gzip -c $^ > $@ ## these source files need to be specified because no rule on unix uses them. EXTRA_DIST = \