summaryrefslogtreecommitdiffabout
path: root/Makefile.Embedded
authorulf69 <ulf69>2004-09-15 18:57:32 (UTC)
committer ulf69 <ulf69>2004-09-15 18:57:32 (UTC)
commit7bf4ac8d932cab64f307dfe1eb87c614e633ac1c (patch) (unidiff)
treea33e3c167ab026e3bf3f4e1af9abc4a8a774f641 /Makefile.Embedded
parent398108798405a3eed7fd8787426322a211df901a (diff)
downloadkdepimpi-7bf4ac8d932cab64f307dfe1eb87c614e633ac1c.zip
kdepimpi-7bf4ac8d932cab64f307dfe1eb87c614e633ac1c.tar.gz
kdepimpi-7bf4ac8d932cab64f307dfe1eb87c614e633ac1c.tar.bz2
added rules to build pwmanager package
Diffstat (limited to 'Makefile.Embedded') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.Embedded4
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
@@ -205,12 +205,13 @@ install:
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
212dist: 213dist:
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
@@ -221,12 +222,15 @@ dist:
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
229tmake: objects \ 233tmake: 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) \