author | zautrix <zautrix> | 2004-10-08 22:22:02 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-08 22:22:02 (UTC) |
commit | 44169895703beb3e8b1551a313d2d341bf742905 (patch) (unidiff) | |
tree | 4e337f9b55d544a939185dbcdbad558b1ed2504d /Makefile.Embedded | |
parent | 10a0e05cc4962d9412a7a5faf3d69a3caf6d1c34 (diff) | |
download | kdepimpi-44169895703beb3e8b1551a313d2d341bf742905.zip kdepimpi-44169895703beb3e8b1551a313d2d341bf742905.tar.gz kdepimpi-44169895703beb3e8b1551a313d2d341bf742905.tar.bz2 |
gammu changes
-rw-r--r-- | Makefile.Embedded | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index 2e1651c..0b8997e 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -213,33 +213,33 @@ install: | |||
213 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop | 213 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
214 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop | 214 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop |
215 | 215 | ||
216 | dist: | 216 | dist: |
217 | @echo Dont forget to do "make install" before "make dist" | 217 | @echo Dont forget to do "make install" before "make dist" |
218 | rm -f *arm.ipk | 218 | rm -f *arm.ipk |
219 | rm -f *~ | 219 | rm -f *~ |
220 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim | 220 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
221 | ./mkipks kmicrokdelibs.control | 221 | ./mkipks kmicrokdelibs.control |
222 | ./mkipks korganizer.control | 222 | ./mkipks korganizer.control |
223 | ./mkipks kaddressbook.control | 223 | ./mkipks kaddressbook.control |
224 | ifndef BUILD_NO_MICROMAIL | 224 | ifndef BUILD_NO_MICROMAIL |
225 | ./mkipks kopiemail.control | 225 | ./mkipks kopiemail.control |
226 | endif | 226 | endif |
227 | ./mkipks korganizer-alarm.control | 227 | ./mkipks korganizer-alarm.control |
228 | ifndef BUILD_NO_GAMMU | 228 | ifndef BUILD_NO_GAMMU |
229 | ./mkipks kammu.control | 229 | ./mkipks phoneaccess.control |
230 | endif | 230 | endif |
231 | ifndef BUILD_NO_PWMANAGER | 231 | ifndef BUILD_NO_PWMANAGER |
232 | ./mkipks pwmanager.control | 232 | ./mkipks pwmanager.control |
233 | endif | 233 | endif |
234 | ./mkipks pim_TAB_icon.control | 234 | ./mkipks pim_TAB_icon.control |
235 | 235 | ||
236 | tmake: objects \ | 236 | tmake: objects \ |
237 | qtcompat/Makefile$(PLATFORM) \ | 237 | qtcompat/Makefile$(PLATFORM) \ |
238 | microkde/Makefile$(PLATFORM) \ | 238 | microkde/Makefile$(PLATFORM) \ |
239 | libkcal/Makefile$(PLATFORM) \ | 239 | libkcal/Makefile$(PLATFORM) \ |
240 | libkdepim/Makefile$(PLATFORM) \ | 240 | libkdepim/Makefile$(PLATFORM) \ |
241 | korganizer/Makefile$(PLATFORM) \ | 241 | korganizer/Makefile$(PLATFORM) \ |
242 | kalarmd/Makefile$(PLATFORM) \ | 242 | kalarmd/Makefile$(PLATFORM) \ |
243 | libical/src/libical/Makefile$(PLATFORM) \ | 243 | libical/src/libical/Makefile$(PLATFORM) \ |
244 | libical/src/libicalss/Makefile$(PLATFORM) \ | 244 | libical/src/libicalss/Makefile$(PLATFORM) \ |
245 | kabc/Makefile$(PLATFORM) \ | 245 | kabc/Makefile$(PLATFORM) \ |