source: tags/svn.1.5.4/CONVERTALN/Makefile

Last change on this file was 8103, checked in by westram, 14 years ago

merge from ptpan_back [8071] [8075] [8076] [8077] [8079]

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