Lines Matching refs:config
5 PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config \
23 config: $(obj)/conf target
46 $(Q)perl $< $(srctree) $(Kconfig) $(LSMOD_F) > .tmp.config
47 $(Q)if [ -f .config ]; then \
48 cmp -s .tmp.config .config || \
49 (mv -f .config .config.old.1; \
50 mv -f .tmp.config .config; \
52 mv -f .config.old.1 .config.old) \
54 mv -f .tmp.config .config; \
57 $(Q)rm -f .tmp.config
61 $(Q)perl $< $(srctree) $(Kconfig) $(LSMOD_F) > .tmp.config
62 $(Q)sed -i s/=m/=y/ .tmp.config
63 $(Q)if [ -f .config ]; then \
64 cmp -s .tmp.config .config || \
65 (mv -f .config .config.old.1; \
66 mv -f .tmp.config .config; \
68 mv -f .config.old.1 .config.old) \
70 mv -f .tmp.config .config; \
73 $(Q)rm -f .tmp.config
78 update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h
85 --output $(obj)/config.pot
86 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot
92 >> $(obj)/config.pot; \
94 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
97 $(Q)rm -f $(obj)/config.pot
114 $(Q)$< --defconfig=$(PROJ)/.config $(Kconfig)
182 ifeq ($(MAKECMDGOALS),update-po-config)
205 clean-files += config.pot linux.pot
225 HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0` -ldl
226 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
241 if ! pkg-config --exists QtCore 2> /dev/null; then \
243 pkg-config --exists qt 2> /dev/null && pkg=qt; \
244 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
296 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
297 if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \