summaryrefslogtreecommitdiff
path: root/core
Side-by-side diff
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/Makefile.in16
-rw-r--r--core/launcher/Makefile.in47
-rw-r--r--core/multimedia/opieplayer/Makefile.in64
-rw-r--r--core/multimedia/opieplayer/libmad/Makefile.in6
-rw-r--r--core/multimedia/opieplayer/libmpeg3/Makefile.in6
-rw-r--r--core/multimedia/opieplayer/wavplugin/Makefile.in6
-rw-r--r--core/pim/datebook/Makefile.in119
7 files changed, 210 insertions, 54 deletions
diff --git a/core/apps/embeddedkonsole/Makefile.in b/core/apps/embeddedkonsole/Makefile.in
index 0da49d7..1c24ded 100644
--- a/core/apps/embeddedkonsole/Makefile.in
+++ b/core/apps/embeddedkonsole/Makefile.in
@@ -101,6 +101,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: embeddedkonsole.pro
- tmake embeddedkonsole.pro -o Makefile.in
+tmake:
+ tmake embeddedkonsole.pro
@@ -187,2 +185,3 @@ keytrans.o: keytrans.cpp \
keytrans.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
default.keytab.h
@@ -190,2 +189,6 @@ keytrans.o: keytrans.cpp \
konsole.o: konsole.cpp \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
+ $(OPIEDIR)/include/qpe/qpemenubar.h \
+ $(OPIEDIR)/include/qpe/config.h \
konsole.h \
@@ -203,2 +206,3 @@ main.o: main.cpp \
konsole.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
MyPty.h \
@@ -211,3 +215,4 @@ main.o: main.cpp \
keytrans.h \
- session.h
+ session.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
@@ -250,2 +255,3 @@ moc_konsole.o: moc_konsole.cpp \
konsole.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
MyPty.h \
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
diff --git a/core/multimedia/opieplayer/Makefile.in b/core/multimedia/opieplayer/Makefile.in
index 3e1f9fc..1b0307a 100644
--- a/core/multimedia/opieplayer/Makefile.in
+++ b/core/multimedia/opieplayer/Makefile.in
@@ -102,6 +102,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: mpegplayer.pro
- tmake mpegplayer.pro -o Makefile.in
+tmake:
+ tmake mpegplayer.pro
@@ -139,4 +137,6 @@ REQUIRES=
main.o: main.cpp \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
mediaplayerstate.h \
playlistwidget.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
audiowidget.h \
@@ -144,5 +144,11 @@ main.o: main.cpp \
loopcontrol.h \
- mediaplayer.h
+ mediaplayer.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h
loopcontrol.o: loopcontrol.cpp \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
loopcontrol.h \
@@ -150,2 +156,5 @@ loopcontrol.o: loopcontrol.cpp \
audiodevice.h \
+ mediaplayerplugininterface.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
mediaplayerstate.h
@@ -153,2 +162,4 @@ loopcontrol.o: loopcontrol.cpp \
playlistselection.o: playlistselection.cpp \
+ $(OPIEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/resource.h \
playlistselection.h
@@ -156,2 +167,8 @@ playlistselection.o: playlistselection.cpp \
mediaplayerstate.o: mediaplayerstate.cpp \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
+ $(OPIEDIR)/include/qpe/config.h \
mediaplayerstate.h \
@@ -162,2 +179,6 @@ mediaplayerstate.o: mediaplayerstate.cpp \
videowidget.o: videowidget.cpp \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
videowidget.h \
@@ -166,2 +187,3 @@ videowidget.o: videowidget.cpp \
audiowidget.o: audiowidget.cpp \
+ $(OPIEDIR)/include/qpe/resource.h \
audiowidget.h \
@@ -170,2 +192,9 @@ audiowidget.o: audiowidget.cpp \
playlistwidget.o: playlistwidget.cpp \
+ $(OPIEDIR)/include/qpe/qpemenubar.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
+ $(OPIEDIR)/include/qpe/fileselector.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/global.h \
+ $(OPIEDIR)/include/qpe/resource.h \
playlistselection.h \
@@ -175,4 +204,12 @@ playlistwidget.o: playlistwidget.cpp \
mediaplayer.o: mediaplayer.cpp \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/config.h \
mediaplayer.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
playlistwidget.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
audiowidget.h \
@@ -183,3 +220,6 @@ mediaplayer.o: mediaplayer.cpp \
audiodevice.o: audiodevice.cpp \
- audiodevice.h
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ audiodevice.h \
+ $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
@@ -189,3 +229,4 @@ moc_loopcontrol.o: moc_loopcontrol.cpp \
moc_playlistselection.o: moc_playlistselection.cpp \
- playlistselection.h
+ playlistselection.h \
+ $(OPIEDIR)/include/qpe/applnk.h
@@ -201,6 +242,11 @@ moc_audiowidget.o: moc_audiowidget.cpp \
moc_playlistwidget.o: moc_playlistwidget.cpp \
- playlistwidget.h
+ playlistwidget.h \
+ $(OPIEDIR)/include/qpe/applnk.h
moc_mediaplayer.o: moc_mediaplayer.cpp \
- mediaplayer.h
+ mediaplayer.h \
+ $(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h
diff --git a/core/multimedia/opieplayer/libmad/Makefile.in b/core/multimedia/opieplayer/libmad/Makefile.in
index d2e1cda..e9f74e7 100644
--- a/core/multimedia/opieplayer/libmad/Makefile.in
+++ b/core/multimedia/opieplayer/libmad/Makefile.in
@@ -102,6 +102,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: libmad.pro
- tmake libmad.pro -o Makefile.in
+tmake:
+ tmake libmad.pro
diff --git a/core/multimedia/opieplayer/libmpeg3/Makefile.in b/core/multimedia/opieplayer/libmpeg3/Makefile.in
index 4ccdb8c..154f85d 100644
--- a/core/multimedia/opieplayer/libmpeg3/Makefile.in
+++ b/core/multimedia/opieplayer/libmpeg3/Makefile.in
@@ -131,6 +131,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: libmpeg3.pro
- tmake libmpeg3.pro -o Makefile.in
+tmake:
+ tmake libmpeg3.pro
diff --git a/core/multimedia/opieplayer/wavplugin/Makefile.in b/core/multimedia/opieplayer/wavplugin/Makefile.in
index 560534e..bcbe7f2 100644
--- a/core/multimedia/opieplayer/wavplugin/Makefile.in
+++ b/core/multimedia/opieplayer/wavplugin/Makefile.in
@@ -67,6 +67,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: wavplugin.pro
- tmake wavplugin.pro -o Makefile.in
+tmake:
+ tmake wavplugin.pro
diff --git a/core/pim/datebook/Makefile.in b/core/pim/datebook/Makefile.in
index cc31efe..0c3282e 100644
--- a/core/pim/datebook/Makefile.in
+++ b/core/pim/datebook/Makefile.in
@@ -126,6 +126,4 @@ moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: datebook.pro
- tmake datebook.pro -o Makefile.in
+tmake:
+ tmake datebook.pro
@@ -163,3 +161,9 @@ REQUIRES=
main.o: main.cpp \
- datebook.h
+ datebook.h \
+ $(OPIEDIR)/include/qpe/datebookdb.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
@@ -167,4 +171,13 @@ datebookday.o: datebookday.cpp \
datebookday.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
datebookdayheaderimpl.h \
- datebookdayheader.h
+ datebookdayheader.h \
+ $(OPIEDIR)/include/qpe/datebookdb.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/timestring.h \
+ $(OPIEDIR)/include/qpe/qpedebug.h
@@ -172,2 +185,7 @@ datebook.o: datebook.cpp \
datebook.h \
+ $(OPIEDIR)/include/qpe/datebookdb.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
datebookday.h \
@@ -177,3 +195,17 @@ datebook.o: datebook.cpp \
dateentryimpl.h \
- dateentry.h
+ dateentry.h \
+ $(OPIEDIR)/include/qpe/datebookmonth.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/qpedebug.h \
+ $(OPIEDIR)/include/qpe/finddialog.h \
+ $(OPIEDIR)/include/qpe/ir.h \
+ $(OPIEDIR)/include/qpe/qpemenubar.h \
+ $(OPIEDIR)/include/qpe/qpemessagebox.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/sound.h \
+ $(OPIEDIR)/include/qpe/timestring.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
+ $(OPIEDIR)/include/qpe/tzselect.h \
+ $(OPIEDIR)/include/qpe/xmlreader.h
@@ -182,4 +214,14 @@ dateentryimpl.o: dateentryimpl.cpp \
dateentry.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
repeatentry.h \
- repeatentrybase.h
+ repeatentrybase.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/categoryselect.h \
+ $(OPIEDIR)/include/qpe/datebookmonth.h \
+ $(OPIEDIR)/include/qpe/global.h \
+ $(OPIEDIR)/include/qpe/timestring.h \
+ $(OPIEDIR)/include/qpe/tzselect.h
@@ -187,3 +229,9 @@ datebookdayheaderimpl.o: datebookdayheaderimpl.cpp \
datebookdayheaderimpl.h \
- datebookdayheader.h
+ datebookdayheader.h \
+ $(OPIEDIR)/include/qpe/datebookmonth.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
+ $(OPIEDIR)/include/qpe/timestring.h
@@ -191,3 +239,4 @@ datebooksettings.o: datebooksettings.cpp \
datebooksettings.h \
- datebooksettingsbase.h
+ datebooksettingsbase.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
@@ -195,4 +244,12 @@ datebookweek.o: datebookweek.cpp \
datebookweek.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
datebookweekheaderimpl.h \
- datebookweekheader.h
+ datebookweekheader.h \
+ $(OPIEDIR)/include/qpe/calendar.h \
+ $(OPIEDIR)/include/qpe/datebookdb.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/timestring.h
@@ -204,3 +261,10 @@ repeatentry.o: repeatentry.cpp \
repeatentry.h \
- repeatentrybase.h
+ repeatentrybase.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h \
+ $(OPIEDIR)/include/qpe/datebookmonth.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
+ $(OPIEDIR)/include/qpe/timestring.h
@@ -247,6 +311,15 @@ repeatentrybase.o: repeatentrybase.cpp
moc_datebookday.o: moc_datebookday.cpp \
- datebookday.h
+ datebookday.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h
moc_datebook.o: moc_datebook.cpp \
- datebook.h
+ datebook.h \
+ $(OPIEDIR)/include/qpe/datebookdb.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h
@@ -254,3 +327,7 @@ moc_dateentryimpl.o: moc_dateentryimpl.cpp \
dateentryimpl.h \
- dateentry.h
+ dateentry.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h
@@ -261,3 +338,7 @@ moc_datebookdayheaderimpl.o: moc_datebookdayheaderimpl.cpp \
moc_datebookweek.o: moc_datebookweek.cpp \
- datebookweek.h
+ datebookweek.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h
@@ -269,3 +350,7 @@ moc_repeatentry.o: moc_repeatentry.cpp \
repeatentry.h \
- repeatentrybase.h
+ repeatentrybase.h \
+ $(OPIEDIR)/include/qpe/event.h \
+ $(OPIEDIR)/include/qpe/palmtoprecord.h \
+ $(OPIEDIR)/include/qpe/timeconversion.h \
+ $(OPIEDIR)/include/qpe/qpcglobal.h