source: branches/properties/NALIGNER/Makefile

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