-rw-r--r-- | core/apps/embeddedkonsole/Makefile.in | 16 | ||||
-rw-r--r-- | core/launcher/Makefile.in | 47 | ||||
-rw-r--r-- | core/multimedia/opieplayer/Makefile.in | 64 | ||||
-rw-r--r-- | core/multimedia/opieplayer/libmad/Makefile.in | 6 | ||||
-rw-r--r-- | core/multimedia/opieplayer/libmpeg3/Makefile.in | 6 | ||||
-rw-r--r-- | core/multimedia/opieplayer/wavplugin/Makefile.in | 6 | ||||
-rw-r--r-- | core/pim/datebook/Makefile.in | 119 | ||||
-rw-r--r-- | freetype/Makefile.in | 10 | ||||
-rw-r--r-- | library/Makefile.in | 40 | ||||
-rw-r--r-- | noncore/apps/tableviewer/Makefile.in | 24 | ||||
-rw-r--r-- | noncore/games/chess/Makefile.in | 13 | ||||
-rw-r--r-- | noncore/games/go/Makefile.in | 15 | ||||
-rw-r--r-- | quickexec/Makefile.in | 6 | ||||
-rw-r--r-- | rsync/Makefile.in | 391 |
14 files changed, 274 insertions, 489 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 | ||
102 | tmake: Makefile.in | 102 | tmake: |
103 | 103 | tmake embeddedkonsole.pro | |
104 | Makefile.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 \ | |||
190 | konsole.o: konsole.cpp \ | 189 | konsole.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 | ||
311 | qprocess.o: qprocess.cpp \ | ||
312 | qprocess.h | ||
313 | |||
314 | qprocess_unix.o: qprocess_unix.cpp \ | ||
315 | qprocess_unix.moc \ | ||
316 | qprocess.h \ | ||
317 | qcleanuphandler_p.h | ||
318 | |||
304 | info.o: info.cpp \ | 319 | info.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 \ | |||
451 | transferserver.o: transferserver.cpp \ | 467 | transferserver.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 | ||
765 | moc_qprocess.o: moc_qprocess.cpp \ | ||
766 | qprocess.h | ||
767 | |||
750 | moc_info.o: moc_info.cpp \ | 768 | moc_info.o: moc_info.cpp \ |
@@ -757,4 +775,3 @@ moc_appicons.o: moc_appicons.cpp \ | |||
757 | moc_taskbar.o: moc_taskbar.cpp \ | 775 | moc_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 | ||
808 | moc_shutdown.o: appicons.moc \ | 825 | moc_shutdown.o: qprocess_unix.moc \ |
826 | qprocess_unix.cpp \ | ||
827 | qprocess.h \ | ||
828 | qcleanuphandler_p.h | ||
829 | |||
830 | moc_syncdialog.o: appicons.moc \ | ||
809 | appicons.cpp \ | 831 | appicons.cpp \ |
@@ -812,5 +834,2 @@ moc_shutdown.o: appicons.moc \ | |||
812 | 834 | ||
813 | moc_syncdialog.o: moc_shutdown.cpp \ | ||
814 | shutdown.h | ||
815 | |||
816 | moc_background.cpp: background.h | 835 | moc_background.cpp: background.h |
@@ -821,2 +840,5 @@ moc_desktop.cpp: desktop.h | |||
821 | 840 | ||
841 | moc_qprocess.cpp: qprocess.h | ||
842 | $(MOC) qprocess.h -o moc_qprocess.cpp | ||
843 | |||
822 | moc_info.cpp: info.h | 844 | moc_info.cpp: info.h |
@@ -866,2 +888,5 @@ moc_irserver.cpp: irserver.h | |||
866 | 888 | ||
889 | qprocess_unix.moc: qprocess_unix.cpp | ||
890 | $(MOC) qprocess_unix.cpp -o qprocess_unix.moc | ||
891 | |||
867 | appicons.moc: appicons.cpp | 892 | 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) | |||
102 | 102 | ||
103 | tmake: Makefile.in | 103 | tmake: |
104 | 104 | tmake mpegplayer.pro | |
105 | Makefile.in: mpegplayer.pro | ||
106 | tmake mpegplayer.pro -o Makefile.in | ||
107 | 105 | ||
@@ -139,4 +137,6 @@ REQUIRES= | |||
139 | main.o: main.cpp \ | 137 | main.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 | ||
147 | loopcontrol.o: loopcontrol.cpp \ | 151 | loopcontrol.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 \ | |||
153 | playlistselection.o: playlistselection.cpp \ | 162 | playlistselection.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 \ | |||
156 | mediaplayerstate.o: mediaplayerstate.cpp \ | 167 | mediaplayerstate.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 \ | |||
162 | videowidget.o: videowidget.cpp \ | 179 | videowidget.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 \ | |||
166 | audiowidget.o: audiowidget.cpp \ | 187 | audiowidget.o: audiowidget.cpp \ |
188 | $(OPIEDIR)/include/qpe/resource.h \ | ||
167 | audiowidget.h \ | 189 | audiowidget.h \ |
@@ -170,2 +192,9 @@ audiowidget.o: audiowidget.cpp \ | |||
170 | playlistwidget.o: playlistwidget.cpp \ | 192 | playlistwidget.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 \ | |||
175 | mediaplayer.o: mediaplayer.cpp \ | 204 | mediaplayer.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 \ | |||
183 | audiodevice.o: audiodevice.cpp \ | 220 | audiodevice.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 \ | |||
189 | moc_playlistselection.o: moc_playlistselection.cpp \ | 229 | moc_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 \ | |||
201 | moc_playlistwidget.o: moc_playlistwidget.cpp \ | 242 | moc_playlistwidget.o: moc_playlistwidget.cpp \ |
202 | playlistwidget.h | 243 | playlistwidget.h \ |
244 | $(OPIEDIR)/include/qpe/applnk.h | ||
203 | 245 | ||
204 | moc_mediaplayer.o: moc_mediaplayer.cpp \ | 246 | moc_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 | ||
103 | tmake: Makefile.in | 103 | tmake: |
104 | 104 | tmake libmad.pro | |
105 | Makefile.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 | ||
132 | tmake: Makefile.in | 132 | tmake: |
133 | 133 | tmake libmpeg3.pro | |
134 | Makefile.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 | ||
68 | tmake: Makefile.in | 68 | tmake: |
69 | 69 | tmake wavplugin.pro | |
70 | Makefile.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 | ||
127 | tmake: Makefile.in | 127 | tmake: |
128 | 128 | tmake datebook.pro | |
129 | Makefile.in: datebook.pro | ||
130 | tmake datebook.pro -o Makefile.in | ||
131 | 129 | ||
@@ -163,3 +161,9 @@ REQUIRES= | |||
163 | main.o: main.cpp \ | 161 | main.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 | |||
247 | moc_datebookday.o: moc_datebookday.cpp \ | 311 | moc_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 | ||
250 | moc_datebook.o: moc_datebook.cpp \ | 318 | moc_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 \ | |||
261 | moc_datebookweek.o: moc_datebookweek.cpp \ | 338 | moc_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 | ||
diff --git a/freetype/Makefile.in b/freetype/Makefile.in index ba4c829..cdc6fa4 100644 --- a/freetype/Makefile.in +++ b/freetype/Makefile.in | |||
@@ -8,3 +8,3 @@ CC = $(SYSCONF_CC) $(QT_C_MT) | |||
8 | CFLAGS =$(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) | 8 | CFLAGS =$(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) |
9 | INCPATH =-I../library | 9 | INCPATH =-I$(OPIEDIR)/include |
10 | LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) | 10 | LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) |
@@ -26,4 +26,3 @@ TARGET1 = lib$(TARGET).so.$(VER_MAJ) | |||
26 | HEADERS =fontfactoryttf_qws.h \ | 26 | HEADERS =fontfactoryttf_qws.h \ |
27 | freetypefactoryimpl.h \ | 27 | freetypefactoryimpl.h |
28 | qfontdata_p.h | ||
29 | SOURCES =fontfactoryttf_qws.cpp \ | 28 | SOURCES =fontfactoryttf_qws.cpp \ |
@@ -111,6 +110,3 @@ freetypefactoryimpl.o: freetypefactoryimpl.cpp \ | |||
111 | qfontdata_p.h \ | 110 | qfontdata_p.h \ |
112 | freetypefactoryimpl.h \ | 111 | freetypefactoryimpl.h |
113 | ../library/fontfactoryinterface.h \ | ||
114 | ../library/qcom.h \ | ||
115 | ../library/quuid.h | ||
116 | 112 | ||
diff --git a/library/Makefile.in b/library/Makefile.in index b8fc1f6..dcea4b8 100644 --- a/library/Makefile.in +++ b/library/Makefile.in | |||
@@ -80,3 +80,7 @@ HEADERS = calendar.h \ | |||
80 | finddialog.h \ | 80 | finddialog.h \ |
81 | lnkproperties.h | 81 | lnkproperties.h \ |
82 | quuid.h \ | ||
83 | qcom.h \ | ||
84 | qlibrary.h \ | ||
85 | qlibrary_p.h | ||
82 | SOURCES =calendar.cpp \ | 86 | SOURCES =calendar.cpp \ |
@@ -135,3 +139,6 @@ SOURCES = calendar.cpp \ | |||
135 | finddialog.cpp \ | 139 | finddialog.cpp \ |
136 | lnkproperties.cpp | 140 | lnkproperties.cpp \ |
141 | quuid.cpp \ | ||
142 | qlibrary.cpp \ | ||
143 | qlibrary_unix.cpp | ||
137 | OBJECTS =calendar.o \ | 144 | OBJECTS =calendar.o \ |
@@ -191,2 +198,5 @@ OBJECTS = calendar.o \ | |||
191 | lnkproperties.o \ | 198 | lnkproperties.o \ |
199 | quuid.o \ | ||
200 | qlibrary.o \ | ||
201 | qlibrary_unix.o \ | ||
192 | passwordbase_p.o \ | 202 | passwordbase_p.o \ |
@@ -228,2 +238,3 @@ SRCMOC = moc_menubutton.cpp \ | |||
228 | moc_lnkproperties.cpp \ | 238 | moc_lnkproperties.cpp \ |
239 | moc_qlibrary_p.cpp \ | ||
229 | global.moc \ | 240 | global.moc \ |
@@ -258,2 +269,3 @@ OBJMOC = moc_menubutton.o \ | |||
258 | moc_lnkproperties.o \ | 269 | moc_lnkproperties.o \ |
270 | moc_qlibrary_p.o \ | ||
259 | moc_passwordbase_p.o \ | 271 | moc_passwordbase_p.o \ |
@@ -293,6 +305,4 @@ moc: $(SRCMOC) | |||
293 | 305 | ||
294 | tmake: Makefile.in | 306 | tmake: |
295 | 307 | tmake library.pro | |
296 | Makefile.in: library.pro | ||
297 | tmake library.pro -o Makefile.in | ||
298 | 308 | ||
@@ -604,2 +614,13 @@ lnkproperties.o: lnkproperties.cpp \ | |||
604 | 614 | ||
615 | quuid.o: quuid.cpp \ | ||
616 | quuid.h | ||
617 | |||
618 | qlibrary.o: qlibrary.cpp \ | ||
619 | qlibrary_p.h \ | ||
620 | qlibrary.h | ||
621 | |||
622 | qlibrary_unix.o: qlibrary_unix.cpp \ | ||
623 | qlibrary_p.h \ | ||
624 | qlibrary.h | ||
625 | |||
605 | passwordbase_p.h: passwordbase_p.ui | 626 | passwordbase_p.h: passwordbase_p.ui |
@@ -709,2 +730,6 @@ moc_lnkproperties.o: moc_lnkproperties.cpp \ | |||
709 | 730 | ||
731 | moc_qlibrary_p.o: moc_qlibrary_p.cpp \ | ||
732 | qlibrary_p.h \ | ||
733 | qlibrary.h | ||
734 | |||
710 | moc_passwordbase_p.o: global.moc \ | 735 | moc_passwordbase_p.o: global.moc \ |
@@ -790,2 +815,5 @@ moc_lnkproperties.cpp: lnkproperties.h | |||
790 | 815 | ||
816 | moc_qlibrary_p.cpp: qlibrary_p.h | ||
817 | $(MOC) qlibrary_p.h -o moc_qlibrary_p.cpp | ||
818 | |||
791 | global.moc: global.cpp | 819 | global.moc: global.cpp |
diff --git a/noncore/apps/tableviewer/Makefile.in b/noncore/apps/tableviewer/Makefile.in index 8c5dc26..e135d82 100644 --- a/noncore/apps/tableviewer/Makefile.in +++ b/noncore/apps/tableviewer/Makefile.in | |||
@@ -8,3 +8,3 @@ CC = $(SYSCONF_CC) $(QT_C_MT) | |||
8 | CFLAGS =$(SYSCONF_CFLAGS) | 8 | CFLAGS =$(SYSCONF_CFLAGS) |
9 | INCPATH =-I../library | 9 | INCPATH =-I$(OPIEDIR)/include |
10 | LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) | 10 | LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) |
@@ -159,8 +159,3 @@ main.o: main.cpp \ | |||
159 | tableviewer.h \ | 159 | tableviewer.h \ |
160 | db/common.h \ | 160 | db/common.h |
161 | ../library/fileselector.h \ | ||
162 | ../library/filemanager.h \ | ||
163 | ../library/applnk.h \ | ||
164 | ../library/qpeapplication.h \ | ||
165 | ../library/qpedecoration_qws.h | ||
166 | 161 | ||
@@ -169,5 +164,2 @@ tableviewer.o: tableviewer.cpp \ | |||
169 | db/common.h \ | 164 | db/common.h \ |
170 | ../library/fileselector.h \ | ||
171 | ../library/filemanager.h \ | ||
172 | ../library/applnk.h \ | ||
173 | ui/tvbrowseview.h \ | 165 | ui/tvbrowseview.h \ |
@@ -179,9 +171,5 @@ tableviewer.o: tableviewer.cpp \ | |||
179 | db/datacache.h \ | 171 | db/datacache.h \ |
180 | ../library/resource.h | 172 | /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpemenubar.h |
181 | 173 | ||
182 | ui/commonwidgets.o: ui/commonwidgets.cpp \ | 174 | ui/commonwidgets.o: ui/commonwidgets.cpp \ |
183 | ../library/datebookmonth.h \ | ||
184 | ../library/organizer.h \ | ||
185 | ../library/xmlreader.h \ | ||
186 | ../library/calendar.h \ | ||
187 | ui/commonwidgets.h | 175 | ui/commonwidgets.h |
@@ -239,3 +227,2 @@ db/csvsource.o: db/csvsource.cpp \ | |||
239 | db/common.o: db/common.cpp \ | 227 | db/common.o: db/common.cpp \ |
240 | ../library/timestring.h \ | ||
241 | db/common.h \ | 228 | db/common.h \ |
@@ -258,6 +245,3 @@ moc_tableviewer.o: moc_tableviewer.cpp \ | |||
258 | tableviewer.h \ | 245 | tableviewer.h \ |
259 | db/common.h \ | 246 | db/common.h |
260 | ../library/fileselector.h \ | ||
261 | ../library/filemanager.h \ | ||
262 | ../library/applnk.h | ||
263 | 247 | ||
diff --git a/noncore/games/chess/Makefile.in b/noncore/games/chess/Makefile.in index a1f2cd7..0987d58 100644 --- a/noncore/games/chess/Makefile.in +++ b/noncore/games/chess/Makefile.in | |||
@@ -106,6 +106,12 @@ REQUIRES= | |||
106 | chess.o: chess.cpp \ | 106 | chess.o: chess.cpp \ |
107 | chess.h | 107 | /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/config.h \ |
108 | /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/resource.h \ | ||
109 | chess.h \ | ||
110 | /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h | ||
108 | 111 | ||
109 | main.o: main.cpp \ | 112 | main.o: main.cpp \ |
110 | chess.h | 113 | /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpeapplication.h \ |
114 | /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpetoolbar.h \ | ||
115 | chess.h \ | ||
116 | /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h | ||
111 | 117 | ||
@@ -122,3 +128,4 @@ mainwindow.o: mainwindow.cpp \ | |||
122 | moc_chess.o: moc_chess.cpp \ | 128 | moc_chess.o: moc_chess.cpp \ |
123 | chess.h | 129 | chess.h \ |
130 | /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h | ||
124 | 131 | ||
diff --git a/noncore/games/go/Makefile.in b/noncore/games/go/Makefile.in index 0395dff..985eff0 100644 --- a/noncore/games/go/Makefile.in +++ b/noncore/games/go/Makefile.in | |||
@@ -77,6 +77,4 @@ moc: $(SRCMOC) | |||
77 | 77 | ||
78 | tmake: Makefile.in | 78 | tmake: |
79 | 79 | tmake go.pro | |
80 | Makefile.in: go.pro | ||
81 | tmake go.pro -o Makefile.in | ||
82 | 80 | ||
@@ -137,3 +135,7 @@ gowidget.o: gowidget.cpp \ | |||
137 | go.h \ | 135 | go.h \ |
138 | goplayutils.h | 136 | goplayutils.h \ |
137 | $(OPIEDIR)/include/qpe/config.h \ | ||
138 | $(OPIEDIR)/include/qpe/resource.h \ | ||
139 | $(OPIEDIR)/include/qpe/qpetoolbar.h \ | ||
140 | $(OPIEDIR)/include/qpe/qpemenubar.h | ||
139 | 141 | ||
@@ -143,3 +145,4 @@ main.o: main.cpp \ | |||
143 | go.h \ | 145 | go.h \ |
144 | goplayutils.h | 146 | goplayutils.h \ |
147 | $(OPIEDIR)/include/qpe/qpeapplication.h | ||
145 | 148 | ||
diff --git a/quickexec/Makefile.in b/quickexec/Makefile.in index 514e6cc..d3ac9dc 100644 --- a/quickexec/Makefile.in +++ b/quickexec/Makefile.in | |||
@@ -64,4 +64,6 @@ moc: $(SRCMOC) | |||
64 | 64 | ||
65 | tmake: | 65 | tmake: Makefile.in |
66 | tmake quickexec.pro | 66 | |
67 | Makefile.in: quickexec.pro | ||
68 | tmake quickexec.pro -o Makefile.in | ||
67 | 69 | ||
diff --git a/rsync/Makefile.in b/rsync/Makefile.in index 50e7b3d..e69de29 100644 --- a/rsync/Makefile.in +++ b/rsync/Makefile.in | |||
@@ -1,391 +0,0 @@ | |||
1 | ############################################################################# | ||
2 | |||
3 | ####### Compiler, tools and options | ||
4 | |||
5 | CXX =$(SYSCONF_CXX) $(QT_CXX_MT) | ||
6 | CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) $(SYSCONF_CXXFLAGS_LIB) | ||
7 | CC =$(SYSCONF_CC) $(QT_C_MT) | ||
8 | CFLAGS =$(SYSCONF_CFLAGS) $(SYSCONF_CFLAGS_LIB) | ||
9 | INCPATH =-I. | ||
10 | LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) | ||
11 | LIBS =$(SUBLIBS) $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS_QTAPP) | ||
12 | MOC =$(SYSCONF_MOC) | ||
13 | UIC =$(SYSCONF_UIC) | ||
14 | |||
15 | ####### Target | ||
16 | |||
17 | DESTDIR = $(QTDIR)/lib$(PROJMAK)/ | ||
18 | VER_MAJ = 1 | ||
19 | VER_MIN = 0 | ||
20 | VER_PATCH = 0 | ||
21 | TARGET= rsync | ||
22 | TARGET1 = lib$(TARGET).so.$(VER_MAJ) | ||
23 | |||
24 | ####### Files | ||
25 | |||
26 | HEADERS =buf.h \ | ||
27 | checksum.h \ | ||
28 | command.h \ | ||
29 | emit.h \ | ||
30 | fileutil.h \ | ||
31 | job.h \ | ||
32 | netint.h \ | ||
33 | protocol.h \ | ||
34 | prototab.h \ | ||
35 | rsync.h \ | ||
36 | search.h \ | ||
37 | stream.h \ | ||
38 | sumset.h \ | ||
39 | trace.h \ | ||
40 | types.h \ | ||
41 | util.h \ | ||
42 | whole.h \ | ||
43 | config.h | ||
44 | SOURCES =base64.c \ | ||
45 | buf.c \ | ||
46 | checksum.c \ | ||
47 | command.c \ | ||
48 | delta.c \ | ||
49 | emit.c \ | ||
50 | fileutil.c \ | ||
51 | hex.c \ | ||
52 | job.c \ | ||
53 | mdfour.c \ | ||
54 | mksum.c \ | ||
55 | msg.c \ | ||
56 | netint.c \ | ||
57 | patch.c \ | ||
58 | prototab.c \ | ||
59 | readsums.c \ | ||
60 | scoop.c \ | ||
61 | search.c \ | ||
62 | stats.c \ | ||
63 | stream.c \ | ||
64 | sumset.c \ | ||
65 | trace.c \ | ||
66 | tube.c \ | ||
67 | util.c \ | ||
68 | version.c \ | ||
69 | whole.c | ||
70 | OBJECTS =base64.o \ | ||
71 | buf.o \ | ||
72 | checksum.o \ | ||
73 | command.o \ | ||
74 | delta.o \ | ||
75 | emit.o \ | ||
76 | fileutil.o \ | ||
77 | hex.o \ | ||
78 | job.o \ | ||
79 | mdfour.o \ | ||
80 | mksum.o \ | ||
81 | msg.o \ | ||
82 | netint.o \ | ||
83 | patch.o \ | ||
84 | prototab.o \ | ||
85 | readsums.o \ | ||
86 | scoop.o \ | ||
87 | search.o \ | ||
88 | stats.o \ | ||
89 | stream.o \ | ||
90 | sumset.o \ | ||
91 | trace.o \ | ||
92 | tube.o \ | ||
93 | util.o \ | ||
94 | version.o \ | ||
95 | whole.o | ||
96 | INTERFACES = | ||
97 | UICDECLS = | ||
98 | UICIMPLS = | ||
99 | SRCMOC = | ||
100 | OBJMOC = | ||
101 | |||
102 | |||
103 | ####### Implicit rules | ||
104 | |||
105 | .SUFFIXES: .cpp .cxx .cc .C .c | ||
106 | |||
107 | .cpp.o: | ||
108 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< | ||
109 | |||
110 | .cxx.o: | ||
111 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< | ||
112 | |||
113 | .cc.o: | ||
114 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< | ||
115 | |||
116 | .C.o: | ||
117 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< | ||
118 | |||
119 | .c.o: | ||
120 | $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< | ||
121 | |||
122 | ####### Build rules | ||
123 | |||
124 | |||
125 | all: $(DESTDIR)$(SYSCONF_LINK_TARGET) | ||
126 | |||
127 | $(DESTDIR)$(SYSCONF_LINK_TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) | ||
128 | $(SYSCONF_LINK_LIB) | ||
129 | |||
130 | moc: $(SRCMOC) | ||
131 | |||
132 | tmake: Makefile.in | ||
133 | |||
134 | Makefile.in: rsync.pro | ||
135 | tmake rsync.pro -o Makefile.in | ||
136 | |||
137 | clean: | ||
138 | -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) | ||
139 | -rm -f *~ core | ||
140 | -rm -f allmoc.cpp | ||
141 | |||
142 | ####### Extension Modules | ||
143 | |||
144 | listpromodules: | ||
145 | @echo | ||
146 | |||
147 | listallmodules: | ||
148 | @echo | ||
149 | |||
150 | listaddonpromodules: | ||
151 | @echo | ||
152 | |||
153 | listaddonentmodules: | ||
154 | @echo | ||
155 | |||
156 | |||
157 | REQUIRES= | ||
158 | |||
159 | ####### Sub-libraries | ||
160 | |||
161 | |||
162 | ###### Combined headers | ||
163 | |||
164 | |||
165 | |||
166 | ####### Compile | ||
167 | |||
168 | base64.o: base64.c \ | ||
169 | config.h \ | ||
170 | config_linux.h \ | ||
171 | rsync.h | ||
172 | |||
173 | buf.o: buf.c \ | ||
174 | config.h \ | ||
175 | config_linux.h \ | ||
176 | rsync.h \ | ||
177 | trace.h \ | ||
178 | buf.h \ | ||
179 | util.h | ||
180 | |||
181 | checksum.o: checksum.c \ | ||
182 | config.h \ | ||
183 | config_linux.h \ | ||
184 | rsync.h \ | ||
185 | checksum.h | ||
186 | |||
187 | command.o: command.c \ | ||
188 | config.h \ | ||
189 | config_linux.h \ | ||
190 | rsync.h \ | ||
191 | command.h | ||
192 | |||
193 | delta.o: delta.c \ | ||
194 | config.h \ | ||
195 | config_linux.h \ | ||
196 | rsync.h \ | ||
197 | emit.h \ | ||
198 | stream.h \ | ||
199 | util.h \ | ||
200 | sumset.h \ | ||
201 | job.h \ | ||
202 | trace.h \ | ||
203 | checksum.h \ | ||
204 | search.h \ | ||
205 | types.h | ||
206 | |||
207 | emit.o: emit.c \ | ||
208 | config.h \ | ||
209 | config_linux.h \ | ||
210 | rsync.h \ | ||
211 | command.h \ | ||
212 | protocol.h \ | ||
213 | trace.h \ | ||
214 | emit.h \ | ||
215 | prototab.h \ | ||
216 | netint.h \ | ||
217 | sumset.h \ | ||
218 | job.h | ||
219 | |||
220 | fileutil.o: fileutil.c \ | ||
221 | config.h \ | ||
222 | config_linux.h \ | ||
223 | rsync.h \ | ||
224 | fileutil.h \ | ||
225 | trace.h | ||
226 | |||
227 | hex.o: hex.c \ | ||
228 | config.h \ | ||
229 | config_linux.h \ | ||
230 | rsync.h | ||
231 | |||
232 | job.o: job.c \ | ||
233 | config.h \ | ||
234 | config_linux.h \ | ||
235 | rsync.h \ | ||
236 | stream.h \ | ||
237 | util.h \ | ||
238 | sumset.h \ | ||
239 | job.h \ | ||
240 | trace.h | ||
241 | |||
242 | mdfour.o: mdfour.c \ | ||
243 | config.h \ | ||
244 | config_linux.h \ | ||
245 | rsync.h \ | ||
246 | trace.h \ | ||
247 | types.h | ||
248 | |||
249 | mksum.o: mksum.c \ | ||
250 | config.h \ | ||
251 | config_linux.h \ | ||
252 | rsync.h \ | ||
253 | stream.h \ | ||
254 | util.h \ | ||
255 | sumset.h \ | ||
256 | job.h \ | ||
257 | protocol.h \ | ||
258 | netint.h \ | ||
259 | trace.h \ | ||
260 | checksum.h | ||
261 | |||
262 | msg.o: msg.c \ | ||
263 | config.h \ | ||
264 | config_linux.h \ | ||
265 | rsync.h | ||
266 | |||
267 | netint.o: netint.c \ | ||
268 | config.h \ | ||
269 | config_linux.h \ | ||
270 | rsync.h \ | ||
271 | job.h \ | ||
272 | netint.h \ | ||
273 | trace.h \ | ||
274 | stream.h | ||
275 | |||
276 | patch.o: patch.c \ | ||
277 | config.h \ | ||
278 | config_linux.h \ | ||
279 | rsync.h \ | ||
280 | util.h \ | ||
281 | trace.h \ | ||
282 | protocol.h \ | ||
283 | netint.h \ | ||
284 | command.h \ | ||
285 | sumset.h \ | ||
286 | prototab.h \ | ||
287 | stream.h \ | ||
288 | job.h | ||
289 | |||
290 | prototab.o: prototab.c \ | ||
291 | config.h \ | ||
292 | config_linux.h \ | ||
293 | rsync.h \ | ||
294 | protocol.h \ | ||
295 | command.h \ | ||
296 | prototab.h | ||
297 | |||
298 | readsums.o: readsums.c \ | ||
299 | config.h \ | ||
300 | config_linux.h \ | ||
301 | rsync.h \ | ||
302 | sumset.h \ | ||
303 | job.h \ | ||
304 | trace.h \ | ||
305 | netint.h \ | ||
306 | protocol.h \ | ||
307 | util.h \ | ||
308 | stream.h | ||
309 | |||
310 | scoop.o: scoop.c \ | ||
311 | config.h \ | ||
312 | config_linux.h \ | ||
313 | rsync.h \ | ||
314 | job.h \ | ||
315 | stream.h \ | ||
316 | trace.h \ | ||
317 | util.h | ||
318 | |||
319 | search.o: search.c \ | ||
320 | config.h \ | ||
321 | config_linux.h \ | ||
322 | rsync.h \ | ||
323 | trace.h \ | ||
324 | util.h \ | ||
325 | sumset.h \ | ||
326 | search.h \ | ||
327 | checksum.h | ||
328 | |||
329 | stats.o: stats.c \ | ||
330 | config.h \ | ||
331 | config_linux.h \ | ||
332 | rsync.h \ | ||
333 | trace.h | ||
334 | |||
335 | stream.o: stream.c \ | ||
336 | config.h \ | ||
337 | config_linux.h \ | ||
338 | rsync.h \ | ||
339 | stream.h \ | ||
340 | util.h \ | ||
341 | trace.h | ||
342 | |||
343 | sumset.o: sumset.c \ | ||
344 | config.h \ | ||
345 | config_linux.h \ | ||
346 | rsync.h \ | ||
347 | sumset.h \ | ||
348 | util.h \ | ||
349 | trace.h | ||
350 | |||
351 | trace.o: trace.c \ | ||
352 | config.h \ | ||
353 | config_linux.h \ | ||
354 | rsync.h \ | ||
355 | util.h \ | ||
356 | trace.h | ||
357 | |||
358 | tube.o: tube.c \ | ||
359 | config.h \ | ||
360 | config_linux.h \ | ||
361 | rsync.h \ | ||
362 | trace.h \ | ||
363 | util.h \ | ||
364 | job.h \ | ||
365 | stream.h | ||
366 | |||
367 | util.o: util.c \ | ||
368 | config.h \ | ||
369 | config_linux.h \ | ||
370 | util.h \ | ||
371 | rsync.h \ | ||
372 | trace.h | ||
373 | |||
374 | version.o: version.c \ | ||
375 | config.h \ | ||
376 | config_linux.h \ | ||
377 | rsync.h | ||
378 | |||
379 | whole.o: whole.c \ | ||
380 | config.h \ | ||
381 | config_linux.h \ | ||
382 | rsync.h \ | ||
383 | trace.h \ | ||
384 | fileutil.h \ | ||
385 | sumset.h \ | ||
386 | job.h \ | ||
387 | buf.h \ | ||
388 | whole.h \ | ||
389 | util.h | ||
390 | |||
391 | |||