xserver-multidpi/hw/Makefile.am

34 lines
436 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
2005-07-01 22:29:53 +02:00
# need to add darwin support here
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) \
2005-07-01 22:29:53 +02:00
$(DMX_SUBDIRS)
2005-07-29 01:28:34 +02:00
DIST_SUBDIRS = dmx xfree86 vfb xnest xwin darwin
relink:
for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink ; done