xenocara/xserver/hw/kdrive/Makefile.am

54 lines
898 B
Makefile
Raw Normal View History

2006-11-26 11:13:41 -07:00
if KDRIVEVESA
2007-11-24 12:04:00 -07:00
VESA_SUBDIRS = vesa ati chips epson i810 mach64 mga nvidia pm2 r128 \
2006-11-26 11:13:41 -07:00
smi via
endif
2007-11-24 12:04:00 -07:00
if BUILD_KDRIVEFBDEVLIB
2006-11-26 11:13:41 -07:00
FBDEV_SUBDIRS = fbdev
endif
2007-05-25 09:47:16 -06:00
if KDRIVEWSCONS
WSCONS_SUBDIRS = wscons
endif
2007-11-24 12:04:00 -07:00
if XFAKESERVER
XFAKE_SUBDIRS = fake
endif
2006-11-26 11:13:41 -07:00
if XSDLSERVER
XSDL_SUBDIRS = sdl
endif
if XEPHYR
XEPHYR_SUBDIRS = ephyr
endif
if KDRIVELINUX
LINUX_SUBDIRS = linux
endif
2007-05-25 09:47:16 -06:00
if KDRIVEOPENBSD
OPENBSD_SUBDIRS = openbsd
endif
2007-11-24 12:04:00 -07:00
SERVER_SUBDIRS = \
2006-11-26 11:13:41 -07:00
$(XSDL_SUBDIRS) \
$(FBDEV_SUBDIRS) \
$(VESA_SUBDIRS) \
2007-05-25 09:47:16 -06:00
$(WSCONS_SUBDIRS) \
2006-11-26 11:13:41 -07:00
$(XEPHYR_SUBDIRS) \
2007-11-24 12:04:00 -07:00
$(XFAKE_SUBDIRS)
SUBDIRS = \
src \
$(LINUX_SUBDIRS) \
$(OPENBSD_SUBDIRS) \
$(SERVER_SUBDIRS)
2006-11-26 11:13:41 -07:00
DIST_SUBDIRS = vesa ati chips epson i810 mach64 mga neomagic nvidia pm2 r128 \
2007-05-25 09:47:16 -06:00
smi via fbdev sdl ephyr src linux fake sis300 \
openbsd wscons
2007-11-24 12:04:00 -07:00
relink:
@for i in $(SERVER_SUBDIRS) ; do make -C $$i relink ; done