]> git.sur5r.net Git - kconfig-frontends/blob - frontends/Makefile.am
buildsystem: don't use recursive make for kconfig meta frontend
[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 if COND_gconf
11     MAYBE_gconf = gconf
12 endif
13 if COND_qconf
14     MAYBE_qconf = qconf
15 endif
16 SUBDIRS = $(MAYBE_conf) $(MAYBE_mconf) $(MAYBE_nconf) $(MAYBE_gconf) $(MAYBE_qconf)