1 2if ENABLE_DVS 3if HAVE_LIBCL 4DVS_DIR = dvs 5else 6DVS_DIR = 7endif 8else 9DVS_DIR = 10endif 11 12SUBDIRS = $(DVS_DIR) sample 13 14