|
diff --git a/Makefile b/Makefile index 826e70e..19c57e5 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -28,15 +28,9 @@ SUBDIRS_MICROKDE = \ |
28 | SUBDIRS_QTOPIA_PLUGIN = \ |
28 | SUBDIRS_QTOPIA_PLUGIN = \ |
29 | kabc/converter/qtopia \ |
29 | kabc/plugins/qtopia |
30 | kabc/plugins/qtopia \ |
| |
31 | kaddressbook/xxport/qtopia |
| |
32 | |
30 | |
33 | SUBDIRS_OPIE_PLUGIN = \ |
31 | SUBDIRS_OPIE_PLUGIN = \ |
34 | kabc/converter/opie \ |
32 | kabc/plugins/opie |
35 | kabc/plugins/opie \ |
| |
36 | kaddressbook/xxport/opie |
| |
37 | |
33 | |
38 | SUBDIRS_SHARP_PLUGIN = \ |
34 | SUBDIRS_SHARP_PLUGIN = \ |
39 | kabc/converter/sharpdtm \ |
35 | kabc/plugins/sharpdtm |
40 | kabc/plugins/sharpdtm \ |
| |
41 | kaddressbook/xxport/sharpdtm |
| |
42 | |
36 | |
@@ -150,6 +144,6 @@ variable_test: variable_info |
150 | else |
144 | else |
151 | ifndef SHARPDTMSDK |
145 | ifndef SHARPDTMSDK |
152 | @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) |
153 | $(error SHARPDTMSDK is not defined) |
147 | $(error SHARPDTMSDK is not defined) |
154 | endif |
148 | endif |
155 | endif |
149 | endif |
@@ -198,5 +192,2 @@ tmake: objects \ |
198 | kabc/Makefile$(PLATFORM) \ |
192 | kabc/Makefile$(PLATFORM) \ |
199 | kabc/converter/opie/Makefile$(PLATFORM) \ |
| |
200 | kabc/converter/qtopia/Makefile$(PLATFORM) \ |
| |
201 | kabc/converter/sharpdtm/Makefile$(PLATFORM) \ |
| |
202 | kabc/formats/binary/Makefile$(PLATFORM) \ |
193 | kabc/formats/binary/Makefile$(PLATFORM) \ |
@@ -215,3 +206,2 @@ tmake: objects \ |
215 | kmicromail/libmailwrapper/Makefile$(PLATFORM) |
206 | kmicromail/libmailwrapper/Makefile$(PLATFORM) |
216 | |
| |
217 | |
207 | |
@@ -247,12 +237,2 @@ kabc/Makefile$(PLATFORM): kabc/kabcE.pro |
247 | |
237 | |
248 | kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieE.pro |
| |
249 | cd kabc/converter/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) |
| |
250 | |
| |
251 | kabc/converter/qtopia/Makefile$(PLATFORM): kabc/converter/qtopia/qtopiaE.pro |
| |
252 | cd kabc/converter/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) |
| |
253 | |
| |
254 | kabc/converter/sharpdtm/Makefile$(PLATFORM): kabc/converter/sharpdtm/sharpdtmE.pro |
| |
255 | cd kabc/converter/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) |
| |
256 | |
| |
257 | |
| |
258 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro |
238 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro |
|