|
diff --git a/Makefile b/Makefile index 19c57e5..38fd000 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -28,3 +28,3 @@ SUBDIRS_MICROKDE = \ |
28 | SUBDIRS_QTOPIA_PLUGIN = \ |
28 | SUBDIRS_QTOPIA_PLUGIN = \ |
29 | kabc/plugins/qtopia |
29 | kabc/plugins/qtopia |
30 | |
30 | |
@@ -34,3 +34,3 @@ SUBDIRS_OPIE_PLUGIN = \ |
34 | SUBDIRS_SHARP_PLUGIN = \ |
34 | SUBDIRS_SHARP_PLUGIN = \ |
35 | kabc/plugins/sharpdtm |
35 | kabc/plugins/sharpdtm |
36 | |
36 | |
@@ -144,6 +144,6 @@ variable_test: variable_info |
144 | else |
144 | else |
145 | ifndef SHARPDTMSDK |
145 | ifndef SHARPDTMSDK |
146 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
146 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
147 | $(error SHARPDTMSDK is not defined) |
147 | $(error SHARPDTMSDK is not defined) |
148 | endif |
148 | endif |
149 | endif |
149 | endif |
@@ -199,5 +199,2 @@ tmake: objects \ |
199 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ |
199 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ |
200 | kaddressbook/xxport/opie/Makefile$(PLATFORM) \ |
| |
201 | kaddressbook/xxport/qtopia/Makefile$(PLATFORM) \ |
| |
202 | kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM) \ |
| |
203 | kaddressbook/Makefile$(PLATFORM) \ |
200 | kaddressbook/Makefile$(PLATFORM) \ |
@@ -206,2 +203,3 @@ tmake: objects \ |
206 | kmicromail/libmailwrapper/Makefile$(PLATFORM) |
203 | kmicromail/libmailwrapper/Makefile$(PLATFORM) |
| |
204 | |
207 | |
205 | |
@@ -258,12 +256,2 @@ kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro |
258 | |
256 | |
259 | kaddressbook/xxport/opie/Makefile$(PLATFORM): kaddressbook/xxport/opie/opieE.pro |
| |
260 | cd kaddressbook/xxport/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) |
| |
261 | |
| |
262 | kaddressbook/xxport/qtopia/Makefile$(PLATFORM): kaddressbook/xxport/qtopia/qtopiaE.pro |
| |
263 | cd kaddressbook/xxport/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) |
| |
264 | |
| |
265 | kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM): kaddressbook/xxport/sharpdtm/sharpdtmE.pro |
| |
266 | cd kaddressbook/xxport/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) |
| |
267 | |
| |
268 | |
| |
269 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro |
257 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro |
|