xserver-multidpi/hw/Makefile.am

52 lines
670 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
if XGL
XGL_SUBDIRS = xgl
endif
if KDRIVE
KDRIVE_SUBDIRS = kdrive
endif
if XPRINT
XPRINT_SUBDIRS = xprint
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) \
$(XGL_SUBDIRS) \
$(XWIN_SUBDIRS) \
$(XQUARTZ_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) \
$(XPRINT_SUBDIRS)
2005-07-29 01:28:34 +02:00
DIST_SUBDIRS = dmx xfree86 vfb xnest xwin xquartz kdrive xgl xprint
relink:
for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink ; done