summaryrefslogtreecommitdiff
path: root/core
Unidiff
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
@@ -101,6 +101,4 @@ moc: $(SRCMOC)
101 101
102tmake: Makefile.in 102tmake:
103 103 tmake embeddedkonsole.pro
104Makefile.in: embeddedkonsole.pro
105 tmake embeddedkonsole.pro -o Makefile.in
106 104
@@ -187,2 +185,3 @@ keytrans.o: keytrans.cpp \
187 keytrans.h \ 185 keytrans.h \
186 $(OPIEDIR)/include/qpe/qpeapplication.h \
188 default.keytab.h 187 default.keytab.h
@@ -190,2 +189,6 @@ keytrans.o: keytrans.cpp \
190konsole.o: konsole.cpp \ 189konsole.o: konsole.cpp \
190 $(OPIEDIR)/include/qpe/resource.h \
191 $(OPIEDIR)/include/qpe/qpetoolbar.h \
192 $(OPIEDIR)/include/qpe/qpemenubar.h \
193 $(OPIEDIR)/include/qpe/config.h \
191 konsole.h \ 194 konsole.h \
@@ -203,2 +206,3 @@ main.o: main.cpp \
203 konsole.h \ 206 konsole.h \
207 $(OPIEDIR)/include/qpe/qpetoolbar.h \
204 MyPty.h \ 208 MyPty.h \
@@ -211,3 +215,4 @@ main.o: main.cpp \
211 keytrans.h \ 215 keytrans.h \
212 session.h 216 session.h \
217 $(OPIEDIR)/include/qpe/qpeapplication.h
213 218
@@ -250,2 +255,3 @@ moc_konsole.o: moc_konsole.cpp \
250 konsole.h \ 255 konsole.h \
256 $(OPIEDIR)/include/qpe/qpetoolbar.h \
251 MyPty.h \ 257 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 \
27 desktop.h \ 27 desktop.h \
28 qprocess.h \
28 info.h \ 29 info.h \
@@ -65,2 +66,4 @@ SOURCES = background.cpp \
65 desktop.cpp \ 66 desktop.cpp \
67 qprocess.cpp \
68 qprocess_unix.cpp \
66 info.cpp \ 69 info.cpp \
@@ -112,2 +115,4 @@ OBJECTS = background.o \
112 desktop.o \ 115 desktop.o \
116 qprocess.o \
117 qprocess_unix.o \
113 info.o \ 118 info.o \
@@ -167,2 +172,3 @@ SRCMOC = moc_background.cpp \
167 moc_desktop.cpp \ 172 moc_desktop.cpp \
173 moc_qprocess.cpp \
168 moc_info.cpp \ 174 moc_info.cpp \
@@ -182,2 +188,3 @@ SRCMOC = moc_background.cpp \
182 moc_irserver.cpp \ 188 moc_irserver.cpp \
189 qprocess_unix.moc \
183 appicons.moc \ 190 appicons.moc \
@@ -187,2 +194,3 @@ OBJMOC = moc_background.o \
187 moc_desktop.o \ 194 moc_desktop.o \
195 moc_qprocess.o \
188 moc_info.o \ 196 moc_info.o \
@@ -292,3 +300,2 @@ desktop.o: desktop.cpp \
292 taskbar.h \ 300 taskbar.h \
293 $(OPIEDIR)/include/qpe/custom.h \
294 transferserver.h \ 301 transferserver.h \
@@ -303,2 +310,10 @@ desktop.o: desktop.cpp \
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 \
@@ -333,3 +348,2 @@ taskbar.o: taskbar.cpp \
333 taskbar.h \ 348 taskbar.h \
334 $(OPIEDIR)/include/qpe/custom.h \
335 desktop.h \ 349 desktop.h \
@@ -367,3 +381,5 @@ taskbar.o: taskbar.cpp \
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 \
@@ -451,3 +467,2 @@ $(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \
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 \
@@ -455,3 +470,4 @@ transferserver.o: transferserver.cpp \
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
@@ -494,3 +510,2 @@ main.o: main.cpp \
494 taskbar.h \ 510 taskbar.h \
495 $(OPIEDIR)/include/qpe/custom.h \
496 stabmon.h \ 511 stabmon.h \
@@ -749,2 +764,5 @@ moc_desktop.o: moc_desktop.cpp \
749 764
765moc_qprocess.o: moc_qprocess.cpp \
766 qprocess.h
767
750moc_info.o: moc_info.cpp \ 768moc_info.o: moc_info.cpp \
@@ -757,4 +775,3 @@ moc_appicons.o: moc_appicons.cpp \
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
@@ -807,3 +824,8 @@ moc_irserver.o: moc_irserver.cpp \
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 \
@@ -812,5 +834,2 @@ moc_shutdown.o: appicons.moc \
812 834
813moc_syncdialog.o: moc_shutdown.cpp \
814 shutdown.h
815
816moc_background.cpp: background.h 835moc_background.cpp: background.h
@@ -821,2 +840,5 @@ moc_desktop.cpp: desktop.h
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
@@ -866,2 +888,5 @@ moc_irserver.cpp: irserver.h
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
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)
102 102
103tmake: Makefile.in 103tmake:
104 104 tmake mpegplayer.pro
105Makefile.in: mpegplayer.pro
106 tmake mpegplayer.pro -o Makefile.in
107 105
@@ -139,4 +137,6 @@ REQUIRES=
139main.o: main.cpp \ 137main.o: main.cpp \
138 $(OPIEDIR)/include/qpe/qpeapplication.h \
140 mediaplayerstate.h \ 139 mediaplayerstate.h \
141 playlistwidget.h \ 140 playlistwidget.h \
141 $(OPIEDIR)/include/qpe/applnk.h \
142 audiowidget.h \ 142 audiowidget.h \
@@ -144,5 +144,11 @@ main.o: main.cpp \
144 loopcontrol.h \ 144 loopcontrol.h \
145 mediaplayer.h 145 mediaplayer.h \
146 $(OPIEDIR)/include/qpe/qlibrary.h \
147 $(OPIEDIR)/include/qpe/qcom.h \
148 $(OPIEDIR)/include/qpe/quuid.h \
149 $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h
146 150
147loopcontrol.o: loopcontrol.cpp \ 151loopcontrol.o: loopcontrol.cpp \
152 $(OPIEDIR)/include/qpe/qpeapplication.h \
153 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \
148 loopcontrol.h \ 154 loopcontrol.h \
@@ -150,2 +156,5 @@ loopcontrol.o: loopcontrol.cpp \
150 audiodevice.h \ 156 audiodevice.h \
157 mediaplayerplugininterface.h \
158 $(OPIEDIR)/include/qpe/qcom.h \
159 $(OPIEDIR)/include/qpe/quuid.h \
151 mediaplayerstate.h 160 mediaplayerstate.h
@@ -153,2 +162,4 @@ loopcontrol.o: loopcontrol.cpp \
153playlistselection.o: playlistselection.cpp \ 162playlistselection.o: playlistselection.cpp \
163 $(OPIEDIR)/include/qpe/applnk.h \
164 $(OPIEDIR)/include/qpe/resource.h \
154 playlistselection.h 165 playlistselection.h
@@ -156,2 +167,8 @@ playlistselection.o: playlistselection.cpp \
156mediaplayerstate.o: mediaplayerstate.cpp \ 167mediaplayerstate.o: mediaplayerstate.cpp \
168 $(OPIEDIR)/include/qpe/qpeapplication.h \
169 $(OPIEDIR)/include/qpe/qlibrary.h \
170 $(OPIEDIR)/include/qpe/qcom.h \
171 $(OPIEDIR)/include/qpe/quuid.h \
172 $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
173 $(OPIEDIR)/include/qpe/config.h \
157 mediaplayerstate.h \ 174 mediaplayerstate.h \
@@ -162,2 +179,6 @@ mediaplayerstate.o: mediaplayerstate.cpp \
162videowidget.o: videowidget.cpp \ 179videowidget.o: videowidget.cpp \
180 $(OPIEDIR)/include/qpe/resource.h \
181 $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
182 $(OPIEDIR)/include/qpe/qcom.h \
183 $(OPIEDIR)/include/qpe/quuid.h \
163 videowidget.h \ 184 videowidget.h \
@@ -166,2 +187,3 @@ videowidget.o: videowidget.cpp \
166audiowidget.o: audiowidget.cpp \ 187audiowidget.o: audiowidget.cpp \
188 $(OPIEDIR)/include/qpe/resource.h \
167 audiowidget.h \ 189 audiowidget.h \
@@ -170,2 +192,9 @@ audiowidget.o: audiowidget.cpp \
170playlistwidget.o: playlistwidget.cpp \ 192playlistwidget.o: playlistwidget.cpp \
193 $(OPIEDIR)/include/qpe/qpemenubar.h \
194 $(OPIEDIR)/include/qpe/qpetoolbar.h \
195 $(OPIEDIR)/include/qpe/fileselector.h \
196 $(OPIEDIR)/include/qpe/applnk.h \
197 $(OPIEDIR)/include/qpe/config.h \
198 $(OPIEDIR)/include/qpe/global.h \
199 $(OPIEDIR)/include/qpe/resource.h \
171 playlistselection.h \ 200 playlistselection.h \
@@ -175,4 +204,12 @@ playlistwidget.o: playlistwidget.cpp \
175mediaplayer.o: mediaplayer.cpp \ 204mediaplayer.o: mediaplayer.cpp \
205 $(OPIEDIR)/include/qpe/qpeapplication.h \
206 $(OPIEDIR)/include/qpe/qlibrary.h \
207 $(OPIEDIR)/include/qpe/qcom.h \
208 $(OPIEDIR)/include/qpe/quuid.h \
209 $(OPIEDIR)/include/qpe/resource.h \
210 $(OPIEDIR)/include/qpe/config.h \
176 mediaplayer.h \ 211 mediaplayer.h \
212 $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \
177 playlistwidget.h \ 213 playlistwidget.h \
214 $(OPIEDIR)/include/qpe/applnk.h \
178 audiowidget.h \ 215 audiowidget.h \
@@ -183,3 +220,6 @@ mediaplayer.o: mediaplayer.cpp \
183audiodevice.o: audiodevice.cpp \ 220audiodevice.o: audiodevice.cpp \
184 audiodevice.h 221 $(OPIEDIR)/include/qpe/qpeapplication.h \
222 $(OPIEDIR)/include/qpe/config.h \
223 audiodevice.h \
224 $(OPIEDIR)/include/qpe/qcopenvelope_qws.h
185 225
@@ -189,3 +229,4 @@ moc_loopcontrol.o: moc_loopcontrol.cpp \
189moc_playlistselection.o: moc_playlistselection.cpp \ 229moc_playlistselection.o: moc_playlistselection.cpp \
190 playlistselection.h 230 playlistselection.h \
231 $(OPIEDIR)/include/qpe/applnk.h
191 232
@@ -201,6 +242,11 @@ moc_audiowidget.o: moc_audiowidget.cpp \
201moc_playlistwidget.o: moc_playlistwidget.cpp \ 242moc_playlistwidget.o: moc_playlistwidget.cpp \
202 playlistwidget.h 243 playlistwidget.h \
244 $(OPIEDIR)/include/qpe/applnk.h
203 245
204moc_mediaplayer.o: moc_mediaplayer.cpp \ 246moc_mediaplayer.o: moc_mediaplayer.cpp \
205 mediaplayer.h 247 mediaplayer.h \
248 $(OPIEDIR)/include/qpe/qlibrary.h \
249 $(OPIEDIR)/include/qpe/qcom.h \
250 $(OPIEDIR)/include/qpe/quuid.h \
251 $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h
206 252
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)
102 102
103tmake: Makefile.in 103tmake:
104 104 tmake libmad.pro
105Makefile.in: libmad.pro
106 tmake libmad.pro -o Makefile.in
107 105
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)
131 131
132tmake: Makefile.in 132tmake:
133 133 tmake libmpeg3.pro
134Makefile.in: libmpeg3.pro
135 tmake libmpeg3.pro -o Makefile.in
136 134
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)
67 67
68tmake: Makefile.in 68tmake:
69 69 tmake wavplugin.pro
70Makefile.in: wavplugin.pro
71 tmake wavplugin.pro -o Makefile.in
72 70
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)
126 126
127tmake: Makefile.in 127tmake:
128 128 tmake datebook.pro
129Makefile.in: datebook.pro
130 tmake datebook.pro -o Makefile.in
131 129
@@ -163,3 +161,9 @@ REQUIRES=
163main.o: main.cpp \ 161main.o: main.cpp \
164 datebook.h 162 datebook.h \
163 $(OPIEDIR)/include/qpe/datebookdb.h \
164 $(OPIEDIR)/include/qpe/event.h \
165 $(OPIEDIR)/include/qpe/palmtoprecord.h \
166 $(OPIEDIR)/include/qpe/timeconversion.h \
167 $(OPIEDIR)/include/qpe/qpcglobal.h \
168 $(OPIEDIR)/include/qpe/qpeapplication.h
165 169
@@ -167,4 +171,13 @@ datebookday.o: datebookday.cpp \
167 datebookday.h \ 171 datebookday.h \
172 $(OPIEDIR)/include/qpe/event.h \
173 $(OPIEDIR)/include/qpe/palmtoprecord.h \
174 $(OPIEDIR)/include/qpe/timeconversion.h \
175 $(OPIEDIR)/include/qpe/qpcglobal.h \
168 datebookdayheaderimpl.h \ 176 datebookdayheaderimpl.h \
169 datebookdayheader.h 177 datebookdayheader.h \
178 $(OPIEDIR)/include/qpe/datebookdb.h \
179 $(OPIEDIR)/include/qpe/resource.h \
180 $(OPIEDIR)/include/qpe/qpeapplication.h \
181 $(OPIEDIR)/include/qpe/timestring.h \
182 $(OPIEDIR)/include/qpe/qpedebug.h
170 183
@@ -172,2 +185,7 @@ datebook.o: datebook.cpp \
172 datebook.h \ 185 datebook.h \
186 $(OPIEDIR)/include/qpe/datebookdb.h \
187 $(OPIEDIR)/include/qpe/event.h \
188 $(OPIEDIR)/include/qpe/palmtoprecord.h \
189 $(OPIEDIR)/include/qpe/timeconversion.h \
190 $(OPIEDIR)/include/qpe/qpcglobal.h \
173 datebookday.h \ 191 datebookday.h \
@@ -177,3 +195,17 @@ datebook.o: datebook.cpp \
177 dateentryimpl.h \ 195 dateentryimpl.h \
178 dateentry.h 196 dateentry.h \
197 $(OPIEDIR)/include/qpe/datebookmonth.h \
198 $(OPIEDIR)/include/qpe/qpeapplication.h \
199 $(OPIEDIR)/include/qpe/config.h \
200 $(OPIEDIR)/include/qpe/qpedebug.h \
201 $(OPIEDIR)/include/qpe/finddialog.h \
202 $(OPIEDIR)/include/qpe/ir.h \
203 $(OPIEDIR)/include/qpe/qpemenubar.h \
204 $(OPIEDIR)/include/qpe/qpemessagebox.h \
205 $(OPIEDIR)/include/qpe/resource.h \
206 $(OPIEDIR)/include/qpe/sound.h \
207 $(OPIEDIR)/include/qpe/timestring.h \
208 $(OPIEDIR)/include/qpe/qpetoolbar.h \
209 $(OPIEDIR)/include/qpe/tzselect.h \
210 $(OPIEDIR)/include/qpe/xmlreader.h
179 211
@@ -182,4 +214,14 @@ dateentryimpl.o: dateentryimpl.cpp \
182 dateentry.h \ 214 dateentry.h \
215 $(OPIEDIR)/include/qpe/event.h \
216 $(OPIEDIR)/include/qpe/palmtoprecord.h \
217 $(OPIEDIR)/include/qpe/timeconversion.h \
218 $(OPIEDIR)/include/qpe/qpcglobal.h \
183 repeatentry.h \ 219 repeatentry.h \
184 repeatentrybase.h 220 repeatentrybase.h \
221 $(OPIEDIR)/include/qpe/qpeapplication.h \
222 $(OPIEDIR)/include/qpe/categoryselect.h \
223 $(OPIEDIR)/include/qpe/datebookmonth.h \
224 $(OPIEDIR)/include/qpe/global.h \
225 $(OPIEDIR)/include/qpe/timestring.h \
226 $(OPIEDIR)/include/qpe/tzselect.h
185 227
@@ -187,3 +229,9 @@ datebookdayheaderimpl.o: datebookdayheaderimpl.cpp \
187 datebookdayheaderimpl.h \ 229 datebookdayheaderimpl.h \
188 datebookdayheader.h 230 datebookdayheader.h \
231 $(OPIEDIR)/include/qpe/datebookmonth.h \
232 $(OPIEDIR)/include/qpe/event.h \
233 $(OPIEDIR)/include/qpe/palmtoprecord.h \
234 $(OPIEDIR)/include/qpe/timeconversion.h \
235 $(OPIEDIR)/include/qpe/qpcglobal.h \
236 $(OPIEDIR)/include/qpe/timestring.h
189 237
@@ -191,3 +239,4 @@ datebooksettings.o: datebooksettings.cpp \
191 datebooksettings.h \ 239 datebooksettings.h \
192 datebooksettingsbase.h 240 datebooksettingsbase.h \
241 $(OPIEDIR)/include/qpe/qpeapplication.h
193 242
@@ -195,4 +244,12 @@ datebookweek.o: datebookweek.cpp \
195 datebookweek.h \ 244 datebookweek.h \
245 $(OPIEDIR)/include/qpe/event.h \
246 $(OPIEDIR)/include/qpe/palmtoprecord.h \
247 $(OPIEDIR)/include/qpe/timeconversion.h \
248 $(OPIEDIR)/include/qpe/qpcglobal.h \
196 datebookweekheaderimpl.h \ 249 datebookweekheaderimpl.h \
197 datebookweekheader.h 250 datebookweekheader.h \
251 $(OPIEDIR)/include/qpe/calendar.h \
252 $(OPIEDIR)/include/qpe/datebookdb.h \
253 $(OPIEDIR)/include/qpe/qpeapplication.h \
254 $(OPIEDIR)/include/qpe/timestring.h
198 255
@@ -204,3 +261,10 @@ repeatentry.o: repeatentry.cpp \
204 repeatentry.h \ 261 repeatentry.h \
205 repeatentrybase.h 262 repeatentrybase.h \
263 $(OPIEDIR)/include/qpe/event.h \
264 $(OPIEDIR)/include/qpe/palmtoprecord.h \
265 $(OPIEDIR)/include/qpe/timeconversion.h \
266 $(OPIEDIR)/include/qpe/qpcglobal.h \
267 $(OPIEDIR)/include/qpe/datebookmonth.h \
268 $(OPIEDIR)/include/qpe/qpeapplication.h \
269 $(OPIEDIR)/include/qpe/timestring.h
206 270
@@ -247,6 +311,15 @@ repeatentrybase.o: repeatentrybase.cpp
247moc_datebookday.o: moc_datebookday.cpp \ 311moc_datebookday.o: moc_datebookday.cpp \
248 datebookday.h 312 datebookday.h \
313 $(OPIEDIR)/include/qpe/event.h \
314 $(OPIEDIR)/include/qpe/palmtoprecord.h \
315 $(OPIEDIR)/include/qpe/timeconversion.h \
316 $(OPIEDIR)/include/qpe/qpcglobal.h
249 317
250moc_datebook.o: moc_datebook.cpp \ 318moc_datebook.o: moc_datebook.cpp \
251 datebook.h 319 datebook.h \
320 $(OPIEDIR)/include/qpe/datebookdb.h \
321 $(OPIEDIR)/include/qpe/event.h \
322 $(OPIEDIR)/include/qpe/palmtoprecord.h \
323 $(OPIEDIR)/include/qpe/timeconversion.h \
324 $(OPIEDIR)/include/qpe/qpcglobal.h
252 325
@@ -254,3 +327,7 @@ moc_dateentryimpl.o: moc_dateentryimpl.cpp \
254 dateentryimpl.h \ 327 dateentryimpl.h \
255 dateentry.h 328 dateentry.h \
329 $(OPIEDIR)/include/qpe/event.h \
330 $(OPIEDIR)/include/qpe/palmtoprecord.h \
331 $(OPIEDIR)/include/qpe/timeconversion.h \
332 $(OPIEDIR)/include/qpe/qpcglobal.h
256 333
@@ -261,3 +338,7 @@ moc_datebookdayheaderimpl.o: moc_datebookdayheaderimpl.cpp \
261moc_datebookweek.o: moc_datebookweek.cpp \ 338moc_datebookweek.o: moc_datebookweek.cpp \
262 datebookweek.h 339 datebookweek.h \
340 $(OPIEDIR)/include/qpe/event.h \
341 $(OPIEDIR)/include/qpe/palmtoprecord.h \
342 $(OPIEDIR)/include/qpe/timeconversion.h \
343 $(OPIEDIR)/include/qpe/qpcglobal.h
263 344
@@ -269,3 +350,7 @@ moc_repeatentry.o: moc_repeatentry.cpp \
269 repeatentry.h \ 350 repeatentry.h \
270 repeatentrybase.h 351 repeatentrybase.h \
352 $(OPIEDIR)/include/qpe/event.h \
353 $(OPIEDIR)/include/qpe/palmtoprecord.h \
354 $(OPIEDIR)/include/qpe/timeconversion.h \
355 $(OPIEDIR)/include/qpe/qpcglobal.h
271 356