xserver-multidpi/hw/kdrive/Makefile.am

36 lines
505 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
if XSDLSERVER
XSDL_SUBDIRS = sdl
endif
2004-08-31 18:33:05 +02:00
if XEPHYR
XEPHYR_SUBDIRS = ephyr
endif
if KDRIVELINUX
LINUX_SUBDIRS = linux
endif
SERVER_SUBDIRS = \
$(XSDL_SUBDIRS) \
$(FBDEV_SUBDIRS) \
2004-08-31 18:33:05 +02:00
$(XEPHYR_SUBDIRS) \
$(XFAKE_SUBDIRS)
SUBDIRS = \
src \
$(LINUX_SUBDIRS) \
$(SERVER_SUBDIRS)
2008-11-05 17:39:46 +01:00
DIST_SUBDIRS = fbdev sdl ephyr src linux fake
relink:
@for i in $(SERVER_SUBDIRS) ; do make -C $$i relink ; done