summaryrefslogtreecommitdiffabout
path: root/Makefile
Unidiff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c6110c..da5feba 100644
--- a/Makefile
+++ b/Makefile
@@ -210,49 +210,49 @@ objects:
210 mkdir -p libical/lib/$(PLATFORM) 210 mkdir -p libical/lib/$(PLATFORM)
211 mkdir -p pwmanager/libcrypt/$(PLATFORM) 211 mkdir -p pwmanager/libcrypt/$(PLATFORM)
212 212
213clean: 213clean:
214 rm -rf libical/lib/$(PLATFORM)/*; 214 rm -rf libical/lib/$(PLATFORM)/*;
215 rm -rf pwmanager/libcrypt/$(PLATFORM)/*; 215 rm -rf pwmanager/libcrypt/$(PLATFORM)/*;
216 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ 216 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\
217 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ 217 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \
218 done 218 done
219 219
220install: 220install:
221 221
222 cd bin/kdepim; make install 222 cd bin/kdepim; make install
223 cp -r Pim $(QPEDIR)/apps 223 cp -r Pim $(QPEDIR)/apps
224 cp db2file/db2file $(QPEDIR)/bin/db2file 224 cp db2file/db2file $(QPEDIR)/bin/db2file
225 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop 225 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop
226 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop 226 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop
227 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop 227 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop
228 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop 228 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop
229 229
230dist: 230dist:
231 @echo Dont forget to do "make install" before "make dist" 231 @echo Dont forget to do "make install" before "make dist"
232 rm -f *arm.ipk 232 rm -f *arm.ipk
233 rm -f *~ 233 rm -f *~
234 cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim 234 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim
235 mkipks kmicrokdelibs.control 235 mkipks kmicrokdelibs.control
236 mkipks korganizer.control 236 mkipks korganizer.control
237 mkipks kaddressbook.control 237 mkipks kaddressbook.control
238 ifndef BUILD_NO_MICROMAIL 238 ifndef BUILD_NO_MICROMAIL
239 mkipks kopiemail.control 239 mkipks kopiemail.control
240 endif 240 endif
241 mkipks korganizer-alarm.control 241 mkipks korganizer-alarm.control
242 ifndef BUILD_NO_GAMMU 242 ifndef BUILD_NO_GAMMU
243 mkipks phoneaccess.control 243 mkipks phoneaccess.control
244 endif 244 endif
245 ifndef BUILD_NO_PWMANAGER 245 ifndef BUILD_NO_PWMANAGER
246 mkipks pwmanager.control 246 mkipks pwmanager.control
247 endif 247 endif
248 mkipks pim_TAB_icon.control 248 mkipks pim_TAB_icon.control
249 249
250tmake: objects \ 250tmake: objects \
251 qtcompat/Makefile$(PLATFORM) \ 251 qtcompat/Makefile$(PLATFORM) \
252 microkde/Makefile$(PLATFORM) \ 252 microkde/Makefile$(PLATFORM) \
253 libkcal/Makefile$(PLATFORM) \ 253 libkcal/Makefile$(PLATFORM) \
254 libkdepim/Makefile$(PLATFORM) \ 254 libkdepim/Makefile$(PLATFORM) \
255 korganizer/Makefile$(PLATFORM) \ 255 korganizer/Makefile$(PLATFORM) \
256 kalarmd/Makefile$(PLATFORM) \ 256 kalarmd/Makefile$(PLATFORM) \
257 libical/src/libical/Makefile$(PLATFORM) \ 257 libical/src/libical/Makefile$(PLATFORM) \
258 libical/src/libicalss/Makefile$(PLATFORM) \ 258 libical/src/libicalss/Makefile$(PLATFORM) \