From e5f6ea343bc2b129f81fde3734b100cfa2ed6c83 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 08 Sep 2004 02:02:15 +0000 Subject: Some fixes --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index 41976f3..2d0e855 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ build_qtopia_plugin: build_microkde build_opie_plugin: build_microkde ifdef BUILD_NO_OPIE_PLUGIN - @echo ---> opie plugin not build. + @echo == opie plugin not build. else for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ make -f Makefile$(PLATFORM) || exit 1; popd; \ @@ -84,7 +84,7 @@ build_opie_plugin: build_microkde build_sharp_plugin: build_microkde ifdef BUILD_NO_SHARP_PLUGIN - @echo ---> ldap plugin not build. + @echo == ldap plugin not build. else for i in $(SUBDIRS_SHARP_PLUGIN); do pushd $$i; \ make -f Makefile$(PLATFORM) || exit 1; popd; \ @@ -93,7 +93,7 @@ build_sharp_plugin: build_microkde build_ldap_plugin: build_microkde ifdef BUILD_NO_LDAP_PLUGIN - @echo ---> ldap plugin not build. + @echo == ldap plugin not build. else for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ make -f Makefile$(PLATFORM) || exit 1; popd; \ @@ -103,7 +103,7 @@ build_ldap_plugin: build_microkde build_micromail: build_microkde ifdef BUILD_NO_MICROMAIL - @echo ---> micromail not build. + @echo == kmicromail not build. else for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ make -f Makefile$(PLATFORM) || exit 1; popd; \ @@ -112,7 +112,7 @@ build_micromail: build_microkde build_gammu: variable_test tmake ifdef BUILD_NO_GAMMU - @echo ---> gammu not build. + @echo == gammu not build. else for i in $(SUBDIRS_GAMMU); do pushd $$i; \ make -f Makefile$(PLATFORM) || exit 1; popd; \ @@ -166,6 +166,9 @@ variable_test: variable_info $(error SHARPDTMSDK is not defined) endif endif + ifdef BUILD_NO_GAMMU + @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) + endif @echo -------------------------------------- -- cgit v0.9.0.2