-rw-r--r-- | rsync/Makefile.in | 391 |
1 files changed, 0 insertions, 391 deletions
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 | |||