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