You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
301 B
17 lines
301 B
12 years ago
|
if COND_conf
|
||
|
MAYBE_conf = conf
|
||
|
endif
|
||
|
if COND_mconf
|
||
|
MAYBE_mconf = mconf
|
||
|
endif
|
||
|
if COND_nconf
|
||
|
MAYBE_nconf = nconf
|
||
|
endif
|
||
|
if COND_gconf
|
||
|
MAYBE_gconf = gconf
|
||
|
endif
|
||
|
if COND_qconf
|
||
|
MAYBE_qconf = qconf
|
||
|
endif
|
||
|
SUBDIRS = $(MAYBE_conf) $(MAYBE_mconf) $(MAYBE_nconf) $(MAYBE_gconf) $(MAYBE_qconf)
|