-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 | |||
@@ -187,64 +187,68 @@ variable_test: variable_info | |||
187 | ifdef BUILD_NO_PWMANAGER | 187 | ifdef BUILD_NO_PWMANAGER |
188 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) | 188 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) |
189 | endif | 189 | endif |
190 | @echo -------------------------------------- | 190 | @echo -------------------------------------- |
191 | 191 | ||
192 | 192 | ||
193 | objects: | 193 | objects: |
194 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | 194 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done |
195 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | 195 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done |
196 | mkdir -p libical/lib/$(PLATFORM) | 196 | mkdir -p libical/lib/$(PLATFORM) |
197 | 197 | ||
198 | clean: | 198 | clean: |
199 | rm -rf libical/lib/$(PLATFORM)/*; | 199 | rm -rf libical/lib/$(PLATFORM)/*; |
200 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 200 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
201 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 201 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
202 | done | 202 | done |
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) \ |
235 | kalarmd/Makefile$(PLATFORM) \ | 239 | kalarmd/Makefile$(PLATFORM) \ |
236 | libical/src/libical/Makefile$(PLATFORM) \ | 240 | libical/src/libical/Makefile$(PLATFORM) \ |
237 | libical/src/libicalss/Makefile$(PLATFORM) \ | 241 | libical/src/libicalss/Makefile$(PLATFORM) \ |
238 | kabc/Makefile$(PLATFORM) \ | 242 | kabc/Makefile$(PLATFORM) \ |
239 | kabc/formats/binary/Makefile$(PLATFORM) \ | 243 | kabc/formats/binary/Makefile$(PLATFORM) \ |
240 | kabc/plugins/file/Makefile$(PLATFORM) \ | 244 | kabc/plugins/file/Makefile$(PLATFORM) \ |
241 | kabc/plugins/dir/Makefile$(PLATFORM) \ | 245 | kabc/plugins/dir/Makefile$(PLATFORM) \ |
242 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 246 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
243 | kabc/plugins/opie/Makefile$(PLATFORM) \ | 247 | kabc/plugins/opie/Makefile$(PLATFORM) \ |
244 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | 248 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ |
245 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ | 249 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ |
246 | kaddressbook/Makefile$(PLATFORM) \ | 250 | kaddressbook/Makefile$(PLATFORM) \ |
247 | kmicromail/Makefile$(PLATFORM) \ | 251 | kmicromail/Makefile$(PLATFORM) \ |
248 | kmicromail/libetpan/Makefile$(PLATFORM) \ | 252 | kmicromail/libetpan/Makefile$(PLATFORM) \ |
249 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ | 253 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ |
250 | gammu/emb/common/Makefile$(PLATFORM) \ | 254 | gammu/emb/common/Makefile$(PLATFORM) \ |