source: tags/arb-6.0/PROBE/Makefile

Last change on this file was 11060, checked in by westram, 10 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 15.0 KB
Line 
1.SUFFIXES: .o .cxx .depend
2
3OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx))
4
5$(MAIN): $(OBJECTS) 
6        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
7
8.cxx.o:
9        $(A_CXX) $(cflags) $(cxxflags) -c $<  $(CXX_INCLUDES) $(POST_COMPILE)
10
11proto:
12        ../AISC_MKPTPS/aisc_mkpt -P -G -E -w pt_prototypes.h $(OBJECTS:.o=.cxx) probe_tree.h >pt_prototypes.h.tmp
13        ../SOURCE_TOOLS/mv_if_diff pt_prototypes.h.tmp pt_prototypes.h
14
15clean:
16        rm -f $(OBJECTS) *.a
17
18DEPENDS = $(OBJECTS:.o=.depend)
19depends: $(DEPENDS)
20        @cat $(DEPENDS) | grep -v '^#' >>Makefile
21        @rm $(DEPENDS)
22$(DEPENDS): depend.init
23depend.init:
24        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
25.c.depend:
26        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
27.cxx.depend:
28        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
29
30# DO NOT DELETE THIS LINE -- make depend depends on it.
31
32# Do not add dependencies manually - use 'make depend' in $ARBHOME
33# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
34
35PT_buildtree.o: probe.h
36PT_buildtree.o: probe_tree.h
37PT_buildtree.o: PT_compress.h
38PT_buildtree.o: PT_partition.h
39PT_buildtree.o: PT_prefixIter.h
40PT_buildtree.o: pt_prototypes.h
41PT_buildtree.o: PT_tools.h
42PT_buildtree.o: $(ARBHOME)/INCLUDE/ad_prot.h
43PT_buildtree.o: $(ARBHOME)/INCLUDE/aisc_global.h
44PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_assert.h
45PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_core.h
46PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_defs.h
47PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_diff.h
48PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_error.h
49PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_file.h
50PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_misc.h
51PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_msg.h
52PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_progress.h
53PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_string.h
54PT_buildtree.o: $(ARBHOME)/INCLUDE/arbdb.h
55PT_buildtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
56PT_buildtree.o: $(ARBHOME)/INCLUDE/arbtools.h
57PT_buildtree.o: $(ARBHOME)/INCLUDE/attributes.h
58PT_buildtree.o: $(ARBHOME)/INCLUDE/bytestring.h
59PT_buildtree.o: $(ARBHOME)/INCLUDE/cache.h
60PT_buildtree.o: $(ARBHOME)/INCLUDE/cxxforward.h
61PT_buildtree.o: $(ARBHOME)/INCLUDE/dupstr.h
62PT_buildtree.o: $(ARBHOME)/INCLUDE/gccver.h
63PT_buildtree.o: $(ARBHOME)/INCLUDE/PT_com.h
64PT_buildtree.o: $(ARBHOME)/INCLUDE/PT_server.h
65PT_buildtree.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
66PT_buildtree.o: $(ARBHOME)/INCLUDE/smartptr.h
67PT_buildtree.o: $(ARBHOME)/INCLUDE/static_assert.h
68PT_buildtree.o: $(ARBHOME)/INCLUDE/test_global.h
69PT_buildtree.o: $(ARBHOME)/INCLUDE/test_unit.h
70
71PT_debug.o: probe.h
72PT_debug.o: probe_tree.h
73PT_debug.o: pt_prototypes.h
74PT_debug.o: PT_tools.h
75PT_debug.o: $(ARBHOME)/INCLUDE/ad_prot.h
76PT_debug.o: $(ARBHOME)/INCLUDE/aisc_global.h
77PT_debug.o: $(ARBHOME)/INCLUDE/arb_assert.h
78PT_debug.o: $(ARBHOME)/INCLUDE/arb_core.h
79PT_debug.o: $(ARBHOME)/INCLUDE/arb_error.h
80PT_debug.o: $(ARBHOME)/INCLUDE/arb_file.h
81PT_debug.o: $(ARBHOME)/INCLUDE/arb_misc.h
82PT_debug.o: $(ARBHOME)/INCLUDE/arb_msg.h
83PT_debug.o: $(ARBHOME)/INCLUDE/arb_string.h
84PT_debug.o: $(ARBHOME)/INCLUDE/arbdb.h
85PT_debug.o: $(ARBHOME)/INCLUDE/arbdb_base.h
86PT_debug.o: $(ARBHOME)/INCLUDE/arbtools.h
87PT_debug.o: $(ARBHOME)/INCLUDE/attributes.h
88PT_debug.o: $(ARBHOME)/INCLUDE/bytestring.h
89PT_debug.o: $(ARBHOME)/INCLUDE/cache.h
90PT_debug.o: $(ARBHOME)/INCLUDE/cxxforward.h
91PT_debug.o: $(ARBHOME)/INCLUDE/dupstr.h
92PT_debug.o: $(ARBHOME)/INCLUDE/gccver.h
93PT_debug.o: $(ARBHOME)/INCLUDE/PT_com.h
94PT_debug.o: $(ARBHOME)/INCLUDE/PT_server.h
95PT_debug.o: $(ARBHOME)/INCLUDE/smartptr.h
96PT_debug.o: $(ARBHOME)/INCLUDE/static_assert.h
97PT_debug.o: $(ARBHOME)/INCLUDE/test_global.h
98
99PT_etc.o: probe.h
100PT_etc.o: pt_prototypes.h
101PT_etc.o: PT_tools.h
102PT_etc.o: $(ARBHOME)/INCLUDE/ad_prot.h
103PT_etc.o: $(ARBHOME)/INCLUDE/aisc_global.h
104PT_etc.o: $(ARBHOME)/INCLUDE/arb_assert.h
105PT_etc.o: $(ARBHOME)/INCLUDE/arb_core.h
106PT_etc.o: $(ARBHOME)/INCLUDE/arb_error.h
107PT_etc.o: $(ARBHOME)/INCLUDE/arb_msg.h
108PT_etc.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
109PT_etc.o: $(ARBHOME)/INCLUDE/arb_string.h
110PT_etc.o: $(ARBHOME)/INCLUDE/arbdb.h
111PT_etc.o: $(ARBHOME)/INCLUDE/arbdb_base.h
112PT_etc.o: $(ARBHOME)/INCLUDE/arbtools.h
113PT_etc.o: $(ARBHOME)/INCLUDE/attributes.h
114PT_etc.o: $(ARBHOME)/INCLUDE/bytestring.h
115PT_etc.o: $(ARBHOME)/INCLUDE/cache.h
116PT_etc.o: $(ARBHOME)/INCLUDE/cxxforward.h
117PT_etc.o: $(ARBHOME)/INCLUDE/dupstr.h
118PT_etc.o: $(ARBHOME)/INCLUDE/gccver.h
119PT_etc.o: $(ARBHOME)/INCLUDE/PT_com.h
120PT_etc.o: $(ARBHOME)/INCLUDE/PT_server.h
121PT_etc.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
122PT_etc.o: $(ARBHOME)/INCLUDE/smartptr.h
123PT_etc.o: $(ARBHOME)/INCLUDE/static_assert.h
124PT_etc.o: $(ARBHOME)/INCLUDE/struct_man.h
125PT_etc.o: $(ARBHOME)/INCLUDE/test_global.h
126
127PT_family.o: probe.h
128PT_family.o: probe_tree.h
129PT_family.o: PT_complement.h
130PT_family.o: PT_global_defs.h
131PT_family.o: pt_prototypes.h
132PT_family.o: PT_rangeCheck.h
133PT_family.o: PT_tools.h
134PT_family.o: $(ARBHOME)/INCLUDE/ad_prot.h
135PT_family.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
136PT_family.o: $(ARBHOME)/INCLUDE/aisc_global.h
137PT_family.o: $(ARBHOME)/INCLUDE/arb_assert.h
138PT_family.o: $(ARBHOME)/INCLUDE/arb_core.h
139PT_family.o: $(ARBHOME)/INCLUDE/arb_error.h
140PT_family.o: $(ARBHOME)/INCLUDE/arb_msg.h
141PT_family.o: $(ARBHOME)/INCLUDE/arb_string.h
142PT_family.o: $(ARBHOME)/INCLUDE/arbdb.h
143PT_family.o: $(ARBHOME)/INCLUDE/arbdb_base.h
144PT_family.o: $(ARBHOME)/INCLUDE/arbdbt.h
145PT_family.o: $(ARBHOME)/INCLUDE/arbtools.h
146PT_family.o: $(ARBHOME)/INCLUDE/attributes.h
147PT_family.o: $(ARBHOME)/INCLUDE/bytestring.h
148PT_family.o: $(ARBHOME)/INCLUDE/cache.h
149PT_family.o: $(ARBHOME)/INCLUDE/cxxforward.h
150PT_family.o: $(ARBHOME)/INCLUDE/downcast.h
151PT_family.o: $(ARBHOME)/INCLUDE/dupstr.h
152PT_family.o: $(ARBHOME)/INCLUDE/gccver.h
153PT_family.o: $(ARBHOME)/INCLUDE/PT_com.h
154PT_family.o: $(ARBHOME)/INCLUDE/PT_server.h
155PT_family.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
156PT_family.o: $(ARBHOME)/INCLUDE/smartptr.h
157PT_family.o: $(ARBHOME)/INCLUDE/static_assert.h
158PT_family.o: $(ARBHOME)/INCLUDE/struct_man.h
159PT_family.o: $(ARBHOME)/INCLUDE/test_global.h
160
161PT_findEx.o: probe.h
162PT_findEx.o: probe_tree.h
163PT_findEx.o: pt_prototypes.h
164PT_findEx.o: PT_tools.h
165PT_findEx.o: $(ARBHOME)/INCLUDE/ad_prot.h
166PT_findEx.o: $(ARBHOME)/INCLUDE/aisc_global.h
167PT_findEx.o: $(ARBHOME)/INCLUDE/arb_assert.h
168PT_findEx.o: $(ARBHOME)/INCLUDE/arb_core.h
169PT_findEx.o: $(ARBHOME)/INCLUDE/arb_error.h
170PT_findEx.o: $(ARBHOME)/INCLUDE/arb_msg.h
171PT_findEx.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
172PT_findEx.o: $(ARBHOME)/INCLUDE/arb_string.h
173PT_findEx.o: $(ARBHOME)/INCLUDE/arbdb.h
174PT_findEx.o: $(ARBHOME)/INCLUDE/arbdb_base.h
175PT_findEx.o: $(ARBHOME)/INCLUDE/arbtools.h
176PT_findEx.o: $(ARBHOME)/INCLUDE/attributes.h
177PT_findEx.o: $(ARBHOME)/INCLUDE/bytestring.h
178PT_findEx.o: $(ARBHOME)/INCLUDE/cache.h
179PT_findEx.o: $(ARBHOME)/INCLUDE/cxxforward.h
180PT_findEx.o: $(ARBHOME)/INCLUDE/dupstr.h
181PT_findEx.o: $(ARBHOME)/INCLUDE/gccver.h
182PT_findEx.o: $(ARBHOME)/INCLUDE/PT_com.h
183PT_findEx.o: $(ARBHOME)/INCLUDE/PT_server.h
184PT_findEx.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
185PT_findEx.o: $(ARBHOME)/INCLUDE/smartptr.h
186PT_findEx.o: $(ARBHOME)/INCLUDE/static_assert.h
187PT_findEx.o: $(ARBHOME)/INCLUDE/test_global.h
188
189PT_io.o: probe.h
190PT_io.o: PT_compress.h
191PT_io.o: pt_prototypes.h
192PT_io.o: PT_tools.h
193PT_io.o: $(ARBHOME)/INCLUDE/ad_prot.h
194PT_io.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
195PT_io.o: $(ARBHOME)/INCLUDE/aisc_global.h
196PT_io.o: $(ARBHOME)/INCLUDE/arb_assert.h
197PT_io.o: $(ARBHOME)/INCLUDE/arb_core.h
198PT_io.o: $(ARBHOME)/INCLUDE/arb_error.h
199PT_io.o: $(ARBHOME)/INCLUDE/arb_file.h
200PT_io.o: $(ARBHOME)/INCLUDE/arb_msg.h
201PT_io.o: $(ARBHOME)/INCLUDE/arb_progress.h
202PT_io.o: $(ARBHOME)/INCLUDE/arb_string.h
203PT_io.o: $(ARBHOME)/INCLUDE/arbdb.h
204PT_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h
205PT_io.o: $(ARBHOME)/INCLUDE/arbdbt.h
206PT_io.o: $(ARBHOME)/INCLUDE/arbtools.h
207PT_io.o: $(ARBHOME)/INCLUDE/attributes.h
208PT_io.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
209PT_io.o: $(ARBHOME)/INCLUDE/bytestring.h
210PT_io.o: $(ARBHOME)/INCLUDE/cache.h
211PT_io.o: $(ARBHOME)/INCLUDE/cxxforward.h
212PT_io.o: $(ARBHOME)/INCLUDE/downcast.h
213PT_io.o: $(ARBHOME)/INCLUDE/dupstr.h
214PT_io.o: $(ARBHOME)/INCLUDE/gccver.h
215PT_io.o: $(ARBHOME)/INCLUDE/PT_com.h
216PT_io.o: $(ARBHOME)/INCLUDE/PT_server.h
217PT_io.o: $(ARBHOME)/INCLUDE/smartptr.h
218PT_io.o: $(ARBHOME)/INCLUDE/static_assert.h
219PT_io.o: $(ARBHOME)/INCLUDE/test_global.h
220PT_io.o: $(ARBHOME)/INCLUDE/test_unit.h
221
222PT_main.o: probe.h
223PT_main.o: PT_mem.h
224PT_main.o: pt_prototypes.h
225PT_main.o: PT_tools.h
226PT_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
227PT_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
228PT_main.o: $(ARBHOME)/INCLUDE/aisc_func_types.h
229PT_main.o: $(ARBHOME)/INCLUDE/aisc_global.h
230PT_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
231PT_main.o: $(ARBHOME)/INCLUDE/arb_core.h
232PT_main.o: $(ARBHOME)/INCLUDE/arb_defs.h
233PT_main.o: $(ARBHOME)/INCLUDE/arb_error.h
234PT_main.o: $(ARBHOME)/INCLUDE/arb_file.h
235PT_main.o: $(ARBHOME)/INCLUDE/arb_misc.h
236PT_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
237PT_main.o: $(ARBHOME)/INCLUDE/arb_sleep.h
238PT_main.o: $(ARBHOME)/INCLUDE/arb_string.h
239PT_main.o: $(ARBHOME)/INCLUDE/arbdb.h
240PT_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
241PT_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
242PT_main.o: $(ARBHOME)/INCLUDE/arbtools.h
243PT_main.o: $(ARBHOME)/INCLUDE/attributes.h
244PT_main.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
245PT_main.o: $(ARBHOME)/INCLUDE/bytestring.h
246PT_main.o: $(ARBHOME)/INCLUDE/cache.h
247PT_main.o: $(ARBHOME)/INCLUDE/client.h
248PT_main.o: $(ARBHOME)/INCLUDE/client_types.h
249PT_main.o: $(ARBHOME)/INCLUDE/cxxforward.h
250PT_main.o: $(ARBHOME)/INCLUDE/downcast.h
251PT_main.o: $(ARBHOME)/INCLUDE/dupstr.h
252PT_main.o: $(ARBHOME)/INCLUDE/gccver.h
253PT_main.o: $(ARBHOME)/INCLUDE/PT_com.h
254PT_main.o: $(ARBHOME)/INCLUDE/PT_server.h
255PT_main.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
256PT_main.o: $(ARBHOME)/INCLUDE/ptclean.h
257PT_main.o: $(ARBHOME)/INCLUDE/server.h
258PT_main.o: $(ARBHOME)/INCLUDE/servercntrl.h
259PT_main.o: $(ARBHOME)/INCLUDE/smartptr.h
260PT_main.o: $(ARBHOME)/INCLUDE/static_assert.h
261PT_main.o: $(ARBHOME)/INCLUDE/struct_man.h
262PT_main.o: $(ARBHOME)/INCLUDE/test_global.h
263PT_main.o: $(ARBHOME)/INCLUDE/ut_valgrinded.h
264
265PT_match.o: probe.h
266PT_match.o: probe_tree.h
267PT_match.o: PT_complement.h
268PT_match.o: pt_prototypes.h
269PT_match.o: pt_split.h
270PT_match.o: PT_tools.h
271PT_match.o: $(ARBHOME)/INCLUDE/ad_prot.h
272PT_match.o: $(ARBHOME)/INCLUDE/aisc_global.h
273PT_match.o: $(ARBHOME)/INCLUDE/arb_assert.h
274PT_match.o: $(ARBHOME)/INCLUDE/arb_core.h
275PT_match.o: $(ARBHOME)/INCLUDE/arb_defs.h
276PT_match.o: $(ARBHOME)/INCLUDE/arb_error.h
277PT_match.o: $(ARBHOME)/INCLUDE/arb_msg.h
278PT_match.o: $(ARBHOME)/INCLUDE/arb_sort.h
279PT_match.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
280PT_match.o: $(ARBHOME)/INCLUDE/arb_string.h
281PT_match.o: $(ARBHOME)/INCLUDE/arbdb.h
282PT_match.o: $(ARBHOME)/INCLUDE/arbdb_base.h
283PT_match.o: $(ARBHOME)/INCLUDE/arbtools.h
284PT_match.o: $(ARBHOME)/INCLUDE/attributes.h
285PT_match.o: $(ARBHOME)/INCLUDE/bytestring.h
286PT_match.o: $(ARBHOME)/INCLUDE/cache.h
287PT_match.o: $(ARBHOME)/INCLUDE/cxxforward.h
288PT_match.o: $(ARBHOME)/INCLUDE/dupstr.h
289PT_match.o: $(ARBHOME)/INCLUDE/gccver.h
290PT_match.o: $(ARBHOME)/INCLUDE/PT_com.h
291PT_match.o: $(ARBHOME)/INCLUDE/PT_server.h
292PT_match.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
293PT_match.o: $(ARBHOME)/INCLUDE/smartptr.h
294PT_match.o: $(ARBHOME)/INCLUDE/static_assert.h
295PT_match.o: $(ARBHOME)/INCLUDE/struct_man.h
296PT_match.o: $(ARBHOME)/INCLUDE/test_global.h
297PT_match.o: $(ARBHOME)/INCLUDE/test_unit.h
298
299PT_new_design.o: probe.h
300PT_new_design.o: probe_tree.h
301PT_new_design.o: PT_complement.h
302PT_new_design.o: PT_prefixIter.h
303PT_new_design.o: pt_prototypes.h
304PT_new_design.o: pt_split.h
305PT_new_design.o: PT_tools.h
306PT_new_design.o: $(ARBHOME)/INCLUDE/ad_prot.h
307PT_new_design.o: $(ARBHOME)/INCLUDE/aisc_global.h
308PT_new_design.o: $(ARBHOME)/INCLUDE/arb_assert.h
309PT_new_design.o: $(ARBHOME)/INCLUDE/arb_core.h
310PT_new_design.o: $(ARBHOME)/INCLUDE/arb_defs.h
311PT_new_design.o: $(ARBHOME)/INCLUDE/arb_error.h
312PT_new_design.o: $(ARBHOME)/INCLUDE/arb_msg.h
313PT_new_design.o: $(ARBHOME)/INCLUDE/arb_progress.h
314PT_new_design.o: $(ARBHOME)/INCLUDE/arb_sort.h
315PT_new_design.o: $(ARBHOME)/INCLUDE/arb_str.h
316PT_new_design.o: $(ARBHOME)/INCLUDE/arb_strarray.h
317PT_new_design.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
318PT_new_design.o: $(ARBHOME)/INCLUDE/arb_string.h
319PT_new_design.o: $(ARBHOME)/INCLUDE/arbdb.h
320PT_new_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h
321PT_new_design.o: $(ARBHOME)/INCLUDE/arbtools.h
322PT_new_design.o: $(ARBHOME)/INCLUDE/attributes.h
323PT_new_design.o: $(ARBHOME)/INCLUDE/bytestring.h
324PT_new_design.o: $(ARBHOME)/INCLUDE/cache.h
325PT_new_design.o: $(ARBHOME)/INCLUDE/cxxforward.h
326PT_new_design.o: $(ARBHOME)/INCLUDE/dupstr.h
327PT_new_design.o: $(ARBHOME)/INCLUDE/gccver.h
328PT_new_design.o: $(ARBHOME)/INCLUDE/PT_com.h
329PT_new_design.o: $(ARBHOME)/INCLUDE/PT_server.h
330PT_new_design.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h
331PT_new_design.o: $(ARBHOME)/INCLUDE/smartptr.h
332PT_new_design.o: $(ARBHOME)/INCLUDE/static_assert.h
333PT_new_design.o: $(ARBHOME)/INCLUDE/struct_man.h
334PT_new_design.o: $(ARBHOME)/INCLUDE/test_global.h
335PT_new_design.o: $(ARBHOME)/INCLUDE/test_unit.h
336
337PT_prefixtree.o: probe.h
338PT_prefixtree.o: probe_tree.h
339PT_prefixtree.o: PT_mem.h
340PT_prefixtree.o: pt_prototypes.h
341PT_prefixtree.o: PT_tools.h
342PT_prefixtree.o: $(ARBHOME)/INCLUDE/ad_prot.h
343PT_prefixtree.o: $(ARBHOME)/INCLUDE/aisc_global.h
344PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_assert.h
345PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_core.h
346PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_error.h
347PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_file.h
348PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_misc.h
349PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_msg.h
350PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_string.h
351PT_prefixtree.o: $(ARBHOME)/INCLUDE/arbdb.h
352PT_prefixtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
353PT_prefixtree.o: $(ARBHOME)/INCLUDE/arbtools.h
354PT_prefixtree.o: $(ARBHOME)/INCLUDE/attributes.h
355PT_prefixtree.o: $(ARBHOME)/INCLUDE/bytestring.h
356PT_prefixtree.o: $(ARBHOME)/INCLUDE/cache.h
357PT_prefixtree.o: $(ARBHOME)/INCLUDE/cxxforward.h
358PT_prefixtree.o: $(ARBHOME)/INCLUDE/dupstr.h
359PT_prefixtree.o: $(ARBHOME)/INCLUDE/gccver.h
360PT_prefixtree.o: $(ARBHOME)/INCLUDE/PT_com.h
361PT_prefixtree.o: $(ARBHOME)/INCLUDE/PT_server.h
362PT_prefixtree.o: $(ARBHOME)/INCLUDE/smartptr.h
363PT_prefixtree.o: $(ARBHOME)/INCLUDE/static_assert.h
364PT_prefixtree.o: $(ARBHOME)/INCLUDE/test_global.h
365PT_prefixtree.o: $(ARBHOME)/INCLUDE/test_unit.h
366
367PT_rangeCheck.o: probe.h
368PT_rangeCheck.o: probe_tree.h
369PT_rangeCheck.o: pt_prototypes.h
370PT_rangeCheck.o: PT_rangeCheck.h
371PT_rangeCheck.o: PT_tools.h
372PT_rangeCheck.o: $(ARBHOME)/INCLUDE/ad_prot.h
373PT_rangeCheck.o: $(ARBHOME)/INCLUDE/aisc_global.h
374PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arb_assert.h
375PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arb_core.h
376PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arb_error.h
377PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arb_msg.h
378PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arb_string.h
379PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arbdb.h
380PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arbdb_base.h
381PT_rangeCheck.o: $(ARBHOME)/INCLUDE/arbtools.h
382PT_rangeCheck.o: $(ARBHOME)/INCLUDE/attributes.h
383PT_rangeCheck.o: $(ARBHOME)/INCLUDE/bytestring.h
384PT_rangeCheck.o: $(ARBHOME)/INCLUDE/cache.h
385PT_rangeCheck.o: $(ARBHOME)/INCLUDE/cxxforward.h
386PT_rangeCheck.o: $(ARBHOME)/INCLUDE/dupstr.h
387PT_rangeCheck.o: $(ARBHOME)/INCLUDE/gccver.h
388PT_rangeCheck.o: $(ARBHOME)/INCLUDE/PT_com.h
389PT_rangeCheck.o: $(ARBHOME)/INCLUDE/PT_server.h
390PT_rangeCheck.o: $(ARBHOME)/INCLUDE/smartptr.h
391PT_rangeCheck.o: $(ARBHOME)/INCLUDE/static_assert.h
392PT_rangeCheck.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.