summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-02-14 04:09:36 (UTC)
committer llornkcor <llornkcor>2002-02-14 04:09:36 (UTC)
commit44e62a185313ab7492b20c17e8ed386ee3f40523 (patch) (unidiff)
treea72d7edf41e5cb933fc9ee77403ca8ab3e959b2a
parentef6994a31a991517f4750f3dacc62f9717bd5f4e (diff)
downloadopie-44e62a185313ab7492b20c17e8ed386ee3f40523.zip
opie-44e62a185313ab7492b20c17e8ed386ee3f40523.tar.gz
opie-44e62a185313ab7492b20c17e8ed386ee3f40523.tar.bz2
.cvsignore
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/screenshotapplet/.cvsignore4
-rw-r--r--core/applets/vmemo/.cvsignore3
-rw-r--r--core/launcher/Makefile.in3
3 files changed, 9 insertions, 1 deletions
diff --git a/core/applets/screenshotapplet/.cvsignore b/core/applets/screenshotapplet/.cvsignore
new file mode 100644
index 0000000..cff76b1
--- a/dev/null
+++ b/core/applets/screenshotapplet/.cvsignore
@@ -0,0 +1,4 @@
1moc_*
2*.moc
3Makefile
4*.~ \ No newline at end of file
diff --git a/core/applets/vmemo/.cvsignore b/core/applets/vmemo/.cvsignore
new file mode 100644
index 0000000..edfa921
--- a/dev/null
+++ b/core/applets/vmemo/.cvsignore
@@ -0,0 +1,3 @@
1moc_*
2*.moc
3Makefile
diff --git a/core/launcher/Makefile.in b/core/launcher/Makefile.in
index 91a5a9b..52aa401 100644
--- a/core/launcher/Makefile.in
+++ b/core/launcher/Makefile.in
@@ -218,385 +218,386 @@ OBJMOC = moc_background.o \
218 218
219.cpp.o: 219.cpp.o:
220 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 220 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
221 221
222.cxx.o: 222.cxx.o:
223 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 223 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
224 224
225.cc.o: 225.cc.o:
226 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 226 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
227 227
228.C.o: 228.C.o:
229 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< 229 $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<
230 230
231.c.o: 231.c.o:
232 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< 232 $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
233 233
234####### Build rules 234####### Build rules
235 235
236 236
237all: $(DESTDIR)$(TARGET) 237all: $(DESTDIR)$(TARGET)
238 238
239$(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) 239$(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
240 $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) 240 $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)
241 241
242moc: $(SRCMOC) 242moc: $(SRCMOC)
243 243
244tmake: 244tmake:
245 tmake taskbar.pro 245 tmake taskbar.pro
246 246
247clean: 247clean:
248 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) 248 -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
249 -rm -f *~ core 249 -rm -f *~ core
250 -rm -f allmoc.cpp 250 -rm -f allmoc.cpp
251 251
252####### Extension Modules 252####### Extension Modules
253 253
254listpromodules: 254listpromodules:
255 @echo 255 @echo
256 256
257listallmodules: 257listallmodules:
258 @echo 258 @echo
259 259
260listaddonpromodules: 260listaddonpromodules:
261 @echo 261 @echo
262 262
263listaddonentmodules: 263listaddonentmodules:
264 @echo 264 @echo
265 265
266 266
267REQUIRES= 267REQUIRES=
268 268
269####### Sub-libraries 269####### Sub-libraries
270 270
271 271
272###### Combined headers 272###### Combined headers
273 273
274 274
275 275
276####### Compile 276####### Compile
277 277
278background.o: background.cpp \ 278background.o: background.cpp \
279 background.h \ 279 background.h \
280 desktop.h \ 280 desktop.h \
281 shutdownimpl.h \ 281 shutdownimpl.h \
282 shutdown.h \ 282 shutdown.h \
283 $(OPIEDIR)/include/qpe/qpeapplication.h \ 283 $(OPIEDIR)/include/qpe/qpeapplication.h \
284 $(OPIEDIR)/include/qpe/resource.h 284 $(OPIEDIR)/include/qpe/resource.h
285 285
286desktop.o: desktop.cpp \ 286desktop.o: desktop.cpp \
287 desktop.h \ 287 desktop.h \
288 shutdownimpl.h \ 288 shutdownimpl.h \
289 shutdown.h \ 289 shutdown.h \
290 $(OPIEDIR)/include/qpe/qpeapplication.h \ 290 $(OPIEDIR)/include/qpe/qpeapplication.h \
291 info.h \ 291 info.h \
292 background.h \ 292 background.h \
293 launcher.h \ 293 launcher.h \
294 launcherview.h \ 294 launcherview.h \
295 $(OPIEDIR)/include/qpe/storage.h \ 295 $(OPIEDIR)/include/qpe/storage.h \
296 mrulist.h \ 296 mrulist.h \
297 $(OPIEDIR)/include/qpe/applnk.h \ 297 $(OPIEDIR)/include/qpe/applnk.h \
298 qcopbridge.h \ 298 qcopbridge.h \
299 startmenu.h \ 299 startmenu.h \
300 taskbar.h \ 300 taskbar.h \
301 transferserver.h \ 301 transferserver.h \
302 irserver.h \ 302 irserver.h \
303 packageslave.h \ 303 packageslave.h \
304 $(OPIEDIR)/include/qpe/mimetype.h \ 304 $(OPIEDIR)/include/qpe/mimetype.h \
305 $(OPIEDIR)/include/qpe/password.h \ 305 $(OPIEDIR)/include/qpe/password.h \
306 $(OPIEDIR)/include/qpe/config.h \ 306 $(OPIEDIR)/include/qpe/config.h \
307 $(OPIEDIR)/include/qpe/power.h \ 307 $(OPIEDIR)/include/qpe/power.h \
308 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 308 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
309 $(OPIEDIR)/include/qpe/global.h 309 $(OPIEDIR)/include/qpe/global.h
310 310
311qprocess.o: qprocess.cpp \ 311qprocess.o: qprocess.cpp \
312 qprocess.h 312 qprocess.h
313 313
314qprocess_unix.o: qprocess_unix.cpp \ 314qprocess_unix.o: qprocess_unix.cpp \
315 qprocess_unix.moc \ 315 qprocess_unix.moc \
316 qprocess.h \ 316 qprocess.h \
317 qcleanuphandler_p.h 317 qcleanuphandler_p.h
318 318
319info.o: info.cpp \ 319info.o: info.cpp \
320 info.h \ 320 info.h \
321 background.h \ 321 background.h \
322 desktop.h \ 322 desktop.h \
323 shutdownimpl.h \ 323 shutdownimpl.h \
324 shutdown.h \ 324 shutdown.h \
325 $(OPIEDIR)/include/qpe/qpeapplication.h \ 325 $(OPIEDIR)/include/qpe/qpeapplication.h \
326 $(OPIEDIR)/include/qpe/resource.h \ 326 $(OPIEDIR)/include/qpe/resource.h \
327 $(OPIEDIR)/include/qpe/version.h 327 $(OPIEDIR)/include/qpe/version.h
328 328
329appicons.o: appicons.cpp \ 329appicons.o: appicons.cpp \
330 appicons.moc \ 330 appicons.moc \
331 appicons.h \ 331 appicons.h \
332 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h 332 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
333 333
334taskbar.o: taskbar.cpp \ 334taskbar.o: taskbar.cpp \
335 startmenu.h \ 335 startmenu.h \
336 inputmethods.h \ 336 inputmethods.h \
337 $(OPIEDIR)/include/qpe/inputmethodinterface.h \ 337 $(OPIEDIR)/include/qpe/inputmethodinterface.h \
338 $(OPIEDIR)/include/qpe/qcom.h \ 338 $(OPIEDIR)/include/qpe/qcom.h \
339 $(OPIEDIR)/include/qpe/quuid.h \ 339 $(OPIEDIR)/include/qpe/quuid.h \
340 mrulist.h \ 340 mrulist.h \
341 $(OPIEDIR)/include/qpe/applnk.h \ 341 $(OPIEDIR)/include/qpe/applnk.h \
342 systray.h \ 342 systray.h \
343 $(OPIEDIR)/include/qpe/taskbarappletinterface.h \ 343 $(OPIEDIR)/include/qpe/taskbarappletinterface.h \
344 $(OPIEDIR)/calibrate/calibrate.h \ 344 $(OPIEDIR)/calibrate/calibrate.h \
345 wait.h \ 345 wait.h \
346 $(OPIEDIR)/include/qpe/resource.h \ 346 $(OPIEDIR)/include/qpe/resource.h \
347 appicons.h \ 347 appicons.h \
348 taskbar.h \ 348 taskbar.h \
349 desktop.h \ 349 desktop.h \
350 shutdownimpl.h \ 350 shutdownimpl.h \
351 shutdown.h \ 351 shutdown.h \
352 $(OPIEDIR)/include/qpe/qpeapplication.h \ 352 $(OPIEDIR)/include/qpe/qpeapplication.h \
353 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 353 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
354 $(OPIEDIR)/include/qpe/global.h \ 354 $(OPIEDIR)/include/qpe/global.h \
355 ../taskbar/apps.h \ 355 ../taskbar/apps.h \
356 ../addressbook/addressbook.h \ 356 ../addressbook/addressbook.h \
357 ../datebook/datebook.h \ 357 ../datebook/datebook.h \
358 $(OPIEDIR)/include/qpe/datebookdb.h \ 358 $(OPIEDIR)/include/qpe/datebookdb.h \
359 $(OPIEDIR)/include/qpe/event.h \ 359 $(OPIEDIR)/include/qpe/event.h \
360 $(OPIEDIR)/include/qpe/palmtoprecord.h \ 360 $(OPIEDIR)/include/qpe/palmtoprecord.h \
361 $(OPIEDIR)/include/qpe/timeconversion.h \ 361 $(OPIEDIR)/include/qpe/timeconversion.h \
362 $(OPIEDIR)/include/qpe/qpcglobal.h \ 362 $(OPIEDIR)/include/qpe/qpcglobal.h \
363 ../helpbrowser/helpbrowser.h \ 363 ../helpbrowser/helpbrowser.h \
364 ../minesweep/minesweep.h \ 364 ../minesweep/minesweep.h \
365 ../textedit/textedit.h \ 365 ../textedit/textedit.h \
366 $(OPIEDIR)/include/qpe/filemanager.h \ 366 $(OPIEDIR)/include/qpe/filemanager.h \
367 ../todo/mainwindow.h \ 367 ../todo/mainwindow.h \
368 ../citytime/citytime.h \ 368 ../citytime/citytime.h \
369 ../clock/clock.h \ 369 ../clock/clock.h \
370 ../calculator/calculatorimpl.h \ 370 ../calculator/calculatorimpl.h \
371 ../sysinfo/sysinfo.h \ 371 ../sysinfo/sysinfo.h \
372 ../settings/appearance/settings.h \ 372 ../settings/appearance/settings.h \
373 ../settings/systemtime/settime.h \ 373 ../settings/systemtime/settime.h \
374 $(OPIEDIR)/include/qpe/timestring.h \ 374 $(OPIEDIR)/include/qpe/timestring.h \
375 ../filebrowser/filebrowser.h \ 375 ../filebrowser/filebrowser.h \
376 ../solitaire/canvascardwindow.h \ 376 ../solitaire/canvascardwindow.h \
377 ../snake/interface.h \ 377 ../snake/interface.h \
378 ../parashoot/interface.h \ 378 ../parashoot/interface.h \
379 $(OPIEDIR)/include/qpe/sound.h \ 379 $(OPIEDIR)/include/qpe/sound.h \
380 ../mpegplayer/mediaplayer.h \ 380 ../mpegplayer/mediaplayer.h \
381 $(OPIEDIR)/include/qpe/qlibrary.h \ 381 $(OPIEDIR)/include/qpe/qlibrary.h \
382 $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \ 382 $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
383 ../embeddedkonsole/konsole.h \ 383 ../embeddedkonsole/konsole.h \
384 $(OPIEDIR)/include/qpe/qpetoolbar.h \ 384 $(OPIEDIR)/include/qpe/qpetoolbar.h \
385 ../wordgame/wordgame.h \ 385 ../wordgame/wordgame.h \
386 $(OPIEDIR)/include/qpe/qdawg.h 386 $(OPIEDIR)/include/qpe/qdawg.h
387 387
388sidething.o: sidething.cpp \ 388sidething.o: sidething.cpp \
389 sidething.h \ 389 sidething.h \
390 startmenu.h \ 390 startmenu.h \
391 $(OPIEDIR)/include/qpe/resource.h 391 $(OPIEDIR)/include/qpe/resource.h
392 392
393mrulist.o: mrulist.cpp \ 393mrulist.o: mrulist.cpp \
394 mrulist.h \ 394 mrulist.h \
395 $(OPIEDIR)/include/qpe/applnk.h \ 395 $(OPIEDIR)/include/qpe/applnk.h \
396 $(OPIEDIR)/include/qpe/global.h \ 396 $(OPIEDIR)/include/qpe/global.h \
397 $(OPIEDIR)/include/qpe/resource.h 397 $(OPIEDIR)/include/qpe/resource.h
398 398
399stabmon.o: stabmon.cpp \ 399stabmon.o: stabmon.cpp \
400 stabmon.h \ 400 stabmon.h \
401 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h 401 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
402 402
403inputmethods.o: inputmethods.cpp \ 403inputmethods.o: inputmethods.cpp \
404 inputmethods.h \ 404 inputmethods.h \
405 $(OPIEDIR)/include/qpe/inputmethodinterface.h \ 405 $(OPIEDIR)/include/qpe/inputmethodinterface.h \
406 $(OPIEDIR)/include/qpe/qcom.h \ 406 $(OPIEDIR)/include/qpe/qcom.h \
407 $(OPIEDIR)/include/qpe/quuid.h \ 407 $(OPIEDIR)/include/qpe/quuid.h \
408 $(OPIEDIR)/include/qpe/config.h \ 408 $(OPIEDIR)/include/qpe/config.h \
409 $(OPIEDIR)/include/qpe/qpeapplication.h \ 409 $(OPIEDIR)/include/qpe/qpeapplication.h \
410 $(OPIEDIR)/include/qpe/qlibrary.h 410 $(OPIEDIR)/include/qpe/qlibrary.h \
411 $(OPIEDIR)/include/qpe/global.h
411 412
412systray.o: systray.cpp \ 413systray.o: systray.cpp \
413 $(OPIEDIR)/include/qpe/qpeapplication.h \ 414 $(OPIEDIR)/include/qpe/qpeapplication.h \
414 $(OPIEDIR)/include/qpe/qlibrary.h \ 415 $(OPIEDIR)/include/qpe/qlibrary.h \
415 $(OPIEDIR)/include/qpe/qcom.h \ 416 $(OPIEDIR)/include/qpe/qcom.h \
416 $(OPIEDIR)/include/qpe/quuid.h \ 417 $(OPIEDIR)/include/qpe/quuid.h \
417 $(OPIEDIR)/include/qpe/config.h \ 418 $(OPIEDIR)/include/qpe/config.h \
418 quicklauncher.h \ 419 quicklauncher.h \
419 systray.h \ 420 systray.h \
420 $(OPIEDIR)/include/qpe/taskbarappletinterface.h 421 $(OPIEDIR)/include/qpe/taskbarappletinterface.h
421 422
422wait.o: wait.cpp \ 423wait.o: wait.cpp \
423 wait.h \ 424 wait.h \
424 $(OPIEDIR)/include/qpe/resource.h 425 $(OPIEDIR)/include/qpe/resource.h
425 426
426shutdownimpl.o: shutdownimpl.cpp \ 427shutdownimpl.o: shutdownimpl.cpp \
427 shutdownimpl.h \ 428 shutdownimpl.h \
428 shutdown.h \ 429 shutdown.h \
429 $(OPIEDIR)/include/qpe/global.h 430 $(OPIEDIR)/include/qpe/global.h
430 431
431launcher.o: launcher.cpp \ 432launcher.o: launcher.cpp \
432 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 433 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
433 $(OPIEDIR)/include/qpe/resource.h \ 434 $(OPIEDIR)/include/qpe/resource.h \
434 $(OPIEDIR)/include/qpe/applnk.h \ 435 $(OPIEDIR)/include/qpe/applnk.h \
435 $(OPIEDIR)/include/qpe/config.h \ 436 $(OPIEDIR)/include/qpe/config.h \
436 $(OPIEDIR)/include/qpe/global.h \ 437 $(OPIEDIR)/include/qpe/global.h \
437 $(OPIEDIR)/include/qpe/qpeapplication.h \ 438 $(OPIEDIR)/include/qpe/qpeapplication.h \
438 $(OPIEDIR)/include/qpe/mimetype.h \ 439 $(OPIEDIR)/include/qpe/mimetype.h \
439 $(OPIEDIR)/include/qpe/storage.h \ 440 $(OPIEDIR)/include/qpe/storage.h \
440 $(OPIEDIR)/include/qpe/palmtoprecord.h \ 441 $(OPIEDIR)/include/qpe/palmtoprecord.h \
441 launcherview.h \ 442 launcherview.h \
442 launcher.h \ 443 launcher.h \
443 syncdialog.h \ 444 syncdialog.h \
444 desktop.h \ 445 desktop.h \
445 shutdownimpl.h \ 446 shutdownimpl.h \
446 shutdown.h \ 447 shutdown.h \
447 $(OPIEDIR)/include/qpe/lnkproperties.h \ 448 $(OPIEDIR)/include/qpe/lnkproperties.h \
448 mrulist.h \ 449 mrulist.h \
449 $(OPIEDIR)/rsync/qrsync.h 450 $(OPIEDIR)/rsync/qrsync.h
450 451
451launcherview.o: launcherview.cpp \ 452launcherview.o: launcherview.cpp \
452 launcherview.h \ 453 launcherview.h \
453 $(OPIEDIR)/include/qpe/storage.h \ 454 $(OPIEDIR)/include/qpe/storage.h \
454 $(OPIEDIR)/include/qpe/qpeapplication.h \ 455 $(OPIEDIR)/include/qpe/qpeapplication.h \
455 $(OPIEDIR)/include/qpe/applnk.h \ 456 $(OPIEDIR)/include/qpe/applnk.h \
456 $(OPIEDIR)/include/qpe/qpedebug.h \ 457 $(OPIEDIR)/include/qpe/qpedebug.h \
457 $(OPIEDIR)/include/qpe/categories.h \ 458 $(OPIEDIR)/include/qpe/categories.h \
458 $(OPIEDIR)/include/qpe/categoryselect.h \ 459 $(OPIEDIR)/include/qpe/categoryselect.h \
459 $(OPIEDIR)/include/qpe/menubutton.h \ 460 $(OPIEDIR)/include/qpe/menubutton.h \
460 $(OPIEDIR)/include/qpe/resource.h \ 461 $(OPIEDIR)/include/qpe/resource.h \
461 $(OPIEDIR)/include/qpe/qpetoolbar.h 462 $(OPIEDIR)/include/qpe/qpetoolbar.h
462 463
463$(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \ 464$(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \
464 $(OPIEDIR)/calibrate/calibrate.h \ 465 $(OPIEDIR)/calibrate/calibrate.h \
465 $(OPIEDIR)/include/qpe/resource.h 466 $(OPIEDIR)/include/qpe/resource.h
466 467
467transferserver.o: transferserver.cpp \ 468transferserver.o: transferserver.cpp \
468 $(OPIEDIR)/include/qpe/process.h \ 469 $(OPIEDIR)/include/qpe/process.h \
469 $(OPIEDIR)/include/qpe/config.h \ 470 $(OPIEDIR)/include/qpe/config.h \
470 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 471 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
471 transferserver.h \ 472 transferserver.h \
472 qprocess.h 473 qprocess.h
473 474
474packageslave.o: packageslave.cpp \ 475packageslave.o: packageslave.cpp \
475 packageslave.h \ 476 packageslave.h \
476 $(OPIEDIR)/include/qpe/process.h \ 477 $(OPIEDIR)/include/qpe/process.h \
477 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h 478 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
478 479
479irserver.o: irserver.cpp \ 480irserver.o: irserver.cpp \
480 irserver.h \ 481 irserver.h \
481 $(OPIEDIR)/include/qpe/qlibrary.h \ 482 $(OPIEDIR)/include/qpe/qlibrary.h \
482 $(OPIEDIR)/include/qpe/qcom.h \ 483 $(OPIEDIR)/include/qpe/qcom.h \
483 $(OPIEDIR)/include/qpe/quuid.h \ 484 $(OPIEDIR)/include/qpe/quuid.h \
484 $(OPIEDIR)/include/qpe/qpeapplication.h \ 485 $(OPIEDIR)/include/qpe/qpeapplication.h \
485 obexinterface.h 486 obexinterface.h
486 487
487qcopbridge.o: qcopbridge.cpp \ 488qcopbridge.o: qcopbridge.cpp \
488 qcopbridge.h \ 489 qcopbridge.h \
489 transferserver.h \ 490 transferserver.h \
490 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 491 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
491 $(OPIEDIR)/include/qpe/qpeapplication.h 492 $(OPIEDIR)/include/qpe/qpeapplication.h
492 493
493startmenu.o: startmenu.cpp \ 494startmenu.o: startmenu.cpp \
494 startmenu.h \ 495 startmenu.h \
495 sidething.h \ 496 sidething.h \
496 mrulist.h \ 497 mrulist.h \
497 $(OPIEDIR)/include/qpe/applnk.h \ 498 $(OPIEDIR)/include/qpe/applnk.h \
498 info.h \ 499 info.h \
499 background.h \ 500 background.h \
500 $(OPIEDIR)/include/qpe/qpeapplication.h \ 501 $(OPIEDIR)/include/qpe/qpeapplication.h \
501 $(OPIEDIR)/include/qpe/config.h \ 502 $(OPIEDIR)/include/qpe/config.h \
502 $(OPIEDIR)/include/qpe/global.h \ 503 $(OPIEDIR)/include/qpe/global.h \
503 $(OPIEDIR)/include/qpe/resource.h 504 $(OPIEDIR)/include/qpe/resource.h
504 505
505main.o: main.cpp \ 506main.o: main.cpp \
506 desktop.h \ 507 desktop.h \
507 shutdownimpl.h \ 508 shutdownimpl.h \
508 shutdown.h \ 509 shutdown.h \
509 $(OPIEDIR)/include/qpe/qpeapplication.h \ 510 $(OPIEDIR)/include/qpe/qpeapplication.h \
510 taskbar.h \ 511 taskbar.h \
511 stabmon.h \ 512 stabmon.h \
512 $(OPIEDIR)/include/qpe/network.h \ 513 $(OPIEDIR)/include/qpe/network.h \
513 $(OPIEDIR)/include/qpe/config.h \ 514 $(OPIEDIR)/include/qpe/config.h \
514 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 515 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
515 $(OPIEDIR)/include/qpe/alarmserver.h \ 516 $(OPIEDIR)/include/qpe/alarmserver.h \
516 ../calibrate/calibrate.h \ 517 ../calibrate/calibrate.h \
517 ../login/qdmdialogimpl.h \ 518 ../login/qdmdialogimpl.h \
518 $(OPIEDIR)/include/qpe/global.h 519 $(OPIEDIR)/include/qpe/global.h
519 520
520$(OPIEDIR)/rsync/base64.o: $(OPIEDIR)/rsync/base64.c \ 521$(OPIEDIR)/rsync/base64.o: $(OPIEDIR)/rsync/base64.c \
521 $(OPIEDIR)/rsync/config_rsync.h \ 522 $(OPIEDIR)/rsync/config_rsync.h \
522 $(OPIEDIR)/rsync/config_linux.h \ 523 $(OPIEDIR)/rsync/config_linux.h \
523 $(OPIEDIR)/rsync/rsync.h 524 $(OPIEDIR)/rsync/rsync.h
524 525
525$(OPIEDIR)/rsync/buf.o: $(OPIEDIR)/rsync/buf.c \ 526$(OPIEDIR)/rsync/buf.o: $(OPIEDIR)/rsync/buf.c \
526 $(OPIEDIR)/rsync/config_rsync.h \ 527 $(OPIEDIR)/rsync/config_rsync.h \
527 $(OPIEDIR)/rsync/config_linux.h \ 528 $(OPIEDIR)/rsync/config_linux.h \
528 $(OPIEDIR)/rsync/rsync.h \ 529 $(OPIEDIR)/rsync/rsync.h \
529 $(OPIEDIR)/rsync/trace.h \ 530 $(OPIEDIR)/rsync/trace.h \
530 $(OPIEDIR)/rsync/buf.h \ 531 $(OPIEDIR)/rsync/buf.h \
531 $(OPIEDIR)/rsync/util.h 532 $(OPIEDIR)/rsync/util.h
532 533
533$(OPIEDIR)/rsync/checksum.o: $(OPIEDIR)/rsync/checksum.c \ 534$(OPIEDIR)/rsync/checksum.o: $(OPIEDIR)/rsync/checksum.c \
534 $(OPIEDIR)/rsync/config_rsync.h \ 535 $(OPIEDIR)/rsync/config_rsync.h \
535 $(OPIEDIR)/rsync/config_linux.h \ 536 $(OPIEDIR)/rsync/config_linux.h \
536 $(OPIEDIR)/rsync/rsync.h \ 537 $(OPIEDIR)/rsync/rsync.h \
537 $(OPIEDIR)/rsync/checksum.h 538 $(OPIEDIR)/rsync/checksum.h
538 539
539$(OPIEDIR)/rsync/command.o: $(OPIEDIR)/rsync/command.c \ 540$(OPIEDIR)/rsync/command.o: $(OPIEDIR)/rsync/command.c \
540 $(OPIEDIR)/rsync/config_rsync.h \ 541 $(OPIEDIR)/rsync/config_rsync.h \
541 $(OPIEDIR)/rsync/config_linux.h \ 542 $(OPIEDIR)/rsync/config_linux.h \
542 $(OPIEDIR)/rsync/rsync.h \ 543 $(OPIEDIR)/rsync/rsync.h \
543 $(OPIEDIR)/rsync/command.h 544 $(OPIEDIR)/rsync/command.h
544 545
545$(OPIEDIR)/rsync/delta.o: $(OPIEDIR)/rsync/delta.c \ 546$(OPIEDIR)/rsync/delta.o: $(OPIEDIR)/rsync/delta.c \
546 $(OPIEDIR)/rsync/config_rsync.h \ 547 $(OPIEDIR)/rsync/config_rsync.h \
547 $(OPIEDIR)/rsync/config_linux.h \ 548 $(OPIEDIR)/rsync/config_linux.h \
548 $(OPIEDIR)/rsync/rsync.h \ 549 $(OPIEDIR)/rsync/rsync.h \
549 $(OPIEDIR)/rsync/emit.h \ 550 $(OPIEDIR)/rsync/emit.h \
550 $(OPIEDIR)/rsync/stream.h \ 551 $(OPIEDIR)/rsync/stream.h \
551 $(OPIEDIR)/rsync/util.h \ 552 $(OPIEDIR)/rsync/util.h \
552 $(OPIEDIR)/rsync/sumset.h \ 553 $(OPIEDIR)/rsync/sumset.h \
553 $(OPIEDIR)/rsync/job.h \ 554 $(OPIEDIR)/rsync/job.h \
554 $(OPIEDIR)/rsync/trace.h \ 555 $(OPIEDIR)/rsync/trace.h \
555 $(OPIEDIR)/rsync/checksum.h \ 556 $(OPIEDIR)/rsync/checksum.h \
556 $(OPIEDIR)/rsync/search.h \ 557 $(OPIEDIR)/rsync/search.h \
557 $(OPIEDIR)/rsync/types.h 558 $(OPIEDIR)/rsync/types.h
558 559
559$(OPIEDIR)/rsync/emit.o: $(OPIEDIR)/rsync/emit.c \ 560$(OPIEDIR)/rsync/emit.o: $(OPIEDIR)/rsync/emit.c \
560 $(OPIEDIR)/rsync/config_rsync.h \ 561 $(OPIEDIR)/rsync/config_rsync.h \
561 $(OPIEDIR)/rsync/config_linux.h \ 562 $(OPIEDIR)/rsync/config_linux.h \
562 $(OPIEDIR)/rsync/rsync.h \ 563 $(OPIEDIR)/rsync/rsync.h \
563 $(OPIEDIR)/rsync/command.h \ 564 $(OPIEDIR)/rsync/command.h \
564 $(OPIEDIR)/rsync/protocol.h \ 565 $(OPIEDIR)/rsync/protocol.h \
565 $(OPIEDIR)/rsync/trace.h \ 566 $(OPIEDIR)/rsync/trace.h \
566 $(OPIEDIR)/rsync/emit.h \ 567 $(OPIEDIR)/rsync/emit.h \
567 $(OPIEDIR)/rsync/prototab.h \ 568 $(OPIEDIR)/rsync/prototab.h \
568 $(OPIEDIR)/rsync/netint.h \ 569 $(OPIEDIR)/rsync/netint.h \
569 $(OPIEDIR)/rsync/sumset.h \ 570 $(OPIEDIR)/rsync/sumset.h \
570 $(OPIEDIR)/rsync/job.h 571 $(OPIEDIR)/rsync/job.h
571 572
572$(OPIEDIR)/rsync/hex.o: $(OPIEDIR)/rsync/hex.c \ 573$(OPIEDIR)/rsync/hex.o: $(OPIEDIR)/rsync/hex.c \
573 $(OPIEDIR)/rsync/config_rsync.h \ 574 $(OPIEDIR)/rsync/config_rsync.h \
574 $(OPIEDIR)/rsync/config_linux.h \ 575 $(OPIEDIR)/rsync/config_linux.h \
575 $(OPIEDIR)/rsync/rsync.h 576 $(OPIEDIR)/rsync/rsync.h
576 577
577$(OPIEDIR)/rsync/job.o: $(OPIEDIR)/rsync/job.c \ 578$(OPIEDIR)/rsync/job.o: $(OPIEDIR)/rsync/job.c \
578 $(OPIEDIR)/rsync/config_rsync.h \ 579 $(OPIEDIR)/rsync/config_rsync.h \
579 $(OPIEDIR)/rsync/config_linux.h \ 580 $(OPIEDIR)/rsync/config_linux.h \
580 $(OPIEDIR)/rsync/rsync.h \ 581 $(OPIEDIR)/rsync/rsync.h \
581 $(OPIEDIR)/rsync/stream.h \ 582 $(OPIEDIR)/rsync/stream.h \
582 $(OPIEDIR)/rsync/util.h \ 583 $(OPIEDIR)/rsync/util.h \
583 $(OPIEDIR)/rsync/sumset.h \ 584 $(OPIEDIR)/rsync/sumset.h \
584 $(OPIEDIR)/rsync/job.h \ 585 $(OPIEDIR)/rsync/job.h \
585 $(OPIEDIR)/rsync/trace.h 586 $(OPIEDIR)/rsync/trace.h
586 587
587$(OPIEDIR)/rsync/mdfour.o: $(OPIEDIR)/rsync/mdfour.c \ 588$(OPIEDIR)/rsync/mdfour.o: $(OPIEDIR)/rsync/mdfour.c \
588 $(OPIEDIR)/rsync/config_rsync.h \ 589 $(OPIEDIR)/rsync/config_rsync.h \
589 $(OPIEDIR)/rsync/config_linux.h \ 590 $(OPIEDIR)/rsync/config_linux.h \
590 $(OPIEDIR)/rsync/rsync.h \ 591 $(OPIEDIR)/rsync/rsync.h \
591 $(OPIEDIR)/rsync/trace.h \ 592 $(OPIEDIR)/rsync/trace.h \
592 $(OPIEDIR)/rsync/types.h 593 $(OPIEDIR)/rsync/types.h
593 594
594$(OPIEDIR)/rsync/mksum.o: $(OPIEDIR)/rsync/mksum.c \ 595$(OPIEDIR)/rsync/mksum.o: $(OPIEDIR)/rsync/mksum.c \
595 $(OPIEDIR)/rsync/config_rsync.h \ 596 $(OPIEDIR)/rsync/config_rsync.h \
596 $(OPIEDIR)/rsync/config_linux.h \ 597 $(OPIEDIR)/rsync/config_linux.h \
597 $(OPIEDIR)/rsync/rsync.h \ 598 $(OPIEDIR)/rsync/rsync.h \
598 $(OPIEDIR)/rsync/stream.h \ 599 $(OPIEDIR)/rsync/stream.h \
599 $(OPIEDIR)/rsync/util.h \ 600 $(OPIEDIR)/rsync/util.h \
600 $(OPIEDIR)/rsync/sumset.h \ 601 $(OPIEDIR)/rsync/sumset.h \
601 $(OPIEDIR)/rsync/job.h \ 602 $(OPIEDIR)/rsync/job.h \
602 $(OPIEDIR)/rsync/protocol.h \ 603 $(OPIEDIR)/rsync/protocol.h \