Makefile.am 246 B

1234567891011121314151617181920
  1. if KDRIVEVESA
  2. VESA_SUBDIRS = vesa
  3. endif
  4. if KDRIVEFBDEV
  5. FBDEV_SUBDIRS = fbdev
  6. endif
  7. if KDRIVELINUX
  8. LINUX_SUBDIRS = linux
  9. endif
  10. SUBDIRS = \
  11. src \
  12. $(LINUX_SUBDIRS) \
  13. $(FBDEV_SUBDIRS) \
  14. $(VESA_SUBDIRS)
  15. DIST_SUBDIRS = vesa fbdev src linux