source: branches/stable/CONVERTALN/Makefile

Last change on this file was 17534, checked in by westram, 6 years ago
  • partial merge from 'fix' into 'trunk'
    • globally define what are "gaps"
    • kept behavioral changes to a minimum:
      • defaults for (user-defined) gap-definition in EDIT4 changed
      • EDIT sequence search also uses user-defined gaps
  • adds: log:branches/fix@17529:17533
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 13.8 KB
Line 
1.SUFFIXES: .o .a .cxx .depend .stamp
2
3SOURCES=$(wildcard *.cxx)
4HEADERS=$(wildcard *.h)
5OBJECTS= $(subst .cxx,.o,$(SOURCES))
6ERROR_CHECKER=./show_error_list.pl
7
8$(MAIN): $(OBJECTS) check_error_codes.stamp
9        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
10
11check_error_codes.stamp: $(ERROR_CHECKER) $(SOURCES) $(HEADERS)
12        @$(ERROR_CHECKER) -check
13        @touch $@
14
15.cxx.o:
16        $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $<
17
18proto:
19        ../AISC_MKPTPS/aisc_mkpt -P -G -w prototypes.h $(OBJECTS:.o=.cxx) >prototypes.h.tmp
20        ../SOURCE_TOOLS/mv_if_diff prototypes.h.tmp prototypes.h
21
22clean:
23        rm -f *.o $(BINARY) *.stamp
24
25DEPENDS = $(OBJECTS:.o=.depend)
26depends: $(DEPENDS)
27        @cat $(DEPENDS) | grep -v '^#' >>Makefile
28        @rm $(DEPENDS)
29$(DEPENDS): depend.init
30depend.init:
31        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
32.c.depend:
33        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
34.cxx.depend:
35        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
36
37# DO NOT DELETE THIS LINE -- make depend depends on it.
38
39# Do not add dependencies manually - use 'make depend' in $ARBHOME
40# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
41
42convert.o: defs.h
43convert.o: embl.h
44convert.o: fun.h
45convert.o: genbank.h
46convert.o: global.h
47convert.o: input_format.h
48convert.o: macke.h
49convert.o: parser.h
50convert.o: prototypes.h
51convert.o: rdp_info.h
52convert.o: reader.h
53convert.o: refs.h
54convert.o: seq.h
55convert.o: $(ARBHOME)/INCLUDE/arb_assert.h
56convert.o: $(ARBHOME)/INCLUDE/arb_core.h
57convert.o: $(ARBHOME)/INCLUDE/arb_defs.h
58convert.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
59convert.o: $(ARBHOME)/INCLUDE/arb_mem.h
60convert.o: $(ARBHOME)/INCLUDE/arb_string.h
61convert.o: $(ARBHOME)/INCLUDE/arbtools.h
62convert.o: $(ARBHOME)/INCLUDE/attributes.h
63convert.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
64convert.o: $(ARBHOME)/INCLUDE/cxxforward.h
65convert.o: $(ARBHOME)/INCLUDE/dupstr.h
66convert.o: $(ARBHOME)/INCLUDE/gccver.h
67convert.o: $(ARBHOME)/INCLUDE/smartptr.h
68convert.o: $(ARBHOME)/INCLUDE/test_global.h
69
70date.o: fun.h
71date.o: global.h
72date.o: prototypes.h
73date.o: $(ARBHOME)/INCLUDE/arb_assert.h
74date.o: $(ARBHOME)/INCLUDE/arb_core.h
75date.o: $(ARBHOME)/INCLUDE/arb_defs.h
76date.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
77date.o: $(ARBHOME)/INCLUDE/arb_mem.h
78date.o: $(ARBHOME)/INCLUDE/arb_string.h
79date.o: $(ARBHOME)/INCLUDE/arbtools.h
80date.o: $(ARBHOME)/INCLUDE/attributes.h
81date.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
82date.o: $(ARBHOME)/INCLUDE/cxxforward.h
83date.o: $(ARBHOME)/INCLUDE/dupstr.h
84date.o: $(ARBHOME)/INCLUDE/gccver.h
85date.o: $(ARBHOME)/INCLUDE/smartptr.h
86date.o: $(ARBHOME)/INCLUDE/test_global.h
87date.o: $(ARBHOME)/INCLUDE/test_unit.h
88
89embl.o: defs.h
90embl.o: embl.h
91embl.o: fun.h
92embl.o: genbank.h
93embl.o: global.h
94embl.o: input_format.h
95embl.o: macke.h
96embl.o: parser.h
97embl.o: prototypes.h
98embl.o: rdp_info.h
99embl.o: reader.h
100embl.o: refs.h
101embl.o: seq.h
102embl.o: wrap.h
103embl.o: $(ARBHOME)/INCLUDE/arb_assert.h
104embl.o: $(ARBHOME)/INCLUDE/arb_core.h
105embl.o: $(ARBHOME)/INCLUDE/arb_defs.h
106embl.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
107embl.o: $(ARBHOME)/INCLUDE/arb_mem.h
108embl.o: $(ARBHOME)/INCLUDE/arb_string.h
109embl.o: $(ARBHOME)/INCLUDE/arbtools.h
110embl.o: $(ARBHOME)/INCLUDE/attributes.h
111embl.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
112embl.o: $(ARBHOME)/INCLUDE/cxxforward.h
113embl.o: $(ARBHOME)/INCLUDE/dupstr.h
114embl.o: $(ARBHOME)/INCLUDE/gccver.h
115embl.o: $(ARBHOME)/INCLUDE/smartptr.h
116embl.o: $(ARBHOME)/INCLUDE/test_global.h
117embl.o: $(ARBHOME)/INCLUDE/test_unit.h
118
119fconv.o: defs.h
120fconv.o: fun.h
121fconv.o: global.h
122fconv.o: prototypes.h
123fconv.o: $(ARBHOME)/INCLUDE/ad_prot.h
124fconv.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
125fconv.o: $(ARBHOME)/INCLUDE/arb_assert.h
126fconv.o: $(ARBHOME)/INCLUDE/arb_core.h
127fconv.o: $(ARBHOME)/INCLUDE/arb_defs.h
128fconv.o: $(ARBHOME)/INCLUDE/arb_diff.h
129fconv.o: $(ARBHOME)/INCLUDE/arb_error.h
130fconv.o: $(ARBHOME)/INCLUDE/arb_file.h
131fconv.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
132fconv.o: $(ARBHOME)/INCLUDE/arb_mem.h
133fconv.o: $(ARBHOME)/INCLUDE/arb_msg.h
134fconv.o: $(ARBHOME)/INCLUDE/arb_string.h
135fconv.o: $(ARBHOME)/INCLUDE/arbdb.h
136fconv.o: $(ARBHOME)/INCLUDE/arbdb_base.h
137fconv.o: $(ARBHOME)/INCLUDE/arbdbt.h
138fconv.o: $(ARBHOME)/INCLUDE/arbtools.h
139fconv.o: $(ARBHOME)/INCLUDE/attributes.h
140fconv.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
141fconv.o: $(ARBHOME)/INCLUDE/cxxforward.h
142fconv.o: $(ARBHOME)/INCLUDE/downcast.h
143fconv.o: $(ARBHOME)/INCLUDE/dupstr.h
144fconv.o: $(ARBHOME)/INCLUDE/gccver.h
145fconv.o: $(ARBHOME)/INCLUDE/smartptr.h
146fconv.o: $(ARBHOME)/INCLUDE/static_assert.h
147fconv.o: $(ARBHOME)/INCLUDE/test_global.h
148fconv.o: $(ARBHOME)/INCLUDE/test_unit.h
149
150gcg.o: defs.h
151gcg.o: embl.h
152gcg.o: fun.h
153gcg.o: genbank.h
154gcg.o: global.h
155gcg.o: input_format.h
156gcg.o: macke.h
157gcg.o: parser.h
158gcg.o: prototypes.h
159gcg.o: rdp_info.h
160gcg.o: reader.h
161gcg.o: refs.h
162gcg.o: seq.h
163gcg.o: $(ARBHOME)/INCLUDE/arb_assert.h
164gcg.o: $(ARBHOME)/INCLUDE/arb_core.h
165gcg.o: $(ARBHOME)/INCLUDE/arb_defs.h
166gcg.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
167gcg.o: $(ARBHOME)/INCLUDE/arb_mem.h
168gcg.o: $(ARBHOME)/INCLUDE/arb_string.h
169gcg.o: $(ARBHOME)/INCLUDE/arbtools.h
170gcg.o: $(ARBHOME)/INCLUDE/attributes.h
171gcg.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
172gcg.o: $(ARBHOME)/INCLUDE/cxxforward.h
173gcg.o: $(ARBHOME)/INCLUDE/dupstr.h
174gcg.o: $(ARBHOME)/INCLUDE/gccver.h
175gcg.o: $(ARBHOME)/INCLUDE/smartptr.h
176gcg.o: $(ARBHOME)/INCLUDE/test_global.h
177
178genbank.o: defs.h
179genbank.o: fun.h
180genbank.o: genbank.h
181genbank.o: global.h
182genbank.o: input_format.h
183genbank.o: parser.h
184genbank.o: prototypes.h
185genbank.o: rdp_info.h
186genbank.o: reader.h
187genbank.o: refs.h
188genbank.o: seq.h
189genbank.o: wrap.h
190genbank.o: $(ARBHOME)/INCLUDE/arb_assert.h
191genbank.o: $(ARBHOME)/INCLUDE/arb_core.h
192genbank.o: $(ARBHOME)/INCLUDE/arb_defs.h
193genbank.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
194genbank.o: $(ARBHOME)/INCLUDE/arb_mem.h
195genbank.o: $(ARBHOME)/INCLUDE/arb_string.h
196genbank.o: $(ARBHOME)/INCLUDE/arbtools.h
197genbank.o: $(ARBHOME)/INCLUDE/attributes.h
198genbank.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
199genbank.o: $(ARBHOME)/INCLUDE/cxxforward.h
200genbank.o: $(ARBHOME)/INCLUDE/dupstr.h
201genbank.o: $(ARBHOME)/INCLUDE/gccver.h
202genbank.o: $(ARBHOME)/INCLUDE/smartptr.h
203genbank.o: $(ARBHOME)/INCLUDE/test_global.h
204
205macke.o: defs.h
206macke.o: fun.h
207macke.o: global.h
208macke.o: input_format.h
209macke.o: macke.h
210macke.o: parser.h
211macke.o: prototypes.h
212macke.o: rdp_info.h
213macke.o: reader.h
214macke.o: seq.h
215macke.o: wrap.h
216macke.o: $(ARBHOME)/INCLUDE/arb_assert.h
217macke.o: $(ARBHOME)/INCLUDE/arb_core.h
218macke.o: $(ARBHOME)/INCLUDE/arb_defs.h
219macke.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
220macke.o: $(ARBHOME)/INCLUDE/arb_mem.h
221macke.o: $(ARBHOME)/INCLUDE/arb_string.h
222macke.o: $(ARBHOME)/INCLUDE/arbtools.h
223macke.o: $(ARBHOME)/INCLUDE/attributes.h
224macke.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
225macke.o: $(ARBHOME)/INCLUDE/cxxforward.h
226macke.o: $(ARBHOME)/INCLUDE/dupstr.h
227macke.o: $(ARBHOME)/INCLUDE/gccver.h
228macke.o: $(ARBHOME)/INCLUDE/smartptr.h
229macke.o: $(ARBHOME)/INCLUDE/test_global.h
230
231main.o: defs.h
232main.o: fun.h
233main.o: global.h
234main.o: prototypes.h
235main.o: $(ARBHOME)/INCLUDE/arb_assert.h
236main.o: $(ARBHOME)/INCLUDE/arb_core.h
237main.o: $(ARBHOME)/INCLUDE/arb_defs.h
238main.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
239main.o: $(ARBHOME)/INCLUDE/arb_mem.h
240main.o: $(ARBHOME)/INCLUDE/arb_msg.h
241main.o: $(ARBHOME)/INCLUDE/arb_string.h
242main.o: $(ARBHOME)/INCLUDE/arbtools.h
243main.o: $(ARBHOME)/INCLUDE/attributes.h
244main.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
245main.o: $(ARBHOME)/INCLUDE/cxxforward.h
246main.o: $(ARBHOME)/INCLUDE/dupstr.h
247main.o: $(ARBHOME)/INCLUDE/gccver.h
248main.o: $(ARBHOME)/INCLUDE/smartptr.h
249main.o: $(ARBHOME)/INCLUDE/test_global.h
250main.o: $(ARBHOME)/INCLUDE/test_unit.h
251
252mg.o: defs.h
253mg.o: fun.h
254mg.o: genbank.h
255mg.o: global.h
256mg.o: input_format.h
257mg.o: macke.h
258mg.o: parser.h
259mg.o: prototypes.h
260mg.o: rdp_info.h
261mg.o: reader.h
262mg.o: refs.h
263mg.o: seq.h
264mg.o: $(ARBHOME)/INCLUDE/arb_assert.h
265mg.o: $(ARBHOME)/INCLUDE/arb_core.h
266mg.o: $(ARBHOME)/INCLUDE/arb_defs.h
267mg.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
268mg.o: $(ARBHOME)/INCLUDE/arb_mem.h
269mg.o: $(ARBHOME)/INCLUDE/arb_string.h
270mg.o: $(ARBHOME)/INCLUDE/arbtools.h
271mg.o: $(ARBHOME)/INCLUDE/attributes.h
272mg.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
273mg.o: $(ARBHOME)/INCLUDE/cxxforward.h
274mg.o: $(ARBHOME)/INCLUDE/dupstr.h
275mg.o: $(ARBHOME)/INCLUDE/gccver.h
276mg.o: $(ARBHOME)/INCLUDE/smartptr.h
277mg.o: $(ARBHOME)/INCLUDE/test_global.h
278
279paup.o: ali.h
280paup.o: defs.h
281paup.o: fun.h
282paup.o: global.h
283paup.o: input_format.h
284paup.o: paup.h
285paup.o: prototypes.h
286paup.o: reader.h
287paup.o: seq.h
288paup.o: $(ARBHOME)/INCLUDE/arb_assert.h
289paup.o: $(ARBHOME)/INCLUDE/arb_core.h
290paup.o: $(ARBHOME)/INCLUDE/arb_defs.h
291paup.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
292paup.o: $(ARBHOME)/INCLUDE/arb_mem.h
293paup.o: $(ARBHOME)/INCLUDE/arb_string.h
294paup.o: $(ARBHOME)/INCLUDE/arbtools.h
295paup.o: $(ARBHOME)/INCLUDE/attributes.h
296paup.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
297paup.o: $(ARBHOME)/INCLUDE/cxxforward.h
298paup.o: $(ARBHOME)/INCLUDE/dupstr.h
299paup.o: $(ARBHOME)/INCLUDE/gccver.h
300paup.o: $(ARBHOME)/INCLUDE/smartptr.h
301paup.o: $(ARBHOME)/INCLUDE/test_global.h
302
303phylip.o: ali.h
304phylip.o: defs.h
305phylip.o: fun.h
306phylip.o: global.h
307phylip.o: input_format.h
308phylip.o: prototypes.h
309phylip.o: reader.h
310phylip.o: seq.h
311phylip.o: $(ARBHOME)/INCLUDE/arb_assert.h
312phylip.o: $(ARBHOME)/INCLUDE/arb_core.h
313phylip.o: $(ARBHOME)/INCLUDE/arb_defs.h
314phylip.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
315phylip.o: $(ARBHOME)/INCLUDE/arb_mem.h
316phylip.o: $(ARBHOME)/INCLUDE/arb_string.h
317phylip.o: $(ARBHOME)/INCLUDE/arbtools.h
318phylip.o: $(ARBHOME)/INCLUDE/attributes.h
319phylip.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
320phylip.o: $(ARBHOME)/INCLUDE/cxxforward.h
321phylip.o: $(ARBHOME)/INCLUDE/dupstr.h
322phylip.o: $(ARBHOME)/INCLUDE/gccver.h
323phylip.o: $(ARBHOME)/INCLUDE/smartptr.h
324phylip.o: $(ARBHOME)/INCLUDE/test_global.h
325
326printable.o: ali.h
327printable.o: defs.h
328printable.o: fun.h
329printable.o: global.h
330printable.o: input_format.h
331printable.o: prototypes.h
332printable.o: reader.h
333printable.o: seq.h
334printable.o: $(ARBHOME)/INCLUDE/arb_assert.h
335printable.o: $(ARBHOME)/INCLUDE/arb_core.h
336printable.o: $(ARBHOME)/INCLUDE/arb_defs.h
337printable.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
338printable.o: $(ARBHOME)/INCLUDE/arb_mem.h
339printable.o: $(ARBHOME)/INCLUDE/arb_string.h
340printable.o: $(ARBHOME)/INCLUDE/arbtools.h
341printable.o: $(ARBHOME)/INCLUDE/attributes.h
342printable.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
343printable.o: $(ARBHOME)/INCLUDE/cxxforward.h
344printable.o: $(ARBHOME)/INCLUDE/dupstr.h
345printable.o: $(ARBHOME)/INCLUDE/gccver.h
346printable.o: $(ARBHOME)/INCLUDE/smartptr.h
347printable.o: $(ARBHOME)/INCLUDE/test_global.h
348
349rdp_info.o: defs.h
350rdp_info.o: fun.h
351rdp_info.o: global.h
352rdp_info.o: input_format.h
353rdp_info.o: prototypes.h
354rdp_info.o: rdp_info.h
355rdp_info.o: reader.h
356rdp_info.o: seq.h
357rdp_info.o: $(ARBHOME)/INCLUDE/arb_assert.h
358rdp_info.o: $(ARBHOME)/INCLUDE/arb_core.h
359rdp_info.o: $(ARBHOME)/INCLUDE/arb_defs.h
360rdp_info.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
361rdp_info.o: $(ARBHOME)/INCLUDE/arb_mem.h
362rdp_info.o: $(ARBHOME)/INCLUDE/arb_string.h
363rdp_info.o: $(ARBHOME)/INCLUDE/arbtools.h
364rdp_info.o: $(ARBHOME)/INCLUDE/attributes.h
365rdp_info.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
366rdp_info.o: $(ARBHOME)/INCLUDE/cxxforward.h
367rdp_info.o: $(ARBHOME)/INCLUDE/dupstr.h
368rdp_info.o: $(ARBHOME)/INCLUDE/gccver.h
369rdp_info.o: $(ARBHOME)/INCLUDE/smartptr.h
370rdp_info.o: $(ARBHOME)/INCLUDE/test_global.h
371
372reader.o: defs.h
373reader.o: fun.h
374reader.o: global.h
375reader.o: input_format.h
376reader.o: prototypes.h
377reader.o: reader.h
378reader.o: seq.h
379reader.o: $(ARBHOME)/INCLUDE/arb_assert.h
380reader.o: $(ARBHOME)/INCLUDE/arb_core.h
381reader.o: $(ARBHOME)/INCLUDE/arb_defs.h
382reader.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
383reader.o: $(ARBHOME)/INCLUDE/arb_mem.h
384reader.o: $(ARBHOME)/INCLUDE/arb_string.h
385reader.o: $(ARBHOME)/INCLUDE/arbtools.h
386reader.o: $(ARBHOME)/INCLUDE/attributes.h
387reader.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
388reader.o: $(ARBHOME)/INCLUDE/cxxforward.h
389reader.o: $(ARBHOME)/INCLUDE/dupstr.h
390reader.o: $(ARBHOME)/INCLUDE/gccver.h
391reader.o: $(ARBHOME)/INCLUDE/smartptr.h
392reader.o: $(ARBHOME)/INCLUDE/test_global.h
393
394seq.o: ali.h
395seq.o: defs.h
396seq.o: fun.h
397seq.o: global.h
398seq.o: input_format.h
399seq.o: prototypes.h
400seq.o: reader.h
401seq.o: seq.h
402seq.o: $(ARBHOME)/INCLUDE/arb_assert.h
403seq.o: $(ARBHOME)/INCLUDE/arb_core.h
404seq.o: $(ARBHOME)/INCLUDE/arb_defs.h
405seq.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
406seq.o: $(ARBHOME)/INCLUDE/arb_mem.h
407seq.o: $(ARBHOME)/INCLUDE/arb_string.h
408seq.o: $(ARBHOME)/INCLUDE/arbtools.h
409seq.o: $(ARBHOME)/INCLUDE/attributes.h
410seq.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
411seq.o: $(ARBHOME)/INCLUDE/cxxforward.h
412seq.o: $(ARBHOME)/INCLUDE/dupstr.h
413seq.o: $(ARBHOME)/INCLUDE/gccver.h
414seq.o: $(ARBHOME)/INCLUDE/smartptr.h
415seq.o: $(ARBHOME)/INCLUDE/test_global.h
416
417util.o: defs.h
418util.o: fun.h
419util.o: global.h
420util.o: input_format.h
421util.o: prototypes.h
422util.o: reader.h
423util.o: seq.h
424util.o: $(ARBHOME)/INCLUDE/arb_assert.h
425util.o: $(ARBHOME)/INCLUDE/arb_core.h
426util.o: $(ARBHOME)/INCLUDE/arb_defs.h
427util.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
428util.o: $(ARBHOME)/INCLUDE/arb_mem.h
429util.o: $(ARBHOME)/INCLUDE/arb_string.h
430util.o: $(ARBHOME)/INCLUDE/arbtools.h
431util.o: $(ARBHOME)/INCLUDE/attributes.h
432util.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
433util.o: $(ARBHOME)/INCLUDE/cxxforward.h
434util.o: $(ARBHOME)/INCLUDE/dupstr.h
435util.o: $(ARBHOME)/INCLUDE/gccver.h
436util.o: $(ARBHOME)/INCLUDE/smartptr.h
437util.o: $(ARBHOME)/INCLUDE/test_global.h
438
439wrap.o: defs.h
440wrap.o: fun.h
441wrap.o: global.h
442wrap.o: input_format.h
443wrap.o: prototypes.h
444wrap.o: reader.h
445wrap.o: seq.h
446wrap.o: wrap.h
447wrap.o: $(ARBHOME)/INCLUDE/arb_assert.h
448wrap.o: $(ARBHOME)/INCLUDE/arb_core.h
449wrap.o: $(ARBHOME)/INCLUDE/arb_defs.h
450wrap.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
451wrap.o: $(ARBHOME)/INCLUDE/arb_mem.h
452wrap.o: $(ARBHOME)/INCLUDE/arb_string.h
453wrap.o: $(ARBHOME)/INCLUDE/arbtools.h
454wrap.o: $(ARBHOME)/INCLUDE/attributes.h
455wrap.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
456wrap.o: $(ARBHOME)/INCLUDE/cxxforward.h
457wrap.o: $(ARBHOME)/INCLUDE/dupstr.h
458wrap.o: $(ARBHOME)/INCLUDE/gccver.h
459wrap.o: $(ARBHOME)/INCLUDE/smartptr.h
460wrap.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.