summaryrefslogtreecommitdiff
path: root/core/launcher/Makefile.in
Unidiff
Diffstat (limited to 'core/launcher/Makefile.in') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/Makefile.in821
1 files changed, 415 insertions, 406 deletions
diff --git a/core/launcher/Makefile.in b/core/launcher/Makefile.in
index e129fca..5e2dbe5 100644
--- a/core/launcher/Makefile.in
+++ b/core/launcher/Makefile.in
@@ -8,3 +8,3 @@ CC = $(SYSCONF_CC) $(QT_C_MT)
8 CFLAGS =$(SYSCONF_CFLAGS) 8 CFLAGS =$(SYSCONF_CFLAGS)
9 INCPATH =-I$(QPEDIR)/include -I$(QPEDIR)/calibrate -I$(QPEDIR)/rsync 9 INCPATH =-I$(OPIEDIR)/include -I$(OPIEDIR)/calibrate -I$(OPIEDIR)/rsync
10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) 10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
@@ -16,3 +16,3 @@ UIC = $(SYSCONF_UIC)
16 16
17DESTDIR = $(QPEDIR)/bin/ 17DESTDIR = $(OPIEDIR)/bin/
18VER_MAJ = 1 18VER_MAJ = 1
@@ -45,20 +45,20 @@ HEADERS = background.h \
45 irserver.h \ 45 irserver.h \
46 $(QPEDIR)/rsync/buf.h \ 46 $(OPIEDIR)/rsync/buf.h \
47 $(QPEDIR)/rsync/checksum.h \ 47 $(OPIEDIR)/rsync/checksum.h \
48 $(QPEDIR)/rsync/command.h \ 48 $(OPIEDIR)/rsync/command.h \
49 $(QPEDIR)/rsync/emit.h \ 49 $(OPIEDIR)/rsync/emit.h \
50 $(QPEDIR)/rsync/job.h \ 50 $(OPIEDIR)/rsync/job.h \
51 $(QPEDIR)/rsync/netint.h \ 51 $(OPIEDIR)/rsync/netint.h \
52 $(QPEDIR)/rsync/protocol.h \ 52 $(OPIEDIR)/rsync/protocol.h \
53 $(QPEDIR)/rsync/prototab.h \ 53 $(OPIEDIR)/rsync/prototab.h \
54 $(QPEDIR)/rsync/rsync.h \ 54 $(OPIEDIR)/rsync/rsync.h \
55 $(QPEDIR)/rsync/search.h \ 55 $(OPIEDIR)/rsync/search.h \
56 $(QPEDIR)/rsync/stream.h \ 56 $(OPIEDIR)/rsync/stream.h \
57 $(QPEDIR)/rsync/sumset.h \ 57 $(OPIEDIR)/rsync/sumset.h \
58 $(QPEDIR)/rsync/trace.h \ 58 $(OPIEDIR)/rsync/trace.h \
59 $(QPEDIR)/rsync/types.h \ 59 $(OPIEDIR)/rsync/types.h \
60 $(QPEDIR)/rsync/util.h \ 60 $(OPIEDIR)/rsync/util.h \
61 $(QPEDIR)/rsync/whole.h \ 61 $(OPIEDIR)/rsync/whole.h \
62 $(QPEDIR)/rsync/config_rsync.h \ 62 $(OPIEDIR)/rsync/config_rsync.h \
63 $(QPEDIR)/rsync/qrsync.h 63 $(OPIEDIR)/rsync/qrsync.h
64 SOURCES =background.cpp \ 64 SOURCES =background.cpp \
@@ -77,3 +77,3 @@ SOURCES = background.cpp \
77 launcherview.cpp \ 77 launcherview.cpp \
78 $(QPEDIR)/calibrate/calibrate.cpp \ 78 $(OPIEDIR)/calibrate/calibrate.cpp \
79 transferserver.cpp \ 79 transferserver.cpp \
@@ -84,28 +84,28 @@ SOURCES = background.cpp \
84 main.cpp \ 84 main.cpp \
85 $(QPEDIR)/rsync/base64.c \ 85 $(OPIEDIR)/rsync/base64.c \
86 $(QPEDIR)/rsync/buf.c \ 86 $(OPIEDIR)/rsync/buf.c \
87 $(QPEDIR)/rsync/checksum.c \ 87 $(OPIEDIR)/rsync/checksum.c \
88 $(QPEDIR)/rsync/command.c \ 88 $(OPIEDIR)/rsync/command.c \
89 $(QPEDIR)/rsync/delta.c \ 89 $(OPIEDIR)/rsync/delta.c \
90 $(QPEDIR)/rsync/emit.c \ 90 $(OPIEDIR)/rsync/emit.c \
91 $(QPEDIR)/rsync/hex.c \ 91 $(OPIEDIR)/rsync/hex.c \
92 $(QPEDIR)/rsync/job.c \ 92 $(OPIEDIR)/rsync/job.c \
93 $(QPEDIR)/rsync/mdfour.c \ 93 $(OPIEDIR)/rsync/mdfour.c \
94 $(QPEDIR)/rsync/mksum.c \ 94 $(OPIEDIR)/rsync/mksum.c \
95 $(QPEDIR)/rsync/msg.c \ 95 $(OPIEDIR)/rsync/msg.c \
96 $(QPEDIR)/rsync/netint.c \ 96 $(OPIEDIR)/rsync/netint.c \
97 $(QPEDIR)/rsync/patch.c \ 97 $(OPIEDIR)/rsync/patch.c \
98 $(QPEDIR)/rsync/prototab.c \ 98 $(OPIEDIR)/rsync/prototab.c \
99 $(QPEDIR)/rsync/readsums.c \ 99 $(OPIEDIR)/rsync/readsums.c \
100 $(QPEDIR)/rsync/scoop.c \ 100 $(OPIEDIR)/rsync/scoop.c \
101 $(QPEDIR)/rsync/search.c \ 101 $(OPIEDIR)/rsync/search.c \
102 $(QPEDIR)/rsync/stats.c \ 102 $(OPIEDIR)/rsync/stats.c \
103 $(QPEDIR)/rsync/stream.c \ 103 $(OPIEDIR)/rsync/stream.c \
104 $(QPEDIR)/rsync/sumset.c \ 104 $(OPIEDIR)/rsync/sumset.c \
105 $(QPEDIR)/rsync/trace.c \ 105 $(OPIEDIR)/rsync/trace.c \
106 $(QPEDIR)/rsync/tube.c \ 106 $(OPIEDIR)/rsync/tube.c \
107 $(QPEDIR)/rsync/util.c \ 107 $(OPIEDIR)/rsync/util.c \
108 $(QPEDIR)/rsync/version.c \ 108 $(OPIEDIR)/rsync/version.c \
109 $(QPEDIR)/rsync/whole.c \ 109 $(OPIEDIR)/rsync/whole.c \
110 $(QPEDIR)/rsync/qrsync.cpp 110 $(OPIEDIR)/rsync/qrsync.cpp
111 OBJECTS =background.o \ 111 OBJECTS =background.o \
@@ -124,3 +124,3 @@ OBJECTS = background.o \
124 launcherview.o \ 124 launcherview.o \
125 $(QPEDIR)/calibrate/calibrate.o \ 125 $(OPIEDIR)/calibrate/calibrate.o \
126 transferserver.o \ 126 transferserver.o \
@@ -131,28 +131,28 @@ OBJECTS = background.o \
131 main.o \ 131 main.o \
132 $(QPEDIR)/rsync/base64.o \ 132 $(OPIEDIR)/rsync/base64.o \
133 $(QPEDIR)/rsync/buf.o \ 133 $(OPIEDIR)/rsync/buf.o \
134 $(QPEDIR)/rsync/checksum.o \ 134 $(OPIEDIR)/rsync/checksum.o \
135 $(QPEDIR)/rsync/command.o \ 135 $(OPIEDIR)/rsync/command.o \
136 $(QPEDIR)/rsync/delta.o \ 136 $(OPIEDIR)/rsync/delta.o \
137 $(QPEDIR)/rsync/emit.o \ 137 $(OPIEDIR)/rsync/emit.o \
138 $(QPEDIR)/rsync/hex.o \ 138 $(OPIEDIR)/rsync/hex.o \
139 $(QPEDIR)/rsync/job.o \ 139 $(OPIEDIR)/rsync/job.o \
140 $(QPEDIR)/rsync/mdfour.o \ 140 $(OPIEDIR)/rsync/mdfour.o \
141 $(QPEDIR)/rsync/mksum.o \ 141 $(OPIEDIR)/rsync/mksum.o \
142 $(QPEDIR)/rsync/msg.o \ 142 $(OPIEDIR)/rsync/msg.o \
143 $(QPEDIR)/rsync/netint.o \ 143 $(OPIEDIR)/rsync/netint.o \
144 $(QPEDIR)/rsync/patch.o \ 144 $(OPIEDIR)/rsync/patch.o \
145 $(QPEDIR)/rsync/prototab.o \ 145 $(OPIEDIR)/rsync/prototab.o \
146 $(QPEDIR)/rsync/readsums.o \ 146 $(OPIEDIR)/rsync/readsums.o \
147 $(QPEDIR)/rsync/scoop.o \ 147 $(OPIEDIR)/rsync/scoop.o \
148 $(QPEDIR)/rsync/search.o \ 148 $(OPIEDIR)/rsync/search.o \
149 $(QPEDIR)/rsync/stats.o \ 149 $(OPIEDIR)/rsync/stats.o \
150 $(QPEDIR)/rsync/stream.o \ 150 $(OPIEDIR)/rsync/stream.o \
151 $(QPEDIR)/rsync/sumset.o \ 151 $(OPIEDIR)/rsync/sumset.o \
152 $(QPEDIR)/rsync/trace.o \ 152 $(OPIEDIR)/rsync/trace.o \
153 $(QPEDIR)/rsync/tube.o \ 153 $(OPIEDIR)/rsync/tube.o \
154 $(QPEDIR)/rsync/util.o \ 154 $(OPIEDIR)/rsync/util.o \
155 $(QPEDIR)/rsync/version.o \ 155 $(OPIEDIR)/rsync/version.o \
156 $(QPEDIR)/rsync/whole.o \ 156 $(OPIEDIR)/rsync/whole.o \
157 $(QPEDIR)/rsync/qrsync.o \ 157 $(OPIEDIR)/rsync/qrsync.o \
158 shutdown.o \ 158 shutdown.o \
@@ -274,4 +274,4 @@ background.o: background.cpp \
274 shutdown.h \ 274 shutdown.h \
275 $(QPEDIR)/include/qpe/qpeapplication.h \ 275 $(OPIEDIR)/include/qpe/qpeapplication.h \
276 $(QPEDIR)/include/qpe/resource.h 276 $(OPIEDIR)/include/qpe/resource.h
277 277
@@ -281,3 +281,3 @@ desktop.o: desktop.cpp \
281 shutdown.h \ 281 shutdown.h \
282 $(QPEDIR)/include/qpe/qpeapplication.h \ 282 $(OPIEDIR)/include/qpe/qpeapplication.h \
283 info.h \ 283 info.h \
@@ -286,5 +286,5 @@ desktop.o: desktop.cpp \
286 launcherview.h \ 286 launcherview.h \
287 $(QPEDIR)/include/qpe/storage.h \ 287 $(OPIEDIR)/include/qpe/storage.h \
288 mrulist.h \ 288 mrulist.h \
289 $(QPEDIR)/include/qpe/applnk.h \ 289 $(OPIEDIR)/include/qpe/applnk.h \
290 qcopbridge.h \ 290 qcopbridge.h \
@@ -292,3 +292,3 @@ desktop.o: desktop.cpp \
292 taskbar.h \ 292 taskbar.h \
293 $(QPEDIR)/include/qpe/custom.h \ 293 $(OPIEDIR)/include/qpe/custom.h \
294 transferserver.h \ 294 transferserver.h \
@@ -296,8 +296,8 @@ desktop.o: desktop.cpp \
296 packageslave.h \ 296 packageslave.h \
297 $(QPEDIR)/include/qpe/mimetype.h \ 297 $(OPIEDIR)/include/qpe/mimetype.h \
298 $(QPEDIR)/include/qpe/password.h \ 298 $(OPIEDIR)/include/qpe/password.h \
299 $(QPEDIR)/include/qpe/config.h \ 299 $(OPIEDIR)/include/qpe/config.h \
300 $(QPEDIR)/include/qpe/power.h \ 300 $(OPIEDIR)/include/qpe/power.h \
301 $(QPEDIR)/include/qpe/qcopenvelope_qws.h \ 301 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
302 $(QPEDIR)/include/qpe/global.h 302 $(OPIEDIR)/include/qpe/global.h
303 303
@@ -309,5 +309,5 @@ info.o: info.cpp \
309 shutdown.h \ 309 shutdown.h \
310 $(QPEDIR)/include/qpe/qpeapplication.h \ 310 $(OPIEDIR)/include/qpe/qpeapplication.h \
311 $(QPEDIR)/include/qpe/resource.h \ 311 $(OPIEDIR)/include/qpe/resource.h \
312 $(QPEDIR)/include/qpe/version.h 312 $(OPIEDIR)/include/qpe/version.h
313 313
@@ -316,3 +316,3 @@ appicons.o: appicons.cpp \
316 appicons.h \ 316 appicons.h \
317 $(QPEDIR)/include/qpe/qcopenvelope_qws.h 317 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
318 318
@@ -321,15 +321,15 @@ taskbar.o: taskbar.cpp \
321 inputmethods.h \ 321 inputmethods.h \
322 $(QPEDIR)/include/qpe/inputmethodinterface.h \ 322 $(OPIEDIR)/include/qpe/inputmethodinterface.h \
323 $(QPEDIR)/include/qpe/qcom.h \ 323 $(OPIEDIR)/include/qpe/qcom.h \
324 $(QPEDIR)/include/qpe/quuid.h \ 324 $(OPIEDIR)/include/qpe/quuid.h \
325 mrulist.h \ 325 mrulist.h \
326 $(QPEDIR)/include/qpe/applnk.h \ 326 $(OPIEDIR)/include/qpe/applnk.h \
327 systray.h \ 327 systray.h \
328 $(QPEDIR)/include/qpe/taskbarappletinterface.h \ 328 $(OPIEDIR)/include/qpe/taskbarappletinterface.h \
329 $(QPEDIR)/calibrate/calibrate.h \ 329 $(OPIEDIR)/calibrate/calibrate.h \
330 wait.h \ 330 wait.h \
331 $(QPEDIR)/include/qpe/resource.h \ 331 $(OPIEDIR)/include/qpe/resource.h \
332 appicons.h \ 332 appicons.h \
333 taskbar.h \ 333 taskbar.h \
334 $(QPEDIR)/include/qpe/custom.h \ 334 $(OPIEDIR)/include/qpe/custom.h \
335 desktop.h \ 335 desktop.h \
@@ -337,5 +337,5 @@ taskbar.o: taskbar.cpp \
337 shutdown.h \ 337 shutdown.h \
338 $(QPEDIR)/include/qpe/qpeapplication.h \ 338 $(OPIEDIR)/include/qpe/qpeapplication.h \
339 $(QPEDIR)/include/qpe/qcopenvelope_qws.h \ 339 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
340 $(QPEDIR)/include/qpe/global.h \ 340 $(OPIEDIR)/include/qpe/global.h \
341 ../taskbar/apps.h \ 341 ../taskbar/apps.h \
@@ -343,5 +343,7 @@ taskbar.o: taskbar.cpp \
343 ../datebook/datebook.h \ 343 ../datebook/datebook.h \
344 $(QPEDIR)/include/qpe/datebookdb.h \ 344 $(OPIEDIR)/include/qpe/datebookdb.h \
345 $(QPEDIR)/include/qpe/event.h \ 345 $(OPIEDIR)/include/qpe/event.h \
346 $(QPEDIR)/include/qpe/palmtoprecord.h \ 346 $(OPIEDIR)/include/qpe/palmtoprecord.h \
347 $(OPIEDIR)/include/qpe/timeconversion.h \
348 $(OPIEDIR)/include/qpe/qpcglobal.h \
347 ../helpbrowser/helpbrowser.h \ 349 ../helpbrowser/helpbrowser.h \
@@ -349,3 +351,3 @@ taskbar.o: taskbar.cpp \
349 ../textedit/textedit.h \ 351 ../textedit/textedit.h \
350 $(QPEDIR)/include/qpe/filemanager.h \ 352 $(OPIEDIR)/include/qpe/filemanager.h \
351 ../todo/mainwindow.h \ 353 ../todo/mainwindow.h \
@@ -357,3 +359,3 @@ taskbar.o: taskbar.cpp \
357 ../settings/systemtime/settime.h \ 359 ../settings/systemtime/settime.h \
358 $(QPEDIR)/include/qpe/timestring.h \ 360 $(OPIEDIR)/include/qpe/timestring.h \
359 ../filebrowser/filebrowser.h \ 361 ../filebrowser/filebrowser.h \
@@ -362,8 +364,8 @@ taskbar.o: taskbar.cpp \
362 ../parashoot/interface.h \ 364 ../parashoot/interface.h \
363 $(QPEDIR)/include/qpe/sound.h \ 365 $(OPIEDIR)/include/qpe/sound.h \
364 ../mpegplayer/mediaplayer.h \ 366 ../mpegplayer/mediaplayer.h \
365 $(QPEDIR)/include/qpe/qlibrary.h \ 367 $(OPIEDIR)/include/qpe/qlibrary.h \
366 ../embeddedkonsole/konsole.h \ 368 ../embeddedkonsole/konsole.h \
367 ../wordgame/wordgame.h \ 369 ../wordgame/wordgame.h \
368 $(QPEDIR)/include/qpe/qdawg.h 370 $(OPIEDIR)/include/qpe/qdawg.h
369 371
@@ -372,3 +374,3 @@ sidething.o: sidething.cpp \
372 startmenu.h \ 374 startmenu.h \
373 $(QPEDIR)/include/qpe/resource.h 375 $(OPIEDIR)/include/qpe/resource.h
374 376
@@ -376,5 +378,5 @@ mrulist.o: mrulist.cpp \
376 mrulist.h \ 378 mrulist.h \
377 $(QPEDIR)/include/qpe/applnk.h \ 379 $(OPIEDIR)/include/qpe/applnk.h \
378 $(QPEDIR)/include/qpe/global.h \ 380 $(OPIEDIR)/include/qpe/global.h \
379 $(QPEDIR)/include/qpe/resource.h 381 $(OPIEDIR)/include/qpe/resource.h
380 382
@@ -382,3 +384,3 @@ stabmon.o: stabmon.cpp \
382 stabmon.h \ 384 stabmon.h \
383 $(QPEDIR)/include/qpe/qcopenvelope_qws.h 385 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
384 386
@@ -386,18 +388,18 @@ inputmethods.o: inputmethods.cpp \
386 inputmethods.h \ 388 inputmethods.h \
387 $(QPEDIR)/include/qpe/inputmethodinterface.h \ 389 $(OPIEDIR)/include/qpe/inputmethodinterface.h \
388 $(QPEDIR)/include/qpe/qcom.h \ 390 $(OPIEDIR)/include/qpe/qcom.h \
389 $(QPEDIR)/include/qpe/quuid.h \ 391 $(OPIEDIR)/include/qpe/quuid.h \
390 $(QPEDIR)/include/qpe/config.h \ 392 $(OPIEDIR)/include/qpe/config.h \
391 $(QPEDIR)/include/qpe/qpeapplication.h \ 393 $(OPIEDIR)/include/qpe/qpeapplication.h \
392 $(QPEDIR)/include/qpe/qlibrary.h 394 $(OPIEDIR)/include/qpe/qlibrary.h
393 395
394systray.o: systray.cpp \ 396systray.o: systray.cpp \
395 $(QPEDIR)/include/qpe/qpeapplication.h \ 397 $(OPIEDIR)/include/qpe/qpeapplication.h \
396 $(QPEDIR)/include/qpe/qlibrary.h \ 398 $(OPIEDIR)/include/qpe/qlibrary.h \
397 $(QPEDIR)/include/qpe/qcom.h \ 399 $(OPIEDIR)/include/qpe/qcom.h \
398 $(QPEDIR)/include/qpe/quuid.h \ 400 $(OPIEDIR)/include/qpe/quuid.h \
399 $(QPEDIR)/include/qpe/config.h \ 401 $(OPIEDIR)/include/qpe/config.h \
400 quicklauncher.h \ 402 quicklauncher.h \
401 systray.h \ 403 systray.h \
402 $(QPEDIR)/include/qpe/taskbarappletinterface.h 404 $(OPIEDIR)/include/qpe/taskbarappletinterface.h
403 405
@@ -405,3 +407,3 @@ wait.o: wait.cpp \
405 wait.h \ 407 wait.h \
406 $(QPEDIR)/include/qpe/resource.h 408 $(OPIEDIR)/include/qpe/resource.h
407 409
@@ -410,18 +412,23 @@ shutdownimpl.o: shutdownimpl.cpp \
410 shutdown.h \ 412 shutdown.h \
411 $(QPEDIR)/include/qpe/global.h 413 $(OPIEDIR)/include/qpe/global.h
412 414
413launcher.o: launcher.cpp \ 415launcher.o: launcher.cpp \
414 $(QPEDIR)/include/qpe/qcopenvelope_qws.h \ 416 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
415 $(QPEDIR)/include/qpe/resource.h \ 417 $(OPIEDIR)/include/qpe/resource.h \
416 $(QPEDIR)/include/qpe/applnk.h \ 418 $(OPIEDIR)/include/qpe/applnk.h \
417 $(QPEDIR)/include/qpe/config.h \ 419 $(OPIEDIR)/include/qpe/config.h \
418 $(QPEDIR)/include/qpe/global.h \ 420 $(OPIEDIR)/include/qpe/global.h \
419 $(QPEDIR)/include/qpe/qpeapplication.h \ 421 $(OPIEDIR)/include/qpe/qpeapplication.h \
420 $(QPEDIR)/include/qpe/mimetype.h \ 422 $(OPIEDIR)/include/qpe/mimetype.h \
421 $(QPEDIR)/include/qpe/storage.h \ 423 $(OPIEDIR)/include/qpe/storage.h \
424 $(OPIEDIR)/include/qpe/palmtoprecord.h \
422 launcherview.h \ 425 launcherview.h \
423 launcher.h \ 426 launcher.h \
424 $(QPEDIR)/include/qpe/lnkproperties.h \ 427 syncdialog.h \
428 desktop.h \
429 shutdownimpl.h \
430 shutdown.h \
431 $(OPIEDIR)/include/qpe/lnkproperties.h \
425 mrulist.h \ 432 mrulist.h \
426 $(QPEDIR)/rsync/qrsync.h 433 $(OPIEDIR)/rsync/qrsync.h
427 434
@@ -429,19 +436,21 @@ launcherview.o: launcherview.cpp \
429 launcherview.h \ 436 launcherview.h \
430 $(QPEDIR)/include/qpe/storage.h \ 437 $(OPIEDIR)/include/qpe/storage.h \
431 $(QPEDIR)/include/qpe/qpeapplication.h \ 438 $(OPIEDIR)/include/qpe/qpeapplication.h \
432 $(QPEDIR)/include/qpe/applnk.h \ 439 $(OPIEDIR)/include/qpe/applnk.h \
433 $(QPEDIR)/include/qpe/qpedebug.h \ 440 $(OPIEDIR)/include/qpe/qpedebug.h \
434 $(QPEDIR)/include/qpe/categories.h \ 441 $(OPIEDIR)/include/qpe/categories.h \
435 $(QPEDIR)/include/qpe/categoryselect.h \ 442 $(OPIEDIR)/include/qpe/categoryselect.h \
436 $(QPEDIR)/include/qpe/menubutton.h \ 443 $(OPIEDIR)/include/qpe/menubutton.h \
437 $(QPEDIR)/include/qpe/resource.h \ 444 $(OPIEDIR)/include/qpe/resource.h \
438 $(QPEDIR)/include/qpe/qpetoolbar.h 445 $(OPIEDIR)/include/qpe/qpetoolbar.h
439 446
440$(QPEDIR)/calibrate/calibrate.o: $(QPEDIR)/calibrate/calibrate.cpp \ 447$(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \
441 $(QPEDIR)/calibrate/calibrate.h \ 448 $(OPIEDIR)/calibrate/calibrate.h \
442 $(QPEDIR)/include/qpe/resource.h 449 $(OPIEDIR)/include/qpe/resource.h
443 450
444transferserver.o: transferserver.cpp \ 451transferserver.o: transferserver.cpp \
445 $(QPEDIR)/include/qpe/qprocess.h \ 452 $(OPIEDIR)/include/qpe/qprocess.h \
446 $(QPEDIR)/include/qpe/process.h \ 453 $(OPIEDIR)/include/qpe/process.h \
454 $(OPIEDIR)/include/qpe/config.h \
455 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
447 transferserver.h 456 transferserver.h
@@ -450,4 +459,4 @@ packageslave.o: packageslave.cpp \
450 packageslave.h \ 459 packageslave.h \
451 $(QPEDIR)/include/qpe/process.h \ 460 $(OPIEDIR)/include/qpe/process.h \
452 $(QPEDIR)/include/qpe/qcopenvelope_qws.h 461 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
453 462
@@ -455,6 +464,6 @@ irserver.o: irserver.cpp \
455 irserver.h \ 464 irserver.h \
456 $(QPEDIR)/include/qpe/qlibrary.h \ 465 $(OPIEDIR)/include/qpe/qlibrary.h \
457 $(QPEDIR)/include/qpe/qcom.h \ 466 $(OPIEDIR)/include/qpe/qcom.h \
458 $(QPEDIR)/include/qpe/quuid.h \ 467 $(OPIEDIR)/include/qpe/quuid.h \
459 $(QPEDIR)/include/qpe/qpeapplication.h \ 468 $(OPIEDIR)/include/qpe/qpeapplication.h \
460 obexinterface.h 469 obexinterface.h
@@ -463,4 +472,5 @@ qcopbridge.o: qcopbridge.cpp \
463 qcopbridge.h \ 472 qcopbridge.h \
464 $(QPEDIR)/include/qpe/qcopenvelope_qws.h \ 473 transferserver.h \
465 $(QPEDIR)/include/qpe/qpeapplication.h 474 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
475 $(OPIEDIR)/include/qpe/qpeapplication.h
466 476
@@ -470,9 +480,9 @@ startmenu.o: startmenu.cpp \
470 mrulist.h \ 480 mrulist.h \
471 $(QPEDIR)/include/qpe/applnk.h \ 481 $(OPIEDIR)/include/qpe/applnk.h \
472 info.h \ 482 info.h \
473 background.h \ 483 background.h \
474 $(QPEDIR)/include/qpe/qpeapplication.h \ 484 $(OPIEDIR)/include/qpe/qpeapplication.h \
475 $(QPEDIR)/include/qpe/config.h \ 485 $(OPIEDIR)/include/qpe/config.h \
476 $(QPEDIR)/include/qpe/global.h \ 486 $(OPIEDIR)/include/qpe/global.h \
477 $(QPEDIR)/include/qpe/resource.h 487 $(OPIEDIR)/include/qpe/resource.h
478 488
@@ -482,233 +492,233 @@ main.o: main.cpp \
482 shutdown.h \ 492 shutdown.h \
483 $(QPEDIR)/include/qpe/qpeapplication.h \ 493 $(OPIEDIR)/include/qpe/qpeapplication.h \
484 taskbar.h \ 494 taskbar.h \
485 $(QPEDIR)/include/qpe/custom.h \ 495 $(OPIEDIR)/include/qpe/custom.h \
486 stabmon.h \ 496 stabmon.h \
487 $(QPEDIR)/include/qpe/network.h \ 497 $(OPIEDIR)/include/qpe/network.h \
488 $(QPEDIR)/include/qpe/config.h \ 498 $(OPIEDIR)/include/qpe/config.h \
489 $(QPEDIR)/include/qpe/qcopenvelope_qws.h \ 499 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
490 $(QPEDIR)/include/qpe/alarmserver.h \ 500 $(OPIEDIR)/include/qpe/alarmserver.h \
491 ../calibrate/calibrate.h \ 501 ../calibrate/calibrate.h \
492 ../login/qdmdialogimpl.h \ 502 ../login/qdmdialogimpl.h \
493 $(QPEDIR)/include/qpe/global.h 503 $(OPIEDIR)/include/qpe/global.h
494 504
495$(QPEDIR)/rsync/base64.o: $(QPEDIR)/rsync/base64.c \ 505$(OPIEDIR)/rsync/base64.o: $(OPIEDIR)/rsync/base64.c \
496 $(QPEDIR)/rsync/config_rsync.h \ 506 $(OPIEDIR)/rsync/config_rsync.h \
497 $(QPEDIR)/rsync/config_linux.h \ 507 $(OPIEDIR)/rsync/config_linux.h \
498 $(QPEDIR)/rsync/rsync.h 508 $(OPIEDIR)/rsync/rsync.h
499 509
500$(QPEDIR)/rsync/buf.o: $(QPEDIR)/rsync/buf.c \ 510$(OPIEDIR)/rsync/buf.o: $(OPIEDIR)/rsync/buf.c \
501 $(QPEDIR)/rsync/config_rsync.h \ 511 $(OPIEDIR)/rsync/config_rsync.h \
502 $(QPEDIR)/rsync/config_linux.h \ 512 $(OPIEDIR)/rsync/config_linux.h \
503 $(QPEDIR)/rsync/rsync.h \ 513 $(OPIEDIR)/rsync/rsync.h \
504 $(QPEDIR)/rsync/trace.h \ 514 $(OPIEDIR)/rsync/trace.h \
505 $(QPEDIR)/rsync/buf.h \ 515 $(OPIEDIR)/rsync/buf.h \
506 $(QPEDIR)/rsync/util.h 516 $(OPIEDIR)/rsync/util.h
507 517
508$(QPEDIR)/rsync/checksum.o: $(QPEDIR)/rsync/checksum.c \ 518$(OPIEDIR)/rsync/checksum.o: $(OPIEDIR)/rsync/checksum.c \
509 $(QPEDIR)/rsync/config_rsync.h \ 519 $(OPIEDIR)/rsync/config_rsync.h \
510 $(QPEDIR)/rsync/config_linux.h \ 520 $(OPIEDIR)/rsync/config_linux.h \
511 $(QPEDIR)/rsync/rsync.h \ 521 $(OPIEDIR)/rsync/rsync.h \
512 $(QPEDIR)/rsync/checksum.h 522 $(OPIEDIR)/rsync/checksum.h
513 523
514$(QPEDIR)/rsync/command.o: $(QPEDIR)/rsync/command.c \ 524$(OPIEDIR)/rsync/command.o: $(OPIEDIR)/rsync/command.c \
515 $(QPEDIR)/rsync/config_rsync.h \ 525 $(OPIEDIR)/rsync/config_rsync.h \
516 $(QPEDIR)/rsync/config_linux.h \ 526 $(OPIEDIR)/rsync/config_linux.h \
517 $(QPEDIR)/rsync/rsync.h \ 527 $(OPIEDIR)/rsync/rsync.h \
518 $(QPEDIR)/rsync/command.h 528 $(OPIEDIR)/rsync/command.h
519 529
520$(QPEDIR)/rsync/delta.o: $(QPEDIR)/rsync/delta.c \ 530$(OPIEDIR)/rsync/delta.o: $(OPIEDIR)/rsync/delta.c \
521 $(QPEDIR)/rsync/config_rsync.h \ 531 $(OPIEDIR)/rsync/config_rsync.h \
522 $(QPEDIR)/rsync/config_linux.h \ 532 $(OPIEDIR)/rsync/config_linux.h \
523 $(QPEDIR)/rsync/rsync.h \ 533 $(OPIEDIR)/rsync/rsync.h \
524 $(QPEDIR)/rsync/emit.h \ 534 $(OPIEDIR)/rsync/emit.h \
525 $(QPEDIR)/rsync/stream.h \ 535 $(OPIEDIR)/rsync/stream.h \
526 $(QPEDIR)/rsync/util.h \ 536 $(OPIEDIR)/rsync/util.h \
527 $(QPEDIR)/rsync/sumset.h \ 537 $(OPIEDIR)/rsync/sumset.h \
528 $(QPEDIR)/rsync/job.h \ 538 $(OPIEDIR)/rsync/job.h \
529 $(QPEDIR)/rsync/trace.h \ 539 $(OPIEDIR)/rsync/trace.h \
530 $(QPEDIR)/rsync/checksum.h \ 540 $(OPIEDIR)/rsync/checksum.h \
531 $(QPEDIR)/rsync/search.h \ 541 $(OPIEDIR)/rsync/search.h \
532 $(QPEDIR)/rsync/types.h 542 $(OPIEDIR)/rsync/types.h
533 543
534$(QPEDIR)/rsync/emit.o: $(QPEDIR)/rsync/emit.c \ 544$(OPIEDIR)/rsync/emit.o: $(OPIEDIR)/rsync/emit.c \
535 $(QPEDIR)/rsync/config_rsync.h \ 545 $(OPIEDIR)/rsync/config_rsync.h \
536 $(QPEDIR)/rsync/config_linux.h \ 546 $(OPIEDIR)/rsync/config_linux.h \
537 $(QPEDIR)/rsync/rsync.h \ 547 $(OPIEDIR)/rsync/rsync.h \
538 $(QPEDIR)/rsync/command.h \ 548 $(OPIEDIR)/rsync/command.h \
539 $(QPEDIR)/rsync/protocol.h \ 549 $(OPIEDIR)/rsync/protocol.h \
540 $(QPEDIR)/rsync/trace.h \ 550 $(OPIEDIR)/rsync/trace.h \
541 $(QPEDIR)/rsync/emit.h \ 551 $(OPIEDIR)/rsync/emit.h \
542 $(QPEDIR)/rsync/prototab.h \ 552 $(OPIEDIR)/rsync/prototab.h \
543 $(QPEDIR)/rsync/netint.h \ 553 $(OPIEDIR)/rsync/netint.h \
544 $(QPEDIR)/rsync/sumset.h \ 554 $(OPIEDIR)/rsync/sumset.h \
545 $(QPEDIR)/rsync/job.h 555 $(OPIEDIR)/rsync/job.h
546 556
547$(QPEDIR)/rsync/hex.o: $(QPEDIR)/rsync/hex.c \ 557$(OPIEDIR)/rsync/hex.o: $(OPIEDIR)/rsync/hex.c \
548 $(QPEDIR)/rsync/config_rsync.h \ 558 $(OPIEDIR)/rsync/config_rsync.h \
549 $(QPEDIR)/rsync/config_linux.h \ 559 $(OPIEDIR)/rsync/config_linux.h \
550 $(QPEDIR)/rsync/rsync.h 560 $(OPIEDIR)/rsync/rsync.h
551 561
552$(QPEDIR)/rsync/job.o: $(QPEDIR)/rsync/job.c \ 562$(OPIEDIR)/rsync/job.o: $(OPIEDIR)/rsync/job.c \
553 $(QPEDIR)/rsync/config_rsync.h \ 563 $(OPIEDIR)/rsync/config_rsync.h \
554 $(QPEDIR)/rsync/config_linux.h \ 564 $(OPIEDIR)/rsync/config_linux.h \
555 $(QPEDIR)/rsync/rsync.h \ 565 $(OPIEDIR)/rsync/rsync.h \
556 $(QPEDIR)/rsync/stream.h \ 566 $(OPIEDIR)/rsync/stream.h \
557 $(QPEDIR)/rsync/util.h \ 567 $(OPIEDIR)/rsync/util.h \
558 $(QPEDIR)/rsync/sumset.h \ 568 $(OPIEDIR)/rsync/sumset.h \
559 $(QPEDIR)/rsync/job.h \ 569 $(OPIEDIR)/rsync/job.h \
560 $(QPEDIR)/rsync/trace.h 570 $(OPIEDIR)/rsync/trace.h
561 571
562$(QPEDIR)/rsync/mdfour.o: $(QPEDIR)/rsync/mdfour.c \ 572$(OPIEDIR)/rsync/mdfour.o: $(OPIEDIR)/rsync/mdfour.c \
563 $(QPEDIR)/rsync/config_rsync.h \ 573 $(OPIEDIR)/rsync/config_rsync.h \
564 $(QPEDIR)/rsync/config_linux.h \ 574 $(OPIEDIR)/rsync/config_linux.h \
565 $(QPEDIR)/rsync/rsync.h \ 575 $(OPIEDIR)/rsync/rsync.h \
566 $(QPEDIR)/rsync/trace.h \ 576 $(OPIEDIR)/rsync/trace.h \
567 $(QPEDIR)/rsync/types.h 577 $(OPIEDIR)/rsync/types.h
568 578
569$(QPEDIR)/rsync/mksum.o: $(QPEDIR)/rsync/mksum.c \ 579$(OPIEDIR)/rsync/mksum.o: $(OPIEDIR)/rsync/mksum.c \
570 $(QPEDIR)/rsync/config_rsync.h \ 580 $(OPIEDIR)/rsync/config_rsync.h \
571 $(QPEDIR)/rsync/config_linux.h \ 581 $(OPIEDIR)/rsync/config_linux.h \
572 $(QPEDIR)/rsync/rsync.h \ 582 $(OPIEDIR)/rsync/rsync.h \
573 $(QPEDIR)/rsync/stream.h \ 583 $(OPIEDIR)/rsync/stream.h \
574 $(QPEDIR)/rsync/util.h \ 584 $(OPIEDIR)/rsync/util.h \
575 $(QPEDIR)/rsync/sumset.h \ 585 $(OPIEDIR)/rsync/sumset.h \
576 $(QPEDIR)/rsync/job.h \ 586 $(OPIEDIR)/rsync/job.h \
577 $(QPEDIR)/rsync/protocol.h \ 587 $(OPIEDIR)/rsync/protocol.h \
578 $(QPEDIR)/rsync/netint.h \ 588 $(OPIEDIR)/rsync/netint.h \
579 $(QPEDIR)/rsync/trace.h \ 589 $(OPIEDIR)/rsync/trace.h \
580 $(QPEDIR)/rsync/checksum.h 590 $(OPIEDIR)/rsync/checksum.h
581 591
582$(QPEDIR)/rsync/msg.o: $(QPEDIR)/rsync/msg.c \ 592$(OPIEDIR)/rsync/msg.o: $(OPIEDIR)/rsync/msg.c \
583 $(QPEDIR)/rsync/config_rsync.h \ 593 $(OPIEDIR)/rsync/config_rsync.h \
584 $(QPEDIR)/rsync/config_linux.h \ 594 $(OPIEDIR)/rsync/config_linux.h \
585 $(QPEDIR)/rsync/rsync.h 595 $(OPIEDIR)/rsync/rsync.h
586 596
587$(QPEDIR)/rsync/netint.o: $(QPEDIR)/rsync/netint.c \ 597$(OPIEDIR)/rsync/netint.o: $(OPIEDIR)/rsync/netint.c \
588 $(QPEDIR)/rsync/config_rsync.h \ 598 $(OPIEDIR)/rsync/config_rsync.h \
589 $(QPEDIR)/rsync/config_linux.h \ 599 $(OPIEDIR)/rsync/config_linux.h \
590 $(QPEDIR)/rsync/rsync.h \ 600 $(OPIEDIR)/rsync/rsync.h \
591 $(QPEDIR)/rsync/job.h \ 601 $(OPIEDIR)/rsync/job.h \
592 $(QPEDIR)/rsync/netint.h \ 602 $(OPIEDIR)/rsync/netint.h \
593 $(QPEDIR)/rsync/trace.h \ 603 $(OPIEDIR)/rsync/trace.h \
594 $(QPEDIR)/rsync/stream.h 604 $(OPIEDIR)/rsync/stream.h
595 605
596$(QPEDIR)/rsync/patch.o: $(QPEDIR)/rsync/patch.c \ 606$(OPIEDIR)/rsync/patch.o: $(OPIEDIR)/rsync/patch.c \
597 $(QPEDIR)/rsync/config_rsync.h \ 607 $(OPIEDIR)/rsync/config_rsync.h \
598 $(QPEDIR)/rsync/config_linux.h \ 608 $(OPIEDIR)/rsync/config_linux.h \
599 $(QPEDIR)/rsync/rsync.h \ 609 $(OPIEDIR)/rsync/rsync.h \
600 $(QPEDIR)/rsync/util.h \ 610 $(OPIEDIR)/rsync/util.h \
601 $(QPEDIR)/rsync/trace.h \ 611 $(OPIEDIR)/rsync/trace.h \
602 $(QPEDIR)/rsync/protocol.h \ 612 $(OPIEDIR)/rsync/protocol.h \
603 $(QPEDIR)/rsync/netint.h \ 613 $(OPIEDIR)/rsync/netint.h \
604 $(QPEDIR)/rsync/command.h \ 614 $(OPIEDIR)/rsync/command.h \
605 $(QPEDIR)/rsync/sumset.h \ 615 $(OPIEDIR)/rsync/sumset.h \
606 $(QPEDIR)/rsync/prototab.h \ 616 $(OPIEDIR)/rsync/prototab.h \
607 $(QPEDIR)/rsync/stream.h \ 617 $(OPIEDIR)/rsync/stream.h \
608 $(QPEDIR)/rsync/job.h 618 $(OPIEDIR)/rsync/job.h
609 619
610$(QPEDIR)/rsync/prototab.o: $(QPEDIR)/rsync/prototab.c \ 620$(OPIEDIR)/rsync/prototab.o: $(OPIEDIR)/rsync/prototab.c \
611 $(QPEDIR)/rsync/config_rsync.h \ 621 $(OPIEDIR)/rsync/config_rsync.h \
612 $(QPEDIR)/rsync/config_linux.h \ 622 $(OPIEDIR)/rsync/config_linux.h \
613 $(QPEDIR)/rsync/rsync.h \ 623 $(OPIEDIR)/rsync/rsync.h \
614 $(QPEDIR)/rsync/protocol.h \ 624 $(OPIEDIR)/rsync/protocol.h \
615 $(QPEDIR)/rsync/command.h \ 625 $(OPIEDIR)/rsync/command.h \
616 $(QPEDIR)/rsync/prototab.h 626 $(OPIEDIR)/rsync/prototab.h
617 627
618$(QPEDIR)/rsync/readsums.o: $(QPEDIR)/rsync/readsums.c \ 628$(OPIEDIR)/rsync/readsums.o: $(OPIEDIR)/rsync/readsums.c \
619 $(QPEDIR)/rsync/config_rsync.h \ 629 $(OPIEDIR)/rsync/config_rsync.h \
620 $(QPEDIR)/rsync/config_linux.h \ 630 $(OPIEDIR)/rsync/config_linux.h \
621 $(QPEDIR)/rsync/rsync.h \ 631 $(OPIEDIR)/rsync/rsync.h \
622 $(QPEDIR)/rsync/sumset.h \ 632 $(OPIEDIR)/rsync/sumset.h \
623 $(QPEDIR)/rsync/job.h \ 633 $(OPIEDIR)/rsync/job.h \
624 $(QPEDIR)/rsync/trace.h \ 634 $(OPIEDIR)/rsync/trace.h \
625 $(QPEDIR)/rsync/netint.h \ 635 $(OPIEDIR)/rsync/netint.h \
626 $(QPEDIR)/rsync/protocol.h \ 636 $(OPIEDIR)/rsync/protocol.h \
627 $(QPEDIR)/rsync/util.h \ 637 $(OPIEDIR)/rsync/util.h \
628 $(QPEDIR)/rsync/stream.h 638 $(OPIEDIR)/rsync/stream.h
629 639
630$(QPEDIR)/rsync/scoop.o: $(QPEDIR)/rsync/scoop.c \ 640$(OPIEDIR)/rsync/scoop.o: $(OPIEDIR)/rsync/scoop.c \
631 $(QPEDIR)/rsync/config_rsync.h \ 641 $(OPIEDIR)/rsync/config_rsync.h \
632 $(QPEDIR)/rsync/config_linux.h \ 642 $(OPIEDIR)/rsync/config_linux.h \
633 $(QPEDIR)/rsync/rsync.h \ 643 $(OPIEDIR)/rsync/rsync.h \
634 $(QPEDIR)/rsync/job.h \ 644 $(OPIEDIR)/rsync/job.h \
635 $(QPEDIR)/rsync/stream.h \ 645 $(OPIEDIR)/rsync/stream.h \
636 $(QPEDIR)/rsync/trace.h \ 646 $(OPIEDIR)/rsync/trace.h \
637 $(QPEDIR)/rsync/util.h 647 $(OPIEDIR)/rsync/util.h
638 648
639$(QPEDIR)/rsync/search.o: $(QPEDIR)/rsync/search.c \ 649$(OPIEDIR)/rsync/search.o: $(OPIEDIR)/rsync/search.c \
640 $(QPEDIR)/rsync/config_rsync.h \ 650 $(OPIEDIR)/rsync/config_rsync.h \
641 $(QPEDIR)/rsync/config_linux.h \ 651 $(OPIEDIR)/rsync/config_linux.h \
642 $(QPEDIR)/rsync/rsync.h \ 652 $(OPIEDIR)/rsync/rsync.h \
643 $(QPEDIR)/rsync/trace.h \ 653 $(OPIEDIR)/rsync/trace.h \
644 $(QPEDIR)/rsync/util.h \ 654 $(OPIEDIR)/rsync/util.h \
645 $(QPEDIR)/rsync/sumset.h \ 655 $(OPIEDIR)/rsync/sumset.h \
646 $(QPEDIR)/rsync/search.h \ 656 $(OPIEDIR)/rsync/search.h \
647 $(QPEDIR)/rsync/checksum.h 657 $(OPIEDIR)/rsync/checksum.h
648 658
649$(QPEDIR)/rsync/stats.o: $(QPEDIR)/rsync/stats.c \ 659$(OPIEDIR)/rsync/stats.o: $(OPIEDIR)/rsync/stats.c \
650 $(QPEDIR)/rsync/config_rsync.h \ 660 $(OPIEDIR)/rsync/config_rsync.h \
651 $(QPEDIR)/rsync/config_linux.h \ 661 $(OPIEDIR)/rsync/config_linux.h \
652 $(QPEDIR)/rsync/rsync.h \ 662 $(OPIEDIR)/rsync/rsync.h \
653 $(QPEDIR)/rsync/trace.h 663 $(OPIEDIR)/rsync/trace.h
654 664
655$(QPEDIR)/rsync/stream.o: $(QPEDIR)/rsync/stream.c \ 665$(OPIEDIR)/rsync/stream.o: $(OPIEDIR)/rsync/stream.c \
656 $(QPEDIR)/rsync/config_rsync.h \ 666 $(OPIEDIR)/rsync/config_rsync.h \
657 $(QPEDIR)/rsync/config_linux.h \ 667 $(OPIEDIR)/rsync/config_linux.h \
658 $(QPEDIR)/rsync/rsync.h \ 668 $(OPIEDIR)/rsync/rsync.h \
659 $(QPEDIR)/rsync/stream.h \ 669 $(OPIEDIR)/rsync/stream.h \
660 $(QPEDIR)/rsync/util.h \ 670 $(OPIEDIR)/rsync/util.h \
661 $(QPEDIR)/rsync/trace.h 671 $(OPIEDIR)/rsync/trace.h
662 672
663$(QPEDIR)/rsync/sumset.o: $(QPEDIR)/rsync/sumset.c \ 673$(OPIEDIR)/rsync/sumset.o: $(OPIEDIR)/rsync/sumset.c \
664 $(QPEDIR)/rsync/config_rsync.h \ 674 $(OPIEDIR)/rsync/config_rsync.h \
665 $(QPEDIR)/rsync/config_linux.h \ 675 $(OPIEDIR)/rsync/config_linux.h \
666 $(QPEDIR)/rsync/rsync.h \ 676 $(OPIEDIR)/rsync/rsync.h \
667 $(QPEDIR)/rsync/sumset.h \ 677 $(OPIEDIR)/rsync/sumset.h \
668 $(QPEDIR)/rsync/util.h \ 678 $(OPIEDIR)/rsync/util.h \
669 $(QPEDIR)/rsync/trace.h 679 $(OPIEDIR)/rsync/trace.h
670 680
671$(QPEDIR)/rsync/trace.o: $(QPEDIR)/rsync/trace.c \ 681$(OPIEDIR)/rsync/trace.o: $(OPIEDIR)/rsync/trace.c \
672 $(QPEDIR)/rsync/config_rsync.h \ 682 $(OPIEDIR)/rsync/config_rsync.h \
673 $(QPEDIR)/rsync/config_linux.h \ 683 $(OPIEDIR)/rsync/config_linux.h \
674 $(QPEDIR)/rsync/rsync.h \ 684 $(OPIEDIR)/rsync/rsync.h \
675 $(QPEDIR)/rsync/util.h \ 685 $(OPIEDIR)/rsync/util.h \
676 $(QPEDIR)/rsync/trace.h 686 $(OPIEDIR)/rsync/trace.h
677 687
678$(QPEDIR)/rsync/tube.o: $(QPEDIR)/rsync/tube.c \ 688$(OPIEDIR)/rsync/tube.o: $(OPIEDIR)/rsync/tube.c \
679 $(QPEDIR)/rsync/config_rsync.h \ 689 $(OPIEDIR)/rsync/config_rsync.h \
680 $(QPEDIR)/rsync/config_linux.h \ 690 $(OPIEDIR)/rsync/config_linux.h \
681 $(QPEDIR)/rsync/rsync.h \ 691 $(OPIEDIR)/rsync/rsync.h \
682 $(QPEDIR)/rsync/trace.h \ 692 $(OPIEDIR)/rsync/trace.h \
683 $(QPEDIR)/rsync/util.h \ 693 $(OPIEDIR)/rsync/util.h \
684 $(QPEDIR)/rsync/job.h \ 694 $(OPIEDIR)/rsync/job.h \
685 $(QPEDIR)/rsync/stream.h 695 $(OPIEDIR)/rsync/stream.h
686 696
687$(QPEDIR)/rsync/util.o: $(QPEDIR)/rsync/util.c \ 697$(OPIEDIR)/rsync/util.o: $(OPIEDIR)/rsync/util.c \
688 $(QPEDIR)/rsync/config_rsync.h \ 698 $(OPIEDIR)/rsync/config_rsync.h \
689 $(QPEDIR)/rsync/config_linux.h \ 699 $(OPIEDIR)/rsync/config_linux.h \
690 $(QPEDIR)/rsync/util.h \ 700 $(OPIEDIR)/rsync/util.h \
691 $(QPEDIR)/rsync/rsync.h \ 701 $(OPIEDIR)/rsync/rsync.h \
692 $(QPEDIR)/rsync/trace.h 702 $(OPIEDIR)/rsync/trace.h
693 703
694$(QPEDIR)/rsync/version.o: $(QPEDIR)/rsync/version.c \ 704$(OPIEDIR)/rsync/version.o: $(OPIEDIR)/rsync/version.c \
695 $(QPEDIR)/rsync/config_rsync.h \ 705 $(OPIEDIR)/rsync/config_rsync.h \
696 $(QPEDIR)/rsync/config_linux.h \ 706 $(OPIEDIR)/rsync/config_linux.h \
697 $(QPEDIR)/rsync/rsync.h 707 $(OPIEDIR)/rsync/rsync.h
698 708
699$(QPEDIR)/rsync/whole.o: $(QPEDIR)/rsync/whole.c \ 709$(OPIEDIR)/rsync/whole.o: $(OPIEDIR)/rsync/whole.c \
700 $(QPEDIR)/rsync/config_rsync.h \ 710 $(OPIEDIR)/rsync/config_rsync.h \
701 $(QPEDIR)/rsync/config_linux.h \ 711 $(OPIEDIR)/rsync/config_linux.h \
702 $(QPEDIR)/rsync/rsync.h \ 712 $(OPIEDIR)/rsync/rsync.h \
703 $(QPEDIR)/rsync/trace.h \ 713 $(OPIEDIR)/rsync/trace.h \
704 $(QPEDIR)/rsync/fileutil.h \ 714 $(OPIEDIR)/rsync/fileutil.h \
705 $(QPEDIR)/rsync/sumset.h \ 715 $(OPIEDIR)/rsync/sumset.h \
706 $(QPEDIR)/rsync/job.h \ 716 $(OPIEDIR)/rsync/job.h \
707 $(QPEDIR)/rsync/buf.h \ 717 $(OPIEDIR)/rsync/buf.h \
708 $(QPEDIR)/rsync/whole.h \ 718 $(OPIEDIR)/rsync/whole.h \
709 $(QPEDIR)/rsync/util.h 719 $(OPIEDIR)/rsync/util.h
710 720
711$(QPEDIR)/rsync/qrsync.o: $(QPEDIR)/rsync/qrsync.cpp \ 721$(OPIEDIR)/rsync/qrsync.o: $(OPIEDIR)/rsync/qrsync.cpp \
712 $(QPEDIR)/rsync/qrsync.h \ 722 $(OPIEDIR)/rsync/qrsync.h \
713 $(QPEDIR)/rsync/rsync.h 723 $(OPIEDIR)/rsync/rsync.h
714 724
@@ -726,4 +736,3 @@ syncdialog.cpp: syncdialog.ui
726 736
727shutdown.o: shutdown.cpp \ 737shutdown.o: shutdown.cpp
728 shutdown.h
729 738
@@ -738,3 +747,3 @@ moc_desktop.o: moc_desktop.cpp \
738 shutdown.h \ 747 shutdown.h \
739 $(QPEDIR)/include/qpe/qpeapplication.h 748 $(OPIEDIR)/include/qpe/qpeapplication.h
740 749
@@ -749,3 +758,3 @@ moc_taskbar.o: moc_taskbar.cpp \
749 taskbar.h \ 758 taskbar.h \
750 $(QPEDIR)/include/qpe/custom.h 759 $(OPIEDIR)/include/qpe/custom.h
751 760
@@ -757,5 +766,5 @@ moc_inputmethods.o: moc_inputmethods.cpp \
757 inputmethods.h \ 766 inputmethods.h \
758 $(QPEDIR)/include/qpe/inputmethodinterface.h \ 767 $(OPIEDIR)/include/qpe/inputmethodinterface.h \
759 $(QPEDIR)/include/qpe/qcom.h \ 768 $(OPIEDIR)/include/qpe/qcom.h \
760 $(QPEDIR)/include/qpe/quuid.h 769 $(OPIEDIR)/include/qpe/quuid.h
761 770
@@ -763,5 +772,5 @@ moc_systray.o: moc_systray.cpp \
763 systray.h \ 772 systray.h \
764 $(QPEDIR)/include/qpe/taskbarappletinterface.h \ 773 $(OPIEDIR)/include/qpe/taskbarappletinterface.h \
765 $(QPEDIR)/include/qpe/qcom.h \ 774 $(OPIEDIR)/include/qpe/qcom.h \
766 $(QPEDIR)/include/qpe/quuid.h 775 $(OPIEDIR)/include/qpe/quuid.h
767 776
@@ -774,3 +783,3 @@ moc_launcher.o: moc_launcher.cpp \
774 launcherview.h \ 783 launcherview.h \
775 $(QPEDIR)/include/qpe/storage.h 784 $(OPIEDIR)/include/qpe/storage.h
776 785
@@ -778,3 +787,3 @@ moc_launcherview.o: moc_launcherview.cpp \
778 launcherview.h \ 787 launcherview.h \
779 $(QPEDIR)/include/qpe/storage.h 788 $(OPIEDIR)/include/qpe/storage.h
780 789
@@ -801,3 +810,3 @@ moc_shutdown.o: appicons.moc \
801 appicons.h \ 810 appicons.h \
802 $(QPEDIR)/include/qpe/qcopenvelope_qws.h 811 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
803 812