Ticket #811: Makefile

File Makefile, 93.7 KB (added by mjakubicek, 15 years ago)

client/Makefile

Line 
1# Makefile.in generated by automake 1.11 from Makefile.am.
2# client/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16
17
18# Note: MYSQL_CFLAGS and MYSQL_LIBS set by configure from mysql_config
19
20
21
22pkgdatadir = $(datadir)/boinc
23pkgincludedir = $(includedir)/boinc
24pkglibdir = $(libdir)/boinc
25pkglibexecdir = $(libexecdir)/boinc
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = x86_64-unknown-linux-gnu
39host_triplet = x86_64-unknown-linux-gnu
40target_triplet = x86_64-redhat-linux-gnu
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
42        $(top_srcdir)/Makefile.incl install-sh
43#am__append_1 = -framework IOKit -framework Foundation -framework ScreenSaver -framework Cocoa
44bin_PROGRAMS = boinc_client$(EXEEXT) switcher$(EXEEXT)
45subdir = client
46ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
48        $(top_srcdir)/m4/ax_check_gl.m4 \
49        $(top_srcdir)/m4/ax_check_glu.m4 \
50        $(top_srcdir)/m4/ax_check_glut.m4 \
51        $(top_srcdir)/m4/ax_lang_compiler_ms.m4 \
52        $(top_srcdir)/m4/ax_winsock.m4 \
53        $(top_srcdir)/m4/boinc_check_cygwin.m4 \
54        $(top_srcdir)/m4/boinc_check_fcgi.m4 \
55        $(top_srcdir)/m4/boinc_check_flags.m4 \
56        $(top_srcdir)/m4/boinc_getsockopt.m4 \
57        $(top_srcdir)/m4/boinc_platform.m4 \
58        $(top_srcdir)/m4/boinc_set_compile_flags.m4 \
59        $(top_srcdir)/m4/boinc_wxwidgets.m4 \
60        $(top_srcdir)/m4/check_ssl.m4 $(top_srcdir)/m4/kc_mysql.m4 \
61        $(top_srcdir)/m4/libcurl.m4 $(top_srcdir)/m4/libtool.m4 \
62        $(top_srcdir)/m4/sah_check_lib.m4 \
63        $(top_srcdir)/m4/sah_header_stdcxx.m4 \
64        $(top_srcdir)/m4/sah_largefile_breaks_cxx.m4 \
65        $(top_srcdir)/m4/sah_libext.m4 $(top_srcdir)/m4/sah_links.m4 \
66        $(top_srcdir)/m4/sah_namespace.m4 \
67        $(top_srcdir)/m4/sah_select_bitness.m4 \
68        $(top_srcdir)/m4/sah_staticize_ldflags.m4 \
69        $(top_srcdir)/m4/wxWidgets.m4 $(top_srcdir)/configure.ac
70am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71        $(ACLOCAL_M4)
72mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
73CONFIG_HEADER = $(top_builddir)/config.h
74CONFIG_CLEAN_FILES =
75CONFIG_CLEAN_VPATH_FILES =
76am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(boinc_clientdir)"
77PROGRAMS = $(bin_PROGRAMS)
78am_boinc_client_OBJECTS = boinc_client-acct_mgr.$(OBJEXT) \
79        boinc_client-acct_setup.$(OBJEXT) boinc_client-app.$(OBJEXT) \
80        boinc_client-app_control.$(OBJEXT) \
81        boinc_client-app_graphics.$(OBJEXT) \
82        boinc_client-app_start.$(OBJEXT) \
83        boinc_client-auto_update.$(OBJEXT) \
84        boinc_client-check_state.$(OBJEXT) \
85        boinc_client-client_msgs.$(OBJEXT) \
86        boinc_client-client_state.$(OBJEXT) \
87        boinc_client-client_types.$(OBJEXT) \
88        boinc_client-cpu_sched.$(OBJEXT) \
89        boinc_client-cs_account.$(OBJEXT) \
90        boinc_client-cs_apps.$(OBJEXT) \
91        boinc_client-cs_benchmark.$(OBJEXT) \
92        boinc_client-cs_cmdline.$(OBJEXT) \
93        boinc_client-cs_files.$(OBJEXT) \
94        boinc_client-cs_platforms.$(OBJEXT) \
95        boinc_client-cs_prefs.$(OBJEXT) \
96        boinc_client-cs_scheduler.$(OBJEXT) \
97        boinc_client-cs_statefile.$(OBJEXT) \
98        boinc_client-cs_trickle.$(OBJEXT) \
99        boinc_client-dhrystone.$(OBJEXT) \
100        boinc_client-dhrystone2.$(OBJEXT) \
101        boinc_client-file_names.$(OBJEXT) \
102        boinc_client-file_xfer.$(OBJEXT) \
103        boinc_client-gui_http.$(OBJEXT) \
104        boinc_client-gui_rpc_server.$(OBJEXT) \
105        boinc_client-gui_rpc_server_ops.$(OBJEXT) \
106        boinc_client-hostinfo_network.$(OBJEXT) \
107        boinc_client-hostinfo_unix.$(OBJEXT) \
108        boinc_client-http_curl.$(OBJEXT) \
109        boinc_client-log_flags.$(OBJEXT) boinc_client-main.$(OBJEXT) \
110        boinc_client-net_stats.$(OBJEXT) \
111        boinc_client-pers_file_xfer.$(OBJEXT) \
112        boinc_client-rr_sim.$(OBJEXT) boinc_client-sandbox.$(OBJEXT) \
113        boinc_client-scheduler_op.$(OBJEXT) \
114        boinc_client-time_stats.$(OBJEXT) \
115        boinc_client-whetstone.$(OBJEXT) \
116        boinc_client-work_fetch.$(OBJEXT)
117boinc_client_OBJECTS = $(am_boinc_client_OBJECTS)
118am__DEPENDENCIES_1 =
119boinc_client_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
120        $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
121        $(CXXFLAGS) $(boinc_client_LDFLAGS) $(LDFLAGS) -o $@
122am_switcher_OBJECTS = switcher.$(OBJEXT)
123switcher_OBJECTS = $(am_switcher_OBJECTS)
124switcher_LDADD = $(LDADD)
125DEFAULT_INCLUDES = -I. -I$(top_builddir)
126depcomp = $(SHELL) $(top_srcdir)/depcomp
127am__depfiles_maybe = depfiles
128am__mv = mv -f
129CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
130        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
131LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
132        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
133        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
134CXXLD = $(CXX)
135CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
136        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
137        $(LDFLAGS) -o $@
138SOURCES = $(boinc_client_SOURCES) $(switcher_SOURCES)
139DIST_SOURCES = $(boinc_client_SOURCES) $(switcher_SOURCES)
140am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141am__vpath_adj = case $$p in \
142    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
143    *) f=$$p;; \
144  esac;
145am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
146am__install_max = 40
147am__nobase_strip_setup = \
148  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
149am__nobase_strip = \
150  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
151am__nobase_list = $(am__nobase_strip_setup); \
152  for p in $$list; do echo "$$p $$p"; done | \
153  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
154  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
155    if (++n[$$2] == $(am__install_max)) \
156      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
157    END { for (dir in files) print dir, files[dir] }'
158am__base_list = \
159  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
160  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
161DATA = $(boinc_client_DATA)
162ETAGS = etags
163CTAGS = ctags
164DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
165ACLOCAL = ${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run aclocal-1.11
166ALLOCA = 
167AMTAR = ${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run tar
168AR = ar
169AS = as
170AUTOCONF = ${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run autoconf
171AUTOHEADER = ${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run autoheader
172AUTOMAKE = ${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run automake-1.11
173AWK = gawk
174BOINC_EXTRA_LIBS =  -lcurl   -lssl -lcrypto -ldl -lnsl -lz
175BOINC_MAJOR_VERSION = 6
176BOINC_MINOR_VERSION = 6
177BOINC_RELEASE = 37
178BOINC_VERSION_STRING = 6.6.37
179CC = gcc
180CCDEPMODE = depmode=gcc3
181CFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -msse2 -march=opteron -mtune=generic -I/usr/include -I/usr/include/openssl
182CLIENTGUIFLAGS = 
183CLIENTGUILIBS = -pthread   -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 
184CLIENTLIBS = -lstdc++ -lc_nonshared -lgcc -lgcc_eh -lpthread -lc -lm
185CLIENT_BIN_FILENAME = boinc
186CLIENT_CMD_BIN_FILENAME = boinccmd
187CLIENT_GUI_BIN_FILENAME = boincmgr
188CPP = gcc -E
189CPPFLAGS = 
190CXX = g++
191CXXCPP = g++ -E
192CXXDEPMODE = depmode=gcc3
193CXXFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -msse2 -march=opteron -mtune=generic -I/usr/include -I/usr/include/openssl
194CYGPATH_W = echo
195DEFS = -DHAVE_CONFIG_H
196DEPDIR = .deps
197DLLEXT = so
198DLLTOOL = dlltool
199DOCBOOK2X_MAN = /usr/bin/db2x_docbook2man
200ECHO = echo
201ECHO_C = 
202ECHO_N = -n
203ECHO_T = 
204EGREP = /bin/grep -E
205EXEEXT = 
206F77 = gfortran
207FFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules -msse2 -march=opteron -mtune=generic
208FULLNAME = Milos Jakubicek
209GLUT_CFLAGS = -pthread
210GLUT_LIBS = -lglut  -lSM -lICE -lXmu -lXi  -lGLU -lGL  -lm
211GLU_CFLAGS = -pthread
212GLU_LIBS = -lGLU -lGL  -lm
213GL_CFLAGS = -pthread
214GL_LIBS = -lGL  -lm
215GREP = /bin/grep
216INSTALL = /usr/bin/install -c
217INSTALL_DATA = ${INSTALL} -m 644
218INSTALL_PROGRAM = ${INSTALL}
219INSTALL_SCRIPT = ${INSTALL}
220INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
221LDFLAGS =  -L/usr/lib
222LD_EXPORT_DYNAMIC = 
223LIBBOINC_VERSION = 6:6:37
224LIBCURL = -lcurl 
225LIBCURL_CPPFLAGS = 
226LIBEXT = a
227LIBOBJS = 
228LIBS = -lstdc++ -lc_nonshared -lgcc -lgcc_eh -lpthread -lc -lm  -lstdc++ -lc_nonshared -lgcc -lgcc_eh -lpthread -lc -lm  $(am__append_1)
229LIBTOOL = $(SHELL) $(top_builddir)/libtool
230LN = /bin/ln
231LN_S = ln -s
232LOGNAME = milos
233LTLIBOBJS = 
234MAKEINFO = ${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/missing --run makeinfo
235MKDIR_P = /bin/mkdir -p
236MYSQL_CFLAGS = 
237MYSQL_CONFIG = 
238MYSQL_LIBS = 
239OBJC = gcc
240OBJCDEPMODE = depmode=none
241OBJCFLAGS = -ObjC
242OBJDUMP = objdump
243OBJEXT = o
244PACKAGE = boinc
245PACKAGE_BUGREPORT = 
246PACKAGE_NAME = BOINC
247PACKAGE_STRING = BOINC 6.6.37
248PACKAGE_TARNAME = boinc
249PACKAGE_VERSION = 6.6.37
250PATH_SEPARATOR = :
251PICFLAGS =  -fPIC -DPIC
252PTHREAD_CC = gcc
253PTHREAD_CFLAGS = -pthread
254PTHREAD_LIBS = 
255RANLIB = ranlib
256RDATE = 2009.07.20
257REV = 
258SET_MAKE = 
259SHELL = /bin/sh
260SSLDIR = /usr
261STRIP = :
262TOP_BUILD_DIR = /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6
263TOP_SOURCE_DIR = /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6
264VERSION = 6.6.37
265WX_CFLAGS = -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
266WX_CFLAGS_ONLY = -pthread
267WX_CONFIG_PATH = /usr/bin/wx-config
268WX_CPPFLAGS = -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__
269WX_CXXFLAGS = -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread
270WX_CXXFLAGS_ONLY = 
271WX_LIBS = -pthread   -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8
272WX_LIBS_STATIC = 
273WX_VERSION = 2.8.10
274XMKMF = 
275X_CFLAGS = 
276X_EXTRA_LIBS = 
277X_LIBS = 
278X_PRE_LIBS =  -lSM -lICE
279_libcurl_config = 
280abs_builddir = /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/client
281abs_srcdir = /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/client
282abs_top_builddir = /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6
283abs_top_srcdir = /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6
284ac_ct_CC = gcc
285ac_ct_CXX = g++
286ac_ct_F77 = gfortran
287acx_pthread_config = 
288am__include = include
289am__leading_dot = .
290am__quote = 
291am__tar = ${AMTAR} chof - "$$tardir"
292am__untar = ${AMTAR} xf -
293bindir = /usr/bin
294boinc_alt_platform = i686-pc-linux-gnu
295boinc_platform = x86_64-pc-linux-gnu
296build = x86_64-unknown-linux-gnu
297build_alias = x86_64-unknown-linux-gnu
298build_cpu = x86_64
299build_os = linux-gnu
300build_vendor = unknown
301builddir = .
302datadir = /usr/share
303datarootdir = ${prefix}/share
304docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
305dvidir = ${docdir}
306exec_prefix = /usr
307host = x86_64-unknown-linux-gnu
308host_alias = x86_64-unknown-linux-gnu
309host_cpu = x86_64
310host_os = linux-gnu
311host_vendor = unknown
312htmldir = ${docdir}
313includedir = /usr/include
314infodir = /usr/share/info
315install_sh = ${SHELL} /home/milos/fedora/cvs/boinc-client/devel/boinc_core_release_6_6/install-sh
316libdir = /usr/lib64
317libexecdir = /usr/libexec
318localedir = ${datarootdir}/locale
319localstatedir = /var
320mandir = /usr/share/man
321mkdir_p = /bin/mkdir -p
322oldincludedir = /usr/include
323pdfdir = ${docdir}
324prefix = /usr
325program_transform_name = s&^&&
326psdir = ${docdir}
327sbindir = /usr/sbin
328sharedstatedir = /var/lib
329srcdir = .
330sysconfdir = /etc
331target = x86_64-redhat-linux-gnu
332target_alias = x86_64-redhat-linux-gnu
333target_cpu = x86_64
334target_os = linux-gnu
335target_vendor = redhat
336top_build_prefix = ../
337top_builddir = ..
338top_srcdir = ..
339RSA_LIBS = -lcrypto
340AM_CPPFLAGS = \
341        -I$(top_srcdir)/lib                     \
342        -I$(top_srcdir)/api                     \
343        -I$(top_srcdir)/db                      \
344        -I$(top_srcdir)/client                  \
345        -I$(top_srcdir)/tools                   \
346        -I$(top_srcdir)/sched                   \
347        -I$(top_srcdir)/lib/mac
348
349
350# dependencies to make sure libs gets compiled before
351# programs linking to them:
352LIBSCHED = $(top_builddir)/sched/libsched.a
353LIBBOINC = $(top_builddir)/lib/libboinc.a
354LIBAPI = = $(top_builddir)/api/libboinc_api.a
355boinc_client_SOURCES = \
356    acct_mgr.cpp \
357    acct_setup.cpp \
358    app.cpp \
359    app_control.cpp \
360    app_graphics.cpp \
361    app_start.cpp \
362    auto_update.cpp \
363    check_state.cpp \
364    client_msgs.cpp \
365    client_state.cpp \
366    client_types.cpp \
367    cpu_sched.cpp \
368    cs_account.cpp \
369    cs_apps.cpp \
370    cs_benchmark.cpp \
371    cs_cmdline.cpp \
372    cs_files.cpp \
373    cs_platforms.cpp \
374    cs_prefs.cpp \
375    cs_scheduler.cpp \
376    cs_statefile.cpp \
377    cs_trickle.cpp \
378    dhrystone.cpp \
379    dhrystone2.cpp \
380    file_names.cpp \
381    file_xfer.cpp \
382    gui_http.cpp \
383    gui_rpc_server.cpp \
384    gui_rpc_server_ops.cpp \
385    hostinfo_network.cpp \
386    hostinfo_unix.cpp \
387    http_curl.cpp \
388    log_flags.cpp \
389    main.cpp \
390    net_stats.cpp \
391    pers_file_xfer.cpp \
392        rr_sim.cpp \
393    sandbox.cpp \
394    scheduler_op.cpp \
395    time_stats.cpp \
396    whetstone.cpp \
397    work_fetch.cpp
398
399boinc_client_DEPENDENCIES = 
400boinc_client_CPPFLAGS = -O3 -fforce-addr $(AM_CPPFLAGS)
401boinc_client_LDFLAGS = -static-libgcc
402boinc_client_LDADD = $(LIBBOINC) $(PTHREAD_LIBS) $(BOINC_EXTRA_LIBS)
403boinc_clientdir = $(bindir)
404boinc_client_DATA = ../curl/ca-bundle.crt
405switcher_SOURCES = switcher.cpp
406EXTRA_DIST = *.h \
407    mac \
408    translation \
409    win
410
411all: all-am
412
413.SUFFIXES:
414.SUFFIXES: .cpp .lo .o .obj
415$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.incl $(am__configure_deps)
416        @for dep in $?; do \
417          case '$(am__configure_deps)' in \
418            *$$dep*) \
419              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
420                && { if test -f $@; then exit 0; else break; fi; }; \
421              exit 1;; \
422          esac; \
423        done; \
424        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu client/Makefile'; \
425        $(am__cd) $(top_srcdir) && \
426          $(AUTOMAKE) --gnu client/Makefile
427.PRECIOUS: Makefile
428Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
429        @case '$?' in \
430          *config.status*) \
431            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
432          *) \
433            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
434            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
435        esac;
436
437$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
438        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439
440$(top_srcdir)/configure:  $(am__configure_deps)
441        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
442$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
443        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444$(am__aclocal_m4_deps):
445install-binPROGRAMS: $(bin_PROGRAMS)
446        @$(NORMAL_INSTALL)
447        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
448        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
449        for p in $$list; do echo "$$p $$p"; done | \
450        sed 's/$(EXEEXT)$$//' | \
451        while read p p1; do if test -f $$p || test -f $$p1; \
452          then echo "$$p"; echo "$$p"; else :; fi; \
453        done | \
454        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
455            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
456        sed 'N;N;N;s,\n, ,g' | \
457        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
458          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
459            if ($$2 == $$4) files[d] = files[d] " " $$1; \
460            else { print "f", $$3 "/" $$4, $$1; } } \
461          END { for (d in files) print "f", d, files[d] }' | \
462        while read type dir files; do \
463            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
464            test -z "$$files" || { \
465            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
466            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
467            } \
468        ; done
469
470uninstall-binPROGRAMS:
471        @$(NORMAL_UNINSTALL)
472        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
473        files=`for p in $$list; do echo "$$p"; done | \
474          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
475              -e 's/$$/$(EXEEXT)/' `; \
476        test -n "$$list" || exit 0; \
477        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
478        cd "$(DESTDIR)$(bindir)" && rm -f $$files
479
480clean-binPROGRAMS:
481        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
482        echo " rm -f" $$list; \
483        rm -f $$list || exit $$?; \
484        test -n "$(EXEEXT)" || exit 0; \
485        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
486        echo " rm -f" $$list; \
487        rm -f $$list
488boinc_client$(EXEEXT): $(boinc_client_OBJECTS) $(boinc_client_DEPENDENCIES) 
489        @rm -f boinc_client$(EXEEXT)
490        $(boinc_client_LINK) $(boinc_client_OBJECTS) $(boinc_client_LDADD) $(LIBS)
491switcher$(EXEEXT): $(switcher_OBJECTS) $(switcher_DEPENDENCIES) 
492        @rm -f switcher$(EXEEXT)
493        $(CXXLINK) $(switcher_OBJECTS) $(switcher_LDADD) $(LIBS)
494
495mostlyclean-compile:
496        -rm -f *.$(OBJEXT)
497
498distclean-compile:
499        -rm -f *.tab.c
500
501include ./$(DEPDIR)/boinc_client-acct_mgr.Po
502include ./$(DEPDIR)/boinc_client-acct_setup.Po
503include ./$(DEPDIR)/boinc_client-app.Po
504include ./$(DEPDIR)/boinc_client-app_control.Po
505include ./$(DEPDIR)/boinc_client-app_graphics.Po
506include ./$(DEPDIR)/boinc_client-app_start.Po
507include ./$(DEPDIR)/boinc_client-auto_update.Po
508include ./$(DEPDIR)/boinc_client-check_state.Po
509include ./$(DEPDIR)/boinc_client-client_msgs.Po
510include ./$(DEPDIR)/boinc_client-client_state.Po
511include ./$(DEPDIR)/boinc_client-client_types.Po
512include ./$(DEPDIR)/boinc_client-cpu_sched.Po
513include ./$(DEPDIR)/boinc_client-cs_account.Po
514include ./$(DEPDIR)/boinc_client-cs_apps.Po
515include ./$(DEPDIR)/boinc_client-cs_benchmark.Po
516include ./$(DEPDIR)/boinc_client-cs_cmdline.Po
517include ./$(DEPDIR)/boinc_client-cs_files.Po
518include ./$(DEPDIR)/boinc_client-cs_platforms.Po
519include ./$(DEPDIR)/boinc_client-cs_prefs.Po
520include ./$(DEPDIR)/boinc_client-cs_scheduler.Po
521include ./$(DEPDIR)/boinc_client-cs_statefile.Po
522include ./$(DEPDIR)/boinc_client-cs_trickle.Po
523include ./$(DEPDIR)/boinc_client-dhrystone.Po
524include ./$(DEPDIR)/boinc_client-dhrystone2.Po
525include ./$(DEPDIR)/boinc_client-file_names.Po
526include ./$(DEPDIR)/boinc_client-file_xfer.Po
527include ./$(DEPDIR)/boinc_client-gui_http.Po
528include ./$(DEPDIR)/boinc_client-gui_rpc_server.Po
529include ./$(DEPDIR)/boinc_client-gui_rpc_server_ops.Po
530include ./$(DEPDIR)/boinc_client-hostinfo_network.Po
531include ./$(DEPDIR)/boinc_client-hostinfo_unix.Po
532include ./$(DEPDIR)/boinc_client-http_curl.Po
533include ./$(DEPDIR)/boinc_client-log_flags.Po
534include ./$(DEPDIR)/boinc_client-main.Po
535include ./$(DEPDIR)/boinc_client-net_stats.Po
536include ./$(DEPDIR)/boinc_client-pers_file_xfer.Po
537include ./$(DEPDIR)/boinc_client-rr_sim.Po
538include ./$(DEPDIR)/boinc_client-sandbox.Po
539include ./$(DEPDIR)/boinc_client-scheduler_op.Po
540include ./$(DEPDIR)/boinc_client-time_stats.Po
541include ./$(DEPDIR)/boinc_client-whetstone.Po
542include ./$(DEPDIR)/boinc_client-work_fetch.Po
543include ./$(DEPDIR)/switcher.Po
544
545.cpp.o:
546        $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
547        $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
548#       source='$<' object='$@' libtool=no \
549#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
550#       $(CXXCOMPILE) -c -o $@ $<
551
552.cpp.obj:
553        $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
554        $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
555#       source='$<' object='$@' libtool=no \
556#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
557#       $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
558
559.cpp.lo:
560        $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
561        $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
562#       source='$<' object='$@' libtool=yes \
563#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
564#       $(LTCXXCOMPILE) -c -o $@ $<
565
566boinc_client-acct_mgr.o: acct_mgr.cpp
567        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-acct_mgr.o -MD -MP -MF $(DEPDIR)/boinc_client-acct_mgr.Tpo -c -o boinc_client-acct_mgr.o `test -f 'acct_mgr.cpp' || echo '$(srcdir)/'`acct_mgr.cpp
568        $(am__mv) $(DEPDIR)/boinc_client-acct_mgr.Tpo $(DEPDIR)/boinc_client-acct_mgr.Po
569#       source='acct_mgr.cpp' object='boinc_client-acct_mgr.o' libtool=no \
570#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
571#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-acct_mgr.o `test -f 'acct_mgr.cpp' || echo '$(srcdir)/'`acct_mgr.cpp
572
573boinc_client-acct_mgr.obj: acct_mgr.cpp
574        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-acct_mgr.obj -MD -MP -MF $(DEPDIR)/boinc_client-acct_mgr.Tpo -c -o boinc_client-acct_mgr.obj `if test -f 'acct_mgr.cpp'; then $(CYGPATH_W) 'acct_mgr.cpp'; else $(CYGPATH_W) '$(srcdir)/acct_mgr.cpp'; fi`
575        $(am__mv) $(DEPDIR)/boinc_client-acct_mgr.Tpo $(DEPDIR)/boinc_client-acct_mgr.Po
576#       source='acct_mgr.cpp' object='boinc_client-acct_mgr.obj' libtool=no \
577#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
578#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-acct_mgr.obj `if test -f 'acct_mgr.cpp'; then $(CYGPATH_W) 'acct_mgr.cpp'; else $(CYGPATH_W) '$(srcdir)/acct_mgr.cpp'; fi`
579
580boinc_client-acct_setup.o: acct_setup.cpp
581        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-acct_setup.o -MD -MP -MF $(DEPDIR)/boinc_client-acct_setup.Tpo -c -o boinc_client-acct_setup.o `test -f 'acct_setup.cpp' || echo '$(srcdir)/'`acct_setup.cpp
582        $(am__mv) $(DEPDIR)/boinc_client-acct_setup.Tpo $(DEPDIR)/boinc_client-acct_setup.Po
583#       source='acct_setup.cpp' object='boinc_client-acct_setup.o' libtool=no \
584#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
585#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-acct_setup.o `test -f 'acct_setup.cpp' || echo '$(srcdir)/'`acct_setup.cpp
586
587boinc_client-acct_setup.obj: acct_setup.cpp
588        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-acct_setup.obj -MD -MP -MF $(DEPDIR)/boinc_client-acct_setup.Tpo -c -o boinc_client-acct_setup.obj `if test -f 'acct_setup.cpp'; then $(CYGPATH_W) 'acct_setup.cpp'; else $(CYGPATH_W) '$(srcdir)/acct_setup.cpp'; fi`
589        $(am__mv) $(DEPDIR)/boinc_client-acct_setup.Tpo $(DEPDIR)/boinc_client-acct_setup.Po
590#       source='acct_setup.cpp' object='boinc_client-acct_setup.obj' libtool=no \
591#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
592#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-acct_setup.obj `if test -f 'acct_setup.cpp'; then $(CYGPATH_W) 'acct_setup.cpp'; else $(CYGPATH_W) '$(srcdir)/acct_setup.cpp'; fi`
593
594boinc_client-app.o: app.cpp
595        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app.o -MD -MP -MF $(DEPDIR)/boinc_client-app.Tpo -c -o boinc_client-app.o `test -f 'app.cpp' || echo '$(srcdir)/'`app.cpp
596        $(am__mv) $(DEPDIR)/boinc_client-app.Tpo $(DEPDIR)/boinc_client-app.Po
597#       source='app.cpp' object='boinc_client-app.o' libtool=no \
598#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
599#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app.o `test -f 'app.cpp' || echo '$(srcdir)/'`app.cpp
600
601boinc_client-app.obj: app.cpp
602        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app.obj -MD -MP -MF $(DEPDIR)/boinc_client-app.Tpo -c -o boinc_client-app.obj `if test -f 'app.cpp'; then $(CYGPATH_W) 'app.cpp'; else $(CYGPATH_W) '$(srcdir)/app.cpp'; fi`
603        $(am__mv) $(DEPDIR)/boinc_client-app.Tpo $(DEPDIR)/boinc_client-app.Po
604#       source='app.cpp' object='boinc_client-app.obj' libtool=no \
605#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
606#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app.obj `if test -f 'app.cpp'; then $(CYGPATH_W) 'app.cpp'; else $(CYGPATH_W) '$(srcdir)/app.cpp'; fi`
607
608boinc_client-app_control.o: app_control.cpp
609        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app_control.o -MD -MP -MF $(DEPDIR)/boinc_client-app_control.Tpo -c -o boinc_client-app_control.o `test -f 'app_control.cpp' || echo '$(srcdir)/'`app_control.cpp
610        $(am__mv) $(DEPDIR)/boinc_client-app_control.Tpo $(DEPDIR)/boinc_client-app_control.Po
611#       source='app_control.cpp' object='boinc_client-app_control.o' libtool=no \
612#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
613#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app_control.o `test -f 'app_control.cpp' || echo '$(srcdir)/'`app_control.cpp
614
615boinc_client-app_control.obj: app_control.cpp
616        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app_control.obj -MD -MP -MF $(DEPDIR)/boinc_client-app_control.Tpo -c -o boinc_client-app_control.obj `if test -f 'app_control.cpp'; then $(CYGPATH_W) 'app_control.cpp'; else $(CYGPATH_W) '$(srcdir)/app_control.cpp'; fi`
617        $(am__mv) $(DEPDIR)/boinc_client-app_control.Tpo $(DEPDIR)/boinc_client-app_control.Po
618#       source='app_control.cpp' object='boinc_client-app_control.obj' libtool=no \
619#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
620#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app_control.obj `if test -f 'app_control.cpp'; then $(CYGPATH_W) 'app_control.cpp'; else $(CYGPATH_W) '$(srcdir)/app_control.cpp'; fi`
621
622boinc_client-app_graphics.o: app_graphics.cpp
623        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app_graphics.o -MD -MP -MF $(DEPDIR)/boinc_client-app_graphics.Tpo -c -o boinc_client-app_graphics.o `test -f 'app_graphics.cpp' || echo '$(srcdir)/'`app_graphics.cpp
624        $(am__mv) $(DEPDIR)/boinc_client-app_graphics.Tpo $(DEPDIR)/boinc_client-app_graphics.Po
625#       source='app_graphics.cpp' object='boinc_client-app_graphics.o' libtool=no \
626#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
627#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app_graphics.o `test -f 'app_graphics.cpp' || echo '$(srcdir)/'`app_graphics.cpp
628
629boinc_client-app_graphics.obj: app_graphics.cpp
630        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app_graphics.obj -MD -MP -MF $(DEPDIR)/boinc_client-app_graphics.Tpo -c -o boinc_client-app_graphics.obj `if test -f 'app_graphics.cpp'; then $(CYGPATH_W) 'app_graphics.cpp'; else $(CYGPATH_W) '$(srcdir)/app_graphics.cpp'; fi`
631        $(am__mv) $(DEPDIR)/boinc_client-app_graphics.Tpo $(DEPDIR)/boinc_client-app_graphics.Po
632#       source='app_graphics.cpp' object='boinc_client-app_graphics.obj' libtool=no \
633#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
634#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app_graphics.obj `if test -f 'app_graphics.cpp'; then $(CYGPATH_W) 'app_graphics.cpp'; else $(CYGPATH_W) '$(srcdir)/app_graphics.cpp'; fi`
635
636boinc_client-app_start.o: app_start.cpp
637        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app_start.o -MD -MP -MF $(DEPDIR)/boinc_client-app_start.Tpo -c -o boinc_client-app_start.o `test -f 'app_start.cpp' || echo '$(srcdir)/'`app_start.cpp
638        $(am__mv) $(DEPDIR)/boinc_client-app_start.Tpo $(DEPDIR)/boinc_client-app_start.Po
639#       source='app_start.cpp' object='boinc_client-app_start.o' libtool=no \
640#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
641#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app_start.o `test -f 'app_start.cpp' || echo '$(srcdir)/'`app_start.cpp
642
643boinc_client-app_start.obj: app_start.cpp
644        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-app_start.obj -MD -MP -MF $(DEPDIR)/boinc_client-app_start.Tpo -c -o boinc_client-app_start.obj `if test -f 'app_start.cpp'; then $(CYGPATH_W) 'app_start.cpp'; else $(CYGPATH_W) '$(srcdir)/app_start.cpp'; fi`
645        $(am__mv) $(DEPDIR)/boinc_client-app_start.Tpo $(DEPDIR)/boinc_client-app_start.Po
646#       source='app_start.cpp' object='boinc_client-app_start.obj' libtool=no \
647#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
648#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-app_start.obj `if test -f 'app_start.cpp'; then $(CYGPATH_W) 'app_start.cpp'; else $(CYGPATH_W) '$(srcdir)/app_start.cpp'; fi`
649
650boinc_client-auto_update.o: auto_update.cpp
651        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-auto_update.o -MD -MP -MF $(DEPDIR)/boinc_client-auto_update.Tpo -c -o boinc_client-auto_update.o `test -f 'auto_update.cpp' || echo '$(srcdir)/'`auto_update.cpp
652        $(am__mv) $(DEPDIR)/boinc_client-auto_update.Tpo $(DEPDIR)/boinc_client-auto_update.Po
653#       source='auto_update.cpp' object='boinc_client-auto_update.o' libtool=no \
654#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
655#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-auto_update.o `test -f 'auto_update.cpp' || echo '$(srcdir)/'`auto_update.cpp
656
657boinc_client-auto_update.obj: auto_update.cpp
658        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-auto_update.obj -MD -MP -MF $(DEPDIR)/boinc_client-auto_update.Tpo -c -o boinc_client-auto_update.obj `if test -f 'auto_update.cpp'; then $(CYGPATH_W) 'auto_update.cpp'; else $(CYGPATH_W) '$(srcdir)/auto_update.cpp'; fi`
659        $(am__mv) $(DEPDIR)/boinc_client-auto_update.Tpo $(DEPDIR)/boinc_client-auto_update.Po
660#       source='auto_update.cpp' object='boinc_client-auto_update.obj' libtool=no \
661#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
662#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-auto_update.obj `if test -f 'auto_update.cpp'; then $(CYGPATH_W) 'auto_update.cpp'; else $(CYGPATH_W) '$(srcdir)/auto_update.cpp'; fi`
663
664boinc_client-check_state.o: check_state.cpp
665        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-check_state.o -MD -MP -MF $(DEPDIR)/boinc_client-check_state.Tpo -c -o boinc_client-check_state.o `test -f 'check_state.cpp' || echo '$(srcdir)/'`check_state.cpp
666        $(am__mv) $(DEPDIR)/boinc_client-check_state.Tpo $(DEPDIR)/boinc_client-check_state.Po
667#       source='check_state.cpp' object='boinc_client-check_state.o' libtool=no \
668#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
669#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-check_state.o `test -f 'check_state.cpp' || echo '$(srcdir)/'`check_state.cpp
670
671boinc_client-check_state.obj: check_state.cpp
672        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-check_state.obj -MD -MP -MF $(DEPDIR)/boinc_client-check_state.Tpo -c -o boinc_client-check_state.obj `if test -f 'check_state.cpp'; then $(CYGPATH_W) 'check_state.cpp'; else $(CYGPATH_W) '$(srcdir)/check_state.cpp'; fi`
673        $(am__mv) $(DEPDIR)/boinc_client-check_state.Tpo $(DEPDIR)/boinc_client-check_state.Po
674#       source='check_state.cpp' object='boinc_client-check_state.obj' libtool=no \
675#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
676#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-check_state.obj `if test -f 'check_state.cpp'; then $(CYGPATH_W) 'check_state.cpp'; else $(CYGPATH_W) '$(srcdir)/check_state.cpp'; fi`
677
678boinc_client-client_msgs.o: client_msgs.cpp
679        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_msgs.o -MD -MP -MF $(DEPDIR)/boinc_client-client_msgs.Tpo -c -o boinc_client-client_msgs.o `test -f 'client_msgs.cpp' || echo '$(srcdir)/'`client_msgs.cpp
680        $(am__mv) $(DEPDIR)/boinc_client-client_msgs.Tpo $(DEPDIR)/boinc_client-client_msgs.Po
681#       source='client_msgs.cpp' object='boinc_client-client_msgs.o' libtool=no \
682#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
683#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_msgs.o `test -f 'client_msgs.cpp' || echo '$(srcdir)/'`client_msgs.cpp
684
685boinc_client-client_msgs.obj: client_msgs.cpp
686        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_msgs.obj -MD -MP -MF $(DEPDIR)/boinc_client-client_msgs.Tpo -c -o boinc_client-client_msgs.obj `if test -f 'client_msgs.cpp'; then $(CYGPATH_W) 'client_msgs.cpp'; else $(CYGPATH_W) '$(srcdir)/client_msgs.cpp'; fi`
687        $(am__mv) $(DEPDIR)/boinc_client-client_msgs.Tpo $(DEPDIR)/boinc_client-client_msgs.Po
688#       source='client_msgs.cpp' object='boinc_client-client_msgs.obj' libtool=no \
689#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
690#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_msgs.obj `if test -f 'client_msgs.cpp'; then $(CYGPATH_W) 'client_msgs.cpp'; else $(CYGPATH_W) '$(srcdir)/client_msgs.cpp'; fi`
691
692boinc_client-client_state.o: client_state.cpp
693        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_state.o -MD -MP -MF $(DEPDIR)/boinc_client-client_state.Tpo -c -o boinc_client-client_state.o `test -f 'client_state.cpp' || echo '$(srcdir)/'`client_state.cpp
694        $(am__mv) $(DEPDIR)/boinc_client-client_state.Tpo $(DEPDIR)/boinc_client-client_state.Po
695#       source='client_state.cpp' object='boinc_client-client_state.o' libtool=no \
696#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
697#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_state.o `test -f 'client_state.cpp' || echo '$(srcdir)/'`client_state.cpp
698
699boinc_client-client_state.obj: client_state.cpp
700        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_state.obj -MD -MP -MF $(DEPDIR)/boinc_client-client_state.Tpo -c -o boinc_client-client_state.obj `if test -f 'client_state.cpp'; then $(CYGPATH_W) 'client_state.cpp'; else $(CYGPATH_W) '$(srcdir)/client_state.cpp'; fi`
701        $(am__mv) $(DEPDIR)/boinc_client-client_state.Tpo $(DEPDIR)/boinc_client-client_state.Po
702#       source='client_state.cpp' object='boinc_client-client_state.obj' libtool=no \
703#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
704#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_state.obj `if test -f 'client_state.cpp'; then $(CYGPATH_W) 'client_state.cpp'; else $(CYGPATH_W) '$(srcdir)/client_state.cpp'; fi`
705
706boinc_client-client_types.o: client_types.cpp
707        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_types.o -MD -MP -MF $(DEPDIR)/boinc_client-client_types.Tpo -c -o boinc_client-client_types.o `test -f 'client_types.cpp' || echo '$(srcdir)/'`client_types.cpp
708        $(am__mv) $(DEPDIR)/boinc_client-client_types.Tpo $(DEPDIR)/boinc_client-client_types.Po
709#       source='client_types.cpp' object='boinc_client-client_types.o' libtool=no \
710#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
711#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_types.o `test -f 'client_types.cpp' || echo '$(srcdir)/'`client_types.cpp
712
713boinc_client-client_types.obj: client_types.cpp
714        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-client_types.obj -MD -MP -MF $(DEPDIR)/boinc_client-client_types.Tpo -c -o boinc_client-client_types.obj `if test -f 'client_types.cpp'; then $(CYGPATH_W) 'client_types.cpp'; else $(CYGPATH_W) '$(srcdir)/client_types.cpp'; fi`
715        $(am__mv) $(DEPDIR)/boinc_client-client_types.Tpo $(DEPDIR)/boinc_client-client_types.Po
716#       source='client_types.cpp' object='boinc_client-client_types.obj' libtool=no \
717#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
718#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-client_types.obj `if test -f 'client_types.cpp'; then $(CYGPATH_W) 'client_types.cpp'; else $(CYGPATH_W) '$(srcdir)/client_types.cpp'; fi`
719
720boinc_client-cpu_sched.o: cpu_sched.cpp
721        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cpu_sched.o -MD -MP -MF $(DEPDIR)/boinc_client-cpu_sched.Tpo -c -o boinc_client-cpu_sched.o `test -f 'cpu_sched.cpp' || echo '$(srcdir)/'`cpu_sched.cpp
722        $(am__mv) $(DEPDIR)/boinc_client-cpu_sched.Tpo $(DEPDIR)/boinc_client-cpu_sched.Po
723#       source='cpu_sched.cpp' object='boinc_client-cpu_sched.o' libtool=no \
724#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
725#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cpu_sched.o `test -f 'cpu_sched.cpp' || echo '$(srcdir)/'`cpu_sched.cpp
726
727boinc_client-cpu_sched.obj: cpu_sched.cpp
728        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cpu_sched.obj -MD -MP -MF $(DEPDIR)/boinc_client-cpu_sched.Tpo -c -o boinc_client-cpu_sched.obj `if test -f 'cpu_sched.cpp'; then $(CYGPATH_W) 'cpu_sched.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu_sched.cpp'; fi`
729        $(am__mv) $(DEPDIR)/boinc_client-cpu_sched.Tpo $(DEPDIR)/boinc_client-cpu_sched.Po
730#       source='cpu_sched.cpp' object='boinc_client-cpu_sched.obj' libtool=no \
731#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
732#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cpu_sched.obj `if test -f 'cpu_sched.cpp'; then $(CYGPATH_W) 'cpu_sched.cpp'; else $(CYGPATH_W) '$(srcdir)/cpu_sched.cpp'; fi`
733
734boinc_client-cs_account.o: cs_account.cpp
735        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_account.o -MD -MP -MF $(DEPDIR)/boinc_client-cs_account.Tpo -c -o boinc_client-cs_account.o `test -f 'cs_account.cpp' || echo '$(srcdir)/'`cs_account.cpp
736        $(am__mv) $(DEPDIR)/boinc_client-cs_account.Tpo $(DEPDIR)/boinc_client-cs_account.Po
737#       source='cs_account.cpp' object='boinc_client-cs_account.o' libtool=no \
738#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
739#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_account.o `test -f 'cs_account.cpp' || echo '$(srcdir)/'`cs_account.cpp
740
741boinc_client-cs_account.obj: cs_account.cpp
742        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_account.obj -MD -MP -MF $(DEPDIR)/boinc_client-cs_account.Tpo -c -o boinc_client-cs_account.obj `if test -f 'cs_account.cpp'; then $(CYGPATH_W) 'cs_account.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_account.cpp'; fi`
743        $(am__mv) $(DEPDIR)/boinc_client-cs_account.Tpo $(DEPDIR)/boinc_client-cs_account.Po
744#       source='cs_account.cpp' object='boinc_client-cs_account.obj' libtool=no \
745#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
746#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_account.obj `if test -f 'cs_account.cpp'; then $(CYGPATH_W) 'cs_account.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_account.cpp'; fi`
747
748boinc_client-cs_apps.o: cs_apps.cpp
749        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_apps.o -MD -MP -MF $(DEPDIR)/boinc_client-cs_apps.Tpo -c -o boinc_client-cs_apps.o `test -f 'cs_apps.cpp' || echo '$(srcdir)/'`cs_apps.cpp
750        $(am__mv) $(DEPDIR)/boinc_client-cs_apps.Tpo $(DEPDIR)/boinc_client-cs_apps.Po
751#       source='cs_apps.cpp' object='boinc_client-cs_apps.o' libtool=no \
752#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
753#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_apps.o `test -f 'cs_apps.cpp' || echo '$(srcdir)/'`cs_apps.cpp
754
755boinc_client-cs_apps.obj: cs_apps.cpp
756        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_apps.obj -MD -MP -MF $(DEPDIR)/boinc_client-cs_apps.Tpo -c -o boinc_client-cs_apps.obj `if test -f 'cs_apps.cpp'; then $(CYGPATH_W) 'cs_apps.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_apps.cpp'; fi`
757        $(am__mv) $(DEPDIR)/boinc_client-cs_apps.Tpo $(DEPDIR)/boinc_client-cs_apps.Po
758#       source='cs_apps.cpp' object='boinc_client-cs_apps.obj' libtool=no \
759#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
760#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_apps.obj `if test -f 'cs_apps.cpp'; then $(CYGPATH_W) 'cs_apps.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_apps.cpp'; fi`
761
762boinc_client-cs_benchmark.o: cs_benchmark.cpp
763        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_benchmark.o -MD -MP -MF $(DEPDIR)/boinc_client-cs_benchmark.Tpo -c -o boinc_client-cs_benchmark.o `test -f 'cs_benchmark.cpp' || echo '$(srcdir)/'`cs_benchmark.cpp
764        $(am__mv) $(DEPDIR)/boinc_client-cs_benchmark.Tpo $(DEPDIR)/boinc_client-cs_benchmark.Po
765#       source='cs_benchmark.cpp' object='boinc_client-cs_benchmark.o' libtool=no \
766#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
767#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_benchmark.o `test -f 'cs_benchmark.cpp' || echo '$(srcdir)/'`cs_benchmark.cpp
768
769boinc_client-cs_benchmark.obj: cs_benchmark.cpp
770        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_benchmark.obj -MD -MP -MF $(DEPDIR)/boinc_client-cs_benchmark.Tpo -c -o boinc_client-cs_benchmark.obj `if test -f 'cs_benchmark.cpp'; then $(CYGPATH_W) 'cs_benchmark.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_benchmark.cpp'; fi`
771        $(am__mv) $(DEPDIR)/boinc_client-cs_benchmark.Tpo $(DEPDIR)/boinc_client-cs_benchmark.Po
772#       source='cs_benchmark.cpp' object='boinc_client-cs_benchmark.obj' libtool=no \
773#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
774#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_benchmark.obj `if test -f 'cs_benchmark.cpp'; then $(CYGPATH_W) 'cs_benchmark.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_benchmark.cpp'; fi`
775
776boinc_client-cs_cmdline.o: cs_cmdline.cpp
777        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_cmdline.o -MD -MP -MF $(DEPDIR)/boinc_client-cs_cmdline.Tpo -c -o boinc_client-cs_cmdline.o `test -f 'cs_cmdline.cpp' || echo '$(srcdir)/'`cs_cmdline.cpp
778        $(am__mv) $(DEPDIR)/boinc_client-cs_cmdline.Tpo $(DEPDIR)/boinc_client-cs_cmdline.Po
779#       source='cs_cmdline.cpp' object='boinc_client-cs_cmdline.o' libtool=no \
780#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
781#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_cmdline.o `test -f 'cs_cmdline.cpp' || echo '$(srcdir)/'`cs_cmdline.cpp
782
783boinc_client-cs_cmdline.obj: cs_cmdline.cpp
784        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_cmdline.obj -MD -MP -MF $(DEPDIR)/boinc_client-cs_cmdline.Tpo -c -o boinc_client-cs_cmdline.obj `if test -f 'cs_cmdline.cpp'; then $(CYGPATH_W) 'cs_cmdline.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_cmdline.cpp'; fi`
785        $(am__mv) $(DEPDIR)/boinc_client-cs_cmdline.Tpo $(DEPDIR)/boinc_client-cs_cmdline.Po
786#       source='cs_cmdline.cpp' object='boinc_client-cs_cmdline.obj' libtool=no \
787#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
788#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_cmdline.obj `if test -f 'cs_cmdline.cpp'; then $(CYGPATH_W) 'cs_cmdline.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_cmdline.cpp'; fi`
789
790boinc_client-cs_files.o: cs_files.cpp
791        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_files.o -MD -MP -MF $(DEPDIR)/boinc_client-cs_files.Tpo -c -o boinc_client-cs_files.o `test -f 'cs_files.cpp' || echo '$(srcdir)/'`cs_files.cpp
792        $(am__mv) $(DEPDIR)/boinc_client-cs_files.Tpo $(DEPDIR)/boinc_client-cs_files.Po
793#       source='cs_files.cpp' object='boinc_client-cs_files.o' libtool=no \
794#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
795#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_files.o `test -f 'cs_files.cpp' || echo '$(srcdir)/'`cs_files.cpp
796
797boinc_client-cs_files.obj: cs_files.cpp
798        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_files.obj -MD -MP -MF $(DEPDIR)/boinc_client-cs_files.Tpo -c -o boinc_client-cs_files.obj `if test -f 'cs_files.cpp'; then $(CYGPATH_W) 'cs_files.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_files.cpp'; fi`
799        $(am__mv) $(DEPDIR)/boinc_client-cs_files.Tpo $(DEPDIR)/boinc_client-cs_files.Po
800#       source='cs_files.cpp' object='boinc_client-cs_files.obj' libtool=no \
801#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
802#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_files.obj `if test -f 'cs_files.cpp'; then $(CYGPATH_W) 'cs_files.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_files.cpp'; fi`
803
804boinc_client-cs_platforms.o: cs_platforms.cpp
805        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_platforms.o -MD -MP -MF $(DEPDIR)/boinc_client-cs_platforms.Tpo -c -o boinc_client-cs_platforms.o `test -f 'cs_platforms.cpp' || echo '$(srcdir)/'`cs_platforms.cpp
806        $(am__mv) $(DEPDIR)/boinc_client-cs_platforms.Tpo $(DEPDIR)/boinc_client-cs_platforms.Po
807#       source='cs_platforms.cpp' object='boinc_client-cs_platforms.o' libtool=no \
808#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
809#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_platforms.o `test -f 'cs_platforms.cpp' || echo '$(srcdir)/'`cs_platforms.cpp
810
811boinc_client-cs_platforms.obj: cs_platforms.cpp
812        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_platforms.obj -MD -MP -MF $(DEPDIR)/boinc_client-cs_platforms.Tpo -c -o boinc_client-cs_platforms.obj `if test -f 'cs_platforms.cpp'; then $(CYGPATH_W) 'cs_platforms.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_platforms.cpp'; fi`
813        $(am__mv) $(DEPDIR)/boinc_client-cs_platforms.Tpo $(DEPDIR)/boinc_client-cs_platforms.Po
814#       source='cs_platforms.cpp' object='boinc_client-cs_platforms.obj' libtool=no \
815#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
816#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_platforms.obj `if test -f 'cs_platforms.cpp'; then $(CYGPATH_W) 'cs_platforms.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_platforms.cpp'; fi`
817
818boinc_client-cs_prefs.o: cs_prefs.cpp
819        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_prefs.o -MD -MP -MF $(DEPDIR)/boinc_client-cs_prefs.Tpo -c -o boinc_client-cs_prefs.o `test -f 'cs_prefs.cpp' || echo '$(srcdir)/'`cs_prefs.cpp
820        $(am__mv) $(DEPDIR)/boinc_client-cs_prefs.Tpo $(DEPDIR)/boinc_client-cs_prefs.Po
821#       source='cs_prefs.cpp' object='boinc_client-cs_prefs.o' libtool=no \
822#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
823#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_prefs.o `test -f 'cs_prefs.cpp' || echo '$(srcdir)/'`cs_prefs.cpp
824
825boinc_client-cs_prefs.obj: cs_prefs.cpp
826        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_prefs.obj -MD -MP -MF $(DEPDIR)/boinc_client-cs_prefs.Tpo -c -o boinc_client-cs_prefs.obj `if test -f 'cs_prefs.cpp'; then $(CYGPATH_W) 'cs_prefs.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_prefs.cpp'; fi`
827        $(am__mv) $(DEPDIR)/boinc_client-cs_prefs.Tpo $(DEPDIR)/boinc_client-cs_prefs.Po
828#       source='cs_prefs.cpp' object='boinc_client-cs_prefs.obj' libtool=no \
829#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
830#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_prefs.obj `if test -f 'cs_prefs.cpp'; then $(CYGPATH_W) 'cs_prefs.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_prefs.cpp'; fi`
831
832boinc_client-cs_scheduler.o: cs_scheduler.cpp
833        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_scheduler.o -MD -MP -MF $(DEPDIR)/boinc_client-cs_scheduler.Tpo -c -o boinc_client-cs_scheduler.o `test -f 'cs_scheduler.cpp' || echo '$(srcdir)/'`cs_scheduler.cpp
834        $(am__mv) $(DEPDIR)/boinc_client-cs_scheduler.Tpo $(DEPDIR)/boinc_client-cs_scheduler.Po
835#       source='cs_scheduler.cpp' object='boinc_client-cs_scheduler.o' libtool=no \
836#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
837#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_scheduler.o `test -f 'cs_scheduler.cpp' || echo '$(srcdir)/'`cs_scheduler.cpp
838
839boinc_client-cs_scheduler.obj: cs_scheduler.cpp
840        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_scheduler.obj -MD -MP -MF $(DEPDIR)/boinc_client-cs_scheduler.Tpo -c -o boinc_client-cs_scheduler.obj `if test -f 'cs_scheduler.cpp'; then $(CYGPATH_W) 'cs_scheduler.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_scheduler.cpp'; fi`
841        $(am__mv) $(DEPDIR)/boinc_client-cs_scheduler.Tpo $(DEPDIR)/boinc_client-cs_scheduler.Po
842#       source='cs_scheduler.cpp' object='boinc_client-cs_scheduler.obj' libtool=no \
843#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
844#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_scheduler.obj `if test -f 'cs_scheduler.cpp'; then $(CYGPATH_W) 'cs_scheduler.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_scheduler.cpp'; fi`
845
846boinc_client-cs_statefile.o: cs_statefile.cpp
847        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_statefile.o -MD -MP -MF $(DEPDIR)/boinc_client-cs_statefile.Tpo -c -o boinc_client-cs_statefile.o `test -f 'cs_statefile.cpp' || echo '$(srcdir)/'`cs_statefile.cpp
848        $(am__mv) $(DEPDIR)/boinc_client-cs_statefile.Tpo $(DEPDIR)/boinc_client-cs_statefile.Po
849#       source='cs_statefile.cpp' object='boinc_client-cs_statefile.o' libtool=no \
850#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
851#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_statefile.o `test -f 'cs_statefile.cpp' || echo '$(srcdir)/'`cs_statefile.cpp
852
853boinc_client-cs_statefile.obj: cs_statefile.cpp
854        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_statefile.obj -MD -MP -MF $(DEPDIR)/boinc_client-cs_statefile.Tpo -c -o boinc_client-cs_statefile.obj `if test -f 'cs_statefile.cpp'; then $(CYGPATH_W) 'cs_statefile.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_statefile.cpp'; fi`
855        $(am__mv) $(DEPDIR)/boinc_client-cs_statefile.Tpo $(DEPDIR)/boinc_client-cs_statefile.Po
856#       source='cs_statefile.cpp' object='boinc_client-cs_statefile.obj' libtool=no \
857#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
858#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_statefile.obj `if test -f 'cs_statefile.cpp'; then $(CYGPATH_W) 'cs_statefile.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_statefile.cpp'; fi`
859
860boinc_client-cs_trickle.o: cs_trickle.cpp
861        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_trickle.o -MD -MP -MF $(DEPDIR)/boinc_client-cs_trickle.Tpo -c -o boinc_client-cs_trickle.o `test -f 'cs_trickle.cpp' || echo '$(srcdir)/'`cs_trickle.cpp
862        $(am__mv) $(DEPDIR)/boinc_client-cs_trickle.Tpo $(DEPDIR)/boinc_client-cs_trickle.Po
863#       source='cs_trickle.cpp' object='boinc_client-cs_trickle.o' libtool=no \
864#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
865#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_trickle.o `test -f 'cs_trickle.cpp' || echo '$(srcdir)/'`cs_trickle.cpp
866
867boinc_client-cs_trickle.obj: cs_trickle.cpp
868        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-cs_trickle.obj -MD -MP -MF $(DEPDIR)/boinc_client-cs_trickle.Tpo -c -o boinc_client-cs_trickle.obj `if test -f 'cs_trickle.cpp'; then $(CYGPATH_W) 'cs_trickle.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_trickle.cpp'; fi`
869        $(am__mv) $(DEPDIR)/boinc_client-cs_trickle.Tpo $(DEPDIR)/boinc_client-cs_trickle.Po
870#       source='cs_trickle.cpp' object='boinc_client-cs_trickle.obj' libtool=no \
871#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
872#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-cs_trickle.obj `if test -f 'cs_trickle.cpp'; then $(CYGPATH_W) 'cs_trickle.cpp'; else $(CYGPATH_W) '$(srcdir)/cs_trickle.cpp'; fi`
873
874boinc_client-dhrystone.o: dhrystone.cpp
875        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-dhrystone.o -MD -MP -MF $(DEPDIR)/boinc_client-dhrystone.Tpo -c -o boinc_client-dhrystone.o `test -f 'dhrystone.cpp' || echo '$(srcdir)/'`dhrystone.cpp
876        $(am__mv) $(DEPDIR)/boinc_client-dhrystone.Tpo $(DEPDIR)/boinc_client-dhrystone.Po
877#       source='dhrystone.cpp' object='boinc_client-dhrystone.o' libtool=no \
878#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
879#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-dhrystone.o `test -f 'dhrystone.cpp' || echo '$(srcdir)/'`dhrystone.cpp
880
881boinc_client-dhrystone.obj: dhrystone.cpp
882        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-dhrystone.obj -MD -MP -MF $(DEPDIR)/boinc_client-dhrystone.Tpo -c -o boinc_client-dhrystone.obj `if test -f 'dhrystone.cpp'; then $(CYGPATH_W) 'dhrystone.cpp'; else $(CYGPATH_W) '$(srcdir)/dhrystone.cpp'; fi`
883        $(am__mv) $(DEPDIR)/boinc_client-dhrystone.Tpo $(DEPDIR)/boinc_client-dhrystone.Po
884#       source='dhrystone.cpp' object='boinc_client-dhrystone.obj' libtool=no \
885#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
886#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-dhrystone.obj `if test -f 'dhrystone.cpp'; then $(CYGPATH_W) 'dhrystone.cpp'; else $(CYGPATH_W) '$(srcdir)/dhrystone.cpp'; fi`
887
888boinc_client-dhrystone2.o: dhrystone2.cpp
889        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-dhrystone2.o -MD -MP -MF $(DEPDIR)/boinc_client-dhrystone2.Tpo -c -o boinc_client-dhrystone2.o `test -f 'dhrystone2.cpp' || echo '$(srcdir)/'`dhrystone2.cpp
890        $(am__mv) $(DEPDIR)/boinc_client-dhrystone2.Tpo $(DEPDIR)/boinc_client-dhrystone2.Po
891#       source='dhrystone2.cpp' object='boinc_client-dhrystone2.o' libtool=no \
892#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
893#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-dhrystone2.o `test -f 'dhrystone2.cpp' || echo '$(srcdir)/'`dhrystone2.cpp
894
895boinc_client-dhrystone2.obj: dhrystone2.cpp
896        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-dhrystone2.obj -MD -MP -MF $(DEPDIR)/boinc_client-dhrystone2.Tpo -c -o boinc_client-dhrystone2.obj `if test -f 'dhrystone2.cpp'; then $(CYGPATH_W) 'dhrystone2.cpp'; else $(CYGPATH_W) '$(srcdir)/dhrystone2.cpp'; fi`
897        $(am__mv) $(DEPDIR)/boinc_client-dhrystone2.Tpo $(DEPDIR)/boinc_client-dhrystone2.Po
898#       source='dhrystone2.cpp' object='boinc_client-dhrystone2.obj' libtool=no \
899#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
900#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-dhrystone2.obj `if test -f 'dhrystone2.cpp'; then $(CYGPATH_W) 'dhrystone2.cpp'; else $(CYGPATH_W) '$(srcdir)/dhrystone2.cpp'; fi`
901
902boinc_client-file_names.o: file_names.cpp
903        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-file_names.o -MD -MP -MF $(DEPDIR)/boinc_client-file_names.Tpo -c -o boinc_client-file_names.o `test -f 'file_names.cpp' || echo '$(srcdir)/'`file_names.cpp
904        $(am__mv) $(DEPDIR)/boinc_client-file_names.Tpo $(DEPDIR)/boinc_client-file_names.Po
905#       source='file_names.cpp' object='boinc_client-file_names.o' libtool=no \
906#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
907#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-file_names.o `test -f 'file_names.cpp' || echo '$(srcdir)/'`file_names.cpp
908
909boinc_client-file_names.obj: file_names.cpp
910        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-file_names.obj -MD -MP -MF $(DEPDIR)/boinc_client-file_names.Tpo -c -o boinc_client-file_names.obj `if test -f 'file_names.cpp'; then $(CYGPATH_W) 'file_names.cpp'; else $(CYGPATH_W) '$(srcdir)/file_names.cpp'; fi`
911        $(am__mv) $(DEPDIR)/boinc_client-file_names.Tpo $(DEPDIR)/boinc_client-file_names.Po
912#       source='file_names.cpp' object='boinc_client-file_names.obj' libtool=no \
913#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
914#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-file_names.obj `if test -f 'file_names.cpp'; then $(CYGPATH_W) 'file_names.cpp'; else $(CYGPATH_W) '$(srcdir)/file_names.cpp'; fi`
915
916boinc_client-file_xfer.o: file_xfer.cpp
917        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-file_xfer.o -MD -MP -MF $(DEPDIR)/boinc_client-file_xfer.Tpo -c -o boinc_client-file_xfer.o `test -f 'file_xfer.cpp' || echo '$(srcdir)/'`file_xfer.cpp
918        $(am__mv) $(DEPDIR)/boinc_client-file_xfer.Tpo $(DEPDIR)/boinc_client-file_xfer.Po
919#       source='file_xfer.cpp' object='boinc_client-file_xfer.o' libtool=no \
920#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
921#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-file_xfer.o `test -f 'file_xfer.cpp' || echo '$(srcdir)/'`file_xfer.cpp
922
923boinc_client-file_xfer.obj: file_xfer.cpp
924        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-file_xfer.obj -MD -MP -MF $(DEPDIR)/boinc_client-file_xfer.Tpo -c -o boinc_client-file_xfer.obj `if test -f 'file_xfer.cpp'; then $(CYGPATH_W) 'file_xfer.cpp'; else $(CYGPATH_W) '$(srcdir)/file_xfer.cpp'; fi`
925        $(am__mv) $(DEPDIR)/boinc_client-file_xfer.Tpo $(DEPDIR)/boinc_client-file_xfer.Po
926#       source='file_xfer.cpp' object='boinc_client-file_xfer.obj' libtool=no \
927#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
928#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-file_xfer.obj `if test -f 'file_xfer.cpp'; then $(CYGPATH_W) 'file_xfer.cpp'; else $(CYGPATH_W) '$(srcdir)/file_xfer.cpp'; fi`
929
930boinc_client-gui_http.o: gui_http.cpp
931        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-gui_http.o -MD -MP -MF $(DEPDIR)/boinc_client-gui_http.Tpo -c -o boinc_client-gui_http.o `test -f 'gui_http.cpp' || echo '$(srcdir)/'`gui_http.cpp
932        $(am__mv) $(DEPDIR)/boinc_client-gui_http.Tpo $(DEPDIR)/boinc_client-gui_http.Po
933#       source='gui_http.cpp' object='boinc_client-gui_http.o' libtool=no \
934#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
935#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-gui_http.o `test -f 'gui_http.cpp' || echo '$(srcdir)/'`gui_http.cpp
936
937boinc_client-gui_http.obj: gui_http.cpp
938        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-gui_http.obj -MD -MP -MF $(DEPDIR)/boinc_client-gui_http.Tpo -c -o boinc_client-gui_http.obj `if test -f 'gui_http.cpp'; then $(CYGPATH_W) 'gui_http.cpp'; else $(CYGPATH_W) '$(srcdir)/gui_http.cpp'; fi`
939        $(am__mv) $(DEPDIR)/boinc_client-gui_http.Tpo $(DEPDIR)/boinc_client-gui_http.Po
940#       source='gui_http.cpp' object='boinc_client-gui_http.obj' libtool=no \
941#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
942#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-gui_http.obj `if test -f 'gui_http.cpp'; then $(CYGPATH_W) 'gui_http.cpp'; else $(CYGPATH_W) '$(srcdir)/gui_http.cpp'; fi`
943
944boinc_client-gui_rpc_server.o: gui_rpc_server.cpp
945        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-gui_rpc_server.o -MD -MP -MF $(DEPDIR)/boinc_client-gui_rpc_server.Tpo -c -o boinc_client-gui_rpc_server.o `test -f 'gui_rpc_server.cpp' || echo '$(srcdir)/'`gui_rpc_server.cpp
946        $(am__mv) $(DEPDIR)/boinc_client-gui_rpc_server.Tpo $(DEPDIR)/boinc_client-gui_rpc_server.Po
947#       source='gui_rpc_server.cpp' object='boinc_client-gui_rpc_server.o' libtool=no \
948#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
949#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-gui_rpc_server.o `test -f 'gui_rpc_server.cpp' || echo '$(srcdir)/'`gui_rpc_server.cpp
950
951boinc_client-gui_rpc_server.obj: gui_rpc_server.cpp
952        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-gui_rpc_server.obj -MD -MP -MF $(DEPDIR)/boinc_client-gui_rpc_server.Tpo -c -o boinc_client-gui_rpc_server.obj `if test -f 'gui_rpc_server.cpp'; then $(CYGPATH_W) 'gui_rpc_server.cpp'; else $(CYGPATH_W) '$(srcdir)/gui_rpc_server.cpp'; fi`
953        $(am__mv) $(DEPDIR)/boinc_client-gui_rpc_server.Tpo $(DEPDIR)/boinc_client-gui_rpc_server.Po
954#       source='gui_rpc_server.cpp' object='boinc_client-gui_rpc_server.obj' libtool=no \
955#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
956#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-gui_rpc_server.obj `if test -f 'gui_rpc_server.cpp'; then $(CYGPATH_W) 'gui_rpc_server.cpp'; else $(CYGPATH_W) '$(srcdir)/gui_rpc_server.cpp'; fi`
957
958boinc_client-gui_rpc_server_ops.o: gui_rpc_server_ops.cpp
959        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-gui_rpc_server_ops.o -MD -MP -MF $(DEPDIR)/boinc_client-gui_rpc_server_ops.Tpo -c -o boinc_client-gui_rpc_server_ops.o `test -f 'gui_rpc_server_ops.cpp' || echo '$(srcdir)/'`gui_rpc_server_ops.cpp
960        $(am__mv) $(DEPDIR)/boinc_client-gui_rpc_server_ops.Tpo $(DEPDIR)/boinc_client-gui_rpc_server_ops.Po
961#       source='gui_rpc_server_ops.cpp' object='boinc_client-gui_rpc_server_ops.o' libtool=no \
962#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
963#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-gui_rpc_server_ops.o `test -f 'gui_rpc_server_ops.cpp' || echo '$(srcdir)/'`gui_rpc_server_ops.cpp
964
965boinc_client-gui_rpc_server_ops.obj: gui_rpc_server_ops.cpp
966        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-gui_rpc_server_ops.obj -MD -MP -MF $(DEPDIR)/boinc_client-gui_rpc_server_ops.Tpo -c -o boinc_client-gui_rpc_server_ops.obj `if test -f 'gui_rpc_server_ops.cpp'; then $(CYGPATH_W) 'gui_rpc_server_ops.cpp'; else $(CYGPATH_W) '$(srcdir)/gui_rpc_server_ops.cpp'; fi`
967        $(am__mv) $(DEPDIR)/boinc_client-gui_rpc_server_ops.Tpo $(DEPDIR)/boinc_client-gui_rpc_server_ops.Po
968#       source='gui_rpc_server_ops.cpp' object='boinc_client-gui_rpc_server_ops.obj' libtool=no \
969#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
970#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-gui_rpc_server_ops.obj `if test -f 'gui_rpc_server_ops.cpp'; then $(CYGPATH_W) 'gui_rpc_server_ops.cpp'; else $(CYGPATH_W) '$(srcdir)/gui_rpc_server_ops.cpp'; fi`
971
972boinc_client-hostinfo_network.o: hostinfo_network.cpp
973        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-hostinfo_network.o -MD -MP -MF $(DEPDIR)/boinc_client-hostinfo_network.Tpo -c -o boinc_client-hostinfo_network.o `test -f 'hostinfo_network.cpp' || echo '$(srcdir)/'`hostinfo_network.cpp
974        $(am__mv) $(DEPDIR)/boinc_client-hostinfo_network.Tpo $(DEPDIR)/boinc_client-hostinfo_network.Po
975#       source='hostinfo_network.cpp' object='boinc_client-hostinfo_network.o' libtool=no \
976#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
977#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-hostinfo_network.o `test -f 'hostinfo_network.cpp' || echo '$(srcdir)/'`hostinfo_network.cpp
978
979boinc_client-hostinfo_network.obj: hostinfo_network.cpp
980        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-hostinfo_network.obj -MD -MP -MF $(DEPDIR)/boinc_client-hostinfo_network.Tpo -c -o boinc_client-hostinfo_network.obj `if test -f 'hostinfo_network.cpp'; then $(CYGPATH_W) 'hostinfo_network.cpp'; else $(CYGPATH_W) '$(srcdir)/hostinfo_network.cpp'; fi`
981        $(am__mv) $(DEPDIR)/boinc_client-hostinfo_network.Tpo $(DEPDIR)/boinc_client-hostinfo_network.Po
982#       source='hostinfo_network.cpp' object='boinc_client-hostinfo_network.obj' libtool=no \
983#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
984#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-hostinfo_network.obj `if test -f 'hostinfo_network.cpp'; then $(CYGPATH_W) 'hostinfo_network.cpp'; else $(CYGPATH_W) '$(srcdir)/hostinfo_network.cpp'; fi`
985
986boinc_client-hostinfo_unix.o: hostinfo_unix.cpp
987        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-hostinfo_unix.o -MD -MP -MF $(DEPDIR)/boinc_client-hostinfo_unix.Tpo -c -o boinc_client-hostinfo_unix.o `test -f 'hostinfo_unix.cpp' || echo '$(srcdir)/'`hostinfo_unix.cpp
988        $(am__mv) $(DEPDIR)/boinc_client-hostinfo_unix.Tpo $(DEPDIR)/boinc_client-hostinfo_unix.Po
989#       source='hostinfo_unix.cpp' object='boinc_client-hostinfo_unix.o' libtool=no \
990#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
991#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-hostinfo_unix.o `test -f 'hostinfo_unix.cpp' || echo '$(srcdir)/'`hostinfo_unix.cpp
992
993boinc_client-hostinfo_unix.obj: hostinfo_unix.cpp
994        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-hostinfo_unix.obj -MD -MP -MF $(DEPDIR)/boinc_client-hostinfo_unix.Tpo -c -o boinc_client-hostinfo_unix.obj `if test -f 'hostinfo_unix.cpp'; then $(CYGPATH_W) 'hostinfo_unix.cpp'; else $(CYGPATH_W) '$(srcdir)/hostinfo_unix.cpp'; fi`
995        $(am__mv) $(DEPDIR)/boinc_client-hostinfo_unix.Tpo $(DEPDIR)/boinc_client-hostinfo_unix.Po
996#       source='hostinfo_unix.cpp' object='boinc_client-hostinfo_unix.obj' libtool=no \
997#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
998#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-hostinfo_unix.obj `if test -f 'hostinfo_unix.cpp'; then $(CYGPATH_W) 'hostinfo_unix.cpp'; else $(CYGPATH_W) '$(srcdir)/hostinfo_unix.cpp'; fi`
999
1000boinc_client-http_curl.o: http_curl.cpp
1001        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-http_curl.o -MD -MP -MF $(DEPDIR)/boinc_client-http_curl.Tpo -c -o boinc_client-http_curl.o `test -f 'http_curl.cpp' || echo '$(srcdir)/'`http_curl.cpp
1002        $(am__mv) $(DEPDIR)/boinc_client-http_curl.Tpo $(DEPDIR)/boinc_client-http_curl.Po
1003#       source='http_curl.cpp' object='boinc_client-http_curl.o' libtool=no \
1004#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1005#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-http_curl.o `test -f 'http_curl.cpp' || echo '$(srcdir)/'`http_curl.cpp
1006
1007boinc_client-http_curl.obj: http_curl.cpp
1008        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-http_curl.obj -MD -MP -MF $(DEPDIR)/boinc_client-http_curl.Tpo -c -o boinc_client-http_curl.obj `if test -f 'http_curl.cpp'; then $(CYGPATH_W) 'http_curl.cpp'; else $(CYGPATH_W) '$(srcdir)/http_curl.cpp'; fi`
1009        $(am__mv) $(DEPDIR)/boinc_client-http_curl.Tpo $(DEPDIR)/boinc_client-http_curl.Po
1010#       source='http_curl.cpp' object='boinc_client-http_curl.obj' libtool=no \
1011#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1012#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-http_curl.obj `if test -f 'http_curl.cpp'; then $(CYGPATH_W) 'http_curl.cpp'; else $(CYGPATH_W) '$(srcdir)/http_curl.cpp'; fi`
1013
1014boinc_client-log_flags.o: log_flags.cpp
1015        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-log_flags.o -MD -MP -MF $(DEPDIR)/boinc_client-log_flags.Tpo -c -o boinc_client-log_flags.o `test -f 'log_flags.cpp' || echo '$(srcdir)/'`log_flags.cpp
1016        $(am__mv) $(DEPDIR)/boinc_client-log_flags.Tpo $(DEPDIR)/boinc_client-log_flags.Po
1017#       source='log_flags.cpp' object='boinc_client-log_flags.o' libtool=no \
1018#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1019#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-log_flags.o `test -f 'log_flags.cpp' || echo '$(srcdir)/'`log_flags.cpp
1020
1021boinc_client-log_flags.obj: log_flags.cpp
1022        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-log_flags.obj -MD -MP -MF $(DEPDIR)/boinc_client-log_flags.Tpo -c -o boinc_client-log_flags.obj `if test -f 'log_flags.cpp'; then $(CYGPATH_W) 'log_flags.cpp'; else $(CYGPATH_W) '$(srcdir)/log_flags.cpp'; fi`
1023        $(am__mv) $(DEPDIR)/boinc_client-log_flags.Tpo $(DEPDIR)/boinc_client-log_flags.Po
1024#       source='log_flags.cpp' object='boinc_client-log_flags.obj' libtool=no \
1025#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1026#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-log_flags.obj `if test -f 'log_flags.cpp'; then $(CYGPATH_W) 'log_flags.cpp'; else $(CYGPATH_W) '$(srcdir)/log_flags.cpp'; fi`
1027
1028boinc_client-main.o: main.cpp
1029        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-main.o -MD -MP -MF $(DEPDIR)/boinc_client-main.Tpo -c -o boinc_client-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
1030        $(am__mv) $(DEPDIR)/boinc_client-main.Tpo $(DEPDIR)/boinc_client-main.Po
1031#       source='main.cpp' object='boinc_client-main.o' libtool=no \
1032#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1033#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
1034
1035boinc_client-main.obj: main.cpp
1036        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-main.obj -MD -MP -MF $(DEPDIR)/boinc_client-main.Tpo -c -o boinc_client-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
1037        $(am__mv) $(DEPDIR)/boinc_client-main.Tpo $(DEPDIR)/boinc_client-main.Po
1038#       source='main.cpp' object='boinc_client-main.obj' libtool=no \
1039#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1040#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
1041
1042boinc_client-net_stats.o: net_stats.cpp
1043        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-net_stats.o -MD -MP -MF $(DEPDIR)/boinc_client-net_stats.Tpo -c -o boinc_client-net_stats.o `test -f 'net_stats.cpp' || echo '$(srcdir)/'`net_stats.cpp
1044        $(am__mv) $(DEPDIR)/boinc_client-net_stats.Tpo $(DEPDIR)/boinc_client-net_stats.Po
1045#       source='net_stats.cpp' object='boinc_client-net_stats.o' libtool=no \
1046#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1047#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-net_stats.o `test -f 'net_stats.cpp' || echo '$(srcdir)/'`net_stats.cpp
1048
1049boinc_client-net_stats.obj: net_stats.cpp
1050        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-net_stats.obj -MD -MP -MF $(DEPDIR)/boinc_client-net_stats.Tpo -c -o boinc_client-net_stats.obj `if test -f 'net_stats.cpp'; then $(CYGPATH_W) 'net_stats.cpp'; else $(CYGPATH_W) '$(srcdir)/net_stats.cpp'; fi`
1051        $(am__mv) $(DEPDIR)/boinc_client-net_stats.Tpo $(DEPDIR)/boinc_client-net_stats.Po
1052#       source='net_stats.cpp' object='boinc_client-net_stats.obj' libtool=no \
1053#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1054#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-net_stats.obj `if test -f 'net_stats.cpp'; then $(CYGPATH_W) 'net_stats.cpp'; else $(CYGPATH_W) '$(srcdir)/net_stats.cpp'; fi`
1055
1056boinc_client-pers_file_xfer.o: pers_file_xfer.cpp
1057        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-pers_file_xfer.o -MD -MP -MF $(DEPDIR)/boinc_client-pers_file_xfer.Tpo -c -o boinc_client-pers_file_xfer.o `test -f 'pers_file_xfer.cpp' || echo '$(srcdir)/'`pers_file_xfer.cpp
1058        $(am__mv) $(DEPDIR)/boinc_client-pers_file_xfer.Tpo $(DEPDIR)/boinc_client-pers_file_xfer.Po
1059#       source='pers_file_xfer.cpp' object='boinc_client-pers_file_xfer.o' libtool=no \
1060#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1061#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-pers_file_xfer.o `test -f 'pers_file_xfer.cpp' || echo '$(srcdir)/'`pers_file_xfer.cpp
1062
1063boinc_client-pers_file_xfer.obj: pers_file_xfer.cpp
1064        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-pers_file_xfer.obj -MD -MP -MF $(DEPDIR)/boinc_client-pers_file_xfer.Tpo -c -o boinc_client-pers_file_xfer.obj `if test -f 'pers_file_xfer.cpp'; then $(CYGPATH_W) 'pers_file_xfer.cpp'; else $(CYGPATH_W) '$(srcdir)/pers_file_xfer.cpp'; fi`
1065        $(am__mv) $(DEPDIR)/boinc_client-pers_file_xfer.Tpo $(DEPDIR)/boinc_client-pers_file_xfer.Po
1066#       source='pers_file_xfer.cpp' object='boinc_client-pers_file_xfer.obj' libtool=no \
1067#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1068#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-pers_file_xfer.obj `if test -f 'pers_file_xfer.cpp'; then $(CYGPATH_W) 'pers_file_xfer.cpp'; else $(CYGPATH_W) '$(srcdir)/pers_file_xfer.cpp'; fi`
1069
1070boinc_client-rr_sim.o: rr_sim.cpp
1071        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-rr_sim.o -MD -MP -MF $(DEPDIR)/boinc_client-rr_sim.Tpo -c -o boinc_client-rr_sim.o `test -f 'rr_sim.cpp' || echo '$(srcdir)/'`rr_sim.cpp
1072        $(am__mv) $(DEPDIR)/boinc_client-rr_sim.Tpo $(DEPDIR)/boinc_client-rr_sim.Po
1073#       source='rr_sim.cpp' object='boinc_client-rr_sim.o' libtool=no \
1074#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1075#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-rr_sim.o `test -f 'rr_sim.cpp' || echo '$(srcdir)/'`rr_sim.cpp
1076
1077boinc_client-rr_sim.obj: rr_sim.cpp
1078        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-rr_sim.obj -MD -MP -MF $(DEPDIR)/boinc_client-rr_sim.Tpo -c -o boinc_client-rr_sim.obj `if test -f 'rr_sim.cpp'; then $(CYGPATH_W) 'rr_sim.cpp'; else $(CYGPATH_W) '$(srcdir)/rr_sim.cpp'; fi`
1079        $(am__mv) $(DEPDIR)/boinc_client-rr_sim.Tpo $(DEPDIR)/boinc_client-rr_sim.Po
1080#       source='rr_sim.cpp' object='boinc_client-rr_sim.obj' libtool=no \
1081#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1082#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-rr_sim.obj `if test -f 'rr_sim.cpp'; then $(CYGPATH_W) 'rr_sim.cpp'; else $(CYGPATH_W) '$(srcdir)/rr_sim.cpp'; fi`
1083
1084boinc_client-sandbox.o: sandbox.cpp
1085        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-sandbox.o -MD -MP -MF $(DEPDIR)/boinc_client-sandbox.Tpo -c -o boinc_client-sandbox.o `test -f 'sandbox.cpp' || echo '$(srcdir)/'`sandbox.cpp
1086        $(am__mv) $(DEPDIR)/boinc_client-sandbox.Tpo $(DEPDIR)/boinc_client-sandbox.Po
1087#       source='sandbox.cpp' object='boinc_client-sandbox.o' libtool=no \
1088#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1089#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-sandbox.o `test -f 'sandbox.cpp' || echo '$(srcdir)/'`sandbox.cpp
1090
1091boinc_client-sandbox.obj: sandbox.cpp
1092        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-sandbox.obj -MD -MP -MF $(DEPDIR)/boinc_client-sandbox.Tpo -c -o boinc_client-sandbox.obj `if test -f 'sandbox.cpp'; then $(CYGPATH_W) 'sandbox.cpp'; else $(CYGPATH_W) '$(srcdir)/sandbox.cpp'; fi`
1093        $(am__mv) $(DEPDIR)/boinc_client-sandbox.Tpo $(DEPDIR)/boinc_client-sandbox.Po
1094#       source='sandbox.cpp' object='boinc_client-sandbox.obj' libtool=no \
1095#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1096#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-sandbox.obj `if test -f 'sandbox.cpp'; then $(CYGPATH_W) 'sandbox.cpp'; else $(CYGPATH_W) '$(srcdir)/sandbox.cpp'; fi`
1097
1098boinc_client-scheduler_op.o: scheduler_op.cpp
1099        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-scheduler_op.o -MD -MP -MF $(DEPDIR)/boinc_client-scheduler_op.Tpo -c -o boinc_client-scheduler_op.o `test -f 'scheduler_op.cpp' || echo '$(srcdir)/'`scheduler_op.cpp
1100        $(am__mv) $(DEPDIR)/boinc_client-scheduler_op.Tpo $(DEPDIR)/boinc_client-scheduler_op.Po
1101#       source='scheduler_op.cpp' object='boinc_client-scheduler_op.o' libtool=no \
1102#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1103#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-scheduler_op.o `test -f 'scheduler_op.cpp' || echo '$(srcdir)/'`scheduler_op.cpp
1104
1105boinc_client-scheduler_op.obj: scheduler_op.cpp
1106        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-scheduler_op.obj -MD -MP -MF $(DEPDIR)/boinc_client-scheduler_op.Tpo -c -o boinc_client-scheduler_op.obj `if test -f 'scheduler_op.cpp'; then $(CYGPATH_W) 'scheduler_op.cpp'; else $(CYGPATH_W) '$(srcdir)/scheduler_op.cpp'; fi`
1107        $(am__mv) $(DEPDIR)/boinc_client-scheduler_op.Tpo $(DEPDIR)/boinc_client-scheduler_op.Po
1108#       source='scheduler_op.cpp' object='boinc_client-scheduler_op.obj' libtool=no \
1109#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1110#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-scheduler_op.obj `if test -f 'scheduler_op.cpp'; then $(CYGPATH_W) 'scheduler_op.cpp'; else $(CYGPATH_W) '$(srcdir)/scheduler_op.cpp'; fi`
1111
1112boinc_client-time_stats.o: time_stats.cpp
1113        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-time_stats.o -MD -MP -MF $(DEPDIR)/boinc_client-time_stats.Tpo -c -o boinc_client-time_stats.o `test -f 'time_stats.cpp' || echo '$(srcdir)/'`time_stats.cpp
1114        $(am__mv) $(DEPDIR)/boinc_client-time_stats.Tpo $(DEPDIR)/boinc_client-time_stats.Po
1115#       source='time_stats.cpp' object='boinc_client-time_stats.o' libtool=no \
1116#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1117#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-time_stats.o `test -f 'time_stats.cpp' || echo '$(srcdir)/'`time_stats.cpp
1118
1119boinc_client-time_stats.obj: time_stats.cpp
1120        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-time_stats.obj -MD -MP -MF $(DEPDIR)/boinc_client-time_stats.Tpo -c -o boinc_client-time_stats.obj `if test -f 'time_stats.cpp'; then $(CYGPATH_W) 'time_stats.cpp'; else $(CYGPATH_W) '$(srcdir)/time_stats.cpp'; fi`
1121        $(am__mv) $(DEPDIR)/boinc_client-time_stats.Tpo $(DEPDIR)/boinc_client-time_stats.Po
1122#       source='time_stats.cpp' object='boinc_client-time_stats.obj' libtool=no \
1123#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1124#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-time_stats.obj `if test -f 'time_stats.cpp'; then $(CYGPATH_W) 'time_stats.cpp'; else $(CYGPATH_W) '$(srcdir)/time_stats.cpp'; fi`
1125
1126boinc_client-whetstone.o: whetstone.cpp
1127        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-whetstone.o -MD -MP -MF $(DEPDIR)/boinc_client-whetstone.Tpo -c -o boinc_client-whetstone.o `test -f 'whetstone.cpp' || echo '$(srcdir)/'`whetstone.cpp
1128        $(am__mv) $(DEPDIR)/boinc_client-whetstone.Tpo $(DEPDIR)/boinc_client-whetstone.Po
1129#       source='whetstone.cpp' object='boinc_client-whetstone.o' libtool=no \
1130#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1131#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-whetstone.o `test -f 'whetstone.cpp' || echo '$(srcdir)/'`whetstone.cpp
1132
1133boinc_client-whetstone.obj: whetstone.cpp
1134        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-whetstone.obj -MD -MP -MF $(DEPDIR)/boinc_client-whetstone.Tpo -c -o boinc_client-whetstone.obj `if test -f 'whetstone.cpp'; then $(CYGPATH_W) 'whetstone.cpp'; else $(CYGPATH_W) '$(srcdir)/whetstone.cpp'; fi`
1135        $(am__mv) $(DEPDIR)/boinc_client-whetstone.Tpo $(DEPDIR)/boinc_client-whetstone.Po
1136#       source='whetstone.cpp' object='boinc_client-whetstone.obj' libtool=no \
1137#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1138#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-whetstone.obj `if test -f 'whetstone.cpp'; then $(CYGPATH_W) 'whetstone.cpp'; else $(CYGPATH_W) '$(srcdir)/whetstone.cpp'; fi`
1139
1140boinc_client-work_fetch.o: work_fetch.cpp
1141        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-work_fetch.o -MD -MP -MF $(DEPDIR)/boinc_client-work_fetch.Tpo -c -o boinc_client-work_fetch.o `test -f 'work_fetch.cpp' || echo '$(srcdir)/'`work_fetch.cpp
1142        $(am__mv) $(DEPDIR)/boinc_client-work_fetch.Tpo $(DEPDIR)/boinc_client-work_fetch.Po
1143#       source='work_fetch.cpp' object='boinc_client-work_fetch.o' libtool=no \
1144#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1145#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-work_fetch.o `test -f 'work_fetch.cpp' || echo '$(srcdir)/'`work_fetch.cpp
1146
1147boinc_client-work_fetch.obj: work_fetch.cpp
1148        $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT boinc_client-work_fetch.obj -MD -MP -MF $(DEPDIR)/boinc_client-work_fetch.Tpo -c -o boinc_client-work_fetch.obj `if test -f 'work_fetch.cpp'; then $(CYGPATH_W) 'work_fetch.cpp'; else $(CYGPATH_W) '$(srcdir)/work_fetch.cpp'; fi`
1149        $(am__mv) $(DEPDIR)/boinc_client-work_fetch.Tpo $(DEPDIR)/boinc_client-work_fetch.Po
1150#       source='work_fetch.cpp' object='boinc_client-work_fetch.obj' libtool=no \
1151#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
1152#       $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(boinc_client_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o boinc_client-work_fetch.obj `if test -f 'work_fetch.cpp'; then $(CYGPATH_W) 'work_fetch.cpp'; else $(CYGPATH_W) '$(srcdir)/work_fetch.cpp'; fi`
1153
1154mostlyclean-libtool:
1155        -rm -f *.lo
1156
1157clean-libtool:
1158        -rm -rf .libs _libs
1159install-boinc_clientDATA: $(boinc_client_DATA)
1160        @$(NORMAL_INSTALL)
1161        test -z "$(boinc_clientdir)" || $(MKDIR_P) "$(DESTDIR)$(boinc_clientdir)"
1162        @list='$(boinc_client_DATA)'; test -n "$(boinc_clientdir)" || list=; \
1163        for p in $$list; do \
1164          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1165          echo "$$d$$p"; \
1166        done | $(am__base_list) | \
1167        while read files; do \
1168          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(boinc_clientdir)'"; \
1169          $(INSTALL_DATA) $$files "$(DESTDIR)$(boinc_clientdir)" || exit $$?; \
1170        done
1171
1172uninstall-boinc_clientDATA:
1173        @$(NORMAL_UNINSTALL)
1174        @list='$(boinc_client_DATA)'; test -n "$(boinc_clientdir)" || list=; \
1175        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1176        test -n "$$files" || exit 0; \
1177        echo " ( cd '$(DESTDIR)$(boinc_clientdir)' && rm -f" $$files ")"; \
1178        cd "$(DESTDIR)$(boinc_clientdir)" && rm -f $$files
1179
1180ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1181        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1182        unique=`for i in $$list; do \
1183            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1184          done | \
1185          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1186              END { if (nonempty) { for (i in files) print i; }; }'`; \
1187        mkid -fID $$unique
1188tags: TAGS
1189
1190TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1191                $(TAGS_FILES) $(LISP)
1192        set x; \
1193        here=`pwd`; \
1194        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1195        unique=`for i in $$list; do \
1196            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1197          done | \
1198          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1199              END { if (nonempty) { for (i in files) print i; }; }'`; \
1200        shift; \
1201        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1202          test -n "$$unique" || unique=$$empty_fix; \
1203          if test $$# -gt 0; then \
1204            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1205              "$$@" $$unique; \
1206          else \
1207            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1208              $$unique; \
1209          fi; \
1210        fi
1211ctags: CTAGS
1212CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1213                $(TAGS_FILES) $(LISP)
1214        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1215        unique=`for i in $$list; do \
1216            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1217          done | \
1218          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1219              END { if (nonempty) { for (i in files) print i; }; }'`; \
1220        test -z "$(CTAGS_ARGS)$$unique" \
1221          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1222             $$unique
1223
1224GTAGS:
1225        here=`$(am__cd) $(top_builddir) && pwd` \
1226          && $(am__cd) $(top_srcdir) \
1227          && gtags -i $(GTAGS_ARGS) "$$here"
1228
1229distclean-tags:
1230        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1231
1232distdir: $(DISTFILES)
1233        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1234        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1235        list='$(DISTFILES)'; \
1236          dist_files=`for file in $$list; do echo $$file; done | \
1237          sed -e "s|^$$srcdirstrip/||;t" \
1238              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1239        case $$dist_files in \
1240          */*) $(MKDIR_P) `echo "$$dist_files" | \
1241                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1242                           sort -u` ;; \
1243        esac; \
1244        for file in $$dist_files; do \
1245          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1246          if test -d $$d/$$file; then \
1247            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1248            if test -d "$(distdir)/$$file"; then \
1249              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1250            fi; \
1251            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1252              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1253              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1254            fi; \
1255            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1256          else \
1257            test -f "$(distdir)/$$file" \
1258            || cp -p $$d/$$file "$(distdir)/$$file" \
1259            || exit 1; \
1260          fi; \
1261        done
1262check-am: all-am
1263check: check-am
1264all-am: Makefile $(PROGRAMS) $(DATA) all-local
1265installdirs:
1266        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(boinc_clientdir)"; do \
1267          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1268        done
1269install: install-am
1270install-exec: install-exec-am
1271install-data: install-data-am
1272uninstall: uninstall-am
1273
1274install-am: all-am
1275        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1276
1277installcheck: installcheck-am
1278install-strip:
1279        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1280          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1281          `test -z '$(STRIP)' || \
1282            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1283mostlyclean-generic:
1284
1285clean-generic:
1286
1287distclean-generic:
1288        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1289        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1290
1291maintainer-clean-generic:
1292        @echo "This command is intended for maintainers to use"
1293        @echo "it deletes files that may require special tools to rebuild."
1294clean: clean-am
1295
1296clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \
1297        mostlyclean-am
1298
1299distclean: distclean-am
1300        -rm -rf ./$(DEPDIR)
1301        -rm -f Makefile
1302distclean-am: clean-am distclean-compile distclean-generic \
1303        distclean-tags
1304
1305dvi: dvi-am
1306
1307dvi-am:
1308
1309html: html-am
1310
1311html-am:
1312
1313info: info-am
1314
1315info-am:
1316
1317install-data-am: install-boinc_clientDATA
1318
1319install-dvi: install-dvi-am
1320
1321install-dvi-am:
1322
1323install-exec-am: install-binPROGRAMS
1324
1325install-html: install-html-am
1326
1327install-html-am:
1328
1329install-info: install-info-am
1330
1331install-info-am:
1332
1333install-man:
1334
1335install-pdf: install-pdf-am
1336
1337install-pdf-am:
1338
1339install-ps: install-ps-am
1340
1341install-ps-am:
1342
1343installcheck-am:
1344
1345maintainer-clean: maintainer-clean-am
1346        -rm -rf ./$(DEPDIR)
1347        -rm -f Makefile
1348maintainer-clean-am: distclean-am maintainer-clean-generic
1349
1350mostlyclean: mostlyclean-am
1351
1352mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1353        mostlyclean-libtool
1354
1355pdf: pdf-am
1356
1357pdf-am:
1358
1359ps: ps-am
1360
1361ps-am:
1362
1363uninstall-am: uninstall-binPROGRAMS uninstall-boinc_clientDATA
1364
1365.MAKE: install-am install-strip
1366
1367.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
1368        clean-binPROGRAMS clean-generic clean-libtool clean-local \
1369        ctags distclean distclean-compile distclean-generic \
1370        distclean-libtool distclean-tags distdir dvi dvi-am html \
1371        html-am info info-am install install-am install-binPROGRAMS \
1372        install-boinc_clientDATA install-data install-data-am \
1373        install-dvi install-dvi-am install-exec install-exec-am \
1374        install-html install-html-am install-info install-info-am \
1375        install-man install-pdf install-pdf-am install-ps \
1376        install-ps-am install-strip installcheck installcheck-am \
1377        installdirs maintainer-clean maintainer-clean-generic \
1378        mostlyclean mostlyclean-compile mostlyclean-generic \
1379        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
1380        uninstall-am uninstall-binPROGRAMS uninstall-boinc_clientDATA
1381
1382$(LIBSCHED):
1383        cd $(top_builddir)/sched; ${MAKE} libsched.a
1384$(LIBBOINC):
1385        cd $(top_builddir)/lib; ${MAKE} libboinc.a
1386$(LIBAPI):
1387        cd $(top_builddir)/api; ${MAKE} libboinc_api.a
1388
1389# (for a while we used "-static -static-libgcc" on linux, but this is obsolete
1390# now)
1391#STATIC_FLAGS=@STATIC_FLAGS@
1392
1393client-bin: boinc
1394
1395all-local: client-bin
1396
1397# make a hard link to the client name.
1398boinc: boinc_client
1399        rm -f $@
1400        rm -f $@.unmodified
1401        cp $? $@.unmodified
1402        /bin/ln $? $@
1403        : $@
1404
1405clean-local:
1406        rm -f boinc
1407        rm -f boinc.unmodified
1408
1409# Tell versions [3.59,3.63) of GNU make to not export all variables.
1410# Otherwise a system limit (for SysV at least) may be exceeded.
1411.NOEXPORT: