1if HAVE_LIBCL
2CLX_KERNEL_DIR = clx_kernel
3else
4CLX_KERNEL_DIR =
5endif
6
7if HAVE_LIBCL
8TESTS_DIR = tests
9else
10if ENABLE_IA_AIQ
11TESTS_DIR = tests
12else
13TESTS_DIR =
14endif
15endif
16
17if ENABLE_CAPI
18CAPI_DIR = capi
19else
20CAPI_DIR =
21endif
22SUBDIRS = xcore $(CLX_KERNEL_DIR) modules plugins \
23          wrapper $(CAPI_DIR) $(TESTS_DIR) pkgconfig
24