svn path=/trunk/boinc/; revision=17046

This commit is contained in:
Eric J. Korpela 2009-01-27 20:15:14 +00:00
parent f831b0f3d2
commit f7e4760fb6
1 changed files with 36 additions and 32 deletions

View File

@ -25,13 +25,17 @@ $(top_builddir)/stage:
sea.tar: $(tarfiles) sea.tar: $(tarfiles)
./make-tar.sh ${top_builddir} ./make-tar.sh ${top_builddir}
$(top_builddir)/$(exec_prefix)/boinc: $(top_builddir)/stage $(top_builddir)/stage/$(bindir)/boinc: $(top_builddir)/stage
$(top_builddir)/stage/$(bindir)/boincmgr: $(top_builddir)/stage
$(top_builddir)/stage/$(bindir)/boinccmd: $(top_builddir)/stage
$(sea): sea.tar make-sea.sh Makefile $(sea): sea.tar make-sea.sh Makefile
./make-sea.sh sea.tar $(sea) BOINC/binstall.sh ./make-sea.sh sea.tar $(sea) BOINC/binstall.sh
BOINC/boinc: $(top_builddir)/stage $(top_builddir)/stage/$(bindir)/boinc BOINC BOINC/boinc: $(top_builddir)/stage/$(bindir)/boinc BOINC
cp $(top_builddir)/stage/$(bindir)/boinc BOINC/boinc cp $(top_builddir)/stage/$(bindir)/boinc BOINC/boinc
BOINC/boincmgr: $(top_builddir)/stage/$(bindir)/boincmgr BOINC BOINC/boincmgr: $(top_builddir)/stage/$(bindir)/boincmgr BOINC
@ -49,26 +53,26 @@ BOINC/boincmgr.48x48.png: boincmgr.48x48.png
BOINC/ca-bundle.crt: $(top_builddir)/curl/ca-bundle.crt BOINC/ca-bundle.crt: $(top_builddir)/curl/ca-bundle.crt
cp $(top_builddir)/curl/ca-bundle.crt BOINC/ca-bundle.crt cp $(top_builddir)/curl/ca-bundle.crt BOINC/ca-bundle.crt
BOINC_debug/boinc.unmodified: $(top_builddir)/stage/$(bindir)/boinc.unmodified BOINC_debug #BOINC_debug/boinc.unmodified: $(top_builddir)/stage/$(bindir)/boinc.unmodified BOINC_debug
cp $(top_builddir)/stage/$(bindir)/boinc.unmodified BOINC_debug/boinc.unmodified # cp $(top_builddir)/stage/$(bindir)/boinc.unmodified BOINC_debug/boinc.unmodified
#
BOINC_debug/boincmgr.unmodified: $(top_builddir)/stage/$(bindir)/boincmgr.unmodified BOINC_debug #BOINC_debug/boincmgr.unmodified: $(top_builddir)/stage/$(bindir)/boincmgr.unmodified BOINC_debug
cp $(top_builddir)/stage/$(bindir)/boincmgr.unmodified BOINC_debug/boincmgr.unmodified # cp $(top_builddir)/stage/$(bindir)/boincmgr.unmodified BOINC_debug/boincmgr.unmodified
#
BOINC_debug/boinccmd.unmodified: $(top_builddir)/lib/boinccmd.unmodified BOINC_debug #BOINC_debug/boinccmd.unmodified: $(top_builddir)/lib/boinccmd.unmodified BOINC_debug
cp $(top_builddir)/lib/boinccmd.unmodified BOINC_debug/boinccmd.unmodified # cp $(top_builddir)/lib/boinccmd.unmodified BOINC_debug/boinccmd.unmodified
#
BOINC_debug/libcudart.so: $(top_builddir)/coprocs/CUDA/posix/@boinc_platform@/libcudart.so BOINC_debug #BOINC_debug/libcudart.so: $(top_builddir)/coprocs/CUDA/posix/@boinc_platform@/libcudart.so BOINC_debug
cp $(top_builddir)/coprocs/CUDA/posix/@boinc_platform@/libcudart.so BOINC_debug/libcudart.so # cp $(top_builddir)/coprocs/CUDA/posix/@boinc_platform@/libcudart.so BOINC_debug/libcudart.so
#
BOINC_debug/boincmgr.16x16.png: boincmgr.16x16.png #BOINC_debug/boincmgr.16x16.png: boincmgr.16x16.png
cp boincmgr.16x16.png BOINC_debug/boincmgr.16x16.png # cp boincmgr.16x16.png BOINC_debug/boincmgr.16x16.png
BOINC_debug/boincmgr.32x32.png: boincmgr.32x32.png #BOINC_debug/boincmgr.32x32.png: boincmgr.32x32.png
cp boincmgr.32x32.png BOINC_debug/boincmgr.32x32.png # cp boincmgr.32x32.png BOINC_debug/boincmgr.32x32.png
BOINC_debug/boincmgr.48x48.png: boincmgr.48x48.png #BOINC_debug/boincmgr.48x48.png: boincmgr.48x48.png
cp boincmgr.48x48.png BOINC_debug/boincmgr.48x48.png # cp boincmgr.48x48.png BOINC_debug/boincmgr.48x48.png
BOINC_debug/ca-bundle.crt: $(top_builddir)/curl/ca-bundle.crt #BOINC_debug/ca-bundle.crt: $(top_builddir)/curl/ca-bundle.crt
cp $(top_builddir)/curl/ca-bundle.crt BOINC_debug/ca-bundle.crt # cp $(top_builddir)/curl/ca-bundle.crt BOINC_debug/ca-bundle.crt
BOINC/binstall.sh: BOINC Makefile BOINC/binstall.sh: BOINC Makefile
echo 'cd BOINC &&\ echo 'cd BOINC &&\
@ -78,19 +82,19 @@ BOINC/binstall.sh: BOINC Makefile
chmod +x run_manager &&\ chmod +x run_manager &&\
echo use $$PWD/run_manager to start BOINC' > BOINC/binstall.sh echo use $$PWD/run_manager to start BOINC' > BOINC/binstall.sh
BOINC_debug/binstall.sh: BOINC_debug Makefile #BOINC_debug/binstall.sh: BOINC_debug Makefile
echo 'cd BOINC_debug &&\ # echo 'cd BOINC_debug &&\
echo "cd \"$$PWD\" && exec ./boinc.unmodified \$$@" > run_client &&\ # echo "cd \"$$PWD\" && exec ./boinc.unmodified \$$@" > run_client &&\
echo "cd \"$$PWD\" && exec ./boincmgr.unmodified \$$@" > run_manager &&\ # echo "cd \"$$PWD\" && exec ./boincmgr.unmodified \$$@" > run_manager &&\
chmod +x run_client &&\ # chmod +x run_client &&\
chmod +x run_manager &&\ # chmod +x run_manager &&\
echo use $$PWD/run_manager to start BOINC' > BOINC_debug/binstall.sh # echo use $$PWD/run_manager to start BOINC' > BOINC_debug/binstall.sh
BOINC: BOINC:
mkdir -p BOINC mkdir -p BOINC
BOINC_debug: #BOINC_debug:
mkdir -p BOINC_debug # mkdir -p BOINC_debug
clean: clean:
rm -rf BOINC sea.tar $(sea) rm -rf BOINC sea.tar $(sea)