2003-06-06 19:00:42 +00:00
|
|
|
## $Id$
|
|
|
|
|
2003-06-11 22:42:39 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
2003-07-21 22:46:24 +00:00
|
|
|
SUBDIRS = RSAEuro db lib api apps client sched tools test py
|
2003-06-06 20:55:08 +00:00
|
|
|
|
|
|
|
# Putting a directory name recursively copies the entire contents - the
|
|
|
|
# dist-hook below gets rid of CVS directories.
|
|
|
|
|
2003-06-06 19:00:42 +00:00
|
|
|
EXTRA_DIST = \
|
2003-06-06 20:55:08 +00:00
|
|
|
mac_build win_build \
|
2004-03-12 21:47:08 +00:00
|
|
|
doc \
|
2003-06-06 20:55:08 +00:00
|
|
|
stripchart \
|
2003-07-15 18:19:29 +00:00
|
|
|
INSTALL
|
2003-06-06 19:00:42 +00:00
|
|
|
|
2004-03-12 21:47:08 +00:00
|
|
|
py:
|
|
|
|
[ "$(srcdir)" != . ] && rm -f $@ && $(LN_S) $(srcdir)/$@ $@
|
2003-07-18 21:43:12 +00:00
|
|
|
|
2004-03-12 21:47:08 +00:00
|
|
|
UNIX2DOS=unix2dos
|
|
|
|
UNIX2DOSDIR = /disks/philmor/a/users/quarl/bin
|
2003-07-18 21:43:12 +00:00
|
|
|
|
2003-12-19 00:02:58 +00:00
|
|
|
UNIX2DOS = /disks/philmor/a/users/quarl/bin/unix2dos
|
|
|
|
|
2003-06-06 20:55:08 +00:00
|
|
|
dist-hook:
|
2004-03-12 21:47:08 +00:00
|
|
|
rm -rf `find $(distdir) -name .backup -prune -o -name '*~'`
|
|
|
|
PATH=$PATH:$UNIX2DOSDIR cd $(distdir)/win_build && $(UNIX2DOS) boinc.dsw *.dsp
|
2003-07-11 21:22:34 +00:00
|
|
|
|
|
|
|
client-bin:
|
|
|
|
cd client && make client-bin client-bin-gz
|