author | llornkcor <llornkcor> | 2002-02-14 04:09:36 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-02-14 04:09:36 (UTC) |
commit | 44e62a185313ab7492b20c17e8ed386ee3f40523 (patch) (unidiff) | |
tree | a72d7edf41e5cb933fc9ee77403ca8ab3e959b2a | |
parent | ef6994a31a991517f4750f3dacc62f9717bd5f4e (diff) | |
download | opie-44e62a185313ab7492b20c17e8ed386ee3f40523.zip opie-44e62a185313ab7492b20c17e8ed386ee3f40523.tar.gz opie-44e62a185313ab7492b20c17e8ed386ee3f40523.tar.bz2 |
.cvsignore
-rw-r--r-- | core/applets/screenshotapplet/.cvsignore | 4 | ||||
-rw-r--r-- | core/applets/vmemo/.cvsignore | 3 | ||||
-rw-r--r-- | core/launcher/Makefile.in | 3 |
3 files changed, 9 insertions, 1 deletions
diff --git a/core/applets/screenshotapplet/.cvsignore b/core/applets/screenshotapplet/.cvsignore new file mode 100644 index 0000000..cff76b1 --- a/dev/null +++ b/core/applets/screenshotapplet/.cvsignore | |||
@@ -0,0 +1,4 @@ | |||
1 | moc_* | ||
2 | *.moc | ||
3 | Makefile | ||
4 | *.~ \ No newline at end of file | ||
diff --git a/core/applets/vmemo/.cvsignore b/core/applets/vmemo/.cvsignore new file mode 100644 index 0000000..edfa921 --- a/dev/null +++ b/core/applets/vmemo/.cvsignore | |||
@@ -0,0 +1,3 @@ | |||
1 | moc_* | ||
2 | *.moc | ||
3 | Makefile | ||
diff --git a/core/launcher/Makefile.in b/core/launcher/Makefile.in index 91a5a9b..52aa401 100644 --- a/core/launcher/Makefile.in +++ b/core/launcher/Makefile.in | |||
@@ -1,901 +1,902 @@ | |||
1 | ############################################################################# | 1 | ############################################################################# |
2 | 2 | ||
3 | ####### Compiler, tools and options | 3 | ####### Compiler, tools and options |
4 | 4 | ||
5 | CXX =$(SYSCONF_CXX) $(QT_CXX_MT) | 5 | CXX =$(SYSCONF_CXX) $(QT_CXX_MT) |
6 | CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) | 6 | CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) |
7 | CC =$(SYSCONF_CC) $(QT_C_MT) | 7 | CC =$(SYSCONF_CC) $(QT_C_MT) |
8 | CFLAGS =$(SYSCONF_CFLAGS) | 8 | CFLAGS =$(SYSCONF_CFLAGS) |
9 | INCPATH =-I$(OPIEDIR)/include -I$(OPIEDIR)/calibrate -I$(OPIEDIR)/rsync | 9 | INCPATH =-I$(OPIEDIR)/include -I$(OPIEDIR)/calibrate -I$(OPIEDIR)/rsync |
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) |
11 | LIBS =$(SUBLIBS) -lqpe -lcrypt $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) | 11 | LIBS =$(SUBLIBS) -lqpe -lcrypt $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) |
12 | MOC =$(SYSCONF_MOC) | 12 | MOC =$(SYSCONF_MOC) |
13 | UIC =$(SYSCONF_UIC) | 13 | UIC =$(SYSCONF_UIC) |
14 | 14 | ||
15 | ####### Target | 15 | ####### Target |
16 | 16 | ||
17 | DESTDIR = $(OPIEDIR)/bin/ | 17 | DESTDIR = $(OPIEDIR)/bin/ |
18 | VER_MAJ = 1 | 18 | VER_MAJ = 1 |
19 | VER_MIN = 0 | 19 | VER_MIN = 0 |
20 | VER_PATCH = 0 | 20 | VER_PATCH = 0 |
21 | TARGET= qpe | 21 | TARGET= qpe |
22 | TARGET1 = lib$(TARGET).so.$(VER_MAJ) | 22 | TARGET1 = lib$(TARGET).so.$(VER_MAJ) |
23 | 23 | ||
24 | ####### Files | 24 | ####### Files |
25 | 25 | ||
26 | HEADERS =background.h \ | 26 | HEADERS =background.h \ |
27 | desktop.h \ | 27 | desktop.h \ |
28 | qprocess.h \ | 28 | qprocess.h \ |
29 | info.h \ | 29 | info.h \ |
30 | appicons.h \ | 30 | appicons.h \ |
31 | taskbar.h \ | 31 | taskbar.h \ |
32 | sidething.h \ | 32 | sidething.h \ |
33 | mrulist.h \ | 33 | mrulist.h \ |
34 | stabmon.h \ | 34 | stabmon.h \ |
35 | inputmethods.h \ | 35 | inputmethods.h \ |
36 | systray.h \ | 36 | systray.h \ |
37 | wait.h \ | 37 | wait.h \ |
38 | shutdownimpl.h \ | 38 | shutdownimpl.h \ |
39 | launcher.h \ | 39 | launcher.h \ |
40 | launcherview.h \ | 40 | launcherview.h \ |
41 | ../calibrate/calibrate.h \ | 41 | ../calibrate/calibrate.h \ |
42 | startmenu.h \ | 42 | startmenu.h \ |
43 | transferserver.h \ | 43 | transferserver.h \ |
44 | qcopbridge.h \ | 44 | qcopbridge.h \ |
45 | packageslave.h \ | 45 | packageslave.h \ |
46 | irserver.h \ | 46 | irserver.h \ |
47 | $(OPIEDIR)/rsync/buf.h \ | 47 | $(OPIEDIR)/rsync/buf.h \ |
48 | $(OPIEDIR)/rsync/checksum.h \ | 48 | $(OPIEDIR)/rsync/checksum.h \ |
49 | $(OPIEDIR)/rsync/command.h \ | 49 | $(OPIEDIR)/rsync/command.h \ |
50 | $(OPIEDIR)/rsync/emit.h \ | 50 | $(OPIEDIR)/rsync/emit.h \ |
51 | $(OPIEDIR)/rsync/job.h \ | 51 | $(OPIEDIR)/rsync/job.h \ |
52 | $(OPIEDIR)/rsync/netint.h \ | 52 | $(OPIEDIR)/rsync/netint.h \ |
53 | $(OPIEDIR)/rsync/protocol.h \ | 53 | $(OPIEDIR)/rsync/protocol.h \ |
54 | $(OPIEDIR)/rsync/prototab.h \ | 54 | $(OPIEDIR)/rsync/prototab.h \ |
55 | $(OPIEDIR)/rsync/rsync.h \ | 55 | $(OPIEDIR)/rsync/rsync.h \ |
56 | $(OPIEDIR)/rsync/search.h \ | 56 | $(OPIEDIR)/rsync/search.h \ |
57 | $(OPIEDIR)/rsync/stream.h \ | 57 | $(OPIEDIR)/rsync/stream.h \ |
58 | $(OPIEDIR)/rsync/sumset.h \ | 58 | $(OPIEDIR)/rsync/sumset.h \ |
59 | $(OPIEDIR)/rsync/trace.h \ | 59 | $(OPIEDIR)/rsync/trace.h \ |
60 | $(OPIEDIR)/rsync/types.h \ | 60 | $(OPIEDIR)/rsync/types.h \ |
61 | $(OPIEDIR)/rsync/util.h \ | 61 | $(OPIEDIR)/rsync/util.h \ |
62 | $(OPIEDIR)/rsync/whole.h \ | 62 | $(OPIEDIR)/rsync/whole.h \ |
63 | $(OPIEDIR)/rsync/config_rsync.h \ | 63 | $(OPIEDIR)/rsync/config_rsync.h \ |
64 | $(OPIEDIR)/rsync/qrsync.h | 64 | $(OPIEDIR)/rsync/qrsync.h |
65 | SOURCES =background.cpp \ | 65 | SOURCES =background.cpp \ |
66 | desktop.cpp \ | 66 | desktop.cpp \ |
67 | qprocess.cpp \ | 67 | qprocess.cpp \ |
68 | qprocess_unix.cpp \ | 68 | qprocess_unix.cpp \ |
69 | info.cpp \ | 69 | info.cpp \ |
70 | appicons.cpp \ | 70 | appicons.cpp \ |
71 | taskbar.cpp \ | 71 | taskbar.cpp \ |
72 | sidething.cpp \ | 72 | sidething.cpp \ |
73 | mrulist.cpp \ | 73 | mrulist.cpp \ |
74 | stabmon.cpp \ | 74 | stabmon.cpp \ |
75 | inputmethods.cpp \ | 75 | inputmethods.cpp \ |
76 | systray.cpp \ | 76 | systray.cpp \ |
77 | wait.cpp \ | 77 | wait.cpp \ |
78 | shutdownimpl.cpp \ | 78 | shutdownimpl.cpp \ |
79 | launcher.cpp \ | 79 | launcher.cpp \ |
80 | launcherview.cpp \ | 80 | launcherview.cpp \ |
81 | $(OPIEDIR)/calibrate/calibrate.cpp \ | 81 | $(OPIEDIR)/calibrate/calibrate.cpp \ |
82 | transferserver.cpp \ | 82 | transferserver.cpp \ |
83 | packageslave.cpp \ | 83 | packageslave.cpp \ |
84 | irserver.cpp \ | 84 | irserver.cpp \ |
85 | qcopbridge.cpp \ | 85 | qcopbridge.cpp \ |
86 | startmenu.cpp \ | 86 | startmenu.cpp \ |
87 | main.cpp \ | 87 | main.cpp \ |
88 | $(OPIEDIR)/rsync/base64.c \ | 88 | $(OPIEDIR)/rsync/base64.c \ |
89 | $(OPIEDIR)/rsync/buf.c \ | 89 | $(OPIEDIR)/rsync/buf.c \ |
90 | $(OPIEDIR)/rsync/checksum.c \ | 90 | $(OPIEDIR)/rsync/checksum.c \ |
91 | $(OPIEDIR)/rsync/command.c \ | 91 | $(OPIEDIR)/rsync/command.c \ |
92 | $(OPIEDIR)/rsync/delta.c \ | 92 | $(OPIEDIR)/rsync/delta.c \ |
93 | $(OPIEDIR)/rsync/emit.c \ | 93 | $(OPIEDIR)/rsync/emit.c \ |
94 | $(OPIEDIR)/rsync/hex.c \ | 94 | $(OPIEDIR)/rsync/hex.c \ |
95 | $(OPIEDIR)/rsync/job.c \ | 95 | $(OPIEDIR)/rsync/job.c \ |
96 | $(OPIEDIR)/rsync/mdfour.c \ | 96 | $(OPIEDIR)/rsync/mdfour.c \ |
97 | $(OPIEDIR)/rsync/mksum.c \ | 97 | $(OPIEDIR)/rsync/mksum.c \ |
98 | $(OPIEDIR)/rsync/msg.c \ | 98 | $(OPIEDIR)/rsync/msg.c \ |
99 | $(OPIEDIR)/rsync/netint.c \ | 99 | $(OPIEDIR)/rsync/netint.c \ |
100 | $(OPIEDIR)/rsync/patch.c \ | 100 | $(OPIEDIR)/rsync/patch.c \ |
101 | $(OPIEDIR)/rsync/prototab.c \ | 101 | $(OPIEDIR)/rsync/prototab.c \ |
102 | $(OPIEDIR)/rsync/readsums.c \ | 102 | $(OPIEDIR)/rsync/readsums.c \ |
103 | $(OPIEDIR)/rsync/scoop.c \ | 103 | $(OPIEDIR)/rsync/scoop.c \ |
104 | $(OPIEDIR)/rsync/search.c \ | 104 | $(OPIEDIR)/rsync/search.c \ |
105 | $(OPIEDIR)/rsync/stats.c \ | 105 | $(OPIEDIR)/rsync/stats.c \ |
106 | $(OPIEDIR)/rsync/stream.c \ | 106 | $(OPIEDIR)/rsync/stream.c \ |
107 | $(OPIEDIR)/rsync/sumset.c \ | 107 | $(OPIEDIR)/rsync/sumset.c \ |
108 | $(OPIEDIR)/rsync/trace.c \ | 108 | $(OPIEDIR)/rsync/trace.c \ |
109 | $(OPIEDIR)/rsync/tube.c \ | 109 | $(OPIEDIR)/rsync/tube.c \ |
110 | $(OPIEDIR)/rsync/util.c \ | 110 | $(OPIEDIR)/rsync/util.c \ |
111 | $(OPIEDIR)/rsync/version.c \ | 111 | $(OPIEDIR)/rsync/version.c \ |
112 | $(OPIEDIR)/rsync/whole.c \ | 112 | $(OPIEDIR)/rsync/whole.c \ |
113 | $(OPIEDIR)/rsync/qrsync.cpp | 113 | $(OPIEDIR)/rsync/qrsync.cpp |
114 | OBJECTS =background.o \ | 114 | OBJECTS =background.o \ |
115 | desktop.o \ | 115 | desktop.o \ |
116 | qprocess.o \ | 116 | qprocess.o \ |
117 | qprocess_unix.o \ | 117 | qprocess_unix.o \ |
118 | info.o \ | 118 | info.o \ |
119 | appicons.o \ | 119 | appicons.o \ |
120 | taskbar.o \ | 120 | taskbar.o \ |
121 | sidething.o \ | 121 | sidething.o \ |
122 | mrulist.o \ | 122 | mrulist.o \ |
123 | stabmon.o \ | 123 | stabmon.o \ |
124 | inputmethods.o \ | 124 | inputmethods.o \ |
125 | systray.o \ | 125 | systray.o \ |
126 | wait.o \ | 126 | wait.o \ |
127 | shutdownimpl.o \ | 127 | shutdownimpl.o \ |
128 | launcher.o \ | 128 | launcher.o \ |
129 | launcherview.o \ | 129 | launcherview.o \ |
130 | $(OPIEDIR)/calibrate/calibrate.o \ | 130 | $(OPIEDIR)/calibrate/calibrate.o \ |
131 | transferserver.o \ | 131 | transferserver.o \ |
132 | packageslave.o \ | 132 | packageslave.o \ |
133 | irserver.o \ | 133 | irserver.o \ |
134 | qcopbridge.o \ | 134 | qcopbridge.o \ |
135 | startmenu.o \ | 135 | startmenu.o \ |
136 | main.o \ | 136 | main.o \ |
137 | $(OPIEDIR)/rsync/base64.o \ | 137 | $(OPIEDIR)/rsync/base64.o \ |
138 | $(OPIEDIR)/rsync/buf.o \ | 138 | $(OPIEDIR)/rsync/buf.o \ |
139 | $(OPIEDIR)/rsync/checksum.o \ | 139 | $(OPIEDIR)/rsync/checksum.o \ |
140 | $(OPIEDIR)/rsync/command.o \ | 140 | $(OPIEDIR)/rsync/command.o \ |
141 | $(OPIEDIR)/rsync/delta.o \ | 141 | $(OPIEDIR)/rsync/delta.o \ |
142 | $(OPIEDIR)/rsync/emit.o \ | 142 | $(OPIEDIR)/rsync/emit.o \ |
143 | $(OPIEDIR)/rsync/hex.o \ | 143 | $(OPIEDIR)/rsync/hex.o \ |
144 | $(OPIEDIR)/rsync/job.o \ | 144 | $(OPIEDIR)/rsync/job.o \ |
145 | $(OPIEDIR)/rsync/mdfour.o \ | 145 | $(OPIEDIR)/rsync/mdfour.o \ |
146 | $(OPIEDIR)/rsync/mksum.o \ | 146 | $(OPIEDIR)/rsync/mksum.o \ |
147 | $(OPIEDIR)/rsync/msg.o \ | 147 | $(OPIEDIR)/rsync/msg.o \ |
148 | $(OPIEDIR)/rsync/netint.o \ | 148 | $(OPIEDIR)/rsync/netint.o \ |
149 | $(OPIEDIR)/rsync/patch.o \ | 149 | $(OPIEDIR)/rsync/patch.o \ |
150 | $(OPIEDIR)/rsync/prototab.o \ | 150 | $(OPIEDIR)/rsync/prototab.o \ |
151 | $(OPIEDIR)/rsync/readsums.o \ | 151 | $(OPIEDIR)/rsync/readsums.o \ |
152 | $(OPIEDIR)/rsync/scoop.o \ | 152 | $(OPIEDIR)/rsync/scoop.o \ |
153 | $(OPIEDIR)/rsync/search.o \ | 153 | $(OPIEDIR)/rsync/search.o \ |
154 | $(OPIEDIR)/rsync/stats.o \ | 154 | $(OPIEDIR)/rsync/stats.o \ |
155 | $(OPIEDIR)/rsync/stream.o \ | 155 | $(OPIEDIR)/rsync/stream.o \ |
156 | $(OPIEDIR)/rsync/sumset.o \ | 156 | $(OPIEDIR)/rsync/sumset.o \ |
157 | $(OPIEDIR)/rsync/trace.o \ | 157 | $(OPIEDIR)/rsync/trace.o \ |
158 | $(OPIEDIR)/rsync/tube.o \ | 158 | $(OPIEDIR)/rsync/tube.o \ |
159 | $(OPIEDIR)/rsync/util.o \ | 159 | $(OPIEDIR)/rsync/util.o \ |
160 | $(OPIEDIR)/rsync/version.o \ | 160 | $(OPIEDIR)/rsync/version.o \ |
161 | $(OPIEDIR)/rsync/whole.o \ | 161 | $(OPIEDIR)/rsync/whole.o \ |
162 | $(OPIEDIR)/rsync/qrsync.o \ | 162 | $(OPIEDIR)/rsync/qrsync.o \ |
163 | shutdown.o \ | 163 | shutdown.o \ |
164 | syncdialog.o | 164 | syncdialog.o |
165 | INTERFACES = shutdown.ui \ | 165 | INTERFACES = shutdown.ui \ |
166 | syncdialog.ui | 166 | syncdialog.ui |
167 | UICDECLS = shutdown.h \ | 167 | UICDECLS = shutdown.h \ |
168 | syncdialog.h | 168 | syncdialog.h |
169 | UICIMPLS = shutdown.cpp \ | 169 | UICIMPLS = shutdown.cpp \ |
170 | syncdialog.cpp | 170 | syncdialog.cpp |
171 | SRCMOC =moc_background.cpp \ | 171 | SRCMOC =moc_background.cpp \ |
172 | moc_desktop.cpp \ | 172 | moc_desktop.cpp \ |
173 | moc_qprocess.cpp \ | 173 | moc_qprocess.cpp \ |
174 | moc_info.cpp \ | 174 | moc_info.cpp \ |
175 | moc_appicons.cpp \ | 175 | moc_appicons.cpp \ |
176 | moc_taskbar.cpp \ | 176 | moc_taskbar.cpp \ |
177 | moc_sidething.cpp \ | 177 | moc_sidething.cpp \ |
178 | moc_inputmethods.cpp \ | 178 | moc_inputmethods.cpp \ |
179 | moc_systray.cpp \ | 179 | moc_systray.cpp \ |
180 | moc_shutdownimpl.cpp \ | 180 | moc_shutdownimpl.cpp \ |
181 | moc_launcher.cpp \ | 181 | moc_launcher.cpp \ |
182 | moc_launcherview.cpp \ | 182 | moc_launcherview.cpp \ |
183 | ../calibrate/moc_calibrate.cpp \ | 183 | ../calibrate/moc_calibrate.cpp \ |
184 | moc_startmenu.cpp \ | 184 | moc_startmenu.cpp \ |
185 | moc_transferserver.cpp \ | 185 | moc_transferserver.cpp \ |
186 | moc_qcopbridge.cpp \ | 186 | moc_qcopbridge.cpp \ |
187 | moc_packageslave.cpp \ | 187 | moc_packageslave.cpp \ |
188 | moc_irserver.cpp \ | 188 | moc_irserver.cpp \ |
189 | qprocess_unix.moc \ | 189 | qprocess_unix.moc \ |
190 | appicons.moc \ | 190 | appicons.moc \ |
191 | moc_shutdown.cpp \ | 191 | moc_shutdown.cpp \ |
192 | moc_syncdialog.cpp | 192 | moc_syncdialog.cpp |
193 | OBJMOC =moc_background.o \ | 193 | OBJMOC =moc_background.o \ |
194 | moc_desktop.o \ | 194 | moc_desktop.o \ |
195 | moc_qprocess.o \ | 195 | moc_qprocess.o \ |
196 | moc_info.o \ | 196 | moc_info.o \ |
197 | moc_appicons.o \ | 197 | moc_appicons.o \ |
198 | moc_taskbar.o \ | 198 | moc_taskbar.o \ |
199 | moc_sidething.o \ | 199 | moc_sidething.o \ |
200 | moc_inputmethods.o \ | 200 | moc_inputmethods.o \ |
201 | moc_systray.o \ | 201 | moc_systray.o \ |
202 | moc_shutdownimpl.o \ | 202 | moc_shutdownimpl.o \ |
203 | moc_launcher.o \ | 203 | moc_launcher.o \ |
204 | moc_launcherview.o \ | 204 | moc_launcherview.o \ |
205 | ../calibrate/moc_calibrate.o \ | 205 | ../calibrate/moc_calibrate.o \ |
206 | moc_startmenu.o \ | 206 | moc_startmenu.o \ |
207 | moc_transferserver.o \ | 207 | moc_transferserver.o \ |
208 | moc_qcopbridge.o \ | 208 | moc_qcopbridge.o \ |
209 | moc_packageslave.o \ | 209 | moc_packageslave.o \ |
210 | moc_irserver.o \ | 210 | moc_irserver.o \ |
211 | moc_shutdown.o \ | 211 | moc_shutdown.o \ |
212 | moc_syncdialog.o | 212 | moc_syncdialog.o |
213 | 213 | ||
214 | 214 | ||
215 | ####### Implicit rules | 215 | ####### Implicit rules |
216 | 216 | ||
217 | .SUFFIXES: .cpp .cxx .cc .C .c | 217 | .SUFFIXES: .cpp .cxx .cc .C .c |
218 | 218 | ||
219 | .cpp.o: | 219 | .cpp.o: |
220 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< | 220 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< |
221 | 221 | ||
222 | .cxx.o: | 222 | .cxx.o: |
223 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< | 223 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< |
224 | 224 | ||
225 | .cc.o: | 225 | .cc.o: |
226 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< | 226 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< |
227 | 227 | ||
228 | .C.o: | 228 | .C.o: |
229 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< | 229 | $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< |
230 | 230 | ||
231 | .c.o: | 231 | .c.o: |
232 | $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< | 232 | $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< |
233 | 233 | ||
234 | ####### Build rules | 234 | ####### Build rules |
235 | 235 | ||
236 | 236 | ||
237 | all: $(DESTDIR)$(TARGET) | 237 | all: $(DESTDIR)$(TARGET) |
238 | 238 | ||
239 | $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) | 239 | $(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS) |
240 | $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) | 240 | $(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) |
241 | 241 | ||
242 | moc: $(SRCMOC) | 242 | moc: $(SRCMOC) |
243 | 243 | ||
244 | tmake: | 244 | tmake: |
245 | tmake taskbar.pro | 245 | tmake taskbar.pro |
246 | 246 | ||
247 | clean: | 247 | clean: |
248 | -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) | 248 | -rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) |
249 | -rm -f *~ core | 249 | -rm -f *~ core |
250 | -rm -f allmoc.cpp | 250 | -rm -f allmoc.cpp |
251 | 251 | ||
252 | ####### Extension Modules | 252 | ####### Extension Modules |
253 | 253 | ||
254 | listpromodules: | 254 | listpromodules: |
255 | @echo | 255 | @echo |
256 | 256 | ||
257 | listallmodules: | 257 | listallmodules: |
258 | @echo | 258 | @echo |
259 | 259 | ||
260 | listaddonpromodules: | 260 | listaddonpromodules: |
261 | @echo | 261 | @echo |
262 | 262 | ||
263 | listaddonentmodules: | 263 | listaddonentmodules: |
264 | @echo | 264 | @echo |
265 | 265 | ||
266 | 266 | ||
267 | REQUIRES= | 267 | REQUIRES= |
268 | 268 | ||
269 | ####### Sub-libraries | 269 | ####### Sub-libraries |
270 | 270 | ||
271 | 271 | ||
272 | ###### Combined headers | 272 | ###### Combined headers |
273 | 273 | ||
274 | 274 | ||
275 | 275 | ||
276 | ####### Compile | 276 | ####### Compile |
277 | 277 | ||
278 | background.o: background.cpp \ | 278 | background.o: background.cpp \ |
279 | background.h \ | 279 | background.h \ |
280 | desktop.h \ | 280 | desktop.h \ |
281 | shutdownimpl.h \ | 281 | shutdownimpl.h \ |
282 | shutdown.h \ | 282 | shutdown.h \ |
283 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 283 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
284 | $(OPIEDIR)/include/qpe/resource.h | 284 | $(OPIEDIR)/include/qpe/resource.h |
285 | 285 | ||
286 | desktop.o: desktop.cpp \ | 286 | desktop.o: desktop.cpp \ |
287 | desktop.h \ | 287 | desktop.h \ |
288 | shutdownimpl.h \ | 288 | shutdownimpl.h \ |
289 | shutdown.h \ | 289 | shutdown.h \ |
290 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 290 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
291 | info.h \ | 291 | info.h \ |
292 | background.h \ | 292 | background.h \ |
293 | launcher.h \ | 293 | launcher.h \ |
294 | launcherview.h \ | 294 | launcherview.h \ |
295 | $(OPIEDIR)/include/qpe/storage.h \ | 295 | $(OPIEDIR)/include/qpe/storage.h \ |
296 | mrulist.h \ | 296 | mrulist.h \ |
297 | $(OPIEDIR)/include/qpe/applnk.h \ | 297 | $(OPIEDIR)/include/qpe/applnk.h \ |
298 | qcopbridge.h \ | 298 | qcopbridge.h \ |
299 | startmenu.h \ | 299 | startmenu.h \ |
300 | taskbar.h \ | 300 | taskbar.h \ |
301 | transferserver.h \ | 301 | transferserver.h \ |
302 | irserver.h \ | 302 | irserver.h \ |
303 | packageslave.h \ | 303 | packageslave.h \ |
304 | $(OPIEDIR)/include/qpe/mimetype.h \ | 304 | $(OPIEDIR)/include/qpe/mimetype.h \ |
305 | $(OPIEDIR)/include/qpe/password.h \ | 305 | $(OPIEDIR)/include/qpe/password.h \ |
306 | $(OPIEDIR)/include/qpe/config.h \ | 306 | $(OPIEDIR)/include/qpe/config.h \ |
307 | $(OPIEDIR)/include/qpe/power.h \ | 307 | $(OPIEDIR)/include/qpe/power.h \ |
308 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ | 308 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ |
309 | $(OPIEDIR)/include/qpe/global.h | 309 | $(OPIEDIR)/include/qpe/global.h |
310 | 310 | ||
311 | qprocess.o: qprocess.cpp \ | 311 | qprocess.o: qprocess.cpp \ |
312 | qprocess.h | 312 | qprocess.h |
313 | 313 | ||
314 | qprocess_unix.o: qprocess_unix.cpp \ | 314 | qprocess_unix.o: qprocess_unix.cpp \ |
315 | qprocess_unix.moc \ | 315 | qprocess_unix.moc \ |
316 | qprocess.h \ | 316 | qprocess.h \ |
317 | qcleanuphandler_p.h | 317 | qcleanuphandler_p.h |
318 | 318 | ||
319 | info.o: info.cpp \ | 319 | info.o: info.cpp \ |
320 | info.h \ | 320 | info.h \ |
321 | background.h \ | 321 | background.h \ |
322 | desktop.h \ | 322 | desktop.h \ |
323 | shutdownimpl.h \ | 323 | shutdownimpl.h \ |
324 | shutdown.h \ | 324 | shutdown.h \ |
325 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 325 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
326 | $(OPIEDIR)/include/qpe/resource.h \ | 326 | $(OPIEDIR)/include/qpe/resource.h \ |
327 | $(OPIEDIR)/include/qpe/version.h | 327 | $(OPIEDIR)/include/qpe/version.h |
328 | 328 | ||
329 | appicons.o: appicons.cpp \ | 329 | appicons.o: appicons.cpp \ |
330 | appicons.moc \ | 330 | appicons.moc \ |
331 | appicons.h \ | 331 | appicons.h \ |
332 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h | 332 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h |
333 | 333 | ||
334 | taskbar.o: taskbar.cpp \ | 334 | taskbar.o: taskbar.cpp \ |
335 | startmenu.h \ | 335 | startmenu.h \ |
336 | inputmethods.h \ | 336 | inputmethods.h \ |
337 | $(OPIEDIR)/include/qpe/inputmethodinterface.h \ | 337 | $(OPIEDIR)/include/qpe/inputmethodinterface.h \ |
338 | $(OPIEDIR)/include/qpe/qcom.h \ | 338 | $(OPIEDIR)/include/qpe/qcom.h \ |
339 | $(OPIEDIR)/include/qpe/quuid.h \ | 339 | $(OPIEDIR)/include/qpe/quuid.h \ |
340 | mrulist.h \ | 340 | mrulist.h \ |
341 | $(OPIEDIR)/include/qpe/applnk.h \ | 341 | $(OPIEDIR)/include/qpe/applnk.h \ |
342 | systray.h \ | 342 | systray.h \ |
343 | $(OPIEDIR)/include/qpe/taskbarappletinterface.h \ | 343 | $(OPIEDIR)/include/qpe/taskbarappletinterface.h \ |
344 | $(OPIEDIR)/calibrate/calibrate.h \ | 344 | $(OPIEDIR)/calibrate/calibrate.h \ |
345 | wait.h \ | 345 | wait.h \ |
346 | $(OPIEDIR)/include/qpe/resource.h \ | 346 | $(OPIEDIR)/include/qpe/resource.h \ |
347 | appicons.h \ | 347 | appicons.h \ |
348 | taskbar.h \ | 348 | taskbar.h \ |
349 | desktop.h \ | 349 | desktop.h \ |
350 | shutdownimpl.h \ | 350 | shutdownimpl.h \ |
351 | shutdown.h \ | 351 | shutdown.h \ |
352 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 352 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
353 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ | 353 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ |
354 | $(OPIEDIR)/include/qpe/global.h \ | 354 | $(OPIEDIR)/include/qpe/global.h \ |
355 | ../taskbar/apps.h \ | 355 | ../taskbar/apps.h \ |
356 | ../addressbook/addressbook.h \ | 356 | ../addressbook/addressbook.h \ |
357 | ../datebook/datebook.h \ | 357 | ../datebook/datebook.h \ |
358 | $(OPIEDIR)/include/qpe/datebookdb.h \ | 358 | $(OPIEDIR)/include/qpe/datebookdb.h \ |
359 | $(OPIEDIR)/include/qpe/event.h \ | 359 | $(OPIEDIR)/include/qpe/event.h \ |
360 | $(OPIEDIR)/include/qpe/palmtoprecord.h \ | 360 | $(OPIEDIR)/include/qpe/palmtoprecord.h \ |
361 | $(OPIEDIR)/include/qpe/timeconversion.h \ | 361 | $(OPIEDIR)/include/qpe/timeconversion.h \ |
362 | $(OPIEDIR)/include/qpe/qpcglobal.h \ | 362 | $(OPIEDIR)/include/qpe/qpcglobal.h \ |
363 | ../helpbrowser/helpbrowser.h \ | 363 | ../helpbrowser/helpbrowser.h \ |
364 | ../minesweep/minesweep.h \ | 364 | ../minesweep/minesweep.h \ |
365 | ../textedit/textedit.h \ | 365 | ../textedit/textedit.h \ |
366 | $(OPIEDIR)/include/qpe/filemanager.h \ | 366 | $(OPIEDIR)/include/qpe/filemanager.h \ |
367 | ../todo/mainwindow.h \ | 367 | ../todo/mainwindow.h \ |
368 | ../citytime/citytime.h \ | 368 | ../citytime/citytime.h \ |
369 | ../clock/clock.h \ | 369 | ../clock/clock.h \ |
370 | ../calculator/calculatorimpl.h \ | 370 | ../calculator/calculatorimpl.h \ |
371 | ../sysinfo/sysinfo.h \ | 371 | ../sysinfo/sysinfo.h \ |
372 | ../settings/appearance/settings.h \ | 372 | ../settings/appearance/settings.h \ |
373 | ../settings/systemtime/settime.h \ | 373 | ../settings/systemtime/settime.h \ |
374 | $(OPIEDIR)/include/qpe/timestring.h \ | 374 | $(OPIEDIR)/include/qpe/timestring.h \ |
375 | ../filebrowser/filebrowser.h \ | 375 | ../filebrowser/filebrowser.h \ |
376 | ../solitaire/canvascardwindow.h \ | 376 | ../solitaire/canvascardwindow.h \ |
377 | ../snake/interface.h \ | 377 | ../snake/interface.h \ |
378 | ../parashoot/interface.h \ | 378 | ../parashoot/interface.h \ |
379 | $(OPIEDIR)/include/qpe/sound.h \ | 379 | $(OPIEDIR)/include/qpe/sound.h \ |
380 | ../mpegplayer/mediaplayer.h \ | 380 | ../mpegplayer/mediaplayer.h \ |
381 | $(OPIEDIR)/include/qpe/qlibrary.h \ | 381 | $(OPIEDIR)/include/qpe/qlibrary.h \ |
382 | $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \ | 382 | $(OPIEDIR)/include/qpe/mediaplayerplugininterface.h \ |
383 | ../embeddedkonsole/konsole.h \ | 383 | ../embeddedkonsole/konsole.h \ |
384 | $(OPIEDIR)/include/qpe/qpetoolbar.h \ | 384 | $(OPIEDIR)/include/qpe/qpetoolbar.h \ |
385 | ../wordgame/wordgame.h \ | 385 | ../wordgame/wordgame.h \ |
386 | $(OPIEDIR)/include/qpe/qdawg.h | 386 | $(OPIEDIR)/include/qpe/qdawg.h |
387 | 387 | ||
388 | sidething.o: sidething.cpp \ | 388 | sidething.o: sidething.cpp \ |
389 | sidething.h \ | 389 | sidething.h \ |
390 | startmenu.h \ | 390 | startmenu.h \ |
391 | $(OPIEDIR)/include/qpe/resource.h | 391 | $(OPIEDIR)/include/qpe/resource.h |
392 | 392 | ||
393 | mrulist.o: mrulist.cpp \ | 393 | mrulist.o: mrulist.cpp \ |
394 | mrulist.h \ | 394 | mrulist.h \ |
395 | $(OPIEDIR)/include/qpe/applnk.h \ | 395 | $(OPIEDIR)/include/qpe/applnk.h \ |
396 | $(OPIEDIR)/include/qpe/global.h \ | 396 | $(OPIEDIR)/include/qpe/global.h \ |
397 | $(OPIEDIR)/include/qpe/resource.h | 397 | $(OPIEDIR)/include/qpe/resource.h |
398 | 398 | ||
399 | stabmon.o: stabmon.cpp \ | 399 | stabmon.o: stabmon.cpp \ |
400 | stabmon.h \ | 400 | stabmon.h \ |
401 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h | 401 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h |
402 | 402 | ||
403 | inputmethods.o: inputmethods.cpp \ | 403 | inputmethods.o: inputmethods.cpp \ |
404 | inputmethods.h \ | 404 | inputmethods.h \ |
405 | $(OPIEDIR)/include/qpe/inputmethodinterface.h \ | 405 | $(OPIEDIR)/include/qpe/inputmethodinterface.h \ |
406 | $(OPIEDIR)/include/qpe/qcom.h \ | 406 | $(OPIEDIR)/include/qpe/qcom.h \ |
407 | $(OPIEDIR)/include/qpe/quuid.h \ | 407 | $(OPIEDIR)/include/qpe/quuid.h \ |
408 | $(OPIEDIR)/include/qpe/config.h \ | 408 | $(OPIEDIR)/include/qpe/config.h \ |
409 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 409 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
410 | $(OPIEDIR)/include/qpe/qlibrary.h | 410 | $(OPIEDIR)/include/qpe/qlibrary.h \ |
411 | $(OPIEDIR)/include/qpe/global.h | ||
411 | 412 | ||
412 | systray.o: systray.cpp \ | 413 | systray.o: systray.cpp \ |
413 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 414 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
414 | $(OPIEDIR)/include/qpe/qlibrary.h \ | 415 | $(OPIEDIR)/include/qpe/qlibrary.h \ |
415 | $(OPIEDIR)/include/qpe/qcom.h \ | 416 | $(OPIEDIR)/include/qpe/qcom.h \ |
416 | $(OPIEDIR)/include/qpe/quuid.h \ | 417 | $(OPIEDIR)/include/qpe/quuid.h \ |
417 | $(OPIEDIR)/include/qpe/config.h \ | 418 | $(OPIEDIR)/include/qpe/config.h \ |
418 | quicklauncher.h \ | 419 | quicklauncher.h \ |
419 | systray.h \ | 420 | systray.h \ |
420 | $(OPIEDIR)/include/qpe/taskbarappletinterface.h | 421 | $(OPIEDIR)/include/qpe/taskbarappletinterface.h |
421 | 422 | ||
422 | wait.o: wait.cpp \ | 423 | wait.o: wait.cpp \ |
423 | wait.h \ | 424 | wait.h \ |
424 | $(OPIEDIR)/include/qpe/resource.h | 425 | $(OPIEDIR)/include/qpe/resource.h |
425 | 426 | ||
426 | shutdownimpl.o: shutdownimpl.cpp \ | 427 | shutdownimpl.o: shutdownimpl.cpp \ |
427 | shutdownimpl.h \ | 428 | shutdownimpl.h \ |
428 | shutdown.h \ | 429 | shutdown.h \ |
429 | $(OPIEDIR)/include/qpe/global.h | 430 | $(OPIEDIR)/include/qpe/global.h |
430 | 431 | ||
431 | launcher.o: launcher.cpp \ | 432 | launcher.o: launcher.cpp \ |
432 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ | 433 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ |
433 | $(OPIEDIR)/include/qpe/resource.h \ | 434 | $(OPIEDIR)/include/qpe/resource.h \ |
434 | $(OPIEDIR)/include/qpe/applnk.h \ | 435 | $(OPIEDIR)/include/qpe/applnk.h \ |
435 | $(OPIEDIR)/include/qpe/config.h \ | 436 | $(OPIEDIR)/include/qpe/config.h \ |
436 | $(OPIEDIR)/include/qpe/global.h \ | 437 | $(OPIEDIR)/include/qpe/global.h \ |
437 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 438 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
438 | $(OPIEDIR)/include/qpe/mimetype.h \ | 439 | $(OPIEDIR)/include/qpe/mimetype.h \ |
439 | $(OPIEDIR)/include/qpe/storage.h \ | 440 | $(OPIEDIR)/include/qpe/storage.h \ |
440 | $(OPIEDIR)/include/qpe/palmtoprecord.h \ | 441 | $(OPIEDIR)/include/qpe/palmtoprecord.h \ |
441 | launcherview.h \ | 442 | launcherview.h \ |
442 | launcher.h \ | 443 | launcher.h \ |
443 | syncdialog.h \ | 444 | syncdialog.h \ |
444 | desktop.h \ | 445 | desktop.h \ |
445 | shutdownimpl.h \ | 446 | shutdownimpl.h \ |
446 | shutdown.h \ | 447 | shutdown.h \ |
447 | $(OPIEDIR)/include/qpe/lnkproperties.h \ | 448 | $(OPIEDIR)/include/qpe/lnkproperties.h \ |
448 | mrulist.h \ | 449 | mrulist.h \ |
449 | $(OPIEDIR)/rsync/qrsync.h | 450 | $(OPIEDIR)/rsync/qrsync.h |
450 | 451 | ||
451 | launcherview.o: launcherview.cpp \ | 452 | launcherview.o: launcherview.cpp \ |
452 | launcherview.h \ | 453 | launcherview.h \ |
453 | $(OPIEDIR)/include/qpe/storage.h \ | 454 | $(OPIEDIR)/include/qpe/storage.h \ |
454 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 455 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
455 | $(OPIEDIR)/include/qpe/applnk.h \ | 456 | $(OPIEDIR)/include/qpe/applnk.h \ |
456 | $(OPIEDIR)/include/qpe/qpedebug.h \ | 457 | $(OPIEDIR)/include/qpe/qpedebug.h \ |
457 | $(OPIEDIR)/include/qpe/categories.h \ | 458 | $(OPIEDIR)/include/qpe/categories.h \ |
458 | $(OPIEDIR)/include/qpe/categoryselect.h \ | 459 | $(OPIEDIR)/include/qpe/categoryselect.h \ |
459 | $(OPIEDIR)/include/qpe/menubutton.h \ | 460 | $(OPIEDIR)/include/qpe/menubutton.h \ |
460 | $(OPIEDIR)/include/qpe/resource.h \ | 461 | $(OPIEDIR)/include/qpe/resource.h \ |
461 | $(OPIEDIR)/include/qpe/qpetoolbar.h | 462 | $(OPIEDIR)/include/qpe/qpetoolbar.h |
462 | 463 | ||
463 | $(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \ | 464 | $(OPIEDIR)/calibrate/calibrate.o: $(OPIEDIR)/calibrate/calibrate.cpp \ |
464 | $(OPIEDIR)/calibrate/calibrate.h \ | 465 | $(OPIEDIR)/calibrate/calibrate.h \ |
465 | $(OPIEDIR)/include/qpe/resource.h | 466 | $(OPIEDIR)/include/qpe/resource.h |
466 | 467 | ||
467 | transferserver.o: transferserver.cpp \ | 468 | transferserver.o: transferserver.cpp \ |
468 | $(OPIEDIR)/include/qpe/process.h \ | 469 | $(OPIEDIR)/include/qpe/process.h \ |
469 | $(OPIEDIR)/include/qpe/config.h \ | 470 | $(OPIEDIR)/include/qpe/config.h \ |
470 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ | 471 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ |
471 | transferserver.h \ | 472 | transferserver.h \ |
472 | qprocess.h | 473 | qprocess.h |
473 | 474 | ||
474 | packageslave.o: packageslave.cpp \ | 475 | packageslave.o: packageslave.cpp \ |
475 | packageslave.h \ | 476 | packageslave.h \ |
476 | $(OPIEDIR)/include/qpe/process.h \ | 477 | $(OPIEDIR)/include/qpe/process.h \ |
477 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h | 478 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h |
478 | 479 | ||
479 | irserver.o: irserver.cpp \ | 480 | irserver.o: irserver.cpp \ |
480 | irserver.h \ | 481 | irserver.h \ |
481 | $(OPIEDIR)/include/qpe/qlibrary.h \ | 482 | $(OPIEDIR)/include/qpe/qlibrary.h \ |
482 | $(OPIEDIR)/include/qpe/qcom.h \ | 483 | $(OPIEDIR)/include/qpe/qcom.h \ |
483 | $(OPIEDIR)/include/qpe/quuid.h \ | 484 | $(OPIEDIR)/include/qpe/quuid.h \ |
484 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 485 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
485 | obexinterface.h | 486 | obexinterface.h |
486 | 487 | ||
487 | qcopbridge.o: qcopbridge.cpp \ | 488 | qcopbridge.o: qcopbridge.cpp \ |
488 | qcopbridge.h \ | 489 | qcopbridge.h \ |
489 | transferserver.h \ | 490 | transferserver.h \ |
490 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ | 491 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ |
491 | $(OPIEDIR)/include/qpe/qpeapplication.h | 492 | $(OPIEDIR)/include/qpe/qpeapplication.h |
492 | 493 | ||
493 | startmenu.o: startmenu.cpp \ | 494 | startmenu.o: startmenu.cpp \ |
494 | startmenu.h \ | 495 | startmenu.h \ |
495 | sidething.h \ | 496 | sidething.h \ |
496 | mrulist.h \ | 497 | mrulist.h \ |
497 | $(OPIEDIR)/include/qpe/applnk.h \ | 498 | $(OPIEDIR)/include/qpe/applnk.h \ |
498 | info.h \ | 499 | info.h \ |
499 | background.h \ | 500 | background.h \ |
500 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 501 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
501 | $(OPIEDIR)/include/qpe/config.h \ | 502 | $(OPIEDIR)/include/qpe/config.h \ |
502 | $(OPIEDIR)/include/qpe/global.h \ | 503 | $(OPIEDIR)/include/qpe/global.h \ |
503 | $(OPIEDIR)/include/qpe/resource.h | 504 | $(OPIEDIR)/include/qpe/resource.h |
504 | 505 | ||
505 | main.o: main.cpp \ | 506 | main.o: main.cpp \ |
506 | desktop.h \ | 507 | desktop.h \ |
507 | shutdownimpl.h \ | 508 | shutdownimpl.h \ |
508 | shutdown.h \ | 509 | shutdown.h \ |
509 | $(OPIEDIR)/include/qpe/qpeapplication.h \ | 510 | $(OPIEDIR)/include/qpe/qpeapplication.h \ |
510 | taskbar.h \ | 511 | taskbar.h \ |
511 | stabmon.h \ | 512 | stabmon.h \ |
512 | $(OPIEDIR)/include/qpe/network.h \ | 513 | $(OPIEDIR)/include/qpe/network.h \ |
513 | $(OPIEDIR)/include/qpe/config.h \ | 514 | $(OPIEDIR)/include/qpe/config.h \ |
514 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ | 515 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ |
515 | $(OPIEDIR)/include/qpe/alarmserver.h \ | 516 | $(OPIEDIR)/include/qpe/alarmserver.h \ |
516 | ../calibrate/calibrate.h \ | 517 | ../calibrate/calibrate.h \ |
517 | ../login/qdmdialogimpl.h \ | 518 | ../login/qdmdialogimpl.h \ |
518 | $(OPIEDIR)/include/qpe/global.h | 519 | $(OPIEDIR)/include/qpe/global.h |
519 | 520 | ||
520 | $(OPIEDIR)/rsync/base64.o: $(OPIEDIR)/rsync/base64.c \ | 521 | $(OPIEDIR)/rsync/base64.o: $(OPIEDIR)/rsync/base64.c \ |
521 | $(OPIEDIR)/rsync/config_rsync.h \ | 522 | $(OPIEDIR)/rsync/config_rsync.h \ |
522 | $(OPIEDIR)/rsync/config_linux.h \ | 523 | $(OPIEDIR)/rsync/config_linux.h \ |
523 | $(OPIEDIR)/rsync/rsync.h | 524 | $(OPIEDIR)/rsync/rsync.h |
524 | 525 | ||
525 | $(OPIEDIR)/rsync/buf.o: $(OPIEDIR)/rsync/buf.c \ | 526 | $(OPIEDIR)/rsync/buf.o: $(OPIEDIR)/rsync/buf.c \ |
526 | $(OPIEDIR)/rsync/config_rsync.h \ | 527 | $(OPIEDIR)/rsync/config_rsync.h \ |
527 | $(OPIEDIR)/rsync/config_linux.h \ | 528 | $(OPIEDIR)/rsync/config_linux.h \ |
528 | $(OPIEDIR)/rsync/rsync.h \ | 529 | $(OPIEDIR)/rsync/rsync.h \ |
529 | $(OPIEDIR)/rsync/trace.h \ | 530 | $(OPIEDIR)/rsync/trace.h \ |
530 | $(OPIEDIR)/rsync/buf.h \ | 531 | $(OPIEDIR)/rsync/buf.h \ |
531 | $(OPIEDIR)/rsync/util.h | 532 | $(OPIEDIR)/rsync/util.h |
532 | 533 | ||
533 | $(OPIEDIR)/rsync/checksum.o: $(OPIEDIR)/rsync/checksum.c \ | 534 | $(OPIEDIR)/rsync/checksum.o: $(OPIEDIR)/rsync/checksum.c \ |
534 | $(OPIEDIR)/rsync/config_rsync.h \ | 535 | $(OPIEDIR)/rsync/config_rsync.h \ |
535 | $(OPIEDIR)/rsync/config_linux.h \ | 536 | $(OPIEDIR)/rsync/config_linux.h \ |
536 | $(OPIEDIR)/rsync/rsync.h \ | 537 | $(OPIEDIR)/rsync/rsync.h \ |
537 | $(OPIEDIR)/rsync/checksum.h | 538 | $(OPIEDIR)/rsync/checksum.h |
538 | 539 | ||
539 | $(OPIEDIR)/rsync/command.o: $(OPIEDIR)/rsync/command.c \ | 540 | $(OPIEDIR)/rsync/command.o: $(OPIEDIR)/rsync/command.c \ |
540 | $(OPIEDIR)/rsync/config_rsync.h \ | 541 | $(OPIEDIR)/rsync/config_rsync.h \ |
541 | $(OPIEDIR)/rsync/config_linux.h \ | 542 | $(OPIEDIR)/rsync/config_linux.h \ |
542 | $(OPIEDIR)/rsync/rsync.h \ | 543 | $(OPIEDIR)/rsync/rsync.h \ |
543 | $(OPIEDIR)/rsync/command.h | 544 | $(OPIEDIR)/rsync/command.h |
544 | 545 | ||
545 | $(OPIEDIR)/rsync/delta.o: $(OPIEDIR)/rsync/delta.c \ | 546 | $(OPIEDIR)/rsync/delta.o: $(OPIEDIR)/rsync/delta.c \ |
546 | $(OPIEDIR)/rsync/config_rsync.h \ | 547 | $(OPIEDIR)/rsync/config_rsync.h \ |
547 | $(OPIEDIR)/rsync/config_linux.h \ | 548 | $(OPIEDIR)/rsync/config_linux.h \ |
548 | $(OPIEDIR)/rsync/rsync.h \ | 549 | $(OPIEDIR)/rsync/rsync.h \ |
549 | $(OPIEDIR)/rsync/emit.h \ | 550 | $(OPIEDIR)/rsync/emit.h \ |
550 | $(OPIEDIR)/rsync/stream.h \ | 551 | $(OPIEDIR)/rsync/stream.h \ |
551 | $(OPIEDIR)/rsync/util.h \ | 552 | $(OPIEDIR)/rsync/util.h \ |
552 | $(OPIEDIR)/rsync/sumset.h \ | 553 | $(OPIEDIR)/rsync/sumset.h \ |
553 | $(OPIEDIR)/rsync/job.h \ | 554 | $(OPIEDIR)/rsync/job.h \ |
554 | $(OPIEDIR)/rsync/trace.h \ | 555 | $(OPIEDIR)/rsync/trace.h \ |
555 | $(OPIEDIR)/rsync/checksum.h \ | 556 | $(OPIEDIR)/rsync/checksum.h \ |
556 | $(OPIEDIR)/rsync/search.h \ | 557 | $(OPIEDIR)/rsync/search.h \ |
557 | $(OPIEDIR)/rsync/types.h | 558 | $(OPIEDIR)/rsync/types.h |
558 | 559 | ||
559 | $(OPIEDIR)/rsync/emit.o: $(OPIEDIR)/rsync/emit.c \ | 560 | $(OPIEDIR)/rsync/emit.o: $(OPIEDIR)/rsync/emit.c \ |
560 | $(OPIEDIR)/rsync/config_rsync.h \ | 561 | $(OPIEDIR)/rsync/config_rsync.h \ |
561 | $(OPIEDIR)/rsync/config_linux.h \ | 562 | $(OPIEDIR)/rsync/config_linux.h \ |
562 | $(OPIEDIR)/rsync/rsync.h \ | 563 | $(OPIEDIR)/rsync/rsync.h \ |
563 | $(OPIEDIR)/rsync/command.h \ | 564 | $(OPIEDIR)/rsync/command.h \ |
564 | $(OPIEDIR)/rsync/protocol.h \ | 565 | $(OPIEDIR)/rsync/protocol.h \ |
565 | $(OPIEDIR)/rsync/trace.h \ | 566 | $(OPIEDIR)/rsync/trace.h \ |
566 | $(OPIEDIR)/rsync/emit.h \ | 567 | $(OPIEDIR)/rsync/emit.h \ |
567 | $(OPIEDIR)/rsync/prototab.h \ | 568 | $(OPIEDIR)/rsync/prototab.h \ |
568 | $(OPIEDIR)/rsync/netint.h \ | 569 | $(OPIEDIR)/rsync/netint.h \ |
569 | $(OPIEDIR)/rsync/sumset.h \ | 570 | $(OPIEDIR)/rsync/sumset.h \ |
570 | $(OPIEDIR)/rsync/job.h | 571 | $(OPIEDIR)/rsync/job.h |
571 | 572 | ||
572 | $(OPIEDIR)/rsync/hex.o: $(OPIEDIR)/rsync/hex.c \ | 573 | $(OPIEDIR)/rsync/hex.o: $(OPIEDIR)/rsync/hex.c \ |
573 | $(OPIEDIR)/rsync/config_rsync.h \ | 574 | $(OPIEDIR)/rsync/config_rsync.h \ |
574 | $(OPIEDIR)/rsync/config_linux.h \ | 575 | $(OPIEDIR)/rsync/config_linux.h \ |
575 | $(OPIEDIR)/rsync/rsync.h | 576 | $(OPIEDIR)/rsync/rsync.h |
576 | 577 | ||
577 | $(OPIEDIR)/rsync/job.o: $(OPIEDIR)/rsync/job.c \ | 578 | $(OPIEDIR)/rsync/job.o: $(OPIEDIR)/rsync/job.c \ |
578 | $(OPIEDIR)/rsync/config_rsync.h \ | 579 | $(OPIEDIR)/rsync/config_rsync.h \ |
579 | $(OPIEDIR)/rsync/config_linux.h \ | 580 | $(OPIEDIR)/rsync/config_linux.h \ |
580 | $(OPIEDIR)/rsync/rsync.h \ | 581 | $(OPIEDIR)/rsync/rsync.h \ |
581 | $(OPIEDIR)/rsync/stream.h \ | 582 | $(OPIEDIR)/rsync/stream.h \ |
582 | $(OPIEDIR)/rsync/util.h \ | 583 | $(OPIEDIR)/rsync/util.h \ |
583 | $(OPIEDIR)/rsync/sumset.h \ | 584 | $(OPIEDIR)/rsync/sumset.h \ |
584 | $(OPIEDIR)/rsync/job.h \ | 585 | $(OPIEDIR)/rsync/job.h \ |
585 | $(OPIEDIR)/rsync/trace.h | 586 | $(OPIEDIR)/rsync/trace.h |
586 | 587 | ||
587 | $(OPIEDIR)/rsync/mdfour.o: $(OPIEDIR)/rsync/mdfour.c \ | 588 | $(OPIEDIR)/rsync/mdfour.o: $(OPIEDIR)/rsync/mdfour.c \ |
588 | $(OPIEDIR)/rsync/config_rsync.h \ | 589 | $(OPIEDIR)/rsync/config_rsync.h \ |
589 | $(OPIEDIR)/rsync/config_linux.h \ | 590 | $(OPIEDIR)/rsync/config_linux.h \ |
590 | $(OPIEDIR)/rsync/rsync.h \ | 591 | $(OPIEDIR)/rsync/rsync.h \ |
591 | $(OPIEDIR)/rsync/trace.h \ | 592 | $(OPIEDIR)/rsync/trace.h \ |
592 | $(OPIEDIR)/rsync/types.h | 593 | $(OPIEDIR)/rsync/types.h |
593 | 594 | ||
594 | $(OPIEDIR)/rsync/mksum.o: $(OPIEDIR)/rsync/mksum.c \ | 595 | $(OPIEDIR)/rsync/mksum.o: $(OPIEDIR)/rsync/mksum.c \ |
595 | $(OPIEDIR)/rsync/config_rsync.h \ | 596 | $(OPIEDIR)/rsync/config_rsync.h \ |
596 | $(OPIEDIR)/rsync/config_linux.h \ | 597 | $(OPIEDIR)/rsync/config_linux.h \ |
597 | $(OPIEDIR)/rsync/rsync.h \ | 598 | $(OPIEDIR)/rsync/rsync.h \ |
598 | $(OPIEDIR)/rsync/stream.h \ | 599 | $(OPIEDIR)/rsync/stream.h \ |
599 | $(OPIEDIR)/rsync/util.h \ | 600 | $(OPIEDIR)/rsync/util.h \ |
600 | $(OPIEDIR)/rsync/sumset.h \ | 601 | $(OPIEDIR)/rsync/sumset.h \ |
601 | $(OPIEDIR)/rsync/job.h \ | 602 | $(OPIEDIR)/rsync/job.h \ |
602 | $(OPIEDIR)/rsync/protocol.h \ | 603 | $(OPIEDIR)/rsync/protocol.h \ |
603 | $(OPIEDIR)/rsync/netint.h \ | 604 | $(OPIEDIR)/rsync/netint.h \ |
604 | $(OPIEDIR)/rsync/trace.h \ | 605 | $(OPIEDIR)/rsync/trace.h \ |
605 | $(OPIEDIR)/rsync/checksum.h | 606 | $(OPIEDIR)/rsync/checksum.h |
606 | 607 | ||
607 | $(OPIEDIR)/rsync/msg.o: $(OPIEDIR)/rsync/msg.c \ | 608 | $(OPIEDIR)/rsync/msg.o: $(OPIEDIR)/rsync/msg.c \ |
608 | $(OPIEDIR)/rsync/config_rsync.h \ | 609 | $(OPIEDIR)/rsync/config_rsync.h \ |
609 | $(OPIEDIR)/rsync/config_linux.h \ | 610 | $(OPIEDIR)/rsync/config_linux.h \ |
610 | $(OPIEDIR)/rsync/rsync.h | 611 | $(OPIEDIR)/rsync/rsync.h |
611 | 612 | ||
612 | $(OPIEDIR)/rsync/netint.o: $(OPIEDIR)/rsync/netint.c \ | 613 | $(OPIEDIR)/rsync/netint.o: $(OPIEDIR)/rsync/netint.c \ |
613 | $(OPIEDIR)/rsync/config_rsync.h \ | 614 | $(OPIEDIR)/rsync/config_rsync.h \ |
614 | $(OPIEDIR)/rsync/config_linux.h \ | 615 | $(OPIEDIR)/rsync/config_linux.h \ |
615 | $(OPIEDIR)/rsync/rsync.h \ | 616 | $(OPIEDIR)/rsync/rsync.h \ |
616 | $(OPIEDIR)/rsync/job.h \ | 617 | $(OPIEDIR)/rsync/job.h \ |
617 | $(OPIEDIR)/rsync/netint.h \ | 618 | $(OPIEDIR)/rsync/netint.h \ |
618 | $(OPIEDIR)/rsync/trace.h \ | 619 | $(OPIEDIR)/rsync/trace.h \ |
619 | $(OPIEDIR)/rsync/stream.h | 620 | $(OPIEDIR)/rsync/stream.h |
620 | 621 | ||
621 | $(OPIEDIR)/rsync/patch.o: $(OPIEDIR)/rsync/patch.c \ | 622 | $(OPIEDIR)/rsync/patch.o: $(OPIEDIR)/rsync/patch.c \ |
622 | $(OPIEDIR)/rsync/config_rsync.h \ | 623 | $(OPIEDIR)/rsync/config_rsync.h \ |
623 | $(OPIEDIR)/rsync/config_linux.h \ | 624 | $(OPIEDIR)/rsync/config_linux.h \ |
624 | $(OPIEDIR)/rsync/rsync.h \ | 625 | $(OPIEDIR)/rsync/rsync.h \ |
625 | $(OPIEDIR)/rsync/util.h \ | 626 | $(OPIEDIR)/rsync/util.h \ |
626 | $(OPIEDIR)/rsync/trace.h \ | 627 | $(OPIEDIR)/rsync/trace.h \ |
627 | $(OPIEDIR)/rsync/protocol.h \ | 628 | $(OPIEDIR)/rsync/protocol.h \ |
628 | $(OPIEDIR)/rsync/netint.h \ | 629 | $(OPIEDIR)/rsync/netint.h \ |
629 | $(OPIEDIR)/rsync/command.h \ | 630 | $(OPIEDIR)/rsync/command.h \ |
630 | $(OPIEDIR)/rsync/sumset.h \ | 631 | $(OPIEDIR)/rsync/sumset.h \ |
631 | $(OPIEDIR)/rsync/prototab.h \ | 632 | $(OPIEDIR)/rsync/prototab.h \ |
632 | $(OPIEDIR)/rsync/stream.h \ | 633 | $(OPIEDIR)/rsync/stream.h \ |
633 | $(OPIEDIR)/rsync/job.h | 634 | $(OPIEDIR)/rsync/job.h |
634 | 635 | ||
635 | $(OPIEDIR)/rsync/prototab.o: $(OPIEDIR)/rsync/prototab.c \ | 636 | $(OPIEDIR)/rsync/prototab.o: $(OPIEDIR)/rsync/prototab.c \ |
636 | $(OPIEDIR)/rsync/config_rsync.h \ | 637 | $(OPIEDIR)/rsync/config_rsync.h \ |
637 | $(OPIEDIR)/rsync/config_linux.h \ | 638 | $(OPIEDIR)/rsync/config_linux.h \ |
638 | $(OPIEDIR)/rsync/rsync.h \ | 639 | $(OPIEDIR)/rsync/rsync.h \ |
639 | $(OPIEDIR)/rsync/protocol.h \ | 640 | $(OPIEDIR)/rsync/protocol.h \ |
640 | $(OPIEDIR)/rsync/command.h \ | 641 | $(OPIEDIR)/rsync/command.h \ |
641 | $(OPIEDIR)/rsync/prototab.h | 642 | $(OPIEDIR)/rsync/prototab.h |
642 | 643 | ||
643 | $(OPIEDIR)/rsync/readsums.o: $(OPIEDIR)/rsync/readsums.c \ | 644 | $(OPIEDIR)/rsync/readsums.o: $(OPIEDIR)/rsync/readsums.c \ |
644 | $(OPIEDIR)/rsync/config_rsync.h \ | 645 | $(OPIEDIR)/rsync/config_rsync.h \ |
645 | $(OPIEDIR)/rsync/config_linux.h \ | 646 | $(OPIEDIR)/rsync/config_linux.h \ |
646 | $(OPIEDIR)/rsync/rsync.h \ | 647 | $(OPIEDIR)/rsync/rsync.h \ |
647 | $(OPIEDIR)/rsync/sumset.h \ | 648 | $(OPIEDIR)/rsync/sumset.h \ |
648 | $(OPIEDIR)/rsync/job.h \ | 649 | $(OPIEDIR)/rsync/job.h \ |
649 | $(OPIEDIR)/rsync/trace.h \ | 650 | $(OPIEDIR)/rsync/trace.h \ |
650 | $(OPIEDIR)/rsync/netint.h \ | 651 | $(OPIEDIR)/rsync/netint.h \ |
651 | $(OPIEDIR)/rsync/protocol.h \ | 652 | $(OPIEDIR)/rsync/protocol.h \ |
652 | $(OPIEDIR)/rsync/util.h \ | 653 | $(OPIEDIR)/rsync/util.h \ |
653 | $(OPIEDIR)/rsync/stream.h | 654 | $(OPIEDIR)/rsync/stream.h |
654 | 655 | ||
655 | $(OPIEDIR)/rsync/scoop.o: $(OPIEDIR)/rsync/scoop.c \ | 656 | $(OPIEDIR)/rsync/scoop.o: $(OPIEDIR)/rsync/scoop.c \ |
656 | $(OPIEDIR)/rsync/config_rsync.h \ | 657 | $(OPIEDIR)/rsync/config_rsync.h \ |
657 | $(OPIEDIR)/rsync/config_linux.h \ | 658 | $(OPIEDIR)/rsync/config_linux.h \ |
658 | $(OPIEDIR)/rsync/rsync.h \ | 659 | $(OPIEDIR)/rsync/rsync.h \ |
659 | $(OPIEDIR)/rsync/job.h \ | 660 | $(OPIEDIR)/rsync/job.h \ |
660 | $(OPIEDIR)/rsync/stream.h \ | 661 | $(OPIEDIR)/rsync/stream.h \ |
661 | $(OPIEDIR)/rsync/trace.h \ | 662 | $(OPIEDIR)/rsync/trace.h \ |
662 | $(OPIEDIR)/rsync/util.h | 663 | $(OPIEDIR)/rsync/util.h |
663 | 664 | ||
664 | $(OPIEDIR)/rsync/search.o: $(OPIEDIR)/rsync/search.c \ | 665 | $(OPIEDIR)/rsync/search.o: $(OPIEDIR)/rsync/search.c \ |
665 | $(OPIEDIR)/rsync/config_rsync.h \ | 666 | $(OPIEDIR)/rsync/config_rsync.h \ |
666 | $(OPIEDIR)/rsync/config_linux.h \ | 667 | $(OPIEDIR)/rsync/config_linux.h \ |
667 | $(OPIEDIR)/rsync/rsync.h \ | 668 | $(OPIEDIR)/rsync/rsync.h \ |
668 | $(OPIEDIR)/rsync/trace.h \ | 669 | $(OPIEDIR)/rsync/trace.h \ |
669 | $(OPIEDIR)/rsync/util.h \ | 670 | $(OPIEDIR)/rsync/util.h \ |
670 | $(OPIEDIR)/rsync/sumset.h \ | 671 | $(OPIEDIR)/rsync/sumset.h \ |
671 | $(OPIEDIR)/rsync/search.h \ | 672 | $(OPIEDIR)/rsync/search.h \ |
672 | $(OPIEDIR)/rsync/checksum.h | 673 | $(OPIEDIR)/rsync/checksum.h |
673 | 674 | ||
674 | $(OPIEDIR)/rsync/stats.o: $(OPIEDIR)/rsync/stats.c \ | 675 | $(OPIEDIR)/rsync/stats.o: $(OPIEDIR)/rsync/stats.c \ |
675 | $(OPIEDIR)/rsync/config_rsync.h \ | 676 | $(OPIEDIR)/rsync/config_rsync.h \ |
676 | $(OPIEDIR)/rsync/config_linux.h \ | 677 | $(OPIEDIR)/rsync/config_linux.h \ |
677 | $(OPIEDIR)/rsync/rsync.h \ | 678 | $(OPIEDIR)/rsync/rsync.h \ |
678 | $(OPIEDIR)/rsync/trace.h | 679 | $(OPIEDIR)/rsync/trace.h |
679 | 680 | ||
680 | $(OPIEDIR)/rsync/stream.o: $(OPIEDIR)/rsync/stream.c \ | 681 | $(OPIEDIR)/rsync/stream.o: $(OPIEDIR)/rsync/stream.c \ |
681 | $(OPIEDIR)/rsync/config_rsync.h \ | 682 | $(OPIEDIR)/rsync/config_rsync.h \ |
682 | $(OPIEDIR)/rsync/config_linux.h \ | 683 | $(OPIEDIR)/rsync/config_linux.h \ |
683 | $(OPIEDIR)/rsync/rsync.h \ | 684 | $(OPIEDIR)/rsync/rsync.h \ |
684 | $(OPIEDIR)/rsync/stream.h \ | 685 | $(OPIEDIR)/rsync/stream.h \ |
685 | $(OPIEDIR)/rsync/util.h \ | 686 | $(OPIEDIR)/rsync/util.h \ |
686 | $(OPIEDIR)/rsync/trace.h | 687 | $(OPIEDIR)/rsync/trace.h |
687 | 688 | ||
688 | $(OPIEDIR)/rsync/sumset.o: $(OPIEDIR)/rsync/sumset.c \ | 689 | $(OPIEDIR)/rsync/sumset.o: $(OPIEDIR)/rsync/sumset.c \ |
689 | $(OPIEDIR)/rsync/config_rsync.h \ | 690 | $(OPIEDIR)/rsync/config_rsync.h \ |
690 | $(OPIEDIR)/rsync/config_linux.h \ | 691 | $(OPIEDIR)/rsync/config_linux.h \ |
691 | $(OPIEDIR)/rsync/rsync.h \ | 692 | $(OPIEDIR)/rsync/rsync.h \ |
692 | $(OPIEDIR)/rsync/sumset.h \ | 693 | $(OPIEDIR)/rsync/sumset.h \ |
693 | $(OPIEDIR)/rsync/util.h \ | 694 | $(OPIEDIR)/rsync/util.h \ |
694 | $(OPIEDIR)/rsync/trace.h | 695 | $(OPIEDIR)/rsync/trace.h |
695 | 696 | ||
696 | $(OPIEDIR)/rsync/trace.o: $(OPIEDIR)/rsync/trace.c \ | 697 | $(OPIEDIR)/rsync/trace.o: $(OPIEDIR)/rsync/trace.c \ |
697 | $(OPIEDIR)/rsync/config_rsync.h \ | 698 | $(OPIEDIR)/rsync/config_rsync.h \ |
698 | $(OPIEDIR)/rsync/config_linux.h \ | 699 | $(OPIEDIR)/rsync/config_linux.h \ |
699 | $(OPIEDIR)/rsync/rsync.h \ | 700 | $(OPIEDIR)/rsync/rsync.h \ |
700 | $(OPIEDIR)/rsync/util.h \ | 701 | $(OPIEDIR)/rsync/util.h \ |
701 | $(OPIEDIR)/rsync/trace.h | 702 | $(OPIEDIR)/rsync/trace.h |
702 | 703 | ||
703 | $(OPIEDIR)/rsync/tube.o: $(OPIEDIR)/rsync/tube.c \ | 704 | $(OPIEDIR)/rsync/tube.o: $(OPIEDIR)/rsync/tube.c \ |
704 | $(OPIEDIR)/rsync/config_rsync.h \ | 705 | $(OPIEDIR)/rsync/config_rsync.h \ |
705 | $(OPIEDIR)/rsync/config_linux.h \ | 706 | $(OPIEDIR)/rsync/config_linux.h \ |
706 | $(OPIEDIR)/rsync/rsync.h \ | 707 | $(OPIEDIR)/rsync/rsync.h \ |
707 | $(OPIEDIR)/rsync/trace.h \ | 708 | $(OPIEDIR)/rsync/trace.h \ |
708 | $(OPIEDIR)/rsync/util.h \ | 709 | $(OPIEDIR)/rsync/util.h \ |
709 | $(OPIEDIR)/rsync/job.h \ | 710 | $(OPIEDIR)/rsync/job.h \ |
710 | $(OPIEDIR)/rsync/stream.h | 711 | $(OPIEDIR)/rsync/stream.h |
711 | 712 | ||
712 | $(OPIEDIR)/rsync/util.o: $(OPIEDIR)/rsync/util.c \ | 713 | $(OPIEDIR)/rsync/util.o: $(OPIEDIR)/rsync/util.c \ |
713 | $(OPIEDIR)/rsync/config_rsync.h \ | 714 | $(OPIEDIR)/rsync/config_rsync.h \ |
714 | $(OPIEDIR)/rsync/config_linux.h \ | 715 | $(OPIEDIR)/rsync/config_linux.h \ |
715 | $(OPIEDIR)/rsync/util.h \ | 716 | $(OPIEDIR)/rsync/util.h \ |
716 | $(OPIEDIR)/rsync/rsync.h \ | 717 | $(OPIEDIR)/rsync/rsync.h \ |
717 | $(OPIEDIR)/rsync/trace.h | 718 | $(OPIEDIR)/rsync/trace.h |
718 | 719 | ||
719 | $(OPIEDIR)/rsync/version.o: $(OPIEDIR)/rsync/version.c \ | 720 | $(OPIEDIR)/rsync/version.o: $(OPIEDIR)/rsync/version.c \ |
720 | $(OPIEDIR)/rsync/config_rsync.h \ | 721 | $(OPIEDIR)/rsync/config_rsync.h \ |
721 | $(OPIEDIR)/rsync/config_linux.h \ | 722 | $(OPIEDIR)/rsync/config_linux.h \ |
722 | $(OPIEDIR)/rsync/rsync.h | 723 | $(OPIEDIR)/rsync/rsync.h |
723 | 724 | ||
724 | $(OPIEDIR)/rsync/whole.o: $(OPIEDIR)/rsync/whole.c \ | 725 | $(OPIEDIR)/rsync/whole.o: $(OPIEDIR)/rsync/whole.c \ |
725 | $(OPIEDIR)/rsync/config_rsync.h \ | 726 | $(OPIEDIR)/rsync/config_rsync.h \ |
726 | $(OPIEDIR)/rsync/config_linux.h \ | 727 | $(OPIEDIR)/rsync/config_linux.h \ |
727 | $(OPIEDIR)/rsync/rsync.h \ | 728 | $(OPIEDIR)/rsync/rsync.h \ |
728 | $(OPIEDIR)/rsync/trace.h \ | 729 | $(OPIEDIR)/rsync/trace.h \ |
729 | $(OPIEDIR)/rsync/fileutil.h \ | 730 | $(OPIEDIR)/rsync/fileutil.h \ |
730 | $(OPIEDIR)/rsync/sumset.h \ | 731 | $(OPIEDIR)/rsync/sumset.h \ |
731 | $(OPIEDIR)/rsync/job.h \ | 732 | $(OPIEDIR)/rsync/job.h \ |
732 | $(OPIEDIR)/rsync/buf.h \ | 733 | $(OPIEDIR)/rsync/buf.h \ |
733 | $(OPIEDIR)/rsync/whole.h \ | 734 | $(OPIEDIR)/rsync/whole.h \ |
734 | $(OPIEDIR)/rsync/util.h | 735 | $(OPIEDIR)/rsync/util.h |
735 | 736 | ||
736 | $(OPIEDIR)/rsync/qrsync.o: $(OPIEDIR)/rsync/qrsync.cpp \ | 737 | $(OPIEDIR)/rsync/qrsync.o: $(OPIEDIR)/rsync/qrsync.cpp \ |
737 | $(OPIEDIR)/rsync/qrsync.h \ | 738 | $(OPIEDIR)/rsync/qrsync.h \ |
738 | $(OPIEDIR)/rsync/rsync.h | 739 | $(OPIEDIR)/rsync/rsync.h |
739 | 740 | ||
740 | shutdown.h: shutdown.ui | 741 | shutdown.h: shutdown.ui |
741 | $(UIC) shutdown.ui -o $(INTERFACE_DECL_PATH)/shutdown.h | 742 | $(UIC) shutdown.ui -o $(INTERFACE_DECL_PATH)/shutdown.h |
742 | 743 | ||
743 | shutdown.cpp: shutdown.ui | 744 | shutdown.cpp: shutdown.ui |
744 | $(UIC) shutdown.ui -i shutdown.h -o shutdown.cpp | 745 | $(UIC) shutdown.ui -i shutdown.h -o shutdown.cpp |
745 | 746 | ||
746 | syncdialog.h: syncdialog.ui | 747 | syncdialog.h: syncdialog.ui |
747 | $(UIC) syncdialog.ui -o $(INTERFACE_DECL_PATH)/syncdialog.h | 748 | $(UIC) syncdialog.ui -o $(INTERFACE_DECL_PATH)/syncdialog.h |
748 | 749 | ||
749 | syncdialog.cpp: syncdialog.ui | 750 | syncdialog.cpp: syncdialog.ui |
750 | $(UIC) syncdialog.ui -i syncdialog.h -o syncdialog.cpp | 751 | $(UIC) syncdialog.ui -i syncdialog.h -o syncdialog.cpp |
751 | 752 | ||
752 | shutdown.o: shutdown.cpp | 753 | shutdown.o: shutdown.cpp |
753 | 754 | ||
754 | syncdialog.o: syncdialog.cpp | 755 | syncdialog.o: syncdialog.cpp |
755 | 756 | ||
756 | moc_background.o: moc_background.cpp \ | 757 | moc_background.o: moc_background.cpp \ |
757 | background.h | 758 | background.h |
758 | 759 | ||
759 | moc_desktop.o: moc_desktop.cpp \ | 760 | moc_desktop.o: moc_desktop.cpp \ |
760 | desktop.h \ | 761 | desktop.h \ |
761 | shutdownimpl.h \ | 762 | shutdownimpl.h \ |
762 | shutdown.h \ | 763 | shutdown.h \ |
763 | $(OPIEDIR)/include/qpe/qpeapplication.h | 764 | $(OPIEDIR)/include/qpe/qpeapplication.h |
764 | 765 | ||
765 | moc_qprocess.o: moc_qprocess.cpp \ | 766 | moc_qprocess.o: moc_qprocess.cpp \ |
766 | qprocess.h | 767 | qprocess.h |
767 | 768 | ||
768 | moc_info.o: moc_info.cpp \ | 769 | moc_info.o: moc_info.cpp \ |
769 | info.h \ | 770 | info.h \ |
770 | background.h | 771 | background.h |
771 | 772 | ||
772 | moc_appicons.o: moc_appicons.cpp \ | 773 | moc_appicons.o: moc_appicons.cpp \ |
773 | appicons.h | 774 | appicons.h |
774 | 775 | ||
775 | moc_taskbar.o: moc_taskbar.cpp \ | 776 | moc_taskbar.o: moc_taskbar.cpp \ |
776 | taskbar.h | 777 | taskbar.h |
777 | 778 | ||
778 | moc_sidething.o: moc_sidething.cpp \ | 779 | moc_sidething.o: moc_sidething.cpp \ |
779 | sidething.h \ | 780 | sidething.h \ |
780 | startmenu.h | 781 | startmenu.h |
781 | 782 | ||
782 | moc_inputmethods.o: moc_inputmethods.cpp \ | 783 | moc_inputmethods.o: moc_inputmethods.cpp \ |
783 | inputmethods.h \ | 784 | inputmethods.h \ |
784 | $(OPIEDIR)/include/qpe/inputmethodinterface.h \ | 785 | $(OPIEDIR)/include/qpe/inputmethodinterface.h \ |
785 | $(OPIEDIR)/include/qpe/qcom.h \ | 786 | $(OPIEDIR)/include/qpe/qcom.h \ |
786 | $(OPIEDIR)/include/qpe/quuid.h | 787 | $(OPIEDIR)/include/qpe/quuid.h |
787 | 788 | ||
788 | moc_systray.o: moc_systray.cpp \ | 789 | moc_systray.o: moc_systray.cpp \ |
789 | systray.h \ | 790 | systray.h \ |
790 | $(OPIEDIR)/include/qpe/taskbarappletinterface.h \ | 791 | $(OPIEDIR)/include/qpe/taskbarappletinterface.h \ |
791 | $(OPIEDIR)/include/qpe/qcom.h \ | 792 | $(OPIEDIR)/include/qpe/qcom.h \ |
792 | $(OPIEDIR)/include/qpe/quuid.h | 793 | $(OPIEDIR)/include/qpe/quuid.h |
793 | 794 | ||
794 | moc_shutdownimpl.o: moc_shutdownimpl.cpp \ | 795 | moc_shutdownimpl.o: moc_shutdownimpl.cpp \ |
795 | shutdownimpl.h \ | 796 | shutdownimpl.h \ |
796 | shutdown.h | 797 | shutdown.h |
797 | 798 | ||
798 | moc_launcher.o: moc_launcher.cpp \ | 799 | moc_launcher.o: moc_launcher.cpp \ |
799 | launcher.h \ | 800 | launcher.h \ |
800 | launcherview.h \ | 801 | launcherview.h \ |
801 | $(OPIEDIR)/include/qpe/storage.h | 802 | $(OPIEDIR)/include/qpe/storage.h |
802 | 803 | ||
803 | moc_launcherview.o: moc_launcherview.cpp \ | 804 | moc_launcherview.o: moc_launcherview.cpp \ |
804 | launcherview.h \ | 805 | launcherview.h \ |
805 | $(OPIEDIR)/include/qpe/storage.h | 806 | $(OPIEDIR)/include/qpe/storage.h |
806 | 807 | ||
807 | ../calibrate/moc_calibrate.o: ../calibrate/moc_calibrate.cpp \ | 808 | ../calibrate/moc_calibrate.o: ../calibrate/moc_calibrate.cpp \ |
808 | ../calibrate/calibrate.h | 809 | ../calibrate/calibrate.h |
809 | 810 | ||
810 | moc_startmenu.o: moc_startmenu.cpp \ | 811 | moc_startmenu.o: moc_startmenu.cpp \ |
811 | startmenu.h | 812 | startmenu.h |
812 | 813 | ||
813 | moc_transferserver.o: moc_transferserver.cpp \ | 814 | moc_transferserver.o: moc_transferserver.cpp \ |
814 | transferserver.h | 815 | transferserver.h |
815 | 816 | ||
816 | moc_qcopbridge.o: moc_qcopbridge.cpp \ | 817 | moc_qcopbridge.o: moc_qcopbridge.cpp \ |
817 | qcopbridge.h | 818 | qcopbridge.h |
818 | 819 | ||
819 | moc_packageslave.o: moc_packageslave.cpp \ | 820 | moc_packageslave.o: moc_packageslave.cpp \ |
820 | packageslave.h | 821 | packageslave.h |
821 | 822 | ||
822 | moc_irserver.o: moc_irserver.cpp \ | 823 | moc_irserver.o: moc_irserver.cpp \ |
823 | irserver.h | 824 | irserver.h |
824 | 825 | ||
825 | moc_shutdown.o: qprocess_unix.moc \ | 826 | moc_shutdown.o: qprocess_unix.moc \ |
826 | qprocess_unix.cpp \ | 827 | qprocess_unix.cpp \ |
827 | qprocess.h \ | 828 | qprocess.h \ |
828 | qcleanuphandler_p.h | 829 | qcleanuphandler_p.h |
829 | 830 | ||
830 | moc_syncdialog.o: appicons.moc \ | 831 | moc_syncdialog.o: appicons.moc \ |
831 | appicons.cpp \ | 832 | appicons.cpp \ |
832 | appicons.h \ | 833 | appicons.h \ |
833 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h | 834 | $(OPIEDIR)/include/qpe/qcopenvelope_qws.h |
834 | 835 | ||
835 | moc_background.cpp: background.h | 836 | moc_background.cpp: background.h |
836 | $(MOC) background.h -o moc_background.cpp | 837 | $(MOC) background.h -o moc_background.cpp |
837 | 838 | ||
838 | moc_desktop.cpp: desktop.h | 839 | moc_desktop.cpp: desktop.h |
839 | $(MOC) desktop.h -o moc_desktop.cpp | 840 | $(MOC) desktop.h -o moc_desktop.cpp |
840 | 841 | ||
841 | moc_qprocess.cpp: qprocess.h | 842 | moc_qprocess.cpp: qprocess.h |
842 | $(MOC) qprocess.h -o moc_qprocess.cpp | 843 | $(MOC) qprocess.h -o moc_qprocess.cpp |
843 | 844 | ||
844 | moc_info.cpp: info.h | 845 | moc_info.cpp: info.h |
845 | $(MOC) info.h -o moc_info.cpp | 846 | $(MOC) info.h -o moc_info.cpp |
846 | 847 | ||
847 | moc_appicons.cpp: appicons.h | 848 | moc_appicons.cpp: appicons.h |
848 | $(MOC) appicons.h -o moc_appicons.cpp | 849 | $(MOC) appicons.h -o moc_appicons.cpp |
849 | 850 | ||
850 | moc_taskbar.cpp: taskbar.h | 851 | moc_taskbar.cpp: taskbar.h |
851 | $(MOC) taskbar.h -o moc_taskbar.cpp | 852 | $(MOC) taskbar.h -o moc_taskbar.cpp |
852 | 853 | ||
853 | moc_sidething.cpp: sidething.h | 854 | moc_sidething.cpp: sidething.h |
854 | $(MOC) sidething.h -o moc_sidething.cpp | 855 | $(MOC) sidething.h -o moc_sidething.cpp |
855 | 856 | ||
856 | moc_inputmethods.cpp: inputmethods.h | 857 | moc_inputmethods.cpp: inputmethods.h |
857 | $(MOC) inputmethods.h -o moc_inputmethods.cpp | 858 | $(MOC) inputmethods.h -o moc_inputmethods.cpp |
858 | 859 | ||
859 | moc_systray.cpp: systray.h | 860 | moc_systray.cpp: systray.h |
860 | $(MOC) systray.h -o moc_systray.cpp | 861 | $(MOC) systray.h -o moc_systray.cpp |
861 | 862 | ||
862 | moc_shutdownimpl.cpp: shutdownimpl.h | 863 | moc_shutdownimpl.cpp: shutdownimpl.h |
863 | $(MOC) shutdownimpl.h -o moc_shutdownimpl.cpp | 864 | $(MOC) shutdownimpl.h -o moc_shutdownimpl.cpp |
864 | 865 | ||
865 | moc_launcher.cpp: launcher.h | 866 | moc_launcher.cpp: launcher.h |
866 | $(MOC) launcher.h -o moc_launcher.cpp | 867 | $(MOC) launcher.h -o moc_launcher.cpp |
867 | 868 | ||
868 | moc_launcherview.cpp: launcherview.h | 869 | moc_launcherview.cpp: launcherview.h |
869 | $(MOC) launcherview.h -o moc_launcherview.cpp | 870 | $(MOC) launcherview.h -o moc_launcherview.cpp |
870 | 871 | ||
871 | ../calibrate/moc_calibrate.cpp: ../calibrate/calibrate.h | 872 | ../calibrate/moc_calibrate.cpp: ../calibrate/calibrate.h |
872 | $(MOC) ../calibrate/calibrate.h -o ../calibrate/moc_calibrate.cpp | 873 | $(MOC) ../calibrate/calibrate.h -o ../calibrate/moc_calibrate.cpp |
873 | 874 | ||
874 | moc_startmenu.cpp: startmenu.h | 875 | moc_startmenu.cpp: startmenu.h |
875 | $(MOC) startmenu.h -o moc_startmenu.cpp | 876 | $(MOC) startmenu.h -o moc_startmenu.cpp |
876 | 877 | ||
877 | moc_transferserver.cpp: transferserver.h | 878 | moc_transferserver.cpp: transferserver.h |
878 | $(MOC) transferserver.h -o moc_transferserver.cpp | 879 | $(MOC) transferserver.h -o moc_transferserver.cpp |
879 | 880 | ||
880 | moc_qcopbridge.cpp: qcopbridge.h | 881 | moc_qcopbridge.cpp: qcopbridge.h |
881 | $(MOC) qcopbridge.h -o moc_qcopbridge.cpp | 882 | $(MOC) qcopbridge.h -o moc_qcopbridge.cpp |
882 | 883 | ||
883 | moc_packageslave.cpp: packageslave.h | 884 | moc_packageslave.cpp: packageslave.h |
884 | $(MOC) packageslave.h -o moc_packageslave.cpp | 885 | $(MOC) packageslave.h -o moc_packageslave.cpp |
885 | 886 | ||
886 | moc_irserver.cpp: irserver.h | 887 | moc_irserver.cpp: irserver.h |
887 | $(MOC) irserver.h -o moc_irserver.cpp | 888 | $(MOC) irserver.h -o moc_irserver.cpp |
888 | 889 | ||
889 | qprocess_unix.moc: qprocess_unix.cpp | 890 | qprocess_unix.moc: qprocess_unix.cpp |
890 | $(MOC) qprocess_unix.cpp -o qprocess_unix.moc | 891 | $(MOC) qprocess_unix.cpp -o qprocess_unix.moc |
891 | 892 | ||
892 | appicons.moc: appicons.cpp | 893 | appicons.moc: appicons.cpp |
893 | $(MOC) appicons.cpp -o appicons.moc | 894 | $(MOC) appicons.cpp -o appicons.moc |
894 | 895 | ||
895 | moc_shutdown.cpp: shutdown.h | 896 | moc_shutdown.cpp: shutdown.h |
896 | $(MOC) shutdown.h -o moc_shutdown.cpp | 897 | $(MOC) shutdown.h -o moc_shutdown.cpp |
897 | 898 | ||
898 | moc_syncdialog.cpp: syncdialog.h | 899 | moc_syncdialog.cpp: syncdialog.h |
899 | $(MOC) syncdialog.h -o moc_syncdialog.cpp | 900 | $(MOC) syncdialog.h -o moc_syncdialog.cpp |
900 | 901 | ||
901 | 902 | ||