1 | # for variables passed from parent makefile see ../../SOURCE_TOOLS/parent_make.txt |
---|
2 | |
---|
3 | .SUFFIXES: .o .cxx .depend |
---|
4 | |
---|
5 | OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx)) |
---|
6 | |
---|
7 | $(MAIN): $(OBJECTS) |
---|
8 | $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) |
---|
9 | |
---|
10 | .cxx.o: |
---|
11 | $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< |
---|
12 | |
---|
13 | clean: |
---|
14 | rm -f $(OBJECTS) *.a |
---|
15 | |
---|
16 | DEPENDS = $(OBJECTS:.o=.depend) |
---|
17 | depends: $(DEPENDS) |
---|
18 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
---|
19 | @rm $(DEPENDS) |
---|
20 | $(DEPENDS): depend.init |
---|
21 | depend.init: |
---|
22 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
---|
23 | .c.depend: |
---|
24 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
25 | .cxx.depend: |
---|
26 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
27 | |
---|
28 | # DO NOT DELETE |
---|
29 | |
---|
30 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
31 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from SL) |
---|
32 | |
---|
33 | AP_seq_dna.o: AP_seq_dna.hxx |
---|
34 | AP_seq_dna.o: AP_sequence.hxx |
---|
35 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
36 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
37 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
38 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/AP_filter.hxx |
---|
39 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
---|
40 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
41 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
42 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
43 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
44 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
45 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
46 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
47 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
48 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
49 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
50 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
51 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
52 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
53 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
54 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
55 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
56 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
57 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
58 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/stringize.h |
---|
59 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
60 | AP_seq_dna.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
61 | |
---|
62 | AP_seq_protein.o: AP_seq_protein.hxx |
---|
63 | AP_seq_protein.o: AP_sequence.hxx |
---|
64 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
65 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
66 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
67 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/AP_filter.hxx |
---|
68 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
---|
69 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
70 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
71 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
72 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
73 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
74 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
75 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
76 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
77 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
78 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
79 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
80 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
81 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
82 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
83 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
84 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
85 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
86 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
87 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
88 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/stringize.h |
---|
89 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
90 | AP_seq_protein.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
91 | |
---|
92 | AP_seq_simple_pro.o: AP_seq_simple_pro.hxx |
---|
93 | AP_seq_simple_pro.o: AP_sequence.hxx |
---|
94 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
95 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
96 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
97 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/AP_filter.hxx |
---|
98 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
---|
99 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
100 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
101 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
102 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
103 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
104 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
105 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
106 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
107 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
108 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
109 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
110 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
111 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
112 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
113 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
114 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
115 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
116 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
117 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/stringize.h |
---|
118 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
119 | AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/TreeNode.h |
---|
120 | |
---|
121 | AP_sequence.o: AP_sequence.hxx |
---|
122 | AP_sequence.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
123 | AP_sequence.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
124 | AP_sequence.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
125 | AP_sequence.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
126 | AP_sequence.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
127 | AP_sequence.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
128 | AP_sequence.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
129 | AP_sequence.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
130 | AP_sequence.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
131 | AP_sequence.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
132 | AP_sequence.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
133 | AP_sequence.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
134 | AP_sequence.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
135 | AP_sequence.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
136 | AP_sequence.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
137 | AP_sequence.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
138 | AP_sequence.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
139 | AP_sequence.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
140 | AP_sequence.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
141 | AP_sequence.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
142 | AP_sequence.o: $(ARBHOME)/INCLUDE/stringize.h |
---|
143 | AP_sequence.o: $(ARBHOME)/INCLUDE/test_global.h |
---|