summaryrefslogtreecommitdiff
path: root/hw/Makefile.am
blob: c2b9571b9f3f86d9b725b850f06840f0e7a7a1f8 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
if DMX
DMX_SUBDIRS = dmx
endif

if XORG
XORG_SUBDIRS = xfree86
endif

if XVFB
XVFB_SUBDIRS = vfb
endif

if XNEST
XNEST_SUBDIRS = xnest
endif

if XWIN
XWIN_SUBDIRS = xwin
endif

if XGL
XGL_SUBDIRS = xgl
endif

if KDRIVE
KDRIVE_SUBDIRS = kdrive
endif

if XPRINT
XPRINT_SUBDIRS = xprint
endif

if XQUARTZ
XQUARTZ_SUBDIRS = xquartz
endif

SUBDIRS =			\
	$(XORG_SUBDIRS)		\
	$(XGL_SUBDIRS)		\
	$(XWIN_SUBDIRS)		\
	$(XVFB_SUBDIRS)		\
	$(XNEST_SUBDIRS)	\
	$(DMX_SUBDIRS)		\
	$(KDRIVE_SUBDIRS)	\
	$(XQUARTZ_SUBDIRS)	\
	$(XPRINT_SUBDIRS)

DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xgl xprint

relink:
	for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink ; done