44 lines
733 B
Makefile
44 lines
733 B
Makefile
if KDRIVEVESA
|
|
VESA_SUBDIRS = vesa ati chips epson i810 mach64 mga neomagic nvidia pm2 r128 \
|
|
smi via
|
|
endif
|
|
|
|
if KDRIVEFBDEV
|
|
FBDEV_SUBDIRS = fbdev
|
|
endif
|
|
|
|
if KDRIVEWSCONS
|
|
WSCONS_SUBDIRS = wscons
|
|
endif
|
|
|
|
if XSDLSERVER
|
|
XSDL_SUBDIRS = sdl
|
|
endif
|
|
|
|
if XEPHYR
|
|
XEPHYR_SUBDIRS = ephyr
|
|
endif
|
|
|
|
if KDRIVELINUX
|
|
LINUX_SUBDIRS = linux
|
|
endif
|
|
|
|
if KDRIVEOPENBSD
|
|
OPENBSD_SUBDIRS = openbsd
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
$(LINUX_SUBDIRS) \
|
|
$(OPENBSD_SUBDIRS) \
|
|
$(XSDL_SUBDIRS) \
|
|
$(FBDEV_SUBDIRS) \
|
|
$(VESA_SUBDIRS) \
|
|
$(WSCONS_SUBDIRS) \
|
|
$(XEPHYR_SUBDIRS) \
|
|
fake
|
|
|
|
DIST_SUBDIRS = vesa ati chips epson i810 mach64 mga neomagic nvidia pm2 r128 \
|
|
smi via fbdev sdl ephyr src linux fake sis300 \
|
|
openbsd wscons
|