]> git.sur5r.net Git - kconfig-frontends/blob - frontends/Makefile.am
configure: add option to select frontends
[kconfig-frontends] / frontends / Makefile.am
1 if COND_conf
2     MAYBE_conf = conf
3 endif
4 if COND_mconf
5     MAYBE_mconf = mconf
6 endif
7 if COND_nconf
8     MAYBE_nconf = nconf
9 endif
10 SUBDIRS = $(MAYBE_conf) $(MAYBE_mconf) $(MAYBE_nconf)