summaryrefslogtreecommitdiffabout
path: root/Makefile.Embedded
Unidiff
Diffstat (limited to 'Makefile.Embedded') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile.Embedded10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.Embedded b/Makefile.Embedded
index 1f9507f..5a51127 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -219,8 +219,12 @@ clean:
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:
224 make
225 make install
226 make dist
223install: 227install:
224 228
225 cd bin/kdepim; make install 229 cd bin/kdepim; make install
226 cp -r Pim $(QPEDIR)/apps 230 cp -r Pim $(QPEDIR)/apps
@@ -232,9 +236,12 @@ install:
232 236
233dist: 237dist:
234 @echo Dont forget to do "make install" before "make dist" 238 @echo Dont forget to do "make install" before "make dist"
235 rm -f *arm.ipk 239 rm -f *arm.ipk
240 rm -f *ipk.zip
241 rm -f ../new_$(KDEPIM_VERSION)/*
236 rm -f *~ 242 rm -f *~
243 cd ..;mkdir -p new_$(KDEPIM_VERSION)
237 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim 244 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim
238 mkipks kmicrokdelibs.control 245 mkipks kmicrokdelibs.control
239 mkipks korganizer.control 246 mkipks korganizer.control
240 mkipks kaddressbook.control 247 mkipks kaddressbook.control
@@ -252,8 +259,11 @@ dist:
252 mkipks pwmanager.control 259 mkipks pwmanager.control
253 endif 260 endif
254 mkipks pimTABicon.control 261 mkipks pimTABicon.control
255 zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt 262 zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt
263 mv *.ipk ../new_$(KDEPIM_VERSION)/
264 mv *for_SharpRom.ipk.zip ../new_$(KDEPIM_VERSION)/
265 mv ../kdepimpi-$(KDEPIM_VERSION).tar.gz ../new_$(KDEPIM_VERSION)/
256 266
257tmake: objects \ 267tmake: objects \
258 qtcompat/Makefile$(PLATFORM) \ 268 qtcompat/Makefile$(PLATFORM) \
259 microkde/Makefile$(PLATFORM) \ 269 microkde/Makefile$(PLATFORM) \