File: Makefile.am

package info (click to toggle)
boinc-app-seti 7.28~svn2633-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,328 kB
  • ctags: 5,600
  • sloc: cpp: 47,571; asm: 4,426; ansic: 980; sql: 882; awk: 745; sh: 743; makefile: 602; xml: 463; perl: 280; csh: 204; python: 101
file content (44 lines) | stat: -rw-r--r-- 859 bytes parent folder | download
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
43
44
#  $Id: Makefile.am,v 1.2.2.1 2005/10/26 18:23:03 korpela Exp $
#
#

AUTOMAKE_OPTIONS = foreign

## make sure rebuilding uses the right aclocal-switches
ACLOCAL_AMFLAGS = -I m4

if ENABLE_CLIENT
  CLIENT_SUBDIRS = client
if ENABLE_TESTS
  CLIENT_SUBDIRS +=tools
endif
endif

if ENABLE_SERVER
  SERVER_SUBDIRS = splitter_pfb assimilator validate 
endif

if USE_MY_IMAGELIBS
  IMDIR = image_libs
endif

if USE_MY_GLUT
  GLUTDIR = glut
endif


SUBDIRS = $(IMDIR) $(CLIENT_SUBDIRS) $(SERVER_SUBDIRS)

dist-hook:
	rm -rf `find $(distdir) -name .backup -prune -o -name '*~' -o -name CVS`

client-bin:
	cd client && make client-bin client-bin-gz

EXTRA_DIST =                                    \
	db						\
	tools						\
        client/win_build                                   \
        client/test_workunits                                   \
    INSTALL