|
diff --git a/Makefile b/Makefile index 826e70e..19c57e5 100644 --- a/ Makefile+++ b/ Makefile |
|
@@ -27,17 +27,11 @@ SUBDIRS_MICROKDE = \ |
27 | |
27 | |
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 | |
43 | SUBDIRS_LDAP_PLUGIN = \ |
37 | SUBDIRS_LDAP_PLUGIN = \ |
@@ -149,8 +143,8 @@ variable_test: variable_info |
149 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) |
143 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) |
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 |
156 | @echo -------------------------------------- |
150 | @echo -------------------------------------- |
@@ -197,7 +191,4 @@ tmake: objects \ |
197 | libical/src/libicalss/Makefile$(PLATFORM) \ |
191 | libical/src/libicalss/Makefile$(PLATFORM) \ |
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) \ |
203 | kabc/plugins/file/Makefile$(PLATFORM) \ |
194 | kabc/plugins/file/Makefile$(PLATFORM) \ |
@@ -214,5 +205,4 @@ tmake: objects \ |
214 | kmicromail/libetpan/Makefile$(PLATFORM) \ |
205 | kmicromail/libetpan/Makefile$(PLATFORM) \ |
215 | kmicromail/libmailwrapper/Makefile$(PLATFORM) |
206 | kmicromail/libmailwrapper/Makefile$(PLATFORM) |
216 | |
| |
217 | |
207 | |
218 | |
208 | |
@@ -246,14 +236,4 @@ kabc/Makefile$(PLATFORM): kabc/kabcE.pro |
246 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) |
236 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) |
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 |
259 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) |
239 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) |
|