source: tags/ms_r18q1/NALIGNER/Makefile

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