summaryrefslogtreecommitdiff
path: root/core/launcher/Makefile.in
authorkergoth <kergoth>2002-02-01 22:24:34 (UTC)
committer kergoth <kergoth>2002-02-01 22:24:34 (UTC)
commit5a3c8bf8c1033882685f3a6d897c6fa5229403e3 (patch) (side-by-side diff)
tree48303354ea88e165f5a263208c9ecd8ba503dfe4 /core/launcher/Makefile.in
parent190a0111ccd874923bf88dac938531a18f52e698 (diff)
downloadopie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.zip
opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.tar.gz
opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.tar.bz2
Making opie compile again.
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
@@ -27,2 +27,3 @@ HEADERS = background.h \
desktop.h \
+ qprocess.h \
info.h \
@@ -65,2 +66,4 @@ SOURCES = background.cpp \
desktop.cpp \
+ qprocess.cpp \
+ qprocess_unix.cpp \
info.cpp \
@@ -112,2 +115,4 @@ OBJECTS = background.o \
desktop.o \
+ qprocess.o \
+ qprocess_unix.o \
info.o \
@@ -167,2 +172,3 @@ SRCMOC = moc_background.cpp \
moc_desktop.cpp \
+ moc_qprocess.cpp \
moc_info.cpp \
@@ -182,2 +188,3 @@ SRCMOC = moc_background.cpp \
moc_irserver.cpp \
+ qprocess_unix.moc \
appicons.moc \
@@ -187,2 +194,3 @@ OBJMOC = moc_background.o \
moc_desktop.o \
+ moc_qprocess.o \
moc_info.o \
@@ -292,3 +300,2 @@ desktop.o: desktop.cpp \
taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h \
transferserver.h \
@@ -303,2 +310,10 @@ desktop.o: desktop.cpp \
+qprocess.o: qprocess.cpp \
+ qprocess.h
+
+qprocess_unix.o: qprocess_unix.cpp \
+ qprocess_unix.moc \
+ qprocess.h \
+ qcleanuphandler_p.h
+
info.o: info.cpp \
@@ -333,3 +348,2 @@ taskbar.o: taskbar.cpp \
taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h \
desktop.h \
@@ -367,3 +381,5 @@ taskbar.o: taskbar.cpp \
$(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
../embeddedkonsole/konsole.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
../wordgame/wordgame.h \
@@ -451,3 +467,2 @@ $(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \
transferserver.o: transferserver.cpp \
- $(OPIEDIR)/include/qpe/qprocess.h \
$(OPIEDIR)/include/qpe/process.h \
@@ -455,3 +470,4 @@ transferserver.o: transferserver.cpp \
$(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
- transferserver.h
+ transferserver.h \
+ qprocess.h
@@ -494,3 +510,2 @@ main.o: main.cpp \
taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h \
stabmon.h \
@@ -749,2 +764,5 @@ moc_desktop.o: moc_desktop.cpp \
+moc_qprocess.o: moc_qprocess.cpp \
+ qprocess.h
+
moc_info.o: moc_info.cpp \
@@ -757,4 +775,3 @@ moc_appicons.o: moc_appicons.cpp \
moc_taskbar.o: moc_taskbar.cpp \
- taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h
+ taskbar.h
@@ -807,3 +824,8 @@ moc_irserver.o: moc_irserver.cpp \
-moc_shutdown.o: appicons.moc \
+moc_shutdown.o: qprocess_unix.moc \
+ qprocess_unix.cpp \
+ qprocess.h \
+ qcleanuphandler_p.h
+
+moc_syncdialog.o: appicons.moc \
appicons.cpp \
@@ -812,5 +834,2 @@ moc_shutdown.o: appicons.moc \
-moc_syncdialog.o: moc_shutdown.cpp \
- shutdown.h
-
moc_background.cpp: background.h
@@ -821,2 +840,5 @@ moc_desktop.cpp: desktop.h
+moc_qprocess.cpp: qprocess.h
+ $(MOC) qprocess.h -o moc_qprocess.cpp
+
moc_info.cpp: info.h
@@ -866,2 +888,5 @@ moc_irserver.cpp: irserver.h
+qprocess_unix.moc: qprocess_unix.cpp
+ $(MOC) qprocess_unix.cpp -o qprocess_unix.moc
+
appicons.moc: appicons.cpp