-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMakefile.am
42 lines (34 loc) · 1010 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## -*- mode: make; tab-width: 4 -*-
## $Id: Makefile.am 13842 2007-10-12 14:31:59Z fthomas $
AUTOMAKE_OPTIONS = foreign
## make sure rebuilding uses the right aclocal-switches
ACLOCAL_AMFLAGS = -I m4
API_SUBDIRS = ../boinc/api ../boinc/lib ../boinc/zip
#if ENABLE_SERVER
# SERVER_SUBDIRS = db test py sched apps tools
#endif
#
#if ENABLE_CLIENT
# CLIENT_SUBDIRS = client
#endif
#
#if BUILD_CLIENTGUI
# CLIENTGUI_SUBDIRS = clientgui sea
#endif
# ORDER MATTERS below. One must build dependencies FIRST, then things
# that depend on them later
#SUBDIRS = main graphics
SUBDIRS = client/main client/graphics client/qcnlive
if OS_DARWIN
SUBDIRS += client/qcnusb
else
endif
# Putting a directory name recursively copies the entire contents - the
# dist-hook below gets rid of CVS directories.
#includedir = ${prefix}/include/BOINC
include_HEADERS = \
config.h \
version.h
dist-hook:
rm -rf `find $(distdir) -name .backup -prune -o -name '*~' -o -name CVS`
# cd $(distdir) && ./_autosetup