summaryrefslogtreecommitdiffabout
path: root/Makefile.Embedded
Unidiff
Diffstat (limited to 'Makefile.Embedded') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.Embedded1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded
index 9096f01..68619b9 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -170,128 +170,129 @@ variable_info:
170 170
171variable_test: variable_info 171variable_test: variable_info
172 @echo KDEPIM buildsystem, variablecheck... 172 @echo KDEPIM buildsystem, variablecheck...
173 ifndef KDEPIMDIR 173 ifndef KDEPIMDIR
174 @echo KDEPIMDIR is not defined. 174 @echo KDEPIMDIR is not defined.
175 $(error KDEPIMDIR is not defined) 175 $(error KDEPIMDIR is not defined)
176 endif 176 endif
177 ifndef PLATFORM 177 ifndef PLATFORM
178 @echo PLATFORM is not defined. 178 @echo PLATFORM is not defined.
179 $(error PLATFORM is not defined) 179 $(error PLATFORM is not defined)
180 endif 180 endif
181 ifdef BUILD_NO_LDAP_PLUGIN 181 ifdef BUILD_NO_LDAP_PLUGIN
182 @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) 182 @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN)
183 endif 183 endif
184 ifdef BUILD_NO_OPIE_PLUGIN 184 ifdef BUILD_NO_OPIE_PLUGIN
185 @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) 185 @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN)
186 endif 186 endif
187 ifdef BUILD_NO_QTOPIA_PLUGIN 187 ifdef BUILD_NO_QTOPIA_PLUGIN
188 @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) 188 @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN)
189 endif 189 endif
190 ifdef BUILD_NO_MICROMAIL 190 ifdef BUILD_NO_MICROMAIL
191 @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) 191 @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL)
192 endif 192 endif
193 ifdef BUILD_NO_SHARP_PLUGIN 193 ifdef BUILD_NO_SHARP_PLUGIN
194 @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) 194 @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN)
195 else 195 else
196 ifndef SHARPDTMSDK 196 ifndef SHARPDTMSDK
197 @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) 197 @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK)
198 $(error SHARPDTMSDK is not defined) 198 $(error SHARPDTMSDK is not defined)
199 endif 199 endif
200 endif 200 endif
201 ifdef BUILD_NO_GAMMU 201 ifdef BUILD_NO_GAMMU
202 @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) 202 @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU)
203 endif 203 endif
204 ifdef BUILD_NO_PWMANAGER 204 ifdef BUILD_NO_PWMANAGER
205 @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) 205 @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER)
206 endif 206 endif
207 @echo -------------------------------------- 207 @echo --------------------------------------
208 208
209 209
210objects: 210objects:
211 for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done 211 for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done
212 for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done 212 for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done
213 mkdir -p libical/lib/$(PLATFORM) 213 mkdir -p libical/lib/$(PLATFORM)
214 mkdir -p pwmanager/libcrypt/$(PLATFORM) 214 mkdir -p pwmanager/libcrypt/$(PLATFORM)
215 215
216clean: 216clean:
217 rm -rf libical/lib/$(PLATFORM)/*; 217 rm -rf libical/lib/$(PLATFORM)/*;
218 rm -rf pwmanager/libcrypt/$(PLATFORM)/*; 218 rm -rf pwmanager/libcrypt/$(PLATFORM)/*;
219 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ 219 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\
220 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ 220 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \
221 done 221 done
222 222
223pac: 223pac:
224 rm -f $(QPEDIR)/lib/libmicro* 224 rm -f $(QPEDIR)/lib/libmicro*
225 rm -f $(QPEDIR)/plugins/applets/libkopi* 225 rm -f $(QPEDIR)/plugins/applets/libkopi*
226 make 226 make
227 make install 227 make install
228 make dist 228 make dist
229install: 229install:
230 230
231 cd bin/kdepim; make install 231 cd bin/kdepim; make install
232 cp -r Pim $(QPEDIR)/apps 232 cp -r Pim $(QPEDIR)/apps
233 cp db2file/db2file $(QPEDIR)/bin/db2file 233 cp db2file/db2file $(QPEDIR)/bin/db2file
234 chmod ugo+x $(QPEDIR)/bin/db2file
234 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop 235 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop
235 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop 236 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop
236 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop 237 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop
237 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop 238 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop
238 239
239dist: 240dist:
240 @echo Dont forget to do "make install" before "make dist" 241 @echo Dont forget to do "make install" before "make dist"
241 rm -f *arm.ipk 242 rm -f *arm.ipk
242 rm -f *ipk.zip 243 rm -f *ipk.zip
243 rm -f ../new_$(KDEPIM_VERSION)/* 244 rm -f ../new_$(KDEPIM_VERSION)/*
244 rm -f *~ 245 rm -f *~
245 cd ..;mkdir -p new_$(KDEPIM_VERSION) 246 cd ..;mkdir -p new_$(KDEPIM_VERSION)
246 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim 247 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim
247 mkipks kmicrokdelibs.control 248 mkipks kmicrokdelibs.control
248 mkipks korganizer.control 249 mkipks korganizer.control
249 mkipks kaddressbook.control 250 mkipks kaddressbook.control
250 ifndef BUILD_NO_MICROMAIL 251 ifndef BUILD_NO_MICROMAIL
251 mkipks kopiemail.control 252 mkipks kopiemail.control
252 endif 253 endif
253 ifndef BUILD_NO_SHARP_PLUGIN 254 ifndef BUILD_NO_SHARP_PLUGIN
254 mkipks ksharpPIM-DTMaccess.control 255 mkipks ksharpPIM-DTMaccess.control
255 endif 256 endif
256 mkipks korganizer-alarm.control 257 mkipks korganizer-alarm.control
257 ifndef BUILD_NO_GAMMU 258 ifndef BUILD_NO_GAMMU
258 mkipks kmobilephoneaccess.control 259 mkipks kmobilephoneaccess.control
259 endif 260 endif
260 ifndef BUILD_NO_PWMANAGER 261 ifndef BUILD_NO_PWMANAGER
261 mkipks pwmanager.control 262 mkipks pwmanager.control
262 endif 263 endif
263 mkipks pimTABicon.control 264 mkipks pimTABicon.control
264 zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt 265 zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt
265 mv *.ipk ../new_$(KDEPIM_VERSION)/ 266 mv *.ipk ../new_$(KDEPIM_VERSION)/
266 mv *for_SharpRom.ipk.zip ../new_$(KDEPIM_VERSION)/ 267 mv *for_SharpRom.ipk.zip ../new_$(KDEPIM_VERSION)/
267 mv ../kdepimpi-$(KDEPIM_VERSION).tar.gz ../new_$(KDEPIM_VERSION)/ 268 mv ../kdepimpi-$(KDEPIM_VERSION).tar.gz ../new_$(KDEPIM_VERSION)/
268 269
269tmake: objects \ 270tmake: objects \
270 qtcompat/Makefile$(PLATFORM) \ 271 qtcompat/Makefile$(PLATFORM) \
271 microkde/Makefile$(PLATFORM) \ 272 microkde/Makefile$(PLATFORM) \
272 libkcal/Makefile$(PLATFORM) \ 273 libkcal/Makefile$(PLATFORM) \
273 libkdepim/Makefile$(PLATFORM) \ 274 libkdepim/Makefile$(PLATFORM) \
274 korganizer/Makefile$(PLATFORM) \ 275 korganizer/Makefile$(PLATFORM) \
275 kalarmd/Makefile$(PLATFORM) \ 276 kalarmd/Makefile$(PLATFORM) \
276 libical/src/libical/Makefile$(PLATFORM) \ 277 libical/src/libical/Makefile$(PLATFORM) \
277 libical/src/libicalss/Makefile$(PLATFORM) \ 278 libical/src/libicalss/Makefile$(PLATFORM) \
278 kabc/Makefile$(PLATFORM) \ 279 kabc/Makefile$(PLATFORM) \
279 kabc/formats/binary/Makefile$(PLATFORM) \ 280 kabc/formats/binary/Makefile$(PLATFORM) \
280 kabc/plugins/file/Makefile$(PLATFORM) \ 281 kabc/plugins/file/Makefile$(PLATFORM) \
281 kabc/plugins/dir/Makefile$(PLATFORM) \ 282 kabc/plugins/dir/Makefile$(PLATFORM) \
282 kabc/plugins/ldap/Makefile$(PLATFORM) \ 283 kabc/plugins/ldap/Makefile$(PLATFORM) \
283 kabc/plugins/opie/Makefile$(PLATFORM) \ 284 kabc/plugins/opie/Makefile$(PLATFORM) \
284 kabc/plugins/qtopia/Makefile$(PLATFORM) \ 285 kabc/plugins/qtopia/Makefile$(PLATFORM) \
285 kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ 286 kabc/plugins/sharpdtm/Makefile$(PLATFORM) \
286 kaddressbook/Makefile$(PLATFORM) \ 287 kaddressbook/Makefile$(PLATFORM) \
287 kmicromail/Makefile$(PLATFORM) \ 288 kmicromail/Makefile$(PLATFORM) \
288 kmicromail/libetpan/Makefile$(PLATFORM) \ 289 kmicromail/libetpan/Makefile$(PLATFORM) \
289 kmicromail/libmailwrapper/Makefile$(PLATFORM) \ 290 kmicromail/libmailwrapper/Makefile$(PLATFORM) \
290 gammu/emb/common/Makefile$(PLATFORM) \ 291 gammu/emb/common/Makefile$(PLATFORM) \
291 gammu/emb/gammu/Makefile$(PLATFORM) \ 292 gammu/emb/gammu/Makefile$(PLATFORM) \
292 pwmanager/pwmanager/Makefile$(PLATFORM) \ 293 pwmanager/pwmanager/Makefile$(PLATFORM) \
293 pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \ 294 pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \
294 pwmanager/libcrypt/error/Makefile$(PLATFORM) \ 295 pwmanager/libcrypt/error/Makefile$(PLATFORM) \
295 pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \ 296 pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \
296 pwmanager/libcrypt/zlib/Makefile$(PLATFORM) 297 pwmanager/libcrypt/zlib/Makefile$(PLATFORM)
297 298