-rw-r--r-- | Makefile.Embedded | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded index e472689..6856b62 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -203,32 +203,36 @@ clean: | |||
203 | install: | 203 | install: |
204 | 204 | ||
205 | cd bin/kdepim; make install | 205 | cd bin/kdepim; make install |
206 | cp -r Pim $(QPEDIR)/apps | 206 | cp -r Pim $(QPEDIR)/apps |
207 | cp db2file/db2file $(QPEDIR)/bin/db2file | 207 | cp db2file/db2file $(QPEDIR)/bin/db2file |
208 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 208 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
209 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 209 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
210 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop | 210 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
211 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop | ||
211 | 212 | ||
212 | dist: | 213 | dist: |
213 | @echo Dont forget to do "make install" before "make dist" | 214 | @echo Dont forget to do "make install" before "make dist" |
214 | rm -f *arm.ipk | 215 | rm -f *arm.ipk |
215 | rm -f *~ | 216 | rm -f *~ |
216 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim | 217 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
217 | ./mkipks kmicrokdelibs.control | 218 | ./mkipks kmicrokdelibs.control |
218 | ./mkipks korganizer.control | 219 | ./mkipks korganizer.control |
219 | ./mkipks kaddressbook.control | 220 | ./mkipks kaddressbook.control |
220 | ifndef BUILD_NO_MICROMAIL | 221 | ifndef BUILD_NO_MICROMAIL |
221 | ./mkipks kopiemail.control | 222 | ./mkipks kopiemail.control |
222 | endif | 223 | endif |
223 | ./mkipks korganizer-alarm.control | 224 | ./mkipks korganizer-alarm.control |
224 | ifndef BUILD_NO_GAMMU | 225 | ifndef BUILD_NO_GAMMU |
225 | ./mkipks kammu.control | 226 | ./mkipks kammu.control |
226 | endif | 227 | endif |
228 | ifndef BUILD_NO_PWMANAGER | ||
229 | ./mkipks pwmanager.control | ||
230 | endif | ||
227 | ./mkipks pim_TAB_icon.control | 231 | ./mkipks pim_TAB_icon.control |
228 | 232 | ||
229 | tmake: objects \ | 233 | tmake: objects \ |
230 | qtcompat/Makefile$(PLATFORM) \ | 234 | qtcompat/Makefile$(PLATFORM) \ |
231 | microkde/Makefile$(PLATFORM) \ | 235 | microkde/Makefile$(PLATFORM) \ |
232 | libkcal/Makefile$(PLATFORM) \ | 236 | libkcal/Makefile$(PLATFORM) \ |
233 | libkdepim/Makefile$(PLATFORM) \ | 237 | libkdepim/Makefile$(PLATFORM) \ |
234 | korganizer/Makefile$(PLATFORM) \ | 238 | korganizer/Makefile$(PLATFORM) \ |