2004-06-18 09:05:15 +00:00
|
|
|
## -*- mode: make; tab-width: 4 -*-
|
2003-06-06 19:00:42 +00:00
|
|
|
## $Id$
|
|
|
|
|
|
|
|
include $(top_srcdir)/Makefile.incl
|
|
|
|
|
2004-11-27 09:43:05 +00:00
|
|
|
# (for a while we used "-static -static-libgcc" on linux, but this is obsolete
|
|
|
|
# now)
|
2004-03-14 15:29:22 +00:00
|
|
|
#STATIC_FLAGS=@STATIC_FLAGS@
|
2003-06-12 07:07:07 +00:00
|
|
|
|
2004-11-26 17:45:13 +00:00
|
|
|
client-bin: @CLIENT_BIN_FILENAME@
|
|
|
|
|
2005-01-27 00:58:16 +00:00
|
|
|
LIBS += @CLIENTLIBS@
|
2005-01-20 10:21:26 +00:00
|
|
|
|
2003-06-06 19:00:42 +00:00
|
|
|
bin_PROGRAMS = boinc_client
|
|
|
|
|
2003-10-19 19:03:49 +00:00
|
|
|
EXTRA_PROGRAMS = cpu_benchmark
|
2003-06-06 19:00:42 +00:00
|
|
|
|
2004-08-11 11:30:25 +00:00
|
|
|
boinc_client_SOURCES = \
|
2005-02-08 00:01:50 +00:00
|
|
|
acct_mgr.C \
|
2004-08-11 11:30:25 +00:00
|
|
|
app.C \
|
|
|
|
app_control.C \
|
|
|
|
app_graphics.C \
|
|
|
|
app_start.C \
|
|
|
|
check_state.C \
|
|
|
|
client_msgs.C \
|
|
|
|
client_state.C \
|
|
|
|
client_types.C \
|
|
|
|
cs_account.C \
|
|
|
|
cs_apps.C \
|
|
|
|
cs_benchmark.C \
|
|
|
|
cs_cmdline.C \
|
|
|
|
cs_data.C \
|
|
|
|
cs_files.C \
|
|
|
|
cs_prefs.C \
|
|
|
|
cs_scheduler.C \
|
|
|
|
cs_statefile.C \
|
|
|
|
cs_trickle.C \
|
|
|
|
dhrystone.C \
|
2004-11-04 19:30:51 +00:00
|
|
|
dhrystone2.C \
|
2004-08-11 11:30:25 +00:00
|
|
|
file_names.C \
|
|
|
|
file_xfer.C \
|
|
|
|
gui_rpc_server.C \
|
|
|
|
hostinfo_network.C \
|
|
|
|
hostinfo_unix.C \
|
|
|
|
http.C \
|
|
|
|
log_flags.C \
|
|
|
|
main.C \
|
|
|
|
net_stats.C \
|
|
|
|
net_xfer.C \
|
|
|
|
pers_file_xfer.C \
|
|
|
|
proxy.C \
|
|
|
|
scheduler_op.C \
|
|
|
|
ss_logic.C \
|
|
|
|
time_stats.C \
|
2004-12-08 20:55:53 +00:00
|
|
|
whetstone.C
|
2003-06-06 19:00:42 +00:00
|
|
|
|
2004-12-09 10:23:56 +00:00
|
|
|
boinc_client_DEPENDENCIES = $(LIBRSA)
|
2004-06-17 05:08:31 +00:00
|
|
|
boinc_client_CPPFLAGS = -I $(srcdir)/win $(AM_CPPFLAGS) -O3
|
2004-12-08 20:55:53 +00:00
|
|
|
boinc_client_LDADD = -L../lib -lboinc $(RSA_LIBS) $(PTHREAD_LIBS)
|
2004-03-14 15:29:22 +00:00
|
|
|
#boinc_client_LDFLAGS = $(STATIC_FLAGS)
|
2003-06-06 19:00:42 +00:00
|
|
|
|
2004-05-25 19:43:10 +00:00
|
|
|
# the following don't do anything
|
2004-06-17 05:08:31 +00:00
|
|
|
cpu_benchmark_SOURCES = whetstone.C dhrystone.C
|
|
|
|
cpu_benchmark_CFLAGS = -O3 $(AM_CFLAGS)
|
2003-06-06 19:00:42 +00:00
|
|
|
|
2004-07-13 10:36:18 +00:00
|
|
|
all-local: client-bin
|
2004-11-26 17:45:13 +00:00
|
|
|
|
2003-06-06 19:00:42 +00:00
|
|
|
# make a hard link to the client name.
|
|
|
|
@CLIENT_BIN_FILENAME@: boinc_client
|
2003-06-14 22:04:20 +00:00
|
|
|
rm -f $@
|
2004-03-17 09:55:51 +00:00
|
|
|
ln $? $@
|
2003-06-12 07:07:10 +00:00
|
|
|
|
2004-11-27 09:57:38 +00:00
|
|
|
## these source files need to be specified because no rule uses them.
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
app.h \
|
|
|
|
client_msgs.h \
|
|
|
|
client_state.h \
|
|
|
|
client_types.h \
|
|
|
|
cpp.h \
|
|
|
|
cpu_benchmark.h \
|
|
|
|
dhrystone.h \
|
|
|
|
file_names.h \
|
|
|
|
file_xfer.h \
|
|
|
|
gui_rpc_server.h \
|
|
|
|
gui_titles.h \
|
|
|
|
hostinfo_network.h \
|
|
|
|
http.h \
|
|
|
|
log_flags.h \
|
|
|
|
mac \
|
|
|
|
main.h \
|
|
|
|
net_stats.h \
|
|
|
|
net_xfer.h \
|
|
|
|
pers_file_xfer.h \
|
|
|
|
proxy.h \
|
|
|
|
scheduler_op.h \
|
|
|
|
ss_logic.h \
|
|
|
|
ssl_http.h \
|
|
|
|
ssl_net_xfer.h \
|
|
|
|
time_stats.h \
|
|
|
|
translation \
|
|
|
|
win
|
2003-06-06 19:00:42 +00:00
|
|
|
|
|
|
|
clean-local:
|
2004-07-13 18:35:47 +00:00
|
|
|
rm -f @CLIENT_BIN_FILENAME@
|