-rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -78,2 +78,5 @@ build_microkde: variable_test tmake build_qtopia_plugin: build_microkde + ifdef BUILD_NO_QTOPIA_PLUGIN + @echo == qtopia plugin not build. + else for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ @@ -81,2 +84,3 @@ build_qtopia_plugin: build_microkde done + endif @@ -90,3 +94,3 @@ build_opie_plugin: build_microkde endif - + build_sharp_plugin: build_microkde @@ -150,2 +154,3 @@ variable_info: @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) + @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN) @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) @@ -174,2 +179,5 @@ variable_test: variable_info endif + ifdef BUILD_NO_QTOPIA_PLUGIN + @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) + endif ifdef BUILD_NO_MICROMAIL |