blob: 2a25ae2bec5eb5bb75fe4a5d843e7cb2aa73fc52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
if DMX
DMX_SUBDIRS = dmx
endif
if XORG
XORG_SUBDIRS = xfree86
endif
if XWIN
XWIN_SUBDIRS = xwin
endif
SUBDIRS = \
$(XORG_SUBDIRS) \
$(XWIN_SUBDIRS) \
$(DMX_SUBDIRS)
|