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