source: branches/profile/CONVERTALN/Makefile

Last change on this file was 12411, checked in by westram, 10 years ago
  • CONVERTALN.a was relinked unconditionally (fixed)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 11.8 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/arbtools.h
59convert.o: $(ARBHOME)/INCLUDE/attributes.h
60convert.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
61convert.o: $(ARBHOME)/INCLUDE/cxxforward.h
62convert.o: $(ARBHOME)/INCLUDE/dupstr.h
63convert.o: $(ARBHOME)/INCLUDE/gccver.h
64convert.o: $(ARBHOME)/INCLUDE/smartptr.h
65convert.o: $(ARBHOME)/INCLUDE/test_global.h
66
67date.o: fun.h
68date.o: global.h
69date.o: prototypes.h
70date.o: $(ARBHOME)/INCLUDE/arb_assert.h
71date.o: $(ARBHOME)/INCLUDE/arb_core.h
72date.o: $(ARBHOME)/INCLUDE/arb_defs.h
73date.o: $(ARBHOME)/INCLUDE/arbtools.h
74date.o: $(ARBHOME)/INCLUDE/attributes.h
75date.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
76date.o: $(ARBHOME)/INCLUDE/cxxforward.h
77date.o: $(ARBHOME)/INCLUDE/dupstr.h
78date.o: $(ARBHOME)/INCLUDE/gccver.h
79date.o: $(ARBHOME)/INCLUDE/smartptr.h
80date.o: $(ARBHOME)/INCLUDE/test_global.h
81date.o: $(ARBHOME)/INCLUDE/test_unit.h
82
83embl.o: defs.h
84embl.o: embl.h
85embl.o: fun.h
86embl.o: genbank.h
87embl.o: global.h
88embl.o: input_format.h
89embl.o: macke.h
90embl.o: parser.h
91embl.o: prototypes.h
92embl.o: rdp_info.h
93embl.o: reader.h
94embl.o: refs.h
95embl.o: seq.h
96embl.o: wrap.h
97embl.o: $(ARBHOME)/INCLUDE/arb_assert.h
98embl.o: $(ARBHOME)/INCLUDE/arb_core.h
99embl.o: $(ARBHOME)/INCLUDE/arb_defs.h
100embl.o: $(ARBHOME)/INCLUDE/arbtools.h
101embl.o: $(ARBHOME)/INCLUDE/attributes.h
102embl.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
103embl.o: $(ARBHOME)/INCLUDE/cxxforward.h
104embl.o: $(ARBHOME)/INCLUDE/dupstr.h
105embl.o: $(ARBHOME)/INCLUDE/gccver.h
106embl.o: $(ARBHOME)/INCLUDE/smartptr.h
107embl.o: $(ARBHOME)/INCLUDE/test_global.h
108embl.o: $(ARBHOME)/INCLUDE/test_unit.h
109
110fconv.o: defs.h
111fconv.o: fun.h
112fconv.o: global.h
113fconv.o: prototypes.h
114fconv.o: $(ARBHOME)/INCLUDE/ad_prot.h
115fconv.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
116fconv.o: $(ARBHOME)/INCLUDE/arb_assert.h
117fconv.o: $(ARBHOME)/INCLUDE/arb_core.h
118fconv.o: $(ARBHOME)/INCLUDE/arb_defs.h
119fconv.o: $(ARBHOME)/INCLUDE/arb_diff.h
120fconv.o: $(ARBHOME)/INCLUDE/arb_error.h
121fconv.o: $(ARBHOME)/INCLUDE/arb_file.h
122fconv.o: $(ARBHOME)/INCLUDE/arb_msg.h
123fconv.o: $(ARBHOME)/INCLUDE/arb_string.h
124fconv.o: $(ARBHOME)/INCLUDE/arbdb.h
125fconv.o: $(ARBHOME)/INCLUDE/arbdb_base.h
126fconv.o: $(ARBHOME)/INCLUDE/arbdbt.h
127fconv.o: $(ARBHOME)/INCLUDE/arbtools.h
128fconv.o: $(ARBHOME)/INCLUDE/attributes.h
129fconv.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
130fconv.o: $(ARBHOME)/INCLUDE/cxxforward.h
131fconv.o: $(ARBHOME)/INCLUDE/downcast.h
132fconv.o: $(ARBHOME)/INCLUDE/dupstr.h
133fconv.o: $(ARBHOME)/INCLUDE/gccver.h
134fconv.o: $(ARBHOME)/INCLUDE/smartptr.h
135fconv.o: $(ARBHOME)/INCLUDE/static_assert.h
136fconv.o: $(ARBHOME)/INCLUDE/test_global.h
137fconv.o: $(ARBHOME)/INCLUDE/test_unit.h
138
139gcg.o: defs.h
140gcg.o: embl.h
141gcg.o: fun.h
142gcg.o: genbank.h
143gcg.o: global.h
144gcg.o: input_format.h
145gcg.o: macke.h
146gcg.o: parser.h
147gcg.o: prototypes.h
148gcg.o: rdp_info.h
149gcg.o: reader.h
150gcg.o: refs.h
151gcg.o: seq.h
152gcg.o: $(ARBHOME)/INCLUDE/arb_assert.h
153gcg.o: $(ARBHOME)/INCLUDE/arb_core.h
154gcg.o: $(ARBHOME)/INCLUDE/arb_defs.h
155gcg.o: $(ARBHOME)/INCLUDE/arbtools.h
156gcg.o: $(ARBHOME)/INCLUDE/attributes.h
157gcg.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
158gcg.o: $(ARBHOME)/INCLUDE/cxxforward.h
159gcg.o: $(ARBHOME)/INCLUDE/dupstr.h
160gcg.o: $(ARBHOME)/INCLUDE/gccver.h
161gcg.o: $(ARBHOME)/INCLUDE/smartptr.h
162gcg.o: $(ARBHOME)/INCLUDE/test_global.h
163
164genbank.o: defs.h
165genbank.o: fun.h
166genbank.o: genbank.h
167genbank.o: global.h
168genbank.o: input_format.h
169genbank.o: parser.h
170genbank.o: prototypes.h
171genbank.o: rdp_info.h
172genbank.o: reader.h
173genbank.o: refs.h
174genbank.o: seq.h
175genbank.o: wrap.h
176genbank.o: $(ARBHOME)/INCLUDE/arb_assert.h
177genbank.o: $(ARBHOME)/INCLUDE/arb_core.h
178genbank.o: $(ARBHOME)/INCLUDE/arb_defs.h
179genbank.o: $(ARBHOME)/INCLUDE/arbtools.h
180genbank.o: $(ARBHOME)/INCLUDE/attributes.h
181genbank.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
182genbank.o: $(ARBHOME)/INCLUDE/cxxforward.h
183genbank.o: $(ARBHOME)/INCLUDE/dupstr.h
184genbank.o: $(ARBHOME)/INCLUDE/gccver.h
185genbank.o: $(ARBHOME)/INCLUDE/smartptr.h
186genbank.o: $(ARBHOME)/INCLUDE/test_global.h
187
188macke.o: defs.h
189macke.o: fun.h
190macke.o: global.h
191macke.o: input_format.h
192macke.o: macke.h
193macke.o: parser.h
194macke.o: prototypes.h
195macke.o: rdp_info.h
196macke.o: reader.h
197macke.o: seq.h
198macke.o: wrap.h
199macke.o: $(ARBHOME)/INCLUDE/arb_assert.h
200macke.o: $(ARBHOME)/INCLUDE/arb_core.h
201macke.o: $(ARBHOME)/INCLUDE/arb_defs.h
202macke.o: $(ARBHOME)/INCLUDE/arbtools.h
203macke.o: $(ARBHOME)/INCLUDE/attributes.h
204macke.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
205macke.o: $(ARBHOME)/INCLUDE/cxxforward.h
206macke.o: $(ARBHOME)/INCLUDE/dupstr.h
207macke.o: $(ARBHOME)/INCLUDE/gccver.h
208macke.o: $(ARBHOME)/INCLUDE/smartptr.h
209macke.o: $(ARBHOME)/INCLUDE/test_global.h
210
211main.o: defs.h
212main.o: fun.h
213main.o: global.h
214main.o: prototypes.h
215main.o: $(ARBHOME)/INCLUDE/arb_assert.h
216main.o: $(ARBHOME)/INCLUDE/arb_core.h
217main.o: $(ARBHOME)/INCLUDE/arb_defs.h
218main.o: $(ARBHOME)/INCLUDE/arbtools.h
219main.o: $(ARBHOME)/INCLUDE/attributes.h
220main.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
221main.o: $(ARBHOME)/INCLUDE/cxxforward.h
222main.o: $(ARBHOME)/INCLUDE/dupstr.h
223main.o: $(ARBHOME)/INCLUDE/gccver.h
224main.o: $(ARBHOME)/INCLUDE/smartptr.h
225main.o: $(ARBHOME)/INCLUDE/test_global.h
226main.o: $(ARBHOME)/INCLUDE/test_unit.h
227
228mg.o: defs.h
229mg.o: fun.h
230mg.o: genbank.h
231mg.o: global.h
232mg.o: input_format.h
233mg.o: macke.h
234mg.o: parser.h
235mg.o: prototypes.h
236mg.o: rdp_info.h
237mg.o: reader.h
238mg.o: refs.h
239mg.o: seq.h
240mg.o: $(ARBHOME)/INCLUDE/arb_assert.h
241mg.o: $(ARBHOME)/INCLUDE/arb_core.h
242mg.o: $(ARBHOME)/INCLUDE/arb_defs.h
243mg.o: $(ARBHOME)/INCLUDE/arbtools.h
244mg.o: $(ARBHOME)/INCLUDE/attributes.h
245mg.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
246mg.o: $(ARBHOME)/INCLUDE/cxxforward.h
247mg.o: $(ARBHOME)/INCLUDE/dupstr.h
248mg.o: $(ARBHOME)/INCLUDE/gccver.h
249mg.o: $(ARBHOME)/INCLUDE/smartptr.h
250mg.o: $(ARBHOME)/INCLUDE/test_global.h
251
252paup.o: ali.h
253paup.o: defs.h
254paup.o: fun.h
255paup.o: global.h
256paup.o: input_format.h
257paup.o: paup.h
258paup.o: prototypes.h
259paup.o: reader.h
260paup.o: seq.h
261paup.o: $(ARBHOME)/INCLUDE/arb_assert.h
262paup.o: $(ARBHOME)/INCLUDE/arb_core.h
263paup.o: $(ARBHOME)/INCLUDE/arb_defs.h
264paup.o: $(ARBHOME)/INCLUDE/arbtools.h
265paup.o: $(ARBHOME)/INCLUDE/attributes.h
266paup.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
267paup.o: $(ARBHOME)/INCLUDE/cxxforward.h
268paup.o: $(ARBHOME)/INCLUDE/dupstr.h
269paup.o: $(ARBHOME)/INCLUDE/gccver.h
270paup.o: $(ARBHOME)/INCLUDE/smartptr.h
271paup.o: $(ARBHOME)/INCLUDE/test_global.h
272
273phylip.o: ali.h
274phylip.o: defs.h
275phylip.o: fun.h
276phylip.o: global.h
277phylip.o: input_format.h
278phylip.o: prototypes.h
279phylip.o: reader.h
280phylip.o: seq.h
281phylip.o: $(ARBHOME)/INCLUDE/arb_assert.h
282phylip.o: $(ARBHOME)/INCLUDE/arb_core.h
283phylip.o: $(ARBHOME)/INCLUDE/arb_defs.h
284phylip.o: $(ARBHOME)/INCLUDE/arbtools.h
285phylip.o: $(ARBHOME)/INCLUDE/attributes.h
286phylip.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
287phylip.o: $(ARBHOME)/INCLUDE/cxxforward.h
288phylip.o: $(ARBHOME)/INCLUDE/dupstr.h
289phylip.o: $(ARBHOME)/INCLUDE/gccver.h
290phylip.o: $(ARBHOME)/INCLUDE/smartptr.h
291phylip.o: $(ARBHOME)/INCLUDE/test_global.h
292
293printable.o: ali.h
294printable.o: defs.h
295printable.o: fun.h
296printable.o: global.h
297printable.o: input_format.h
298printable.o: prototypes.h
299printable.o: reader.h
300printable.o: seq.h
301printable.o: $(ARBHOME)/INCLUDE/arb_assert.h
302printable.o: $(ARBHOME)/INCLUDE/arb_core.h
303printable.o: $(ARBHOME)/INCLUDE/arb_defs.h
304printable.o: $(ARBHOME)/INCLUDE/arbtools.h
305printable.o: $(ARBHOME)/INCLUDE/attributes.h
306printable.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
307printable.o: $(ARBHOME)/INCLUDE/cxxforward.h
308printable.o: $(ARBHOME)/INCLUDE/dupstr.h
309printable.o: $(ARBHOME)/INCLUDE/gccver.h
310printable.o: $(ARBHOME)/INCLUDE/smartptr.h
311printable.o: $(ARBHOME)/INCLUDE/test_global.h
312
313rdp_info.o: defs.h
314rdp_info.o: fun.h
315rdp_info.o: global.h
316rdp_info.o: input_format.h
317rdp_info.o: prototypes.h
318rdp_info.o: rdp_info.h
319rdp_info.o: reader.h
320rdp_info.o: seq.h
321rdp_info.o: $(ARBHOME)/INCLUDE/arb_assert.h
322rdp_info.o: $(ARBHOME)/INCLUDE/arb_core.h
323rdp_info.o: $(ARBHOME)/INCLUDE/arb_defs.h
324rdp_info.o: $(ARBHOME)/INCLUDE/arbtools.h
325rdp_info.o: $(ARBHOME)/INCLUDE/attributes.h
326rdp_info.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
327rdp_info.o: $(ARBHOME)/INCLUDE/cxxforward.h
328rdp_info.o: $(ARBHOME)/INCLUDE/dupstr.h
329rdp_info.o: $(ARBHOME)/INCLUDE/gccver.h
330rdp_info.o: $(ARBHOME)/INCLUDE/smartptr.h
331rdp_info.o: $(ARBHOME)/INCLUDE/test_global.h
332
333reader.o: defs.h
334reader.o: fun.h
335reader.o: global.h
336reader.o: input_format.h
337reader.o: prototypes.h
338reader.o: reader.h
339reader.o: seq.h
340reader.o: $(ARBHOME)/INCLUDE/arb_assert.h
341reader.o: $(ARBHOME)/INCLUDE/arb_core.h
342reader.o: $(ARBHOME)/INCLUDE/arb_defs.h
343reader.o: $(ARBHOME)/INCLUDE/arbtools.h
344reader.o: $(ARBHOME)/INCLUDE/attributes.h
345reader.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
346reader.o: $(ARBHOME)/INCLUDE/cxxforward.h
347reader.o: $(ARBHOME)/INCLUDE/dupstr.h
348reader.o: $(ARBHOME)/INCLUDE/gccver.h
349reader.o: $(ARBHOME)/INCLUDE/smartptr.h
350reader.o: $(ARBHOME)/INCLUDE/test_global.h
351
352seq.o: ali.h
353seq.o: defs.h
354seq.o: fun.h
355seq.o: global.h
356seq.o: input_format.h
357seq.o: prototypes.h
358seq.o: reader.h
359seq.o: seq.h
360seq.o: $(ARBHOME)/INCLUDE/arb_assert.h
361seq.o: $(ARBHOME)/INCLUDE/arb_core.h
362seq.o: $(ARBHOME)/INCLUDE/arb_defs.h
363seq.o: $(ARBHOME)/INCLUDE/arbtools.h
364seq.o: $(ARBHOME)/INCLUDE/attributes.h
365seq.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
366seq.o: $(ARBHOME)/INCLUDE/cxxforward.h
367seq.o: $(ARBHOME)/INCLUDE/dupstr.h
368seq.o: $(ARBHOME)/INCLUDE/gccver.h
369seq.o: $(ARBHOME)/INCLUDE/smartptr.h
370seq.o: $(ARBHOME)/INCLUDE/test_global.h
371
372util.o: defs.h
373util.o: fun.h
374util.o: global.h
375util.o: input_format.h
376util.o: prototypes.h
377util.o: reader.h
378util.o: seq.h
379util.o: $(ARBHOME)/INCLUDE/arb_assert.h
380util.o: $(ARBHOME)/INCLUDE/arb_core.h
381util.o: $(ARBHOME)/INCLUDE/arb_defs.h
382util.o: $(ARBHOME)/INCLUDE/arbtools.h
383util.o: $(ARBHOME)/INCLUDE/attributes.h
384util.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
385util.o: $(ARBHOME)/INCLUDE/cxxforward.h
386util.o: $(ARBHOME)/INCLUDE/dupstr.h
387util.o: $(ARBHOME)/INCLUDE/gccver.h
388util.o: $(ARBHOME)/INCLUDE/smartptr.h
389util.o: $(ARBHOME)/INCLUDE/test_global.h
390
391wrap.o: defs.h
392wrap.o: fun.h
393wrap.o: global.h
394wrap.o: input_format.h
395wrap.o: prototypes.h
396wrap.o: reader.h
397wrap.o: seq.h
398wrap.o: wrap.h
399wrap.o: $(ARBHOME)/INCLUDE/arb_assert.h
400wrap.o: $(ARBHOME)/INCLUDE/arb_core.h
401wrap.o: $(ARBHOME)/INCLUDE/arb_defs.h
402wrap.o: $(ARBHOME)/INCLUDE/arbtools.h
403wrap.o: $(ARBHOME)/INCLUDE/attributes.h
404wrap.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
405wrap.o: $(ARBHOME)/INCLUDE/cxxforward.h
406wrap.o: $(ARBHOME)/INCLUDE/dupstr.h
407wrap.o: $(ARBHOME)/INCLUDE/gccver.h
408wrap.o: $(ARBHOME)/INCLUDE/smartptr.h
409wrap.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.