-rw-r--r-- | Makefile.Embedded | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 0b8997e..6a8521f 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -77,7 +77,11 @@ build_microkde: variable_test tmake | |||
77 | 77 | ||
78 | build_qtopia_plugin: build_microkde | 78 | build_qtopia_plugin: build_microkde |
79 | ifdef BUILD_NO_QTOPIA_PLUGIN | ||
80 | @echo == qtopia plugin not build. | ||
81 | else | ||
79 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ | 82 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ |
80 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 83 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
81 | done | 84 | done |
85 | endif | ||
82 | 86 | ||
83 | build_opie_plugin: build_microkde | 87 | build_opie_plugin: build_microkde |
@@ -89,5 +93,5 @@ build_opie_plugin: build_microkde | |||
89 | done | 93 | done |
90 | endif | 94 | endif |
91 | 95 | ||
92 | build_sharp_plugin: build_microkde | 96 | build_sharp_plugin: build_microkde |
93 | ifdef BUILD_NO_SHARP_PLUGIN | 97 | ifdef BUILD_NO_SHARP_PLUGIN |
@@ -149,4 +153,5 @@ variable_info: | |||
149 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) | 153 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) |
150 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) | 154 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) |
155 | @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN) | ||
151 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) | 156 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) |
152 | ifndef BUILD_NO_SHARP_PLUGIN | 157 | ifndef BUILD_NO_SHARP_PLUGIN |
@@ -173,4 +178,7 @@ variable_test: variable_info | |||
173 | @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) | 178 | @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) |
174 | endif | 179 | endif |
180 | ifdef BUILD_NO_QTOPIA_PLUGIN | ||
181 | @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) | ||
182 | endif | ||
175 | ifdef BUILD_NO_MICROMAIL | 183 | ifdef BUILD_NO_MICROMAIL |
176 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) | 184 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) |