xenocara/xserver/hw/kdrive/Makefile.am

31 lines
463 B
Makefile
Raw Normal View History

2007-11-24 12:04:00 -07:00
if BUILD_KDRIVEFBDEVLIB
2006-11-26 11:13:41 -07:00
FBDEV_SUBDIRS = fbdev
endif
2007-11-24 12:04:00 -07:00
if XFAKESERVER
XFAKE_SUBDIRS = fake
endif
2006-11-26 11:13:41 -07:00
if XEPHYR
XEPHYR_SUBDIRS = ephyr
endif
if KDRIVELINUX
LINUX_SUBDIRS = linux
endif
2007-11-24 12:04:00 -07:00
SERVER_SUBDIRS = \
2006-11-26 11:13:41 -07:00
$(FBDEV_SUBDIRS) \
$(XEPHYR_SUBDIRS) \
2007-11-24 12:04:00 -07:00
$(XFAKE_SUBDIRS)
SUBDIRS = \
src \
$(LINUX_SUBDIRS) \
$(SERVER_SUBDIRS)
2006-11-26 11:13:41 -07:00
DIST_SUBDIRS = fbdev ephyr src linux fake
2007-11-24 12:04:00 -07:00
relink:
$(AM_V_at)for i in $(SERVER_SUBDIRS) ; do $(MAKE) -C $$i relink || exit 1 ; done