source: tags/arb-6.0/CONVERTALN/Makefile

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