xserver-multidpi/hw/Makefile.am

42 lines
548 B
Makefile
Raw Normal View History

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