author | zautrix <zautrix> | 2005-01-15 23:02:13 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-01-15 23:02:13 (UTC) |
commit | 1b507d4a79b5d06766b6d1fb3f81c1fb38a316a1 (patch) (unidiff) | |
tree | 7856792e739594eee7cb7286f4fe0daf1dd5fe1a /Makefile.Embedded | |
parent | f9f60d23806530a5bccae372e5eeebee6d528f20 (diff) | |
download | kdepimpi-1b507d4a79b5d06766b6d1fb3f81c1fb38a316a1.zip kdepimpi-1b507d4a79b5d06766b6d1fb3f81c1fb38a316a1.tar.gz kdepimpi-1b507d4a79b5d06766b6d1fb3f81c1fb38a316a1.tar.bz2 |
Some fixes
-rw-r--r-- | Makefile.Embedded | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 467710f..a9ea199 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -231,48 +231,49 @@ install: | |||
231 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop | 231 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop |
232 | 232 | ||
233 | dist: | 233 | dist: |
234 | @echo Dont forget to do "make install" before "make dist" | 234 | @echo Dont forget to do "make install" before "make dist" |
235 | rm -f *arm.ipk | 235 | rm -f *arm.ipk |
236 | rm -f *~ | 236 | rm -f *~ |
237 | cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim | 237 | cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
238 | mkipks kmicrokdelibs.control | 238 | mkipks kmicrokdelibs.control |
239 | mkipks korganizer.control | 239 | mkipks korganizer.control |
240 | mkipks kaddressbook.control | 240 | mkipks kaddressbook.control |
241 | ifndef BUILD_NO_MICROMAIL | 241 | ifndef BUILD_NO_MICROMAIL |
242 | mkipks kopiemail.control | 242 | mkipks kopiemail.control |
243 | endif | 243 | endif |
244 | ifndef BUILD_NO_SHARP_PLUGIN | 244 | ifndef BUILD_NO_SHARP_PLUGIN |
245 | mkipks ksharpPIM-DTMaccess.control | 245 | mkipks ksharpPIM-DTMaccess.control |
246 | endif | 246 | endif |
247 | mkipks korganizer-alarm.control | 247 | mkipks korganizer-alarm.control |
248 | ifndef BUILD_NO_GAMMU | 248 | ifndef BUILD_NO_GAMMU |
249 | mkipks kmobilephoneaccess.control | 249 | mkipks kmobilephoneaccess.control |
250 | endif | 250 | endif |
251 | ifndef BUILD_NO_PWMANAGER | 251 | ifndef BUILD_NO_PWMANAGER |
252 | mkipks pwmanager.control | 252 | mkipks pwmanager.control |
253 | endif | 253 | endif |
254 | mkipks pimTABicon.control | 254 | mkipks pimTABicon.control |
255 | zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk | ||
255 | 256 | ||
256 | tmake: objects \ | 257 | tmake: objects \ |
257 | qtcompat/Makefile$(PLATFORM) \ | 258 | qtcompat/Makefile$(PLATFORM) \ |
258 | microkde/Makefile$(PLATFORM) \ | 259 | microkde/Makefile$(PLATFORM) \ |
259 | libkcal/Makefile$(PLATFORM) \ | 260 | libkcal/Makefile$(PLATFORM) \ |
260 | libkdepim/Makefile$(PLATFORM) \ | 261 | libkdepim/Makefile$(PLATFORM) \ |
261 | korganizer/Makefile$(PLATFORM) \ | 262 | korganizer/Makefile$(PLATFORM) \ |
262 | kalarmd/Makefile$(PLATFORM) \ | 263 | kalarmd/Makefile$(PLATFORM) \ |
263 | libical/src/libical/Makefile$(PLATFORM) \ | 264 | libical/src/libical/Makefile$(PLATFORM) \ |
264 | libical/src/libicalss/Makefile$(PLATFORM) \ | 265 | libical/src/libicalss/Makefile$(PLATFORM) \ |
265 | kabc/Makefile$(PLATFORM) \ | 266 | kabc/Makefile$(PLATFORM) \ |
266 | kabc/formats/binary/Makefile$(PLATFORM) \ | 267 | kabc/formats/binary/Makefile$(PLATFORM) \ |
267 | kabc/plugins/file/Makefile$(PLATFORM) \ | 268 | kabc/plugins/file/Makefile$(PLATFORM) \ |
268 | kabc/plugins/dir/Makefile$(PLATFORM) \ | 269 | kabc/plugins/dir/Makefile$(PLATFORM) \ |
269 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 270 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
270 | kabc/plugins/opie/Makefile$(PLATFORM) \ | 271 | kabc/plugins/opie/Makefile$(PLATFORM) \ |
271 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | 272 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ |
272 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ | 273 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ |
273 | kaddressbook/Makefile$(PLATFORM) \ | 274 | kaddressbook/Makefile$(PLATFORM) \ |
274 | kmicromail/Makefile$(PLATFORM) \ | 275 | kmicromail/Makefile$(PLATFORM) \ |
275 | kmicromail/libetpan/Makefile$(PLATFORM) \ | 276 | kmicromail/libetpan/Makefile$(PLATFORM) \ |
276 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ | 277 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ |
277 | gammu/emb/common/Makefile$(PLATFORM) \ | 278 | gammu/emb/common/Makefile$(PLATFORM) \ |
278 | gammu/emb/gammu/Makefile$(PLATFORM) \ | 279 | gammu/emb/gammu/Makefile$(PLATFORM) \ |