2008-06-08 22:18:52 +00:00
|
|
|
## -*- mode: makefile; tab-width: 4 -*-
|
2005-01-11 02:27:39 +00:00
|
|
|
EXTRA_DIST = make-sea.sh
|
|
|
|
|
2005-12-16 03:30:39 +00:00
|
|
|
vers = \
|
|
|
|
@BOINC_MAJOR_VERSION@.@BOINC_MINOR_VERSION@.@BOINC_RELEASE@_@boinc_platform@
|
2005-01-10 21:41:41 +00:00
|
|
|
sea = boinc_$(vers).sh
|
2012-12-13 21:17:18 +00:00
|
|
|
tarfiles = BOINC/boinc BOINC/boincmgr BOINC/boincscr BOINC/boinccmd BOINC/binstall.sh \
|
2007-08-14 18:50:11 +00:00
|
|
|
BOINC/boincmgr.16x16.png BOINC/boincmgr.32x32.png BOINC/boincmgr.48x48.png \
|
2009-01-27 19:28:52 +00:00
|
|
|
BOINC/ca-bundle.crt
|
2005-01-06 11:49:15 +00:00
|
|
|
|
2009-01-27 19:28:52 +00:00
|
|
|
all: $(top_builddir)/stage $(sea)
|
2005-01-06 11:49:15 +00:00
|
|
|
|
2005-01-11 11:45:31 +00:00
|
|
|
# WARNING: WHAT FOLLOWS IS 'FRAGILE'. DO NOT REPLACE
|
|
|
|
# TABS WITH SPACES!
|
|
|
|
|
2009-01-13 23:06:02 +00:00
|
|
|
$(top_builddir)/stage:
|
|
|
|
cd $(top_builddir) ; make stage
|
|
|
|
|
2009-01-27 19:28:52 +00:00
|
|
|
sea.tar: $(tarfiles)
|
|
|
|
./make-tar.sh ${top_builddir}
|
|
|
|
|
2009-01-27 20:15:14 +00:00
|
|
|
$(top_builddir)/stage/$(bindir)/boinc: $(top_builddir)/stage
|
|
|
|
|
|
|
|
$(top_builddir)/stage/$(bindir)/boincmgr: $(top_builddir)/stage
|
|
|
|
|
2012-12-13 21:17:18 +00:00
|
|
|
$(top_builddir)/stage/$(bindir)/boincscr: $(top_builddir)/stage
|
|
|
|
|
2009-01-27 20:15:14 +00:00
|
|
|
$(top_builddir)/stage/$(bindir)/boinccmd: $(top_builddir)/stage
|
2009-01-27 20:09:50 +00:00
|
|
|
|
2005-01-06 11:49:15 +00:00
|
|
|
$(sea): sea.tar make-sea.sh Makefile
|
2005-01-24 16:19:35 +00:00
|
|
|
./make-sea.sh sea.tar $(sea) BOINC/binstall.sh
|
2005-01-06 11:49:15 +00:00
|
|
|
|
|
|
|
|
2009-01-27 20:15:14 +00:00
|
|
|
BOINC/boinc: $(top_builddir)/stage/$(bindir)/boinc BOINC
|
2009-01-13 23:06:02 +00:00
|
|
|
cp $(top_builddir)/stage/$(bindir)/boinc BOINC/boinc
|
2005-09-09 07:06:30 +00:00
|
|
|
|
2009-01-13 23:06:02 +00:00
|
|
|
BOINC/boincmgr: $(top_builddir)/stage/$(bindir)/boincmgr BOINC
|
|
|
|
cp $(top_builddir)/stage/$(bindir)/boincmgr BOINC/boincmgr
|
2005-01-06 11:49:15 +00:00
|
|
|
|
2012-12-13 21:17:18 +00:00
|
|
|
BOINC/boincscr: $(top_builddir)/stage/$(bindir)/boincscr BOINC
|
|
|
|
cp $(top_builddir)/stage/$(bindir)/boincscr BOINC/boincscr
|
|
|
|
|
2009-01-13 23:06:02 +00:00
|
|
|
BOINC/boinccmd: $(top_builddir)/stage/$(bindir)/boinccmd BOINC
|
|
|
|
cp $(top_builddir)/stage/$(bindir)/boinccmd BOINC/boinccmd
|
2008-07-11 16:16:21 +00:00
|
|
|
|
2005-07-13 18:14:24 +00:00
|
|
|
BOINC/boincmgr.16x16.png: boincmgr.16x16.png
|
|
|
|
cp boincmgr.16x16.png BOINC/boincmgr.16x16.png
|
2007-08-17 16:32:18 +00:00
|
|
|
BOINC/boincmgr.32x32.png: boincmgr.32x32.png
|
2005-07-13 18:14:24 +00:00
|
|
|
cp boincmgr.32x32.png BOINC/boincmgr.32x32.png
|
2007-08-14 18:50:11 +00:00
|
|
|
BOINC/boincmgr.48x48.png: boincmgr.48x48.png
|
|
|
|
cp boincmgr.48x48.png BOINC/boincmgr.48x48.png
|
2009-01-13 23:06:02 +00:00
|
|
|
BOINC/ca-bundle.crt: $(top_builddir)/curl/ca-bundle.crt
|
|
|
|
cp $(top_builddir)/curl/ca-bundle.crt BOINC/ca-bundle.crt
|
2005-07-13 18:14:24 +00:00
|
|
|
|
2005-01-24 16:19:35 +00:00
|
|
|
BOINC/binstall.sh: BOINC Makefile
|
2005-01-11 11:45:31 +00:00
|
|
|
echo 'cd BOINC &&\
|
2005-06-29 00:10:49 +00:00
|
|
|
echo "cd \"$$PWD\" && exec ./boinc \$$@" > run_client &&\
|
2005-10-28 22:42:58 +00:00
|
|
|
echo "cd \"$$PWD\" && exec ./boincmgr \$$@" > run_manager &&\
|
2005-01-11 11:45:31 +00:00
|
|
|
chmod +x run_client &&\
|
2005-10-28 22:42:58 +00:00
|
|
|
chmod +x run_manager &&\
|
2006-06-03 20:08:38 +00:00
|
|
|
echo use $$PWD/run_manager to start BOINC' > BOINC/binstall.sh
|
2005-01-06 11:49:15 +00:00
|
|
|
|
|
|
|
BOINC:
|
2005-01-11 11:45:31 +00:00
|
|
|
mkdir -p BOINC
|
2005-01-06 11:49:15 +00:00
|
|
|
|
|
|
|
clean:
|
2005-01-11 11:45:31 +00:00
|
|
|
rm -rf BOINC sea.tar $(sea)
|
2005-01-24 16:19:35 +00:00
|
|
|
|