File: Makefile.am

package info (click to toggle)
teg 0.9.2-2.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,232 kB
  • ctags: 2,372
  • sloc: ansic: 18,999; sh: 9,273; makefile: 589; yacc: 318; xml: 160
file content (29 lines) | stat: -rw-r--r-- 448 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
## Process this file with automake to produce Makefile.in

if CLIENT
CSUBDIRS = client
else
CSUBDIRS = 
endif

if SERVER
SSUBDIRS = server
else
SSUBDIRS =
endif

if ROBOT
RSUBDIRS = robot
else
RSUBDIRS =
endif

if GGZSUPPORT
GSUBDIRS = ggz
else
GSUBDIRS =
endif

SUBDIRS= intl macros po common docs $(GSUBDIRS) $(SSUBDIRS) $(CSUBDIRS) $(RSUBDIRS)

EXTRA_DIST= teg-ggz.rh.spec teg.suse.spec teg.rh.spec README README.GGZ HACKING PEOPLE protocol.txt