xserver-multidpi/hw/kdrive/Makefile.am

31 lines
463 B
Makefile
Raw Normal View History

if BUILD_KDRIVEFBDEVLIB
FBDEV_SUBDIRS = fbdev
endif
2003-10-09 18:21:24 +02:00
if XFAKESERVER
XFAKE_SUBDIRS = fake
endif
2004-08-31 18:33:05 +02:00
if XEPHYR
XEPHYR_SUBDIRS = ephyr
endif
if KDRIVELINUX
LINUX_SUBDIRS = linux
endif
SERVER_SUBDIRS = \
$(FBDEV_SUBDIRS) \
2004-08-31 18:33:05 +02:00
$(XEPHYR_SUBDIRS) \
$(XFAKE_SUBDIRS)
SUBDIRS = \
src \
$(LINUX_SUBDIRS) \
$(SERVER_SUBDIRS)
DIST_SUBDIRS = fbdev ephyr src linux fake
relink:
$(AM_V_at)for i in $(SERVER_SUBDIRS) ; do $(MAKE) -C $$i relink || exit 1 ; done