| 1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben | 
|---|
| 2 | .SUFFIXES: .o .cxx .depend | 
|---|
| 3 | CPP_OBJECTS =   MG_checkfield.o MG_main.o MG_trees.o MG_alignment.o \ | 
|---|
| 4 | MG_species.o MG_extendeds.o MG_names.o MG_gene_species.o \ | 
|---|
| 5 | MG_configs.o MG_preserves.o | 
|---|
| 6 |  | 
|---|
| 7 | $(MAIN): $(CPP_OBJECTS) | 
|---|
| 8 | $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS) | 
|---|
| 9 |  | 
|---|
| 10 | .cxx.o: | 
|---|
| 11 | $(CPP) $(cflags) -c $<  $(CPPINCLUDES) | 
|---|
| 12 |  | 
|---|
| 13 | clean: | 
|---|
| 14 | rm -f $(CPP_OBJECTS) *.a | 
|---|
| 15 |  | 
|---|
| 16 | DEPENDS = $(CPP_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 | 
|---|
| 32 |  | 
|---|
| 33 | MG_alignment.o: merge.hxx | 
|---|
| 34 | MG_alignment.o: mg_merge.hxx | 
|---|
| 35 | MG_alignment.o: $(ARBHOME)/INCLUDE/ad_k_prot.h | 
|---|
| 36 | MG_alignment.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 37 | MG_alignment.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 38 | MG_alignment.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 39 | MG_alignment.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 40 | MG_alignment.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 41 | MG_alignment.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 42 | MG_alignment.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 43 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_device.hxx | 
|---|
| 44 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 45 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_position.hxx | 
|---|
| 46 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 47 | MG_alignment.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 48 | MG_alignment.o: $(ARBHOME)/INCLUDE/awt.hxx | 
|---|
| 49 | MG_alignment.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx | 
|---|
| 50 |  | 
|---|
| 51 | MG_checkfield.o: merge.hxx | 
|---|
| 52 | MG_checkfield.o: mg_merge.hxx | 
|---|
| 53 | MG_checkfield.o: $(ARBHOME)/INCLUDE/ad_k_prot.h | 
|---|
| 54 | MG_checkfield.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 55 | MG_checkfield.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 56 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 57 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 58 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 59 | MG_checkfield.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 60 | MG_checkfield.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 61 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_awars.hxx | 
|---|
| 62 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_device.hxx | 
|---|
| 63 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 64 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_position.hxx | 
|---|
| 65 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 66 | MG_checkfield.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 67 | MG_checkfield.o: $(ARBHOME)/INCLUDE/awt.hxx | 
|---|
| 68 | MG_checkfield.o: $(ARBHOME)/INCLUDE/awt_item_sel_list.hxx | 
|---|
| 69 | MG_checkfield.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx | 
|---|
| 70 |  | 
|---|
| 71 | MG_configs.o: merge.hxx | 
|---|
| 72 | MG_configs.o: mg_merge.hxx | 
|---|
| 73 | MG_configs.o: $(ARBHOME)/INCLUDE/ad_config.h | 
|---|
| 74 | MG_configs.o: $(ARBHOME)/INCLUDE/ad_k_prot.h | 
|---|
| 75 | MG_configs.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 76 | MG_configs.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 77 | MG_configs.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 78 | MG_configs.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 79 | MG_configs.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 80 | MG_configs.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 81 | MG_configs.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 82 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_device.hxx | 
|---|
| 83 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 84 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_position.hxx | 
|---|
| 85 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 86 | MG_configs.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 87 | MG_configs.o: $(ARBHOME)/INCLUDE/awt.hxx | 
|---|
| 88 | MG_configs.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx | 
|---|
| 89 |  | 
|---|
| 90 | MG_extendeds.o: merge.hxx | 
|---|
| 91 | MG_extendeds.o: mg_merge.hxx | 
|---|
| 92 | MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_k_prot.h | 
|---|
| 93 | MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 94 | MG_extendeds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 95 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 96 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 97 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 98 | MG_extendeds.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 99 | MG_extendeds.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 100 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_awars.hxx | 
|---|
| 101 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_device.hxx | 
|---|
| 102 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 103 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_position.hxx | 
|---|
| 104 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 105 | MG_extendeds.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 106 | MG_extendeds.o: $(ARBHOME)/INCLUDE/awt.hxx | 
|---|
| 107 | MG_extendeds.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx | 
|---|
| 108 | MG_extendeds.o: $(ARBHOME)/INCLUDE/db_scanner.hxx | 
|---|
| 109 |  | 
|---|
| 110 | MG_gene_species.o: merge.hxx | 
|---|
| 111 | MG_gene_species.o: mg_merge.hxx | 
|---|
| 112 | MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_k_prot.h | 
|---|
| 113 | MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 114 | MG_gene_species.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 115 | MG_gene_species.o: $(ARBHOME)/INCLUDE/adGene.h | 
|---|
| 116 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 117 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 118 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 119 | MG_gene_species.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 120 | MG_gene_species.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 121 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_awars.hxx | 
|---|
| 122 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_device.hxx | 
|---|
| 123 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 124 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_position.hxx | 
|---|
| 125 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 126 | MG_gene_species.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 127 | MG_gene_species.o: $(ARBHOME)/INCLUDE/awt.hxx | 
|---|
| 128 | MG_gene_species.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx | 
|---|
| 129 | MG_gene_species.o: $(ARBHOME)/INCLUDE/inline.h | 
|---|
| 130 |  | 
|---|
| 131 | MG_main.o: merge.hxx | 
|---|
| 132 | MG_main.o: mg_merge.hxx | 
|---|
| 133 | MG_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h | 
|---|
| 134 | MG_main.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 135 | MG_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 136 | MG_main.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 137 | MG_main.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 138 | MG_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 139 | MG_main.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 140 | MG_main.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 141 | MG_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx | 
|---|
| 142 | MG_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx | 
|---|
| 143 | MG_main.o: $(ARBHOME)/INCLUDE/aw_global.hxx | 
|---|
| 144 | MG_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 145 | MG_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx | 
|---|
| 146 | MG_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx | 
|---|
| 147 | MG_main.o: $(ARBHOME)/INCLUDE/AW_rename.hxx | 
|---|
| 148 | MG_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 149 | MG_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 150 | MG_main.o: $(ARBHOME)/INCLUDE/awt.hxx | 
|---|
| 151 |  | 
|---|
| 152 | MG_names.o: merge.hxx | 
|---|
| 153 | MG_names.o: mg_merge.hxx | 
|---|
| 154 | MG_names.o: $(ARBHOME)/INCLUDE/ad_k_prot.h | 
|---|
| 155 | MG_names.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 156 | MG_names.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 157 | MG_names.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 158 | MG_names.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 159 | MG_names.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 160 | MG_names.o: $(ARBHOME)/INCLUDE/aw_device.hxx | 
|---|
| 161 | MG_names.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 162 | MG_names.o: $(ARBHOME)/INCLUDE/aw_position.hxx | 
|---|
| 163 | MG_names.o: $(ARBHOME)/INCLUDE/AW_rename.hxx | 
|---|
| 164 | MG_names.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 165 | MG_names.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 166 |  | 
|---|
| 167 | MG_preserves.o: merge.hxx | 
|---|
| 168 | MG_preserves.o: mg_merge.hxx | 
|---|
| 169 | MG_preserves.o: $(ARBHOME)/INCLUDE/ad_k_prot.h | 
|---|
| 170 | MG_preserves.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 171 | MG_preserves.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 172 | MG_preserves.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 173 | MG_preserves.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 174 | MG_preserves.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 175 | MG_preserves.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 176 | MG_preserves.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 177 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_awars.hxx | 
|---|
| 178 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_device.hxx | 
|---|
| 179 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 180 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_position.hxx | 
|---|
| 181 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 182 | MG_preserves.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 183 | MG_preserves.o: $(ARBHOME)/INCLUDE/awt.hxx | 
|---|
| 184 | MG_preserves.o: $(ARBHOME)/INCLUDE/smartptr.h | 
|---|
| 185 |  | 
|---|
| 186 | MG_species.o: merge.hxx | 
|---|
| 187 | MG_species.o: mg_merge.hxx | 
|---|
| 188 | MG_species.o: $(ARBHOME)/INCLUDE/ad_k_prot.h | 
|---|
| 189 | MG_species.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 190 | MG_species.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 191 | MG_species.o: $(ARBHOME)/INCLUDE/adGene.h | 
|---|
| 192 | MG_species.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 193 | MG_species.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 194 | MG_species.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 195 | MG_species.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 196 | MG_species.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 197 | MG_species.o: $(ARBHOME)/INCLUDE/aw_awars.hxx | 
|---|
| 198 | MG_species.o: $(ARBHOME)/INCLUDE/aw_device.hxx | 
|---|
| 199 | MG_species.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 200 | MG_species.o: $(ARBHOME)/INCLUDE/aw_position.hxx | 
|---|
| 201 | MG_species.o: $(ARBHOME)/INCLUDE/AW_rename.hxx | 
|---|
| 202 | MG_species.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 203 | MG_species.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 204 | MG_species.o: $(ARBHOME)/INCLUDE/awt.hxx | 
|---|
| 205 | MG_species.o: $(ARBHOME)/INCLUDE/awt_item_sel_list.hxx | 
|---|
| 206 | MG_species.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx | 
|---|
| 207 | MG_species.o: $(ARBHOME)/INCLUDE/db_scanner.hxx | 
|---|
| 208 | MG_species.o: $(ARBHOME)/INCLUDE/GEN.hxx | 
|---|
| 209 | MG_species.o: $(ARBHOME)/INCLUDE/inline.h | 
|---|
| 210 |  | 
|---|
| 211 | MG_trees.o: merge.hxx | 
|---|
| 212 | MG_trees.o: mg_merge.hxx | 
|---|
| 213 | MG_trees.o: $(ARBHOME)/INCLUDE/ad_k_prot.h | 
|---|
| 214 | MG_trees.o: $(ARBHOME)/INCLUDE/ad_prot.h | 
|---|
| 215 | MG_trees.o: $(ARBHOME)/INCLUDE/ad_t_prot.h | 
|---|
| 216 | MG_trees.o: $(ARBHOME)/INCLUDE/arb_assert.h | 
|---|
| 217 | MG_trees.o: $(ARBHOME)/INCLUDE/arbdb.h | 
|---|
| 218 | MG_trees.o: $(ARBHOME)/INCLUDE/arbdb_base.h | 
|---|
| 219 | MG_trees.o: $(ARBHOME)/INCLUDE/arbdbt.h | 
|---|
| 220 | MG_trees.o: $(ARBHOME)/INCLUDE/attributes.h | 
|---|
| 221 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_device.hxx | 
|---|
| 222 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx | 
|---|
| 223 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_position.hxx | 
|---|
| 224 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_root.hxx | 
|---|
| 225 | MG_trees.o: $(ARBHOME)/INCLUDE/aw_window.hxx | 
|---|
| 226 | MG_trees.o: $(ARBHOME)/INCLUDE/awt.hxx | 
|---|
| 227 | MG_trees.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx | 
|---|