1 | |
---|
2 | .SUFFIXES: .o .cxx .depend .h .genh |
---|
3 | |
---|
4 | OBJECTS=$(subst .cxx,.o,$(wildcard *.cxx)) |
---|
5 | |
---|
6 | GENERATED_HEADERS= \ |
---|
7 | arb_msg.h \ |
---|
8 | arb_misc.h \ |
---|
9 | arb_signal.h \ |
---|
10 | arb_file.h \ |
---|
11 | arb_diff.h \ |
---|
12 | arb_match.h \ |
---|
13 | |
---|
14 | LIB_SHARED=../lib/$(MAIN:.a=).$(SHARED_LIB_SUFFIX) |
---|
15 | |
---|
16 | # MAIN contains .a (instead of wanted .so). Translate via do_...-target |
---|
17 | it: do_$(MAIN) |
---|
18 | |
---|
19 | do_CORE.a: |
---|
20 | @echo "Error: MAIN='$(MAIN)' is set wrong" |
---|
21 | false |
---|
22 | |
---|
23 | do_libCORE.a: $(LIB_SHARED) |
---|
24 | |
---|
25 | $(LIB_SHARED): $(OBJECTS) |
---|
26 | $(LINK_SHARED_LIB) $(LIB_SHARED) $(OBJECTS) |
---|
27 | |
---|
28 | .cxx.o: |
---|
29 | $(A_CXX) $(shared_cflags) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< |
---|
30 | |
---|
31 | .cxx.genh: |
---|
32 | ../AISC_MKPTPS/aisc_mkpt -P -G -w $(subst .genh,.h,$@) $< > $@ |
---|
33 | |
---|
34 | %.genheader: %.genh |
---|
35 | ../SOURCE_TOOLS/mv_if_diff $< $(subst .genheader,.h,$@) |
---|
36 | |
---|
37 | proto: $(subst .h,.genheader,$(GENERATED_HEADERS)) |
---|
38 | |
---|
39 | clean: |
---|
40 | rm -f $(OBJECTS) *.a *.so |
---|
41 | |
---|
42 | DEPENDS = $(OBJECTS:.o=.depend) |
---|
43 | depends: $(DEPENDS) |
---|
44 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
---|
45 | @rm $(DEPENDS) |
---|
46 | $(DEPENDS): depend.init |
---|
47 | depend.init: |
---|
48 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
---|
49 | .c.depend: |
---|
50 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
51 | .cxx.depend: |
---|
52 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
53 | |
---|
54 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
55 | |
---|
56 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
57 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main) |
---|
58 | |
---|
59 | arb_cs.o: arb_assert.h |
---|
60 | arb_cs.o: arb_core.h |
---|
61 | arb_cs.o: arb_cs.h |
---|
62 | arb_cs.o: arb_mem.h |
---|
63 | arb_cs.o: arb_msg.h |
---|
64 | arb_cs.o: arb_pattern.h |
---|
65 | arb_cs.o: arb_string.h |
---|
66 | arb_cs.o: $(ARBHOME)/INCLUDE/arb_sleep.h |
---|
67 | arb_cs.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
68 | arb_cs.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
69 | arb_cs.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
70 | arb_cs.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
71 | arb_cs.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
72 | arb_cs.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
73 | arb_cs.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
74 | arb_cs.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
75 | |
---|
76 | arb_diff.o: arb_assert.h |
---|
77 | arb_diff.o: arb_core.h |
---|
78 | arb_diff.o: arb_diff.h |
---|
79 | arb_diff.o: arb_file.h |
---|
80 | arb_diff.o: arb_match.h |
---|
81 | arb_diff.o: arb_mem.h |
---|
82 | arb_diff.o: arb_msg.h |
---|
83 | arb_diff.o: arb_string.h |
---|
84 | arb_diff.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
85 | arb_diff.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
86 | arb_diff.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
87 | arb_diff.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
88 | arb_diff.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
89 | arb_diff.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
90 | arb_diff.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
91 | arb_diff.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
92 | arb_diff.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
93 | |
---|
94 | arb_file.o: arb_assert.h |
---|
95 | arb_file.o: arb_core.h |
---|
96 | arb_file.o: arb_file.h |
---|
97 | arb_file.o: arb_mem.h |
---|
98 | arb_file.o: arb_msg.h |
---|
99 | arb_file.o: arb_string.h |
---|
100 | arb_file.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
101 | arb_file.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
102 | arb_file.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
103 | arb_file.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
104 | arb_file.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
105 | arb_file.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
106 | arb_file.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
107 | |
---|
108 | arb_handlers.o: arb_assert.h |
---|
109 | arb_handlers.o: arb_core.h |
---|
110 | arb_handlers.o: arb_handlers.h |
---|
111 | arb_handlers.o: arb_misc.h |
---|
112 | arb_handlers.o: arb_msg.h |
---|
113 | arb_handlers.o: $(ARBHOME)/INCLUDE/arb_algo.h |
---|
114 | arb_handlers.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
115 | arb_handlers.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
116 | arb_handlers.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
117 | arb_handlers.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
118 | arb_handlers.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
119 | arb_handlers.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
120 | arb_handlers.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
121 | |
---|
122 | arb_match.o: arb_assert.h |
---|
123 | arb_match.o: arb_core.h |
---|
124 | arb_match.o: arb_match.h |
---|
125 | arb_match.o: arb_mem.h |
---|
126 | arb_match.o: arb_msg.h |
---|
127 | arb_match.o: arb_strbuf.h |
---|
128 | arb_match.o: arb_string.h |
---|
129 | arb_match.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
130 | arb_match.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
131 | arb_match.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
132 | arb_match.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
133 | arb_match.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
134 | arb_match.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
135 | |
---|
136 | arb_mem.o: arb_assert.h |
---|
137 | arb_mem.o: arb_core.h |
---|
138 | arb_mem.o: arb_mem.h |
---|
139 | arb_mem.o: arb_msg.h |
---|
140 | arb_mem.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
141 | arb_mem.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
142 | arb_mem.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
143 | arb_mem.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
144 | arb_mem.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
145 | arb_mem.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
146 | arb_mem.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
147 | |
---|
148 | arb_misc.o: arb_assert.h |
---|
149 | arb_misc.o: arb_core.h |
---|
150 | arb_misc.o: arb_file.h |
---|
151 | arb_misc.o: arb_mem.h |
---|
152 | arb_misc.o: arb_misc.h |
---|
153 | arb_misc.o: arb_msg.h |
---|
154 | arb_misc.o: arb_strbuf.h |
---|
155 | arb_misc.o: arb_string.h |
---|
156 | arb_misc.o: StrUniquifier.h |
---|
157 | arb_misc.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
158 | arb_misc.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
159 | arb_misc.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
160 | arb_misc.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
161 | arb_misc.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
162 | arb_misc.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
163 | arb_misc.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
164 | |
---|
165 | arb_msg.o: arb_assert.h |
---|
166 | arb_msg.o: arb_core.h |
---|
167 | arb_msg.o: arb_handlers.h |
---|
168 | arb_msg.o: arb_mem.h |
---|
169 | arb_msg.o: arb_msg.h |
---|
170 | arb_msg.o: arb_msg_fwd.h |
---|
171 | arb_msg.o: arb_msg_nospam.h |
---|
172 | arb_msg.o: arb_strarray.h |
---|
173 | arb_msg.o: arb_strbuf.h |
---|
174 | arb_msg.o: arb_string.h |
---|
175 | arb_msg.o: FileContent.h |
---|
176 | arb_msg.o: $(ARBHOME)/INCLUDE/arb_backtrace.h |
---|
177 | arb_msg.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
178 | arb_msg.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
179 | arb_msg.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
180 | arb_msg.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
181 | arb_msg.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
182 | arb_msg.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
183 | arb_msg.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
184 | arb_msg.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
185 | arb_msg.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
186 | |
---|
187 | arb_pattern.o: arb_assert.h |
---|
188 | arb_pattern.o: arb_core.h |
---|
189 | arb_pattern.o: arb_mem.h |
---|
190 | arb_pattern.o: arb_msg.h |
---|
191 | arb_pattern.o: arb_pattern.h |
---|
192 | arb_pattern.o: arb_strbuf.h |
---|
193 | arb_pattern.o: arb_string.h |
---|
194 | arb_pattern.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
195 | arb_pattern.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
196 | arb_pattern.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
197 | arb_pattern.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
198 | arb_pattern.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
199 | arb_pattern.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
200 | arb_pattern.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
201 | |
---|
202 | arb_progress.o: arb_assert.h |
---|
203 | arb_progress.o: arb_core.h |
---|
204 | arb_progress.o: arb_handlers.h |
---|
205 | arb_progress.o: arb_msg.h |
---|
206 | arb_progress.o: arb_progress.h |
---|
207 | arb_progress.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
208 | arb_progress.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
209 | arb_progress.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
210 | arb_progress.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
211 | arb_progress.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
212 | arb_progress.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
213 | arb_progress.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
214 | arb_progress.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
215 | |
---|
216 | arb_signal.o: arb_assert.h |
---|
217 | arb_signal.o: arb_core.h |
---|
218 | arb_signal.o: arb_msg.h |
---|
219 | arb_signal.o: arb_signal.h |
---|
220 | arb_signal.o: $(ARBHOME)/INCLUDE/arb_backtrace.h |
---|
221 | arb_signal.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
222 | arb_signal.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
223 | arb_signal.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
224 | arb_signal.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
225 | arb_signal.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
226 | arb_signal.o: $(ARBHOME)/INCLUDE/SigHandler.h |
---|
227 | arb_signal.o: $(ARBHOME)/INCLUDE/SuppressOutput.h |
---|
228 | arb_signal.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
229 | arb_signal.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
230 | arb_signal.o: $(ARBHOME)/INCLUDE/valgrind.h |
---|
231 | |
---|
232 | arb_sort.o: arb_assert.h |
---|
233 | arb_sort.o: arb_core.h |
---|
234 | arb_sort.o: arb_sort.h |
---|
235 | arb_sort.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
236 | arb_sort.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
237 | arb_sort.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
238 | arb_sort.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
239 | arb_sort.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
240 | |
---|
241 | arb_strarray.o: arb_assert.h |
---|
242 | arb_strarray.o: arb_core.h |
---|
243 | arb_strarray.o: arb_mem.h |
---|
244 | arb_strarray.o: arb_sort.h |
---|
245 | arb_strarray.o: arb_strarray.h |
---|
246 | arb_strarray.o: arb_strbuf.h |
---|
247 | arb_strarray.o: arb_string.h |
---|
248 | arb_strarray.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
249 | arb_strarray.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
250 | arb_strarray.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
251 | arb_strarray.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
252 | arb_strarray.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
253 | arb_strarray.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
254 | arb_strarray.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
255 | arb_strarray.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
256 | |
---|
257 | arb_strbuf.o: arb_assert.h |
---|
258 | arb_strbuf.o: arb_core.h |
---|
259 | arb_strbuf.o: arb_mem.h |
---|
260 | arb_strbuf.o: arb_strbuf.h |
---|
261 | arb_strbuf.o: arb_string.h |
---|
262 | arb_strbuf.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
263 | arb_strbuf.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
264 | arb_strbuf.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
265 | arb_strbuf.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
266 | arb_strbuf.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
267 | arb_strbuf.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
268 | arb_strbuf.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
269 | |
---|
270 | arb_string.o: arb_assert.h |
---|
271 | arb_string.o: arb_core.h |
---|
272 | arb_string.o: arb_mem.h |
---|
273 | arb_string.o: arb_string.h |
---|
274 | arb_string.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
275 | arb_string.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
276 | arb_string.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
277 | arb_string.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
278 | arb_string.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
279 | arb_string.o: $(ARBHOME)/INCLUDE/Keeper.h |
---|
280 | arb_string.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
281 | arb_string.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
282 | |
---|
283 | arb_zfile.o: arb_assert.h |
---|
284 | arb_zfile.o: arb_core.h |
---|
285 | arb_zfile.o: arb_file.h |
---|
286 | arb_zfile.o: arb_mem.h |
---|
287 | arb_zfile.o: arb_misc.h |
---|
288 | arb_zfile.o: arb_msg.h |
---|
289 | arb_zfile.o: arb_string.h |
---|
290 | arb_zfile.o: arb_zfile.h |
---|
291 | arb_zfile.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
292 | arb_zfile.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
293 | arb_zfile.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
294 | arb_zfile.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
295 | arb_zfile.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
296 | arb_zfile.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
297 | arb_zfile.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
298 | |
---|
299 | BufferedFileReader.o: arb_assert.h |
---|
300 | BufferedFileReader.o: arb_core.h |
---|
301 | BufferedFileReader.o: arb_mem.h |
---|
302 | BufferedFileReader.o: BufferedFileReader.h |
---|
303 | BufferedFileReader.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
304 | BufferedFileReader.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
305 | BufferedFileReader.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
306 | BufferedFileReader.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
307 | BufferedFileReader.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
308 | BufferedFileReader.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
309 | BufferedFileReader.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
310 | |
---|
311 | ConfigMapping.o: arb_assert.h |
---|
312 | ConfigMapping.o: arb_core.h |
---|
313 | ConfigMapping.o: arb_mem.h |
---|
314 | ConfigMapping.o: arb_msg.h |
---|
315 | ConfigMapping.o: arb_strarray.h |
---|
316 | ConfigMapping.o: arb_string.h |
---|
317 | ConfigMapping.o: ConfigMapping.h |
---|
318 | ConfigMapping.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
319 | ConfigMapping.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
320 | ConfigMapping.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
321 | ConfigMapping.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
322 | ConfigMapping.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
323 | ConfigMapping.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
324 | ConfigMapping.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
325 | ConfigMapping.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
326 | |
---|
327 | FileContent.o: arb_assert.h |
---|
328 | FileContent.o: arb_core.h |
---|
329 | FileContent.o: arb_file.h |
---|
330 | FileContent.o: arb_mem.h |
---|
331 | FileContent.o: arb_msg.h |
---|
332 | FileContent.o: arb_stdstring.h |
---|
333 | FileContent.o: arb_strarray.h |
---|
334 | FileContent.o: arb_string.h |
---|
335 | FileContent.o: BufferedFileReader.h |
---|
336 | FileContent.o: FileContent.h |
---|
337 | FileContent.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
338 | FileContent.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
339 | FileContent.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
340 | FileContent.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
341 | FileContent.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
342 | FileContent.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
343 | FileContent.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
344 | |
---|
345 | MultiFileReader.o: arb_assert.h |
---|
346 | MultiFileReader.o: arb_core.h |
---|
347 | MultiFileReader.o: arb_mem.h |
---|
348 | MultiFileReader.o: arb_msg.h |
---|
349 | MultiFileReader.o: arb_strarray.h |
---|
350 | MultiFileReader.o: arb_string.h |
---|
351 | MultiFileReader.o: BufferedFileReader.h |
---|
352 | MultiFileReader.o: MultiFileReader.h |
---|
353 | MultiFileReader.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
354 | MultiFileReader.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
355 | MultiFileReader.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
356 | MultiFileReader.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
357 | MultiFileReader.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
358 | MultiFileReader.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
359 | MultiFileReader.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
360 | |
---|
361 | pos_range.o: arb_assert.h |
---|
362 | pos_range.o: arb_core.h |
---|
363 | pos_range.o: arb_mem.h |
---|
364 | pos_range.o: arb_msg.h |
---|
365 | pos_range.o: pos_range.h |
---|
366 | pos_range.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
367 | pos_range.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
368 | pos_range.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
369 | pos_range.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
370 | pos_range.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
371 | pos_range.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
372 | pos_range.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
373 | pos_range.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|