summaryrefslogtreecommitdiff
path: root/core
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
parent190a0111ccd874923bf88dac938531a18f52e698 (diff)
downloadopie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.zip
opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.tar.gz
opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.tar.bz2
Making opie compile again.
Diffstat (limited to 'core') (more/less context) (show 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
@@ -100,8 +100,6 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: embeddedkonsole.pro
- tmake embeddedkonsole.pro -o Makefile.in
+tmake:
+ tmake embeddedkonsole.pro
clean:
@@ -186,7 +184,12 @@ session.o: session.cpp \
keytrans.o: keytrans.cpp \
keytrans.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
default.keytab.h
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 \
MyPty.h \
@@ -202,4 +205,5 @@ konsole.o: konsole.cpp \
main.o: main.cpp \
konsole.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
MyPty.h \
TEWidget.h \
@@ -210,5 +214,6 @@ main.o: main.cpp \
TEmulation.h \
keytrans.h \
- session.h
+ session.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
MyPty.o: MyPty.cpp \
@@ -249,4 +254,5 @@ moc_session.o: moc_session.cpp \
moc_konsole.o: moc_konsole.cpp \
konsole.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
MyPty.h \
TEWidget.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
@@ -26,4 +26,5 @@ TARGET1 = lib$(TARGET).so.$(VER_MAJ)
HEADERS = background.h \
desktop.h \
+ qprocess.h \
info.h \
appicons.h \
@@ -64,4 +65,6 @@ HEADERS = background.h \
SOURCES = background.cpp \
desktop.cpp \
+ qprocess.cpp \
+ qprocess_unix.cpp \
info.cpp \
appicons.cpp \
@@ -111,4 +114,6 @@ SOURCES = background.cpp \
OBJECTS = background.o \
desktop.o \
+ qprocess.o \
+ qprocess_unix.o \
info.o \
appicons.o \
@@ -166,4 +171,5 @@ UICIMPLS = shutdown.cpp \
SRCMOC = moc_background.cpp \
moc_desktop.cpp \
+ moc_qprocess.cpp \
moc_info.cpp \
moc_appicons.cpp \
@@ -181,4 +187,5 @@ SRCMOC = moc_background.cpp \
moc_packageslave.cpp \
moc_irserver.cpp \
+ qprocess_unix.moc \
appicons.moc \
moc_shutdown.cpp \
@@ -186,4 +193,5 @@ SRCMOC = moc_background.cpp \
OBJMOC = moc_background.o \
moc_desktop.o \
+ moc_qprocess.o \
moc_info.o \
moc_appicons.o \
@@ -291,5 +299,4 @@ desktop.o: desktop.cpp \
startmenu.h \
taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h \
transferserver.h \
irserver.h \
@@ -302,4 +309,12 @@ desktop.o: desktop.cpp \
$(OPIEDIR)/include/qpe/global.h
+qprocess.o: qprocess.cpp \
+ qprocess.h
+
+qprocess_unix.o: qprocess_unix.cpp \
+ qprocess_unix.moc \
+ qprocess.h \
+ qcleanuphandler_p.h
+
info.o: info.cpp \
info.h \
@@ -332,5 +347,4 @@ taskbar.o: taskbar.cpp \
appicons.h \
taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h \
desktop.h \
shutdownimpl.h \
@@ -366,5 +380,7 @@ taskbar.o: taskbar.cpp \
../mpegplayer/mediaplayer.h \
$(OPIEDIR)/include/qpe/qlibrary.h \
+ $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
../embeddedkonsole/konsole.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
../wordgame/wordgame.h \
$(OPIEDIR)/include/qpe/qdawg.h
@@ -450,9 +466,9 @@ $(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \
transferserver.o: transferserver.cpp \
- $(OPIEDIR)/include/qpe/qprocess.h \
$(OPIEDIR)/include/qpe/process.h \
$(OPIEDIR)/include/qpe/config.h \
$(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
- transferserver.h
+ transferserver.h \
+ qprocess.h
packageslave.o: packageslave.cpp \
@@ -493,5 +509,4 @@ main.o: main.cpp \
$(OPIEDIR)/include/qpe/qpeapplication.h \
taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h \
stabmon.h \
$(OPIEDIR)/include/qpe/network.h \
@@ -748,4 +763,7 @@ moc_desktop.o: moc_desktop.cpp \
$(OPIEDIR)/include/qpe/qpeapplication.h
+moc_qprocess.o: moc_qprocess.cpp \
+ qprocess.h
+
moc_info.o: moc_info.cpp \
info.h \
@@ -756,6 +774,5 @@ moc_appicons.o: moc_appicons.cpp \
moc_taskbar.o: moc_taskbar.cpp \
- taskbar.h \
- $(OPIEDIR)/include/qpe/custom.h
+ taskbar.h
moc_sidething.o: moc_sidething.cpp \
@@ -806,12 +823,14 @@ moc_irserver.o: moc_irserver.cpp \
irserver.h
-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 \
appicons.h \
$(OPIEDIR)/include/qpe/qcopenvelope_qws.h
-moc_syncdialog.o: moc_shutdown.cpp \
- shutdown.h
-
moc_background.cpp: background.h
$(MOC) background.h -o moc_background.cpp
@@ -820,4 +839,7 @@ moc_desktop.cpp: desktop.h
$(MOC) desktop.h -o moc_desktop.cpp
+moc_qprocess.cpp: qprocess.h
+ $(MOC) qprocess.h -o moc_qprocess.cpp
+
moc_info.cpp: info.h
$(MOC) info.h -o moc_info.cpp
@@ -865,4 +887,7 @@ moc_irserver.cpp: irserver.h
$(MOC) irserver.h -o moc_irserver.cpp
+qprocess_unix.moc: qprocess_unix.cpp
+ $(MOC) qprocess_unix.cpp -o qprocess_unix.moc
+
appicons.moc: appicons.cpp
$(MOC) appicons.cpp -o appicons.moc
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
@@ -101,8 +101,6 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: mpegplayer.pro
- tmake mpegplayer.pro -o Makefile.in
+tmake:
+ tmake mpegplayer.pro
clean:
@@ -138,21 +136,40 @@ REQUIRES=
main.o: main.cpp \
+ $(OPIEDIR)/include/qpe/qpeapplication.h \
mediaplayerstate.h \
playlistwidget.h \
+ $(OPIEDIR)/include/qpe/applnk.h \
audiowidget.h \
videowidget.h \
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 \
videowidget.h \
audiodevice.h \
+ mediaplayerplugininterface.h \
+ $(OPIEDIR)/include/qpe/qcom.h \
+ $(OPIEDIR)/include/qpe/quuid.h \
mediaplayerstate.h
playlistselection.o: playlistselection.cpp \
+ $(OPIEDIR)/include/qpe/applnk.h \
+ $(OPIEDIR)/include/qpe/resource.h \
playlistselection.h
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 \
libmad/libmadpluginimpl.h \
@@ -161,12 +178,24 @@ 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 \
mediaplayerstate.h
audiowidget.o: audiowidget.cpp \
+ $(OPIEDIR)/include/qpe/resource.h \
audiowidget.h \
mediaplayerstate.h
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 \
playlistwidget.h \
@@ -174,6 +203,14 @@ 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 \
loopcontrol.h \
@@ -182,5 +219,8 @@ 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
moc_loopcontrol.o: moc_loopcontrol.cpp \
@@ -188,5 +228,6 @@ moc_loopcontrol.o: moc_loopcontrol.cpp \
moc_playlistselection.o: moc_playlistselection.cpp \
- playlistselection.h
+ playlistselection.h \
+ $(OPIEDIR)/include/qpe/applnk.h
moc_mediaplayerstate.o: moc_mediaplayerstate.cpp \
@@ -200,8 +241,13 @@ 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
moc_audiodevice.o: moc_audiodevice.cpp \
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
@@ -101,8 +101,6 @@ $(DESTDIR)$(SYSCONF_LINK_TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: libmad.pro
- tmake libmad.pro -o Makefile.in
+tmake:
+ tmake libmad.pro
clean:
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
@@ -130,8 +130,6 @@ $(DESTDIR)$(SYSCONF_LINK_TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: libmpeg3.pro
- tmake libmpeg3.pro -o Makefile.in
+tmake:
+ tmake libmpeg3.pro
clean:
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
@@ -66,8 +66,6 @@ $(DESTDIR)$(SYSCONF_LINK_TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: wavplugin.pro
- tmake wavplugin.pro -o Makefile.in
+tmake:
+ tmake wavplugin.pro
clean:
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
@@ -125,8 +125,6 @@ $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: datebook.pro
- tmake datebook.pro -o Makefile.in
+tmake:
+ tmake datebook.pro
clean:
@@ -162,13 +160,33 @@ 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
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
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 \
datebooksettings.h \
@@ -176,24 +194,63 @@ datebook.o: datebook.cpp \
datebookweek.h \
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
dateentryimpl.o: dateentryimpl.cpp \
dateentryimpl.h \
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
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
datebooksettings.o: datebooksettings.cpp \
datebooksettings.h \
- datebooksettingsbase.h
+ datebooksettingsbase.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
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
datebookweekheaderimpl.o: datebookweekheaderimpl.cpp \
@@ -203,5 +260,12 @@ datebookweekheaderimpl.o: datebookweekheaderimpl.cpp \
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
dateentry.h: dateentry.ui
@@ -246,12 +310,25 @@ 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
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
moc_datebookdayheaderimpl.o: moc_datebookdayheaderimpl.cpp \
@@ -260,5 +337,9 @@ 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
moc_datebookweekheaderimpl.o: moc_datebookweekheaderimpl.cpp \
@@ -268,5 +349,9 @@ moc_datebookweekheaderimpl.o: moc_datebookweekheaderimpl.cpp \
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
moc_dateentry.o: moc_dateentry.cpp \