xref: /OK3568_Linux_fs/external/xserver/hw/Makefile.am (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1if DMX
2DMX_SUBDIRS = dmx
3endif
4
5if XORG
6XORG_SUBDIRS = xfree86
7endif
8
9if XVFB
10XVFB_SUBDIRS = vfb
11endif
12
13if XNEST
14XNEST_SUBDIRS = xnest
15endif
16
17if XWIN
18XWIN_SUBDIRS = xwin
19endif
20
21if KDRIVE
22KDRIVE_SUBDIRS = kdrive
23endif
24
25if XQUARTZ
26XQUARTZ_SUBDIRS = xquartz
27endif
28
29if XWAYLAND
30XWAYLAND_SUBDIRS = xwayland
31endif
32
33SUBDIRS =			\
34	$(XORG_SUBDIRS)		\
35	$(XWIN_SUBDIRS)		\
36	$(XVFB_SUBDIRS)		\
37	$(XNEST_SUBDIRS)	\
38	$(DMX_SUBDIRS)		\
39	$(KDRIVE_SUBDIRS)	\
40	$(XQUARTZ_SUBDIRS)	\
41	$(XWAYLAND_SUBDIRS)
42
43DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xwayland
44
45relink:
46	$(AM_V_at)for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink || exit 1 ; done
47