blob: c8c5a1da9e4bd29c3c33ebd71a3b68e21137cf74 (
plain)
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
|
NULL=
if EAZEL_SERVICES
SERVICE_SUBDIRS = services
endif
if BUILD_MOZILLA_COMPONENT
MOZILLA_COMPONENT_SUBDIRS = mozilla
endif
if BUILD_RPMVIEW_COMPONENT
RPMVIEW_COMPONENT_SUBDIRS = rpmview
endif
SUBDIRS = \
hardware \
help \
history \
html \
loser \
music \
notes \
$(RPMVIEW_COMPONENT_SUBDIRS) \
sample \
tree \
websearch \
$(SERVICE_SUBDIRS) \
$(MOZILLA_COMPONENT_SUBDIRS) \
$(NULL)
|