| 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 -o $@ $(@:.o=.cxx) $(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 THIS LINE -- make depend depends on it. |
|---|
| 29 | |
|---|
| 30 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
|---|
| 31 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main) |
|---|
| 32 | |
|---|
| 33 | ED4_base.o: ed4_awars.hxx |
|---|
| 34 | ED4_base.o: ed4_class.hxx |
|---|
| 35 | ED4_base.o: ed4_defs.hxx |
|---|
| 36 | ED4_base.o: ed4_edit_string.hxx |
|---|
| 37 | ED4_base.o: ed4_extern.hxx |
|---|
| 38 | ED4_base.o: ed4_list.hxx |
|---|
| 39 | ED4_base.o: ed4_search.hxx |
|---|
| 40 | ED4_base.o: $(ARBHOME)/INCLUDE/ad_cb.h |
|---|
| 41 | ED4_base.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
|---|
| 42 | ED4_base.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 43 | ED4_base.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 44 | ED4_base.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 45 | ED4_base.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 46 | ED4_base.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 47 | ED4_base.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 48 | ED4_base.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 49 | ED4_base.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 50 | ED4_base.o: $(ARBHOME)/INCLUDE/arb_progress.h |
|---|
| 51 | ED4_base.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 52 | ED4_base.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 53 | ED4_base.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 54 | ED4_base.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 55 | ED4_base.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 56 | ED4_base.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 57 | ED4_base.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 58 | ED4_base.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 59 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 60 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 61 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 62 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 63 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 64 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 65 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 66 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 67 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 68 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 69 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 70 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 71 | ED4_base.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 72 | ED4_base.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 73 | ED4_base.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 74 | ED4_base.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 75 | ED4_base.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 76 | ED4_base.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 77 | ED4_base.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 78 | ED4_base.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 79 | ED4_base.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 80 | ED4_base.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 81 | ED4_base.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 82 | ED4_base.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 83 | ED4_base.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 84 | ED4_base.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 85 | ED4_base.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 86 | ED4_base.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 87 | ED4_base.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 88 | |
|---|
| 89 | ED4_block.o: ed4_awars.hxx |
|---|
| 90 | ED4_block.o: ed4_block.hxx |
|---|
| 91 | ED4_block.o: ed4_class.hxx |
|---|
| 92 | ED4_block.o: ed4_defs.hxx |
|---|
| 93 | ED4_block.o: ed4_edit_string.hxx |
|---|
| 94 | ED4_block.o: ed4_list.hxx |
|---|
| 95 | ED4_block.o: ed4_search.hxx |
|---|
| 96 | ED4_block.o: ed4_tools.hxx |
|---|
| 97 | ED4_block.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 98 | ED4_block.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 99 | ED4_block.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 100 | ED4_block.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 101 | ED4_block.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 102 | ED4_block.o: $(ARBHOME)/INCLUDE/arb_defs.h |
|---|
| 103 | ED4_block.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 104 | ED4_block.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 105 | ED4_block.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 106 | ED4_block.o: $(ARBHOME)/INCLUDE/arb_str.h |
|---|
| 107 | ED4_block.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 108 | ED4_block.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 109 | ED4_block.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 110 | ED4_block.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 111 | ED4_block.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 112 | ED4_block.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 113 | ED4_block.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 114 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 115 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 116 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 117 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 118 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 119 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 120 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 121 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 122 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 123 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 124 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 125 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 126 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
|---|
| 127 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
|---|
| 128 | ED4_block.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 129 | ED4_block.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
|---|
| 130 | ED4_block.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 131 | ED4_block.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 132 | ED4_block.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 133 | ED4_block.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 134 | ED4_block.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 135 | ED4_block.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 136 | ED4_block.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 137 | ED4_block.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 138 | ED4_block.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx |
|---|
| 139 | ED4_block.o: $(ARBHOME)/INCLUDE/gb_aci.h |
|---|
| 140 | ED4_block.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 141 | ED4_block.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 142 | ED4_block.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 143 | ED4_block.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 144 | ED4_block.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 145 | ED4_block.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 146 | ED4_block.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 147 | ED4_block.o: $(ARBHOME)/INCLUDE/test_unit.h |
|---|
| 148 | ED4_block.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 149 | |
|---|
| 150 | ED4_colStat.o: ed4_class.hxx |
|---|
| 151 | ED4_colStat.o: ed4_colStat.hxx |
|---|
| 152 | ED4_colStat.o: ed4_defs.hxx |
|---|
| 153 | ED4_colStat.o: ed4_extern.hxx |
|---|
| 154 | ED4_colStat.o: ed4_search.hxx |
|---|
| 155 | ED4_colStat.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 156 | ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 157 | ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 158 | ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 159 | ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 160 | ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 161 | ED4_colStat.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 162 | ED4_colStat.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 163 | ED4_colStat.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 164 | ED4_colStat.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 165 | ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 166 | ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 167 | ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 168 | ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 169 | ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 170 | ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 171 | ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 172 | ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 173 | ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 174 | ED4_colStat.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 175 | ED4_colStat.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 176 | ED4_colStat.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 177 | ED4_colStat.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 178 | ED4_colStat.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 179 | ED4_colStat.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 180 | ED4_colStat.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 181 | ED4_colStat.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 182 | ED4_colStat.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 183 | ED4_colStat.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 184 | ED4_colStat.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 185 | ED4_colStat.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 186 | ED4_colStat.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 187 | ED4_colStat.o: $(ARBHOME)/INCLUDE/st_window.hxx |
|---|
| 188 | ED4_colStat.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 189 | ED4_colStat.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 190 | ED4_colStat.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 191 | ED4_colStat.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 192 | |
|---|
| 193 | ED4_consensus.o: ed4_awars.hxx |
|---|
| 194 | ED4_consensus.o: ed4_class.hxx |
|---|
| 195 | ED4_consensus.o: ed4_defs.hxx |
|---|
| 196 | ED4_consensus.o: ed4_search.hxx |
|---|
| 197 | ED4_consensus.o: ed4_seq_colors.hxx |
|---|
| 198 | ED4_consensus.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 199 | ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 200 | ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 201 | ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 202 | ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 203 | ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 204 | ED4_consensus.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 205 | ED4_consensus.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 206 | ED4_consensus.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 207 | ED4_consensus.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 208 | ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 209 | ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 210 | ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 211 | ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 212 | ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 213 | ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 214 | ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 215 | ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 216 | ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 217 | ED4_consensus.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 218 | ED4_consensus.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 219 | ED4_consensus.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 220 | ED4_consensus.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 221 | ED4_consensus.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 222 | ED4_consensus.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 223 | ED4_consensus.o: $(ARBHOME)/INCLUDE/consensus.h |
|---|
| 224 | ED4_consensus.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 225 | ED4_consensus.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 226 | ED4_consensus.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 227 | ED4_consensus.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 228 | ED4_consensus.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 229 | ED4_consensus.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 230 | ED4_consensus.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 231 | ED4_consensus.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 232 | ED4_consensus.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 233 | ED4_consensus.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 234 | ED4_consensus.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 235 | |
|---|
| 236 | ED4_container.o: ed4_class.hxx |
|---|
| 237 | ED4_container.o: ed4_defs.hxx |
|---|
| 238 | ED4_container.o: ed4_search.hxx |
|---|
| 239 | ED4_container.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 240 | ED4_container.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 241 | ED4_container.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 242 | ED4_container.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 243 | ED4_container.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 244 | ED4_container.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 245 | ED4_container.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 246 | ED4_container.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 247 | ED4_container.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 248 | ED4_container.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 249 | ED4_container.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 250 | ED4_container.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 251 | ED4_container.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 252 | ED4_container.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 253 | ED4_container.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 254 | ED4_container.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 255 | ED4_container.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 256 | ED4_container.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 257 | ED4_container.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 258 | ED4_container.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 259 | ED4_container.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 260 | ED4_container.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 261 | ED4_container.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 262 | ED4_container.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 263 | ED4_container.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 264 | ED4_container.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 265 | ED4_container.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 266 | ED4_container.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 267 | ED4_container.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 268 | ED4_container.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 269 | ED4_container.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 270 | ED4_container.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 271 | ED4_container.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 272 | ED4_container.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 273 | ED4_container.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 274 | ED4_container.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 275 | ED4_container.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 276 | ED4_container.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 277 | ED4_container.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 278 | |
|---|
| 279 | ED4_cursor.o: ed4_awars.hxx |
|---|
| 280 | ED4_cursor.o: ed4_class.hxx |
|---|
| 281 | ED4_cursor.o: ed4_defs.hxx |
|---|
| 282 | ED4_cursor.o: ed4_edit_string.hxx |
|---|
| 283 | ED4_cursor.o: ed4_extern.hxx |
|---|
| 284 | ED4_cursor.o: ed4_ProteinViewer.hxx |
|---|
| 285 | ED4_cursor.o: ed4_search.hxx |
|---|
| 286 | ED4_cursor.o: ed4_seq_colors.hxx |
|---|
| 287 | ED4_cursor.o: ed4_tools.hxx |
|---|
| 288 | ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 289 | ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 290 | ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 291 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 292 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 293 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_defs.h |
|---|
| 294 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 295 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 296 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 297 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_progress.h |
|---|
| 298 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 299 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 300 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 301 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 302 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 303 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 304 | ED4_cursor.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 305 | ED4_cursor.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 306 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 307 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 308 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 309 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 310 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 311 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 312 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 313 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 314 | ED4_cursor.o: $(ARBHOME)/INCLUDE/AW_helix.hxx |
|---|
| 315 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 316 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 317 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 318 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 319 | ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 320 | ED4_cursor.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 321 | ED4_cursor.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 322 | ED4_cursor.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 323 | ED4_cursor.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 324 | ED4_cursor.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 325 | ED4_cursor.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 326 | ED4_cursor.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 327 | ED4_cursor.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 328 | ED4_cursor.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 329 | ED4_cursor.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 330 | ED4_cursor.o: $(ARBHOME)/INCLUDE/iupac.h |
|---|
| 331 | ED4_cursor.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 332 | ED4_cursor.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 333 | ED4_cursor.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 334 | ED4_cursor.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 335 | ED4_cursor.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 336 | ED4_cursor.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 337 | ED4_cursor.o: $(ARBHOME)/INCLUDE/test_helpers.h |
|---|
| 338 | ED4_cursor.o: $(ARBHOME)/INCLUDE/test_unit.h |
|---|
| 339 | ED4_cursor.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 340 | |
|---|
| 341 | ED4_detect_bad_ali.o: ed4_class.hxx |
|---|
| 342 | ED4_detect_bad_ali.o: ed4_defs.hxx |
|---|
| 343 | ED4_detect_bad_ali.o: ed4_detect_bad_ali.hxx |
|---|
| 344 | ED4_detect_bad_ali.o: ed4_search.hxx |
|---|
| 345 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 346 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 347 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 348 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 349 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 350 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_defs.h |
|---|
| 351 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 352 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 353 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 354 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 355 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 356 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 357 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 358 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 359 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 360 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 361 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 362 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 363 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 364 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 365 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 366 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 367 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 368 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 369 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/AW_helix.hxx |
|---|
| 370 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 371 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 372 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 373 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 374 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
|---|
| 375 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
|---|
| 376 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 377 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 378 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 379 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 380 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 381 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 382 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 383 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 384 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 385 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 386 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 387 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/item_sel_list.h |
|---|
| 388 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/items.h |
|---|
| 389 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 390 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 391 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 392 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 393 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 394 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 395 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/test_unit.h |
|---|
| 396 | ED4_detect_bad_ali.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 397 | |
|---|
| 398 | ED4_dots.o: ed4_class.hxx |
|---|
| 399 | ED4_dots.o: ed4_defs.hxx |
|---|
| 400 | ED4_dots.o: ed4_dots.hxx |
|---|
| 401 | ED4_dots.o: ed4_search.hxx |
|---|
| 402 | ED4_dots.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 403 | ED4_dots.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 404 | ED4_dots.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 405 | ED4_dots.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 406 | ED4_dots.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 407 | ED4_dots.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 408 | ED4_dots.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 409 | ED4_dots.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 410 | ED4_dots.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 411 | ED4_dots.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 412 | ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 413 | ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 414 | ED4_dots.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 415 | ED4_dots.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 416 | ED4_dots.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 417 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 418 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 419 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 420 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 421 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 422 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 423 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 424 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 425 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 426 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 427 | ED4_dots.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 428 | ED4_dots.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
|---|
| 429 | ED4_dots.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
|---|
| 430 | ED4_dots.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 431 | ED4_dots.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 432 | ED4_dots.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 433 | ED4_dots.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 434 | ED4_dots.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 435 | ED4_dots.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 436 | ED4_dots.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 437 | ED4_dots.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 438 | ED4_dots.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 439 | ED4_dots.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 440 | ED4_dots.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 441 | ED4_dots.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 442 | ED4_dots.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 443 | ED4_dots.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 444 | ED4_dots.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 445 | ED4_dots.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 446 | ED4_dots.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 447 | |
|---|
| 448 | ED4_dump.o: ed4_class.hxx |
|---|
| 449 | ED4_dump.o: ed4_defs.hxx |
|---|
| 450 | ED4_dump.o: ed4_search.hxx |
|---|
| 451 | ED4_dump.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 452 | ED4_dump.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 453 | ED4_dump.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 454 | ED4_dump.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 455 | ED4_dump.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 456 | ED4_dump.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 457 | ED4_dump.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 458 | ED4_dump.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 459 | ED4_dump.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 460 | ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 461 | ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 462 | ED4_dump.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 463 | ED4_dump.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 464 | ED4_dump.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 465 | ED4_dump.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 466 | ED4_dump.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 467 | ED4_dump.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 468 | ED4_dump.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 469 | ED4_dump.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 470 | ED4_dump.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 471 | ED4_dump.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 472 | ED4_dump.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 473 | ED4_dump.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 474 | ED4_dump.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 475 | ED4_dump.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 476 | ED4_dump.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 477 | ED4_dump.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 478 | ED4_dump.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 479 | ED4_dump.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 480 | ED4_dump.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 481 | ED4_dump.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 482 | ED4_dump.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 483 | ED4_dump.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 484 | ED4_dump.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 485 | ED4_dump.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 486 | ED4_dump.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 487 | ED4_dump.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 488 | |
|---|
| 489 | ED4_edit_string.o: ed4_awars.hxx |
|---|
| 490 | ED4_edit_string.o: ed4_class.hxx |
|---|
| 491 | ED4_edit_string.o: ed4_defs.hxx |
|---|
| 492 | ED4_edit_string.o: ed4_edit_string.hxx |
|---|
| 493 | ED4_edit_string.o: ed4_search.hxx |
|---|
| 494 | ED4_edit_string.o: ed4_seq_colors.hxx |
|---|
| 495 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 496 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 497 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 498 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 499 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 500 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 501 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 502 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 503 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 504 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 505 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 506 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 507 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 508 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 509 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 510 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_advice.hxx |
|---|
| 511 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 512 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 513 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 514 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 515 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 516 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 517 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/AW_helix.hxx |
|---|
| 518 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 519 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 520 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 521 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 522 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 523 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 524 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx |
|---|
| 525 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 526 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 527 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 528 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 529 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 530 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 531 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 532 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 533 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 534 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx |
|---|
| 535 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 536 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 537 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 538 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 539 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 540 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 541 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 542 | ED4_edit_string.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 543 | |
|---|
| 544 | ED4_flags.o: ed4_class.hxx |
|---|
| 545 | ED4_flags.o: ed4_defs.hxx |
|---|
| 546 | ED4_flags.o: ed4_flags.hxx |
|---|
| 547 | ED4_flags.o: ed4_search.hxx |
|---|
| 548 | ED4_flags.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 549 | ED4_flags.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 550 | ED4_flags.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 551 | ED4_flags.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 552 | ED4_flags.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 553 | ED4_flags.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 554 | ED4_flags.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 555 | ED4_flags.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 556 | ED4_flags.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 557 | ED4_flags.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 558 | ED4_flags.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 559 | ED4_flags.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 560 | ED4_flags.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 561 | ED4_flags.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 562 | ED4_flags.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 563 | ED4_flags.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 564 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 565 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 566 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 567 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 568 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 569 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 570 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 571 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 572 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 573 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
|---|
| 574 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
|---|
| 575 | ED4_flags.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 576 | ED4_flags.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
|---|
| 577 | ED4_flags.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 578 | ED4_flags.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 579 | ED4_flags.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 580 | ED4_flags.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 581 | ED4_flags.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 582 | ED4_flags.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 583 | ED4_flags.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 584 | ED4_flags.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 585 | ED4_flags.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 586 | ED4_flags.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 587 | ED4_flags.o: $(ARBHOME)/INCLUDE/item_sel_list.h |
|---|
| 588 | ED4_flags.o: $(ARBHOME)/INCLUDE/items.h |
|---|
| 589 | ED4_flags.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 590 | ED4_flags.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 591 | ED4_flags.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 592 | ED4_flags.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 593 | ED4_flags.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 594 | ED4_flags.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 595 | ED4_flags.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 596 | |
|---|
| 597 | ED4_main.o: ed4_awars.hxx |
|---|
| 598 | ED4_main.o: ed4_class.hxx |
|---|
| 599 | ED4_main.o: ed4_defs.hxx |
|---|
| 600 | ED4_main.o: ed4_detect_bad_ali.hxx |
|---|
| 601 | ED4_main.o: ed4_dots.hxx |
|---|
| 602 | ED4_main.o: ed4_edit_string.hxx |
|---|
| 603 | ED4_main.o: ed4_extern.hxx |
|---|
| 604 | ED4_main.o: ed4_naligner.hxx |
|---|
| 605 | ED4_main.o: ed4_nds.hxx |
|---|
| 606 | ED4_main.o: ed4_protein_2nd_structure.hxx |
|---|
| 607 | ED4_main.o: ed4_ProteinViewer.hxx |
|---|
| 608 | ED4_main.o: ed4_search.hxx |
|---|
| 609 | ED4_main.o: ed4_seq_colors.hxx |
|---|
| 610 | ED4_main.o: ed4_visualizeSAI.hxx |
|---|
| 611 | ED4_main.o: graph_aligner_gui.hxx |
|---|
| 612 | ED4_main.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 613 | ED4_main.o: $(ARBHOME)/INCLUDE/ad_config.h |
|---|
| 614 | ED4_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 615 | ED4_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 616 | ED4_main.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
|---|
| 617 | ED4_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 618 | ED4_main.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 619 | ED4_main.o: $(ARBHOME)/INCLUDE/arb_defs.h |
|---|
| 620 | ED4_main.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 621 | ED4_main.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
|---|
| 622 | ED4_main.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 623 | ED4_main.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 624 | ED4_main.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 625 | ED4_main.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 626 | ED4_main.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 627 | ED4_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 628 | ED4_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 629 | ED4_main.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 630 | ED4_main.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 631 | ED4_main.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 632 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_advice.hxx |
|---|
| 633 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 634 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 635 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 636 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 637 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 638 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 639 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 640 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 641 | ED4_main.o: $(ARBHOME)/INCLUDE/AW_helix.hxx |
|---|
| 642 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 643 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 644 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 645 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 646 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 647 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 648 | ED4_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 649 | ED4_main.o: $(ARBHOME)/INCLUDE/awt.hxx |
|---|
| 650 | ED4_main.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx |
|---|
| 651 | ED4_main.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 652 | ED4_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 653 | ED4_main.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 654 | ED4_main.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 655 | ED4_main.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 656 | ED4_main.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 657 | ED4_main.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 658 | ED4_main.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 659 | ED4_main.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 660 | ED4_main.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 661 | ED4_main.o: $(ARBHOME)/INCLUDE/gde.hxx |
|---|
| 662 | ED4_main.o: $(ARBHOME)/INCLUDE/macros.hxx |
|---|
| 663 | ED4_main.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 664 | ED4_main.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 665 | ED4_main.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 666 | ED4_main.o: $(ARBHOME)/INCLUDE/st_window.hxx |
|---|
| 667 | ED4_main.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 668 | ED4_main.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 669 | ED4_main.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 670 | ED4_main.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 671 | |
|---|
| 672 | ED4_manager.o: ed4_awars.hxx |
|---|
| 673 | ED4_manager.o: ed4_class.hxx |
|---|
| 674 | ED4_manager.o: ed4_defs.hxx |
|---|
| 675 | ED4_manager.o: ed4_edit_string.hxx |
|---|
| 676 | ED4_manager.o: ed4_list.hxx |
|---|
| 677 | ED4_manager.o: ed4_protein_2nd_structure.hxx |
|---|
| 678 | ED4_manager.o: ed4_ProteinViewer.hxx |
|---|
| 679 | ED4_manager.o: ed4_search.hxx |
|---|
| 680 | ED4_manager.o: ed4_seq_colors.hxx |
|---|
| 681 | ED4_manager.o: ed4_tools.hxx |
|---|
| 682 | ED4_manager.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 683 | ED4_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 684 | ED4_manager.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 685 | ED4_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 686 | ED4_manager.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 687 | ED4_manager.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 688 | ED4_manager.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 689 | ED4_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 690 | ED4_manager.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 691 | ED4_manager.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 692 | ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 693 | ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 694 | ED4_manager.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 695 | ED4_manager.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 696 | ED4_manager.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 697 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 698 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 699 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 700 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 701 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 702 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 703 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 704 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 705 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 706 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 707 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 708 | ED4_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 709 | ED4_manager.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 710 | ED4_manager.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 711 | ED4_manager.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 712 | ED4_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 713 | ED4_manager.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 714 | ED4_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 715 | ED4_manager.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 716 | ED4_manager.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 717 | ED4_manager.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 718 | ED4_manager.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 719 | ED4_manager.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 720 | ED4_manager.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 721 | ED4_manager.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 722 | ED4_manager.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 723 | ED4_manager.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 724 | ED4_manager.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 725 | |
|---|
| 726 | ED4_naligner.o: ed4_naligner.hxx |
|---|
| 727 | ED4_naligner.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 728 | ED4_naligner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 729 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 730 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 731 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 732 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 733 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 734 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 735 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 736 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 737 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 738 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 739 | ED4_naligner.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 740 | ED4_naligner.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 741 | ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 742 | ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 743 | ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 744 | ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 745 | ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 746 | ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 747 | ED4_naligner.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 748 | ED4_naligner.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
|---|
| 749 | ED4_naligner.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 750 | ED4_naligner.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 751 | ED4_naligner.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 752 | ED4_naligner.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 753 | ED4_naligner.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 754 | ED4_naligner.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 755 | ED4_naligner.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 756 | ED4_naligner.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 757 | ED4_naligner.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 758 | ED4_naligner.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 759 | ED4_naligner.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 760 | ED4_naligner.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 761 | |
|---|
| 762 | ED4_nds.o: ed4_awars.hxx |
|---|
| 763 | ED4_nds.o: ed4_class.hxx |
|---|
| 764 | ED4_nds.o: ed4_defs.hxx |
|---|
| 765 | ED4_nds.o: ed4_search.hxx |
|---|
| 766 | ED4_nds.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 767 | ED4_nds.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 768 | ED4_nds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 769 | ED4_nds.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 770 | ED4_nds.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 771 | ED4_nds.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 772 | ED4_nds.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 773 | ED4_nds.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 774 | ED4_nds.o: $(ARBHOME)/INCLUDE/arb_str.h |
|---|
| 775 | ED4_nds.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 776 | ED4_nds.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 777 | ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 778 | ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 779 | ED4_nds.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 780 | ED4_nds.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 781 | ED4_nds.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 782 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 783 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 784 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 785 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 786 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 787 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 788 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 789 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 790 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 791 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 792 | ED4_nds.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 793 | ED4_nds.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 794 | ED4_nds.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 795 | ED4_nds.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 796 | ED4_nds.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 797 | ED4_nds.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 798 | ED4_nds.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 799 | ED4_nds.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 800 | ED4_nds.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 801 | ED4_nds.o: $(ARBHOME)/INCLUDE/gb_aci.h |
|---|
| 802 | ED4_nds.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 803 | ED4_nds.o: $(ARBHOME)/INCLUDE/nds.h |
|---|
| 804 | ED4_nds.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 805 | ED4_nds.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 806 | ED4_nds.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 807 | ED4_nds.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 808 | ED4_nds.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 809 | ED4_nds.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 810 | ED4_nds.o: $(ARBHOME)/INCLUDE/TreeLabeler.h |
|---|
| 811 | ED4_nds.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 812 | |
|---|
| 813 | ED4_no_class.o: ed4_awars.hxx |
|---|
| 814 | ED4_no_class.o: ed4_class.hxx |
|---|
| 815 | ED4_no_class.o: ed4_defs.hxx |
|---|
| 816 | ED4_no_class.o: ed4_edit_string.hxx |
|---|
| 817 | ED4_no_class.o: ed4_extern.hxx |
|---|
| 818 | ED4_no_class.o: ed4_flags.hxx |
|---|
| 819 | ED4_no_class.o: ed4_list.hxx |
|---|
| 820 | ED4_no_class.o: ed4_nds.hxx |
|---|
| 821 | ED4_no_class.o: ed4_search.hxx |
|---|
| 822 | ED4_no_class.o: ed4_seq_colors.hxx |
|---|
| 823 | ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 824 | ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_config.h |
|---|
| 825 | ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 826 | ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 827 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 828 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 829 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_defs.h |
|---|
| 830 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 831 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
|---|
| 832 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 833 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 834 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_progress.h |
|---|
| 835 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 836 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 837 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 838 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 839 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 840 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 841 | ED4_no_class.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 842 | ED4_no_class.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 843 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 844 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 845 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 846 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 847 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 848 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 849 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 850 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 851 | ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_helix.hxx |
|---|
| 852 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 853 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 854 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 855 | ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_rename.hxx |
|---|
| 856 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 857 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
|---|
| 858 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
|---|
| 859 | ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 860 | ED4_no_class.o: $(ARBHOME)/INCLUDE/awt.hxx |
|---|
| 861 | ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
|---|
| 862 | ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_misc.hxx |
|---|
| 863 | ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
|---|
| 864 | ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 865 | ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 866 | ED4_no_class.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 867 | ED4_no_class.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 868 | ED4_no_class.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 869 | ED4_no_class.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 870 | ED4_no_class.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 871 | ED4_no_class.o: $(ARBHOME)/INCLUDE/consensus_config.h |
|---|
| 872 | ED4_no_class.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 873 | ED4_no_class.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 874 | ED4_no_class.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 875 | ED4_no_class.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 876 | ED4_no_class.o: $(ARBHOME)/INCLUDE/item_sel_list.h |
|---|
| 877 | ED4_no_class.o: $(ARBHOME)/INCLUDE/items.h |
|---|
| 878 | ED4_no_class.o: $(ARBHOME)/INCLUDE/iupac.h |
|---|
| 879 | ED4_no_class.o: $(ARBHOME)/INCLUDE/macros.hxx |
|---|
| 880 | ED4_no_class.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 881 | ED4_no_class.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 882 | ED4_no_class.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 883 | ED4_no_class.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 884 | ED4_no_class.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 885 | ED4_no_class.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 886 | ED4_no_class.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 887 | |
|---|
| 888 | ED4_objspec.o: ed4_class.hxx |
|---|
| 889 | ED4_objspec.o: ed4_defs.hxx |
|---|
| 890 | ED4_objspec.o: ed4_search.hxx |
|---|
| 891 | ED4_objspec.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 892 | ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 893 | ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 894 | ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 895 | ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 896 | ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 897 | ED4_objspec.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 898 | ED4_objspec.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 899 | ED4_objspec.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 900 | ED4_objspec.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 901 | ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 902 | ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 903 | ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 904 | ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 905 | ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 906 | ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 907 | ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 908 | ED4_objspec.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 909 | ED4_objspec.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 910 | ED4_objspec.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 911 | ED4_objspec.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 912 | ED4_objspec.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 913 | ED4_objspec.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 914 | ED4_objspec.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 915 | ED4_objspec.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 916 | ED4_objspec.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 917 | ED4_objspec.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 918 | ED4_objspec.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 919 | ED4_objspec.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 920 | ED4_objspec.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 921 | ED4_objspec.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 922 | ED4_objspec.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 923 | ED4_objspec.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 924 | ED4_objspec.o: $(ARBHOME)/INCLUDE/test_unit.h |
|---|
| 925 | ED4_objspec.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 926 | |
|---|
| 927 | ED4_plugins.o: ed4_class.hxx |
|---|
| 928 | ED4_plugins.o: ed4_defs.hxx |
|---|
| 929 | ED4_plugins.o: ed4_plugins.hxx |
|---|
| 930 | ED4_plugins.o: ed4_search.hxx |
|---|
| 931 | ED4_plugins.o: ed4_visualizeSAI.hxx |
|---|
| 932 | ED4_plugins.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 933 | ED4_plugins.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 934 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 935 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 936 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_defs.h |
|---|
| 937 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 938 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 939 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 940 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 941 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 942 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 943 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 944 | ED4_plugins.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 945 | ED4_plugins.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 946 | ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 947 | ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 948 | ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 949 | ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 950 | ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 951 | ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 952 | ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 953 | ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 954 | ED4_plugins.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 955 | ED4_plugins.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 956 | ED4_plugins.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 957 | ED4_plugins.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 958 | ED4_plugins.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 959 | ED4_plugins.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 960 | ED4_plugins.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 961 | ED4_plugins.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 962 | ED4_plugins.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 963 | ED4_plugins.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 964 | ED4_plugins.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 965 | ED4_plugins.o: $(ARBHOME)/INCLUDE/rna3d_extern.hxx |
|---|
| 966 | ED4_plugins.o: $(ARBHOME)/INCLUDE/secedit_extern.hxx |
|---|
| 967 | ED4_plugins.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 968 | ED4_plugins.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 969 | ED4_plugins.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 970 | ED4_plugins.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 971 | ED4_plugins.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 972 | ED4_plugins.o: $(ARBHOME)/INCLUDE/test_unit.h |
|---|
| 973 | ED4_plugins.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 974 | |
|---|
| 975 | ED4_protein_2nd_structure.o: ed4_awars.hxx |
|---|
| 976 | ED4_protein_2nd_structure.o: ed4_class.hxx |
|---|
| 977 | ED4_protein_2nd_structure.o: ed4_defs.hxx |
|---|
| 978 | ED4_protein_2nd_structure.o: ed4_protein_2nd_structure.hxx |
|---|
| 979 | ED4_protein_2nd_structure.o: ed4_search.hxx |
|---|
| 980 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 981 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 982 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 983 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 984 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 985 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 986 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 987 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 988 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 989 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 990 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 991 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 992 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 993 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 994 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 995 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 996 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 997 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 998 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 999 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1000 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1001 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1002 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 1003 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1004 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 1005 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1006 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
|---|
| 1007 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1008 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1009 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1010 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1011 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1012 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 1013 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1014 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1015 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1016 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1017 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1018 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1019 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1020 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1021 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1022 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1023 | ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1024 | |
|---|
| 1025 | ED4_ProteinViewer.o: ed4_class.hxx |
|---|
| 1026 | ED4_ProteinViewer.o: ed4_defs.hxx |
|---|
| 1027 | ED4_ProteinViewer.o: ed4_edit_string.hxx |
|---|
| 1028 | ED4_ProteinViewer.o: ed4_ProteinViewer.hxx |
|---|
| 1029 | ED4_ProteinViewer.o: ed4_search.hxx |
|---|
| 1030 | ED4_ProteinViewer.o: ed4_seq_colors.hxx |
|---|
| 1031 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1032 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 1033 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 1034 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/AP_codon_table.hxx |
|---|
| 1035 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx |
|---|
| 1036 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1037 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1038 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1039 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1040 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 1041 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1042 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1043 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 1044 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1045 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 1046 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1047 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1048 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 1049 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 1050 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 1051 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1052 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1053 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 1054 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1055 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1056 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1057 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 1058 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1059 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 1060 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 1061 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 1062 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1063 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1064 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1065 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1066 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1067 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1068 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1069 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1070 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1071 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1072 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1073 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1074 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1075 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1076 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1077 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1078 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/Translate.hxx |
|---|
| 1079 | ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1080 | |
|---|
| 1081 | ED4_root.o: ../WINDOW/aw_status.hxx |
|---|
| 1082 | ED4_root.o: ed4_awars.hxx |
|---|
| 1083 | ED4_root.o: ed4_block.hxx |
|---|
| 1084 | ED4_root.o: ed4_class.hxx |
|---|
| 1085 | ED4_root.o: ed4_colStat.hxx |
|---|
| 1086 | ED4_root.o: ed4_defs.hxx |
|---|
| 1087 | ED4_root.o: ed4_detect_bad_ali.hxx |
|---|
| 1088 | ED4_root.o: ed4_dots.hxx |
|---|
| 1089 | ED4_root.o: ed4_extern.hxx |
|---|
| 1090 | ED4_root.o: ed4_flags.hxx |
|---|
| 1091 | ED4_root.o: ed4_list.hxx |
|---|
| 1092 | ED4_root.o: ed4_naligner.hxx |
|---|
| 1093 | ED4_root.o: ed4_nds.hxx |
|---|
| 1094 | ED4_root.o: ed4_plugins.hxx |
|---|
| 1095 | ED4_root.o: ed4_protein_2nd_structure.hxx |
|---|
| 1096 | ED4_root.o: ed4_ProteinViewer.hxx |
|---|
| 1097 | ED4_root.o: ed4_search.hxx |
|---|
| 1098 | ED4_root.o: ed4_seq_colors.hxx |
|---|
| 1099 | ED4_root.o: ed4_tools.hxx |
|---|
| 1100 | ED4_root.o: ed4_visualizeSAI.hxx |
|---|
| 1101 | ED4_root.o: graph_aligner_gui.hxx |
|---|
| 1102 | ED4_root.o: $(ARBHOME)/INCLUDE/ad_cb.h |
|---|
| 1103 | ED4_root.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
|---|
| 1104 | ED4_root.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1105 | ED4_root.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 1106 | ED4_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 1107 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1108 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_build.h |
|---|
| 1109 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1110 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_defs.h |
|---|
| 1111 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1112 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_file.h |
|---|
| 1113 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1114 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 1115 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_progress.h |
|---|
| 1116 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1117 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1118 | ED4_root.o: $(ARBHOME)/INCLUDE/arb_version.h |
|---|
| 1119 | ED4_root.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 1120 | ED4_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1121 | ED4_root.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 1122 | ED4_root.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1123 | ED4_root.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1124 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_advice.hxx |
|---|
| 1125 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 1126 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 1127 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 1128 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1129 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1130 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 1131 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1132 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1133 | ED4_root.o: $(ARBHOME)/INCLUDE/AW_helix.hxx |
|---|
| 1134 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1135 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 1136 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1137 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 1138 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 1139 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 1140 | ED4_root.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1141 | ED4_root.o: $(ARBHOME)/INCLUDE/awt.hxx |
|---|
| 1142 | ED4_root.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx |
|---|
| 1143 | ED4_root.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1144 | ED4_root.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 1145 | ED4_root.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1146 | ED4_root.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1147 | ED4_root.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1148 | ED4_root.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1149 | ED4_root.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1150 | ED4_root.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1151 | ED4_root.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1152 | ED4_root.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx |
|---|
| 1153 | ED4_root.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1154 | ED4_root.o: $(ARBHOME)/INCLUDE/gde.hxx |
|---|
| 1155 | ED4_root.o: $(ARBHOME)/INCLUDE/macros.hxx |
|---|
| 1156 | ED4_root.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1157 | ED4_root.o: $(ARBHOME)/INCLUDE/rootAsWin.h |
|---|
| 1158 | ED4_root.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1159 | ED4_root.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1160 | ED4_root.o: $(ARBHOME)/INCLUDE/st_window.hxx |
|---|
| 1161 | ED4_root.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1162 | ED4_root.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1163 | ED4_root.o: $(ARBHOME)/INCLUDE/svn_revision.h |
|---|
| 1164 | ED4_root.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1165 | ED4_root.o: $(ARBHOME)/INCLUDE/test_unit.h |
|---|
| 1166 | ED4_root.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1167 | |
|---|
| 1168 | ED4_search.o: ed4_awars.hxx |
|---|
| 1169 | ED4_search.o: ed4_class.hxx |
|---|
| 1170 | ED4_search.o: ed4_defs.hxx |
|---|
| 1171 | ED4_search.o: ed4_edit_string.hxx |
|---|
| 1172 | ED4_search.o: ed4_extern.hxx |
|---|
| 1173 | ED4_search.o: ed4_search.hxx |
|---|
| 1174 | ED4_search.o: ed4_tools.hxx |
|---|
| 1175 | ED4_search.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1176 | ED4_search.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 1177 | ED4_search.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 1178 | ED4_search.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1179 | ED4_search.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1180 | ED4_search.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1181 | ED4_search.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1182 | ED4_search.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 1183 | ED4_search.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1184 | ED4_search.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1185 | ED4_search.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 1186 | ED4_search.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1187 | ED4_search.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 1188 | ED4_search.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1189 | ED4_search.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1190 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 1191 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 1192 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 1193 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1194 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1195 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 1196 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_file.hxx |
|---|
| 1197 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1198 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1199 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1200 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 1201 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1202 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 1203 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 1204 | ED4_search.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1205 | ED4_search.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
|---|
| 1206 | ED4_search.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1207 | ED4_search.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1208 | ED4_search.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1209 | ED4_search.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1210 | ED4_search.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1211 | ED4_search.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 1212 | ED4_search.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1213 | ED4_search.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1214 | ED4_search.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1215 | ED4_search.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx |
|---|
| 1216 | ED4_search.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1217 | ED4_search.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1218 | ED4_search.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1219 | ED4_search.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1220 | ED4_search.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1221 | ED4_search.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1222 | ED4_search.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1223 | ED4_search.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1224 | |
|---|
| 1225 | ED4_seq_colors.o: ed4_class.hxx |
|---|
| 1226 | ED4_seq_colors.o: ed4_defs.hxx |
|---|
| 1227 | ED4_seq_colors.o: ed4_extern.hxx |
|---|
| 1228 | ED4_seq_colors.o: ed4_search.hxx |
|---|
| 1229 | ED4_seq_colors.o: ed4_seq_colors.hxx |
|---|
| 1230 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1231 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 1232 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 1233 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1234 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1235 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1236 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
|---|
| 1237 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1238 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 1239 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1240 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1241 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 1242 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1243 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 1244 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1245 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1246 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 1247 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 1248 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1249 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1250 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 1251 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1252 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1253 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1254 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 1255 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1256 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 1257 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1258 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1259 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1260 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1261 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1262 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1263 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1264 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1265 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1266 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1267 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1268 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1269 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1270 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1271 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1272 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1273 | ED4_seq_colors.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1274 | |
|---|
| 1275 | ED4_terminal.o: ed4_awars.hxx |
|---|
| 1276 | ED4_terminal.o: ed4_block.hxx |
|---|
| 1277 | ED4_terminal.o: ed4_class.hxx |
|---|
| 1278 | ED4_terminal.o: ed4_defs.hxx |
|---|
| 1279 | ED4_terminal.o: ed4_edit_string.hxx |
|---|
| 1280 | ED4_terminal.o: ed4_extern.hxx |
|---|
| 1281 | ED4_terminal.o: ed4_flags.hxx |
|---|
| 1282 | ED4_terminal.o: ed4_nds.hxx |
|---|
| 1283 | ED4_terminal.o: ed4_ProteinViewer.hxx |
|---|
| 1284 | ED4_terminal.o: ed4_search.hxx |
|---|
| 1285 | ED4_terminal.o: ed4_seq_colors.hxx |
|---|
| 1286 | ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1287 | ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 1288 | ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 1289 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1290 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1291 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1292 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1293 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 1294 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1295 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1296 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 1297 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1298 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 1299 | ED4_terminal.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1300 | ED4_terminal.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1301 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 1302 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 1303 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1304 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1305 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 1306 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1307 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1308 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1309 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 1310 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1311 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 1312 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 1313 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 1314 | ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1315 | ED4_terminal.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1316 | ED4_terminal.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1317 | ED4_terminal.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1318 | ED4_terminal.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1319 | ED4_terminal.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1320 | ED4_terminal.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1321 | ED4_terminal.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1322 | ED4_terminal.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1323 | ED4_terminal.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1324 | ED4_terminal.o: $(ARBHOME)/INCLUDE/items.h |
|---|
| 1325 | ED4_terminal.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1326 | ED4_terminal.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1327 | ED4_terminal.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1328 | ED4_terminal.o: $(ARBHOME)/INCLUDE/st_window.hxx |
|---|
| 1329 | ED4_terminal.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1330 | ED4_terminal.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1331 | ED4_terminal.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1332 | ED4_terminal.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1333 | |
|---|
| 1334 | ED4_text_terminals.o: ed4_awars.hxx |
|---|
| 1335 | ED4_text_terminals.o: ed4_block.hxx |
|---|
| 1336 | ED4_text_terminals.o: ed4_class.hxx |
|---|
| 1337 | ED4_text_terminals.o: ed4_defs.hxx |
|---|
| 1338 | ED4_text_terminals.o: ed4_edit_string.hxx |
|---|
| 1339 | ED4_text_terminals.o: ed4_extern.hxx |
|---|
| 1340 | ED4_text_terminals.o: ed4_nds.hxx |
|---|
| 1341 | ED4_text_terminals.o: ed4_protein_2nd_structure.hxx |
|---|
| 1342 | ED4_text_terminals.o: ed4_ProteinViewer.hxx |
|---|
| 1343 | ED4_text_terminals.o: ed4_search.hxx |
|---|
| 1344 | ED4_text_terminals.o: ed4_seq_colors.hxx |
|---|
| 1345 | ED4_text_terminals.o: ed4_visualizeSAI.hxx |
|---|
| 1346 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1347 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 1348 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 1349 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1350 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1351 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1352 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1353 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 1354 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1355 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1356 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 1357 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1358 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 1359 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1360 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1361 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 1362 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1363 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1364 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 1365 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1366 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1367 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/AW_helix.hxx |
|---|
| 1368 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1369 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 1370 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1371 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 1372 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 1373 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1374 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1375 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 1376 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1377 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1378 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1379 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1380 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1381 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1382 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1383 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1384 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1385 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1386 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1387 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/st_window.hxx |
|---|
| 1388 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1389 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1390 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1391 | ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1392 | |
|---|
| 1393 | ED4_tools.o: ed4_class.hxx |
|---|
| 1394 | ED4_tools.o: ed4_defs.hxx |
|---|
| 1395 | ED4_tools.o: ed4_search.hxx |
|---|
| 1396 | ED4_tools.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1397 | ED4_tools.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1398 | ED4_tools.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1399 | ED4_tools.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1400 | ED4_tools.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1401 | ED4_tools.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1402 | ED4_tools.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1403 | ED4_tools.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1404 | ED4_tools.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1405 | ED4_tools.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1406 | ED4_tools.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1407 | ED4_tools.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1408 | ED4_tools.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 1409 | ED4_tools.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1410 | ED4_tools.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1411 | ED4_tools.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1412 | ED4_tools.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1413 | ED4_tools.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1414 | ED4_tools.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1415 | ED4_tools.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1416 | ED4_tools.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1417 | ED4_tools.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1418 | ED4_tools.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1419 | ED4_tools.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1420 | ED4_tools.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1421 | ED4_tools.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1422 | ED4_tools.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1423 | ED4_tools.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1424 | ED4_tools.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1425 | ED4_tools.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1426 | ED4_tools.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1427 | ED4_tools.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1428 | ED4_tools.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1429 | ED4_tools.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1430 | |
|---|
| 1431 | ED4_visualizeSAI.o: ed4_class.hxx |
|---|
| 1432 | ED4_visualizeSAI.o: ed4_defs.hxx |
|---|
| 1433 | ED4_visualizeSAI.o: ed4_extern.hxx |
|---|
| 1434 | ED4_visualizeSAI.o: ed4_search.hxx |
|---|
| 1435 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_cb.h |
|---|
| 1436 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
|---|
| 1437 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1438 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 1439 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 1440 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1441 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1442 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1443 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1444 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 1445 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1446 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 1447 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1448 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 1449 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1450 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 1451 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1452 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1453 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 1454 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 1455 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 1456 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1457 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1458 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 1459 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
|---|
| 1460 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1461 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1462 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1463 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 1464 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1465 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 1466 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 1467 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 1468 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
|---|
| 1469 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
|---|
| 1470 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1471 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
|---|
| 1472 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_prompt.hxx |
|---|
| 1473 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
|---|
| 1474 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1475 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1476 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1477 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1478 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1479 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1480 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1481 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1482 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1483 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1484 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1485 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1486 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1487 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1488 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1489 | ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1490 | |
|---|
| 1491 | ED4_window.o: ed4_class.hxx |
|---|
| 1492 | ED4_window.o: ed4_defs.hxx |
|---|
| 1493 | ED4_window.o: ed4_extern.hxx |
|---|
| 1494 | ED4_window.o: ed4_search.hxx |
|---|
| 1495 | ED4_window.o: ed4_tools.hxx |
|---|
| 1496 | ED4_window.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1497 | ED4_window.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 1498 | ED4_window.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1499 | ED4_window.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1500 | ED4_window.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1501 | ED4_window.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1502 | ED4_window.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 1503 | ED4_window.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1504 | ED4_window.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1505 | ED4_window.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 1506 | ED4_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1507 | ED4_window.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1508 | ED4_window.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1509 | ED4_window.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 1510 | ED4_window.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1511 | ED4_window.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1512 | ED4_window.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 1513 | ED4_window.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1514 | ED4_window.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1515 | ED4_window.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1516 | ED4_window.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1517 | ED4_window.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 1518 | ED4_window.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1519 | ED4_window.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1520 | ED4_window.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1521 | ED4_window.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1522 | ED4_window.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1523 | ED4_window.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1524 | ED4_window.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1525 | ED4_window.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1526 | ED4_window.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1527 | ED4_window.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1528 | ED4_window.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1529 | ED4_window.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1530 | ED4_window.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1531 | ED4_window.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1532 | ED4_window.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1533 | ED4_window.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1534 | ED4_window.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1535 | |
|---|
| 1536 | EDB_root_bact.o: ed4_class.hxx |
|---|
| 1537 | EDB_root_bact.o: ed4_defs.hxx |
|---|
| 1538 | EDB_root_bact.o: ed4_extern.hxx |
|---|
| 1539 | EDB_root_bact.o: ed4_search.hxx |
|---|
| 1540 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1541 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_config.h |
|---|
| 1542 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 1543 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 1544 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1545 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1546 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1547 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1548 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 1549 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_progress.h |
|---|
| 1550 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1551 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 1552 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1553 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 1554 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1555 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 1556 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1557 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1558 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1559 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1560 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 1561 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
|---|
| 1562 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 1563 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1564 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 1565 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1566 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1567 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
|---|
| 1568 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1569 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1570 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1571 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/chartable.h |
|---|
| 1572 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1573 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1574 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1575 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1576 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1577 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 1578 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1579 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1580 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1581 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1582 | EDB_root_bact.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 1583 | |
|---|
| 1584 | graph_aligner_gui.o: ed4_defs.hxx |
|---|
| 1585 | graph_aligner_gui.o: graph_aligner_gui.hxx |
|---|
| 1586 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 1587 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 1588 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 1589 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aisc_global.h |
|---|
| 1590 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 1591 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 1592 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 1593 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_file.h |
|---|
| 1594 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 1595 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_misc.h |
|---|
| 1596 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 1597 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 1598 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 1599 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 1600 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 1601 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 1602 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 1603 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 1604 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 1605 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 1606 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 1607 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 1608 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 1609 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 1610 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx |
|---|
| 1611 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 1612 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 1613 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 1614 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 1615 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 1616 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
|---|
| 1617 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
|---|
| 1618 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/bytestring.h |
|---|
| 1619 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 1620 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 1621 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 1622 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 1623 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client_types.h |
|---|
| 1624 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 1625 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 1626 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 1627 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 1628 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx |
|---|
| 1629 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 1630 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/pos_range.h |
|---|
| 1631 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 1632 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 1633 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 1634 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 1635 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 1636 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 1637 | graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|