| 1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
|---|
| 2 | |
|---|
| 3 | .SUFFIXES: .o .c .cxx .depend |
|---|
| 4 | |
|---|
| 5 | #CFLAGS = -g |
|---|
| 6 | #CFLAGS = -O2 |
|---|
| 7 | CFLAGS = $(cflags) |
|---|
| 8 | |
|---|
| 9 | CPP_OBJECTS = \ |
|---|
| 10 | ali_aligner.o \ |
|---|
| 11 | ali_arbdb.o \ |
|---|
| 12 | ali_global.o \ |
|---|
| 13 | ali_main.o \ |
|---|
| 14 | ali_pathmap.o \ |
|---|
| 15 | ali_prealigner.o \ |
|---|
| 16 | ali_profile.o \ |
|---|
| 17 | ali_pt.o \ |
|---|
| 18 | ali_sequence.o \ |
|---|
| 19 | ali_solution.o \ |
|---|
| 20 | |
|---|
| 21 | $(MAIN): $(CPP_OBJECTS) |
|---|
| 22 | $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS) |
|---|
| 23 | |
|---|
| 24 | .cxx.o: |
|---|
| 25 | $(CPP) $(CFLAGS) -c -o $@ $< $(CPPINCLUDES) |
|---|
| 26 | |
|---|
| 27 | clean: |
|---|
| 28 | rm -f $(CPP_OBJECTS) *.a |
|---|
| 29 | |
|---|
| 30 | DEPENDS = $(CPP_OBJECTS:.o=.depend) |
|---|
| 31 | depends: $(DEPENDS) |
|---|
| 32 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
|---|
| 33 | @rm $(DEPENDS) |
|---|
| 34 | $(DEPENDS): depend.init |
|---|
| 35 | depend.init: |
|---|
| 36 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
|---|
| 37 | .c.depend: |
|---|
| 38 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 39 | .cxx.depend: |
|---|
| 40 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 41 | |
|---|
| 42 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 43 | |
|---|
| 44 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
|---|
| 45 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl |
|---|
| 46 | |
|---|
| 47 | ali_aligner.o: ali_aligner.hxx |
|---|
| 48 | ali_aligner.o: ali_arbdb.hxx |
|---|
| 49 | ali_aligner.o: ali_misc.hxx |
|---|
| 50 | ali_aligner.o: ali_other_stuff.hxx |
|---|
| 51 | ali_aligner.o: ali_pathmap.hxx |
|---|
| 52 | ali_aligner.o: ali_profile.hxx |
|---|
| 53 | ali_aligner.o: ali_pt.hxx |
|---|
| 54 | ali_aligner.o: ali_sequence.hxx |
|---|
| 55 | ali_aligner.o: ali_solution.hxx |
|---|
| 56 | ali_aligner.o: ali_tarray.hxx |
|---|
| 57 | ali_aligner.o: ali_tlist.hxx |
|---|
| 58 | ali_aligner.o: ali_tstack.hxx |
|---|
| 59 | ali_aligner.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 60 | ali_aligner.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 61 | ali_aligner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 62 | ali_aligner.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
|---|
| 63 | ali_aligner.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 64 | ali_aligner.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 65 | ali_aligner.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 66 | ali_aligner.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 67 | ali_aligner.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 68 | ali_aligner.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 69 | ali_aligner.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 70 | ali_aligner.o: $(ARBHOME)/INCLUDE/server.h |
|---|
| 71 | ali_aligner.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 72 | |
|---|
| 73 | ali_arbdb.o: ali_arbdb.hxx |
|---|
| 74 | ali_arbdb.o: ali_misc.hxx |
|---|
| 75 | ali_arbdb.o: ali_other_stuff.hxx |
|---|
| 76 | ali_arbdb.o: ali_sequence.hxx |
|---|
| 77 | ali_arbdb.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 78 | ali_arbdb.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 79 | ali_arbdb.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 80 | ali_arbdb.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
|---|
| 81 | ali_arbdb.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 82 | ali_arbdb.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 83 | ali_arbdb.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 84 | ali_arbdb.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 85 | ali_arbdb.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 86 | ali_arbdb.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 87 | ali_arbdb.o: $(ARBHOME)/INCLUDE/server.h |
|---|
| 88 | ali_arbdb.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 89 | |
|---|
| 90 | ali_global.o: ali_arbdb.hxx |
|---|
| 91 | ali_global.o: ali_global.hxx |
|---|
| 92 | ali_global.o: ali_misc.hxx |
|---|
| 93 | ali_global.o: ali_other_stuff.hxx |
|---|
| 94 | ali_global.o: ali_pathmap.hxx |
|---|
| 95 | ali_global.o: ali_prealigner.hxx |
|---|
| 96 | ali_global.o: ali_profile.hxx |
|---|
| 97 | ali_global.o: ali_pt.hxx |
|---|
| 98 | ali_global.o: ali_sequence.hxx |
|---|
| 99 | ali_global.o: ali_solution.hxx |
|---|
| 100 | ali_global.o: ali_tarray.hxx |
|---|
| 101 | ali_global.o: ali_tlist.hxx |
|---|
| 102 | ali_global.o: ali_tstack.hxx |
|---|
| 103 | ali_global.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 104 | ali_global.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 105 | ali_global.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 106 | ali_global.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
|---|
| 107 | ali_global.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 108 | ali_global.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 109 | ali_global.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 110 | ali_global.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 111 | ali_global.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 112 | ali_global.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 113 | ali_global.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 114 | ali_global.o: $(ARBHOME)/INCLUDE/server.h |
|---|
| 115 | ali_global.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 116 | |
|---|
| 117 | ali_main.o: ali_aligner.hxx |
|---|
| 118 | ali_main.o: ali_arbdb.hxx |
|---|
| 119 | ali_main.o: ali_global.hxx |
|---|
| 120 | ali_main.o: ali_misc.hxx |
|---|
| 121 | ali_main.o: ali_other_stuff.hxx |
|---|
| 122 | ali_main.o: ali_pathmap.hxx |
|---|
| 123 | ali_main.o: ali_prealigner.hxx |
|---|
| 124 | ali_main.o: ali_profile.hxx |
|---|
| 125 | ali_main.o: ali_pt.hxx |
|---|
| 126 | ali_main.o: ali_sequence.hxx |
|---|
| 127 | ali_main.o: ali_solution.hxx |
|---|
| 128 | ali_main.o: ali_tarray.hxx |
|---|
| 129 | ali_main.o: ali_tlist.hxx |
|---|
| 130 | ali_main.o: ali_tstack.hxx |
|---|
| 131 | ali_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 132 | ali_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 133 | ali_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 134 | ali_main.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
|---|
| 135 | ali_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 136 | ali_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 137 | ali_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 138 | ali_main.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 139 | ali_main.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 140 | ali_main.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 141 | ali_main.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 142 | ali_main.o: $(ARBHOME)/INCLUDE/server.h |
|---|
| 143 | ali_main.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 144 | |
|---|
| 145 | ali_pathmap.o: ali_misc.hxx |
|---|
| 146 | ali_pathmap.o: ali_pathmap.hxx |
|---|
| 147 | ali_pathmap.o: ali_tarray.hxx |
|---|
| 148 | ali_pathmap.o: ali_tlist.hxx |
|---|
| 149 | ali_pathmap.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 150 | |
|---|
| 151 | ali_prealigner.o: ali_aligner.hxx |
|---|
| 152 | ali_prealigner.o: ali_arbdb.hxx |
|---|
| 153 | ali_prealigner.o: ali_misc.hxx |
|---|
| 154 | ali_prealigner.o: ali_other_stuff.hxx |
|---|
| 155 | ali_prealigner.o: ali_pathmap.hxx |
|---|
| 156 | ali_prealigner.o: ali_prealigner.hxx |
|---|
| 157 | ali_prealigner.o: ali_profile.hxx |
|---|
| 158 | ali_prealigner.o: ali_pt.hxx |
|---|
| 159 | ali_prealigner.o: ali_sequence.hxx |
|---|
| 160 | ali_prealigner.o: ali_solution.hxx |
|---|
| 161 | ali_prealigner.o: ali_tarray.hxx |
|---|
| 162 | ali_prealigner.o: ali_tlist.hxx |
|---|
| 163 | ali_prealigner.o: ali_tstack.hxx |
|---|
| 164 | ali_prealigner.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 165 | ali_prealigner.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 166 | ali_prealigner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 167 | ali_prealigner.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
|---|
| 168 | ali_prealigner.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 169 | ali_prealigner.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 170 | ali_prealigner.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 171 | ali_prealigner.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 172 | ali_prealigner.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 173 | ali_prealigner.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 174 | ali_prealigner.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 175 | ali_prealigner.o: $(ARBHOME)/INCLUDE/server.h |
|---|
| 176 | ali_prealigner.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 177 | |
|---|
| 178 | ali_profile.o: ali_arbdb.hxx |
|---|
| 179 | ali_profile.o: ali_misc.hxx |
|---|
| 180 | ali_profile.o: ali_other_stuff.hxx |
|---|
| 181 | ali_profile.o: ali_profile.hxx |
|---|
| 182 | ali_profile.o: ali_pt.hxx |
|---|
| 183 | ali_profile.o: ali_sequence.hxx |
|---|
| 184 | ali_profile.o: ali_solution.hxx |
|---|
| 185 | ali_profile.o: ali_tlist.hxx |
|---|
| 186 | ali_profile.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 187 | ali_profile.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 188 | ali_profile.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 189 | ali_profile.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
|---|
| 190 | ali_profile.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 191 | ali_profile.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 192 | ali_profile.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 193 | ali_profile.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 194 | ali_profile.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 195 | ali_profile.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 196 | ali_profile.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 197 | ali_profile.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 198 | ali_profile.o: $(ARBHOME)/INCLUDE/server.h |
|---|
| 199 | ali_profile.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 200 | |
|---|
| 201 | ali_pt.o: ali_misc.hxx |
|---|
| 202 | ali_pt.o: ali_other_stuff.hxx |
|---|
| 203 | ali_pt.o: ali_pt.hxx |
|---|
| 204 | ali_pt.o: ali_sequence.hxx |
|---|
| 205 | ali_pt.o: ali_tlist.hxx |
|---|
| 206 | ali_pt.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 207 | ali_pt.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 208 | ali_pt.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 209 | ali_pt.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
|---|
| 210 | ali_pt.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 211 | ali_pt.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 212 | ali_pt.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 213 | ali_pt.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 214 | ali_pt.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 215 | ali_pt.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 216 | ali_pt.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 217 | ali_pt.o: $(ARBHOME)/INCLUDE/server.h |
|---|
| 218 | ali_pt.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 219 | |
|---|
| 220 | ali_sequence.o: ali_misc.hxx |
|---|
| 221 | ali_sequence.o: ali_sequence.hxx |
|---|
| 222 | ali_sequence.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 223 | |
|---|
| 224 | ali_solution.o: ali_arbdb.hxx |
|---|
| 225 | ali_solution.o: ali_misc.hxx |
|---|
| 226 | ali_solution.o: ali_other_stuff.hxx |
|---|
| 227 | ali_solution.o: ali_profile.hxx |
|---|
| 228 | ali_solution.o: ali_pt.hxx |
|---|
| 229 | ali_solution.o: ali_sequence.hxx |
|---|
| 230 | ali_solution.o: ali_solution.hxx |
|---|
| 231 | ali_solution.o: ali_tlist.hxx |
|---|
| 232 | ali_solution.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 233 | ali_solution.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 234 | ali_solution.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 235 | ali_solution.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
|---|
| 236 | ali_solution.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 237 | ali_solution.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 238 | ali_solution.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 239 | ali_solution.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 240 | ali_solution.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 241 | ali_solution.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 242 | ali_solution.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 243 | ali_solution.o: $(ARBHOME)/INCLUDE/server.h |
|---|
| 244 | ali_solution.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|