*** empty log message ***

svn path=/trunk/boinc/; revision=64
This commit is contained in:
Hiram Clawson 2002-05-25 15:17:57 +00:00
parent adf396f0be
commit c540b6592e
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,14 @@
DEPTH = .
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
all:
cd db; make; cd ..; \
cd lib; make; cd ..; \
cd api; make; cd ..; \
cd apps; make; cd ..; \
cd client; make; cd ..; \
cd client; $(srcdir)client/configure make; cd ..; \
cd sched; make; cd ..; \
cd tools; make; cd ..;