xserver/hw/Makefile.am

42 lines
558 B
Text
Raw Permalink Normal View History

2005-07-01 20:29:53 +00:00
if DMX
DMX_SUBDIRS = dmx
endif
if XORG
2005-07-14 03:32:09 +00:00
XORG_SUBDIRS = xfree86
endif
2005-07-12 01:20:36 +00:00
if XVFB
2005-07-14 03:32:09 +00:00
XVFB_SUBDIRS = vfb
endif
if XNEST
XNEST_SUBDIRS = xnest
2005-07-12 01:20:36 +00:00
endif
if XWIN
XWIN_SUBDIRS = xwin
endif
if KDRIVE
KDRIVE_SUBDIRS = kdrive
endif
if XQUARTZ
XQUARTZ_SUBDIRS = xquartz
2007-02-17 01:21:43 -08:00
endif
2005-07-01 20:29:53 +00:00
SUBDIRS = \
$(XORG_SUBDIRS) \
$(XWIN_SUBDIRS) \
2005-07-12 01:20:36 +00:00
$(XVFB_SUBDIRS) \
2005-07-14 03:32:09 +00:00
$(XNEST_SUBDIRS) \
$(DMX_SUBDIRS) \
$(KDRIVE_SUBDIRS) \
2008-05-12 14:15:11 -04:00
$(XQUARTZ_SUBDIRS)
2005-07-28 23:28:34 +00:00
DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive
relink:
$(AM_V_at)for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink || exit 1 ; done