• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if ENABLE_IA_AIQ
2AIQ_DIR = aiq
3else
4AIQ_DIR =
5endif
6
7if ENABLE_IA_AIQ
8if HAVE_LIBCL
9HYBRID_DIR = hybrid
10else
11HYBRID_DIR =
12endif
13endif
14
15SUBDIRS = $(AIQ_DIR) $(HYBRID_DIR)
16