-rw-r--r-- | Makefile.Embedded | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 826e70e..e29bc74 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -1,87 +1,84 @@ | |||
1 | DISTPATH = $(shell pwd) | 1 | DISTPATH = $(shell pwd) |
2 | DISTDIR = $(shell basename $(DISTPATH)) | 2 | DISTDIR = $(shell basename $(DISTPATH)) |
3 | 3 | ||
4 | 4 | ||
5 | ifeq ($(PLATFORM) , zaurus) | 5 | ifeq ($(PLATFORM) , zaurus) |
6 | BUILD_NO_LDAP_PLUGIN=1 | 6 | BUILD_NO_LDAP_PLUGIN=1 |
7 | endif | 7 | endif |
8 | 8 | ||
9 | ifneq ($(PLATFORM) , zaurus) | 9 | ifneq ($(PLATFORM) , zaurus) |
10 | BUILD_NO_SHARP_PLUGIN=1 | 10 | BUILD_NO_SHARP_PLUGIN=1 |
11 | endif | 11 | endif |
12 | 12 | ||
13 | SUBDIRS_MICROKDE = \ | 13 | SUBDIRS_MICROKDE = \ |
14 | libical/src/libical \ | 14 | libical/src/libical \ |
15 | libical/src/libicalss \ | 15 | libical/src/libicalss \ |
16 | qtcompat \ | 16 | qtcompat \ |
17 | microkde \ | 17 | microkde \ |
18 | libkcal \ | 18 | libkcal \ |
19 | libkdepim \ | 19 | libkdepim \ |
20 | kabc \ | 20 | kabc \ |
21 | kabc/formats/binary \ | 21 | kabc/formats/binary \ |
22 | kabc/plugins/file \ | 22 | kabc/plugins/file \ |
23 | kabc/plugins/dir \ | 23 | kabc/plugins/dir \ |
24 | korganizer \ | 24 | korganizer \ |
25 | kalarmd \ | 25 | kalarmd \ |
26 | kaddressbook | 26 | kaddressbook |
27 | 27 | ||
28 | SUBDIRS_QTOPIA_PLUGIN = \ | 28 | SUBDIRS_QTOPIA_PLUGIN = \ |
29 | kabc/converter/qtopia \ | ||
30 | kabc/plugins/qtopia \ | 29 | kabc/plugins/qtopia \ |
31 | kaddressbook/xxport/qtopia | 30 | kaddressbook/xxport/qtopia |
32 | 31 | ||
33 | SUBDIRS_OPIE_PLUGIN = \ | 32 | SUBDIRS_OPIE_PLUGIN = \ |
34 | kabc/converter/opie \ | ||
35 | kabc/plugins/opie \ | 33 | kabc/plugins/opie \ |
36 | kaddressbook/xxport/opie | 34 | kaddressbook/xxport/opie |
37 | 35 | ||
38 | SUBDIRS_SHARP_PLUGIN = \ | 36 | SUBDIRS_SHARP_PLUGIN = \ |
39 | kabc/converter/sharpdtm \ | ||
40 | kabc/plugins/sharpdtm \ | 37 | kabc/plugins/sharpdtm \ |
41 | kaddressbook/xxport/sharpdtm | 38 | kaddressbook/xxport/sharpdtm |
42 | 39 | ||
43 | SUBDIRS_LDAP_PLUGIN = \ | 40 | SUBDIRS_LDAP_PLUGIN = \ |
44 | kabc/plugins/ldap | 41 | kabc/plugins/ldap |
45 | 42 | ||
46 | SUBDIRS_MICROMAIL = \ | 43 | SUBDIRS_MICROMAIL = \ |
47 | kmicromail/libetpan \ | 44 | kmicromail/libetpan \ |
48 | kmicromail/libmailwrapper \ | 45 | kmicromail/libmailwrapper \ |
49 | kmicromail | 46 | kmicromail |
50 | 47 | ||
51 | SUBDIRS = \ | 48 | SUBDIRS = \ |
52 | $(SUBDIRS_MICROKDE) \ | 49 | $(SUBDIRS_MICROKDE) \ |
53 | $(SUBDIRS_QTOPIA_PLUGIN) \ | 50 | $(SUBDIRS_QTOPIA_PLUGIN) \ |
54 | $(SUBDIRS_OPIE_PLUGIN) \ | 51 | $(SUBDIRS_OPIE_PLUGIN) \ |
55 | $(SUBDIRS_SHARP_PLUGIN) \ | 52 | $(SUBDIRS_SHARP_PLUGIN) \ |
56 | $(SUBDIRS_LDAP_PLUGIN) \ | 53 | $(SUBDIRS_LDAP_PLUGIN) \ |
57 | $(SUBDIRS_MICROMAIL) | 54 | $(SUBDIRS_MICROMAIL) |
58 | 55 | ||
59 | 56 | ||
60 | all: build_microkde \ | 57 | all: build_microkde \ |
61 | build_qtopia_plugin \ | 58 | build_qtopia_plugin \ |
62 | build_opie_plugin \ | 59 | build_opie_plugin \ |
63 | build_sharp_plugin \ | 60 | build_sharp_plugin \ |
64 | build_ldap_plugin \ | 61 | build_ldap_plugin \ |
65 | build_micromail | 62 | build_micromail |
66 | 63 | ||
67 | 64 | ||
68 | build_microkde: variable_test tmake | 65 | build_microkde: variable_test tmake |
69 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ | 66 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ |
70 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 67 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
71 | done | 68 | done |
72 | 69 | ||
73 | build_qtopia_plugin: build_microkde | 70 | build_qtopia_plugin: build_microkde |
74 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ | 71 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ |
75 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 72 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
76 | done | 73 | done |
77 | 74 | ||
78 | build_opie_plugin: build_microkde | 75 | build_opie_plugin: build_microkde |
79 | ifdef BUILD_NO_OPIE_PLUGIN | 76 | ifdef BUILD_NO_OPIE_PLUGIN |
80 | @echo ---> opie plugin not build. | 77 | @echo ---> opie plugin not build. |
81 | else | 78 | else |
82 | for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ | 79 | for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ |
83 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 80 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
84 | done | 81 | done |
85 | endif | 82 | endif |
86 | 83 | ||
87 | build_sharp_plugin: build_microkde | 84 | build_sharp_plugin: build_microkde |
@@ -151,149 +148,136 @@ variable_test: variable_info | |||
151 | ifndef SHARPDTMSDK | 148 | ifndef SHARPDTMSDK |
152 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) | 149 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
153 | $(error SHARPDTMSDK is not defined) | 150 | $(error SHARPDTMSDK is not defined) |
154 | endif | 151 | endif |
155 | endif | 152 | endif |
156 | @echo -------------------------------------- | 153 | @echo -------------------------------------- |
157 | 154 | ||
158 | 155 | ||
159 | objects: | 156 | objects: |
160 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | 157 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done |
161 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | 158 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done |
162 | mkdir -p libical/lib/$(PLATFORM) | 159 | mkdir -p libical/lib/$(PLATFORM) |
163 | 160 | ||
164 | clean: | 161 | clean: |
165 | rm -f libical/lib/$(PLATFORM)/*; | 162 | rm -f libical/lib/$(PLATFORM)/*; |
166 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 163 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
167 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 164 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
168 | done | 165 | done |
169 | install: | 166 | install: |
170 | cd bin/kdepim; make install | 167 | cd bin/kdepim; make install |
171 | cp db2file/db2file $(QPEDIR)/bin/db2file | 168 | cp db2file/db2file $(QPEDIR)/bin/db2file |
172 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 169 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
173 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 170 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
174 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | 171 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop |
175 | 172 | ||
176 | dist: | 173 | dist: |
177 | @echo Dont forget to do "make install" before "make dist" | 174 | @echo Dont forget to do "make install" before "make dist" |
178 | rm -f *arm.ipk | 175 | rm -f *arm.ipk |
179 | rm -f *~ | 176 | rm -f *~ |
180 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim | 177 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim |
181 | ./mkipks kmicrokdelibs.control | 178 | ./mkipks kmicrokdelibs.control |
182 | ./mkipks korganizer.control | 179 | ./mkipks korganizer.control |
183 | ./mkipks kaddressbook.control | 180 | ./mkipks kaddressbook.control |
184 | ifndef BUILD_NO_MICROMAIL | 181 | ifndef BUILD_NO_MICROMAIL |
185 | ./mkipks kopiemail.control | 182 | ./mkipks kopiemail.control |
186 | endif | 183 | endif |
187 | ./mkipks korganizer-alarm.control | 184 | ./mkipks korganizer-alarm.control |
188 | 185 | ||
189 | tmake: objects \ | 186 | tmake: objects \ |
190 | qtcompat/Makefile$(PLATFORM) \ | 187 | qtcompat/Makefile$(PLATFORM) \ |
191 | microkde/Makefile$(PLATFORM) \ | 188 | microkde/Makefile$(PLATFORM) \ |
192 | libkcal/Makefile$(PLATFORM) \ | 189 | libkcal/Makefile$(PLATFORM) \ |
193 | libkdepim/Makefile$(PLATFORM) \ | 190 | libkdepim/Makefile$(PLATFORM) \ |
194 | korganizer/Makefile$(PLATFORM) \ | 191 | korganizer/Makefile$(PLATFORM) \ |
195 | kalarmd/Makefile$(PLATFORM) \ | 192 | kalarmd/Makefile$(PLATFORM) \ |
196 | libical/src/libical/Makefile$(PLATFORM) \ | 193 | libical/src/libical/Makefile$(PLATFORM) \ |
197 | libical/src/libicalss/Makefile$(PLATFORM) \ | 194 | libical/src/libicalss/Makefile$(PLATFORM) \ |
198 | kabc/Makefile$(PLATFORM) \ | 195 | 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) \ | 196 | kabc/formats/binary/Makefile$(PLATFORM) \ |
203 | kabc/plugins/file/Makefile$(PLATFORM) \ | 197 | kabc/plugins/file/Makefile$(PLATFORM) \ |
204 | kabc/plugins/dir/Makefile$(PLATFORM) \ | 198 | kabc/plugins/dir/Makefile$(PLATFORM) \ |
205 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 199 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
206 | kabc/plugins/opie/Makefile$(PLATFORM) \ | 200 | kabc/plugins/opie/Makefile$(PLATFORM) \ |
207 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | 201 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ |
208 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ | 202 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ |
209 | kaddressbook/xxport/opie/Makefile$(PLATFORM) \ | 203 | kaddressbook/xxport/opie/Makefile$(PLATFORM) \ |
210 | kaddressbook/xxport/qtopia/Makefile$(PLATFORM) \ | 204 | kaddressbook/xxport/qtopia/Makefile$(PLATFORM) \ |
211 | kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM) \ | 205 | kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM) \ |
212 | kaddressbook/Makefile$(PLATFORM) \ | 206 | kaddressbook/Makefile$(PLATFORM) \ |
213 | kmicromail/Makefile$(PLATFORM) \ | 207 | kmicromail/Makefile$(PLATFORM) \ |
214 | kmicromail/libetpan/Makefile$(PLATFORM) \ | 208 | kmicromail/libetpan/Makefile$(PLATFORM) \ |
215 | kmicromail/libmailwrapper/Makefile$(PLATFORM) | 209 | kmicromail/libmailwrapper/Makefile$(PLATFORM) |
216 | 210 | ||
217 | 211 | ||
218 | 212 | ||
219 | 213 | ||
220 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | 214 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro |
221 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" qtcompat.pro -o Makefile$(PLATFORM) | 215 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" qtcompat.pro -o Makefile$(PLATFORM) |
222 | 216 | ||
223 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | 217 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro |
224 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" microkdeE.pro -o Makefile$(PLATFORM) | 218 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" microkdeE.pro -o Makefile$(PLATFORM) |
225 | 219 | ||
226 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | 220 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro |
227 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" libkcalE.pro -o Makefile$(PLATFORM) | 221 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" libkcalE.pro -o Makefile$(PLATFORM) |
228 | 222 | ||
229 | 223 | ||
230 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | 224 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro |
231 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" libkdepimE.pro -o Makefile$(PLATFORM) | 225 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" libkdepimE.pro -o Makefile$(PLATFORM) |
232 | 226 | ||
233 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | 227 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro |
234 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" kalarmdE.pro -o Makefile$(PLATFORM) | 228 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" kalarmdE.pro -o Makefile$(PLATFORM) |
235 | 229 | ||
236 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | 230 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro |
237 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" korganizerE.pro -o Makefile$(PLATFORM) | 231 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" korganizerE.pro -o Makefile$(PLATFORM) |
238 | 232 | ||
239 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | 233 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro |
240 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalE.pro -o Makefile$(PLATFORM) | 234 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalE.pro -o Makefile$(PLATFORM) |
241 | 235 | ||
242 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro | 236 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro |
243 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalssE.pro -o Makefile$(PLATFORM) | 237 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" libicalssE.pro -o Makefile$(PLATFORM) |
244 | 238 | ||
245 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro | 239 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro |
246 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) | 240 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) |
247 | 241 | ||
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 | 242 | 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) | 243 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) |
260 | 244 | ||
261 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro | 245 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro |
262 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" fileE.pro -o Makefile$(PLATFORM) | 246 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" fileE.pro -o Makefile$(PLATFORM) |
263 | 247 | ||
264 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro | 248 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro |
265 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" dirE.pro -o Makefile$(PLATFORM) | 249 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" dirE.pro -o Makefile$(PLATFORM) |
266 | 250 | ||
267 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro | 251 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro |
268 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" ldapE.pro -o Makefile$(PLATFORM) | 252 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" ldapE.pro -o Makefile$(PLATFORM) |
269 | 253 | ||
270 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro | 254 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro |
271 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) | 255 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) |
272 | 256 | ||
273 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro | 257 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro |
274 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) | 258 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) |
275 | 259 | ||
276 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro | 260 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro |
277 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) | 261 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) |
278 | 262 | ||
279 | kaddressbook/xxport/opie/Makefile$(PLATFORM): kaddressbook/xxport/opie/opieE.pro | 263 | kaddressbook/xxport/opie/Makefile$(PLATFORM): kaddressbook/xxport/opie/opieE.pro |
280 | cd kaddressbook/xxport/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) | 264 | cd kaddressbook/xxport/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieE.pro -o Makefile$(PLATFORM) |
281 | 265 | ||
282 | kaddressbook/xxport/qtopia/Makefile$(PLATFORM): kaddressbook/xxport/qtopia/qtopiaE.pro | 266 | kaddressbook/xxport/qtopia/Makefile$(PLATFORM): kaddressbook/xxport/qtopia/qtopiaE.pro |
283 | cd kaddressbook/xxport/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) | 267 | cd kaddressbook/xxport/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" qtopiaE.pro -o Makefile$(PLATFORM) |
284 | 268 | ||
285 | kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM): kaddressbook/xxport/sharpdtm/sharpdtmE.pro | 269 | kaddressbook/xxport/sharpdtm/Makefile$(PLATFORM): kaddressbook/xxport/sharpdtm/sharpdtmE.pro |
286 | cd kaddressbook/xxport/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) | 270 | cd kaddressbook/xxport/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" sharpdtmE.pro -o Makefile$(PLATFORM) |
287 | 271 | ||
288 | 272 | ||
289 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | 273 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro |
290 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" kaddressbookE.pro -o Makefile$(PLATFORM) | 274 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" kaddressbookE.pro -o Makefile$(PLATFORM) |
291 | 275 | ||
292 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro | 276 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro |
293 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" kmicromailE.pro -o Makefile$(PLATFORM) | 277 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" kmicromailE.pro -o Makefile$(PLATFORM) |
294 | 278 | ||
295 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro | 279 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro |
296 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" libetpanE.pro -o Makefile$(PLATFORM) | 280 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" libetpanE.pro -o Makefile$(PLATFORM) |
297 | 281 | ||
298 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro | 282 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro |
299 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" libmailwrapperE.pro -o Makefile$(PLATFORM) | 283 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" libmailwrapperE.pro -o Makefile$(PLATFORM) |