summaryrefslogtreecommitdiff
path: root/core/launcher/Makefile.in
Unidiff
Diffstat (limited to 'core/launcher/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/Makefile.in47
1 files changed, 36 insertions, 11 deletions
diff --git a/core/launcher/Makefile.in b/core/launcher/Makefile.in
index 5e2dbe5..91a5a9b 100644
--- a/core/launcher/Makefile.in
+++ b/core/launcher/Makefile.in
@@ -25,6 +25,7 @@ TARGET1 = lib$(TARGET).so.$(VER_MAJ)
25 25
26 HEADERS =background.h \ 26 HEADERS =background.h \
27 desktop.h \ 27 desktop.h \
28 qprocess.h \
28 info.h \ 29 info.h \
29 appicons.h \ 30 appicons.h \
30 taskbar.h \ 31 taskbar.h \
@@ -63,6 +64,8 @@ HEADERS = background.h \
63 $(OPIEDIR)/rsync/qrsync.h 64 $(OPIEDIR)/rsync/qrsync.h
64 SOURCES =background.cpp \ 65 SOURCES =background.cpp \
65 desktop.cpp \ 66 desktop.cpp \
67 qprocess.cpp \
68 qprocess_unix.cpp \
66 info.cpp \ 69 info.cpp \
67 appicons.cpp \ 70 appicons.cpp \
68 taskbar.cpp \ 71 taskbar.cpp \
@@ -110,6 +113,8 @@ SOURCES = background.cpp \
110 $(OPIEDIR)/rsync/qrsync.cpp 113 $(OPIEDIR)/rsync/qrsync.cpp
111 OBJECTS =background.o \ 114 OBJECTS =background.o \
112 desktop.o \ 115 desktop.o \
116 qprocess.o \
117 qprocess_unix.o \
113 info.o \ 118 info.o \
114 appicons.o \ 119 appicons.o \
115 taskbar.o \ 120 taskbar.o \
@@ -165,6 +170,7 @@ UICIMPLS = shutdown.cpp \
165 syncdialog.cpp 170 syncdialog.cpp
166 SRCMOC =moc_background.cpp \ 171 SRCMOC =moc_background.cpp \
167 moc_desktop.cpp \ 172 moc_desktop.cpp \
173 moc_qprocess.cpp \
168 moc_info.cpp \ 174 moc_info.cpp \
169 moc_appicons.cpp \ 175 moc_appicons.cpp \
170 moc_taskbar.cpp \ 176 moc_taskbar.cpp \
@@ -180,11 +186,13 @@ SRCMOC = moc_background.cpp \
180 moc_qcopbridge.cpp \ 186 moc_qcopbridge.cpp \
181 moc_packageslave.cpp \ 187 moc_packageslave.cpp \
182 moc_irserver.cpp \ 188 moc_irserver.cpp \
189 qprocess_unix.moc \
183 appicons.moc \ 190 appicons.moc \
184 moc_shutdown.cpp \ 191 moc_shutdown.cpp \
185 moc_syncdialog.cpp 192 moc_syncdialog.cpp
186 OBJMOC =moc_background.o \ 193 OBJMOC =moc_background.o \
187 moc_desktop.o \ 194 moc_desktop.o \
195 moc_qprocess.o \
188 moc_info.o \ 196 moc_info.o \
189 moc_appicons.o \ 197 moc_appicons.o \
190 moc_taskbar.o \ 198 moc_taskbar.o \
@@ -290,7 +298,6 @@ desktop.o: desktop.cpp \
290 qcopbridge.h \ 298 qcopbridge.h \
291 startmenu.h \ 299 startmenu.h \
292 taskbar.h \ 300 taskbar.h \
293 $(OPIEDIR)/include/qpe/custom.h \
294 transferserver.h \ 301 transferserver.h \
295 irserver.h \ 302 irserver.h \
296 packageslave.h \ 303 packageslave.h \
@@ -301,6 +308,14 @@ desktop.o: desktop.cpp \
301 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 308 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
302 $(OPIEDIR)/include/qpe/global.h 309 $(OPIEDIR)/include/qpe/global.h
303 310
311qprocess.o: qprocess.cpp \
312 qprocess.h
313
314qprocess_unix.o: qprocess_unix.cpp \
315 qprocess_unix.moc \
316 qprocess.h \
317 qcleanuphandler_p.h
318
304info.o: info.cpp \ 319info.o: info.cpp \
305 info.h \ 320 info.h \
306 background.h \ 321 background.h \
@@ -331,7 +346,6 @@ taskbar.o: taskbar.cpp \
331 $(OPIEDIR)/include/qpe/resource.h \ 346 $(OPIEDIR)/include/qpe/resource.h \
332 appicons.h \ 347 appicons.h \
333 taskbar.h \ 348 taskbar.h \
334 $(OPIEDIR)/include/qpe/custom.h \
335 desktop.h \ 349 desktop.h \
336 shutdownimpl.h \ 350 shutdownimpl.h \
337 shutdown.h \ 351 shutdown.h \
@@ -365,7 +379,9 @@ taskbar.o: taskbar.cpp \
365 $(OPIEDIR)/include/qpe/sound.h \ 379 $(OPIEDIR)/include/qpe/sound.h \
366 ../mpegplayer/mediaplayer.h \ 380 ../mpegplayer/mediaplayer.h \
367 $(OPIEDIR)/include/qpe/qlibrary.h \ 381 $(OPIEDIR)/include/qpe/qlibrary.h \
382 $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
368 ../embeddedkonsole/konsole.h \ 383 ../embeddedkonsole/konsole.h \
384 $(OPIEDIR)/include/qpe/qpetoolbar.h \
369 ../wordgame/wordgame.h \ 385 ../wordgame/wordgame.h \
370 $(OPIEDIR)/include/qpe/qdawg.h 386 $(OPIEDIR)/include/qpe/qdawg.h
371 387
@@ -449,11 +465,11 @@ $(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \
449 $(OPIEDIR)/include/qpe/resource.h 465 $(OPIEDIR)/include/qpe/resource.h
450 466
451transferserver.o: transferserver.cpp \ 467transferserver.o: transferserver.cpp \
452 $(OPIEDIR)/include/qpe/qprocess.h \
453 $(OPIEDIR)/include/qpe/process.h \ 468 $(OPIEDIR)/include/qpe/process.h \
454 $(OPIEDIR)/include/qpe/config.h \ 469 $(OPIEDIR)/include/qpe/config.h \
455 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ 470 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
456 transferserver.h 471 transferserver.h \
472 qprocess.h
457 473
458packageslave.o: packageslave.cpp \ 474packageslave.o: packageslave.cpp \
459 packageslave.h \ 475 packageslave.h \
@@ -492,7 +508,6 @@ main.o: main.cpp \
492 shutdown.h \ 508 shutdown.h \
493 $(OPIEDIR)/include/qpe/qpeapplication.h \ 509 $(OPIEDIR)/include/qpe/qpeapplication.h \
494 taskbar.h \ 510 taskbar.h \
495 $(OPIEDIR)/include/qpe/custom.h \
496 stabmon.h \ 511 stabmon.h \
497 $(OPIEDIR)/include/qpe/network.h \ 512 $(OPIEDIR)/include/qpe/network.h \
498 $(OPIEDIR)/include/qpe/config.h \ 513 $(OPIEDIR)/include/qpe/config.h \
@@ -747,6 +762,9 @@ moc_desktop.o: moc_desktop.cpp \
747 shutdown.h \ 762 shutdown.h \
748 $(OPIEDIR)/include/qpe/qpeapplication.h 763 $(OPIEDIR)/include/qpe/qpeapplication.h
749 764
765moc_qprocess.o: moc_qprocess.cpp \
766 qprocess.h
767
750moc_info.o: moc_info.cpp \ 768moc_info.o: moc_info.cpp \
751 info.h \ 769 info.h \
752 background.h 770 background.h
@@ -755,8 +773,7 @@ moc_appicons.o: moc_appicons.cpp \
755 appicons.h 773 appicons.h
756 774
757moc_taskbar.o: moc_taskbar.cpp \ 775moc_taskbar.o: moc_taskbar.cpp \
758 taskbar.h \ 776 taskbar.h
759 $(OPIEDIR)/include/qpe/custom.h
760 777
761moc_sidething.o: moc_sidething.cpp \ 778moc_sidething.o: moc_sidething.cpp \
762 sidething.h \ 779 sidething.h \
@@ -805,20 +822,25 @@ moc_packageslave.o: moc_packageslave.cpp \
805moc_irserver.o: moc_irserver.cpp \ 822moc_irserver.o: moc_irserver.cpp \
806 irserver.h 823 irserver.h
807 824
808moc_shutdown.o: appicons.moc \ 825moc_shutdown.o: qprocess_unix.moc \
826 qprocess_unix.cpp \
827 qprocess.h \
828 qcleanuphandler_p.h
829
830moc_syncdialog.o: appicons.moc \
809 appicons.cpp \ 831 appicons.cpp \
810 appicons.h \ 832 appicons.h \
811 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h 833 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
812 834
813moc_syncdialog.o: moc_shutdown.cpp \
814 shutdown.h
815
816moc_background.cpp: background.h 835moc_background.cpp: background.h
817 $(MOC) background.h -o moc_background.cpp 836 $(MOC) background.h -o moc_background.cpp
818 837
819moc_desktop.cpp: desktop.h 838moc_desktop.cpp: desktop.h
820 $(MOC) desktop.h -o moc_desktop.cpp 839 $(MOC) desktop.h -o moc_desktop.cpp
821 840
841moc_qprocess.cpp: qprocess.h
842 $(MOC) qprocess.h -o moc_qprocess.cpp
843
822moc_info.cpp: info.h 844moc_info.cpp: info.h
823 $(MOC) info.h -o moc_info.cpp 845 $(MOC) info.h -o moc_info.cpp
824 846
@@ -864,6 +886,9 @@ moc_packageslave.cpp: packageslave.h
864moc_irserver.cpp: irserver.h 886moc_irserver.cpp: irserver.h
865 $(MOC) irserver.h -o moc_irserver.cpp 887 $(MOC) irserver.h -o moc_irserver.cpp
866 888
889qprocess_unix.moc: qprocess_unix.cpp
890 $(MOC) qprocess_unix.cpp -o qprocess_unix.moc
891
867appicons.moc: appicons.cpp 892appicons.moc: appicons.cpp
868 $(MOC) appicons.cpp -o appicons.moc 893 $(MOC) appicons.cpp -o appicons.moc
869 894