xserver-multidpi/hw/kdrive/Makefile.am

41 lines
571 B
Makefile
Raw Normal View History

2003-10-03 17:27:46 +02:00
if KDRIVEVESA
VESA_SUBDIRS = vesa
2003-10-03 17:27:46 +02:00
endif
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) \
$(VESA_SUBDIRS) \
2004-08-31 18:33:05 +02:00
$(XEPHYR_SUBDIRS) \
$(XFAKE_SUBDIRS)
SUBDIRS = \
src \
$(LINUX_SUBDIRS) \
$(SERVER_SUBDIRS)
DIST_SUBDIRS = vesa fbdev sdl ephyr src linux fake
relink:
@for i in $(SERVER_SUBDIRS) ; do make -C $$i relink ; done