2003-06-06 19:00:42 +00:00
|
|
|
## $Id$
|
|
|
|
|
2003-06-11 22:42:39 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
2003-06-08 10:46:19 +00:00
|
|
|
SUBDIRS = RSAEuro db lib api apps client sched tools test
|
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 \
|
|
|
|
doc html_ops html_user \
|
|
|
|
stripchart \
|
2003-06-06 19:00:42 +00:00
|
|
|
INSTALL LICENSE
|
|
|
|
|
2003-06-06 20:55:08 +00:00
|
|
|
dist-hook:
|
2003-06-06 22:19:21 +00:00
|
|
|
rm -rf `find $(distdir) -name CVS -prune`
|
|
|
|
rm -rf `find $(distdir) -name .backup -prune -o -name *~`
|
2003-06-06 22:02:54 +00:00
|
|
|
cd $(distdir)/win_build && perl -pi.bak -e 'tr /\r//d' boinc.dsw */*.dsp
|