Lines Matching refs:config
5 PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config \
23 config: $(obj)/conf target
38 $(Q)perl $< --$@ $(srctree) $(Kconfig) > .tmp.config
39 $(Q)if [ -f .config ]; then \
40 cmp -s .tmp.config .config || \
41 (mv -f .config .config.old.1; \
42 mv -f .tmp.config .config; \
44 mv -f .config.old.1 .config.old) \
46 mv -f .tmp.config .config; \
49 $(Q)rm -f .tmp.config
53 update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h
60 --output $(obj)/config.pot
61 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot
67 >> $(obj)/config.pot; \
70 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
72 $(Q)rm -f $(obj)/config.pot
161 ifeq ($(MAKECMDGOALS),update-po-config)
184 clean-files += config.pot linux.pot
207 HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0`
208 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
223 if ! pkg-config --exists QtCore 2> /dev/null; then \
225 pkg-config --exists qt 2> /dev/null && pkg=qt; \
226 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
278 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
279 if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \