| 1 | .SUFFIXES: .o .cxx .depend |
|---|
| 2 | OBJECTS = PTP_new_design.o PTP_main.o PTP_io.o \ |
|---|
| 3 | PTP_etc.o PTP_family.o\ |
|---|
| 4 | PT_lowlevel.o PT_huffman.o PT_treepack.o \ |
|---|
| 5 | PTP_buildtree.o PTP_match.o PTP_findEx.o \ |
|---|
| 6 | PT_cachehandler.o PT_hashing.o \ |
|---|
| 7 | dlist.o |
|---|
| 8 | AOBJECTS = #BI_helix.o |
|---|
| 9 | |
|---|
| 10 | $(MAIN): $(OBJECTS) $(AOBJECTS) |
|---|
| 11 | $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) $(AOBJECTS) |
|---|
| 12 | .c.o: |
|---|
| 13 | $(ACC) $(cflags) -c $< $(AINCLUDES) -I./../probe_bank/COM |
|---|
| 14 | .cxx.o: |
|---|
| 15 | $(CPP) $(cflags) -c $< $(CPPINCLUDES) -I./../probe_bank/COM |
|---|
| 16 | proto: |
|---|
| 17 | ../MAKEBIN/aisc_mkpt -E -w pt_prototypes.h $(OBJECTS:.o=.cxx) >pt_prototypes.h.tmp |
|---|
| 18 | ../SOURCE_TOOLS/mv_if_diff pt_prototypes.h.tmp pt_prototypes.h |
|---|
| 19 | |
|---|
| 20 | clean: |
|---|
| 21 | rm -f $(OBJECTS) *.a |
|---|
| 22 | |
|---|
| 23 | DEPENDS = $(OBJECTS:.o=.depend) |
|---|
| 24 | depends: $(DEPENDS) |
|---|
| 25 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
|---|
| 26 | @rm $(DEPENDS) |
|---|
| 27 | $(DEPENDS): depend.init |
|---|
| 28 | depend.init: |
|---|
| 29 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
|---|
| 30 | -@rm Makefile.bak # get rid of bak (generated for some dubious reason only in this directory) |
|---|
| 31 | .c.depend: |
|---|
| 32 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 33 | .cxx.depend: |
|---|
| 34 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 35 | |
|---|
| 36 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 37 | |
|---|
| 38 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
|---|
| 39 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl |
|---|
| 40 | |
|---|
| 41 | dlist.o: dlist.h |
|---|
| 42 | dlist.o: types.h |
|---|
| 43 | |
|---|
| 44 | PT_cachehandler.o: dlist.h |
|---|
| 45 | PT_cachehandler.o: globalprefs.h |
|---|
| 46 | PT_cachehandler.o: hooks.h |
|---|
| 47 | PT_cachehandler.o: pt_manualprotos.h |
|---|
| 48 | PT_cachehandler.o: pt_prototypes.h |
|---|
| 49 | PT_cachehandler.o: ptpan.h |
|---|
| 50 | PT_cachehandler.o: types.h |
|---|
| 51 | PT_cachehandler.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 52 | PT_cachehandler.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 53 | PT_cachehandler.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 54 | PT_cachehandler.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 55 | PT_cachehandler.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 56 | PT_cachehandler.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 57 | PT_cachehandler.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 58 | PT_cachehandler.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 59 | PT_cachehandler.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 60 | |
|---|
| 61 | PT_hashing.o: dlist.h |
|---|
| 62 | PT_hashing.o: globalprefs.h |
|---|
| 63 | PT_hashing.o: hooks.h |
|---|
| 64 | PT_hashing.o: pt_manualprotos.h |
|---|
| 65 | PT_hashing.o: pt_prototypes.h |
|---|
| 66 | PT_hashing.o: ptpan.h |
|---|
| 67 | PT_hashing.o: types.h |
|---|
| 68 | PT_hashing.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 69 | PT_hashing.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 70 | PT_hashing.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 71 | PT_hashing.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 72 | PT_hashing.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 73 | PT_hashing.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 74 | PT_hashing.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 75 | PT_hashing.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 76 | PT_hashing.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 77 | |
|---|
| 78 | PT_huffman.o: dlist.h |
|---|
| 79 | PT_huffman.o: globalprefs.h |
|---|
| 80 | PT_huffman.o: hooks.h |
|---|
| 81 | PT_huffman.o: pt_manualprotos.h |
|---|
| 82 | PT_huffman.o: pt_prototypes.h |
|---|
| 83 | PT_huffman.o: ptpan.h |
|---|
| 84 | PT_huffman.o: types.h |
|---|
| 85 | PT_huffman.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 86 | PT_huffman.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 87 | PT_huffman.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 88 | PT_huffman.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 89 | PT_huffman.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 90 | PT_huffman.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 91 | PT_huffman.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 92 | PT_huffman.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 93 | PT_huffman.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 94 | |
|---|
| 95 | PT_lowlevel.o: dlist.h |
|---|
| 96 | PT_lowlevel.o: globalprefs.h |
|---|
| 97 | PT_lowlevel.o: hooks.h |
|---|
| 98 | PT_lowlevel.o: pt_manualprotos.h |
|---|
| 99 | PT_lowlevel.o: pt_prototypes.h |
|---|
| 100 | PT_lowlevel.o: ptpan.h |
|---|
| 101 | PT_lowlevel.o: types.h |
|---|
| 102 | PT_lowlevel.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 103 | PT_lowlevel.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 104 | PT_lowlevel.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 105 | PT_lowlevel.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 106 | PT_lowlevel.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 107 | PT_lowlevel.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 108 | PT_lowlevel.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 109 | PT_lowlevel.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 110 | PT_lowlevel.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 111 | |
|---|
| 112 | PT_treepack.o: dlist.h |
|---|
| 113 | PT_treepack.o: globalprefs.h |
|---|
| 114 | PT_treepack.o: hooks.h |
|---|
| 115 | PT_treepack.o: pt_manualprotos.h |
|---|
| 116 | PT_treepack.o: pt_prototypes.h |
|---|
| 117 | PT_treepack.o: ptpan.h |
|---|
| 118 | PT_treepack.o: types.h |
|---|
| 119 | PT_treepack.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 120 | PT_treepack.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 121 | PT_treepack.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 122 | PT_treepack.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 123 | PT_treepack.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 124 | PT_treepack.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 125 | PT_treepack.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 126 | PT_treepack.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 127 | PT_treepack.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 128 | |
|---|
| 129 | PTP_buildtree.o: dlist.h |
|---|
| 130 | PTP_buildtree.o: globalprefs.h |
|---|
| 131 | PTP_buildtree.o: hooks.h |
|---|
| 132 | PTP_buildtree.o: pt_manualprotos.h |
|---|
| 133 | PTP_buildtree.o: pt_prototypes.h |
|---|
| 134 | PTP_buildtree.o: ptpan.h |
|---|
| 135 | PTP_buildtree.o: types.h |
|---|
| 136 | PTP_buildtree.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 137 | PTP_buildtree.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 138 | PTP_buildtree.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 139 | PTP_buildtree.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 140 | PTP_buildtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 141 | PTP_buildtree.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 142 | PTP_buildtree.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 143 | PTP_buildtree.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 144 | PTP_buildtree.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 145 | |
|---|
| 146 | PTP_etc.o: dlist.h |
|---|
| 147 | PTP_etc.o: globalprefs.h |
|---|
| 148 | PTP_etc.o: hooks.h |
|---|
| 149 | PTP_etc.o: pt_manualprotos.h |
|---|
| 150 | PTP_etc.o: pt_prototypes.h |
|---|
| 151 | PTP_etc.o: ptpan.h |
|---|
| 152 | PTP_etc.o: types.h |
|---|
| 153 | PTP_etc.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 154 | PTP_etc.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 155 | PTP_etc.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 156 | PTP_etc.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 157 | PTP_etc.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 158 | PTP_etc.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 159 | PTP_etc.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 160 | PTP_etc.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 161 | PTP_etc.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 162 | PTP_etc.o: $(ARBHOME)/INCLUDE/struct_man.h |
|---|
| 163 | |
|---|
| 164 | PTP_family.o: dlist.h |
|---|
| 165 | PTP_family.o: globalprefs.h |
|---|
| 166 | PTP_family.o: hooks.h |
|---|
| 167 | PTP_family.o: pt_manualprotos.h |
|---|
| 168 | PTP_family.o: pt_prototypes.h |
|---|
| 169 | PTP_family.o: ptpan.h |
|---|
| 170 | PTP_family.o: types.h |
|---|
| 171 | PTP_family.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 172 | PTP_family.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 173 | PTP_family.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 174 | PTP_family.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 175 | PTP_family.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 176 | PTP_family.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 177 | PTP_family.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 178 | PTP_family.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 179 | PTP_family.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 180 | PTP_family.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 181 | PTP_family.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 182 | PTP_family.o: $(ARBHOME)/INCLUDE/struct_man.h |
|---|
| 183 | |
|---|
| 184 | PTP_findEx.o: dlist.h |
|---|
| 185 | PTP_findEx.o: globalprefs.h |
|---|
| 186 | PTP_findEx.o: hooks.h |
|---|
| 187 | PTP_findEx.o: pt_manualprotos.h |
|---|
| 188 | PTP_findEx.o: pt_prototypes.h |
|---|
| 189 | PTP_findEx.o: ptpan.h |
|---|
| 190 | PTP_findEx.o: types.h |
|---|
| 191 | PTP_findEx.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 192 | PTP_findEx.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 193 | PTP_findEx.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 194 | PTP_findEx.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 195 | PTP_findEx.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 196 | PTP_findEx.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 197 | PTP_findEx.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 198 | PTP_findEx.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 199 | PTP_findEx.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 200 | |
|---|
| 201 | PTP_io.o: dlist.h |
|---|
| 202 | PTP_io.o: globalprefs.h |
|---|
| 203 | PTP_io.o: hooks.h |
|---|
| 204 | PTP_io.o: pt_manualprotos.h |
|---|
| 205 | PTP_io.o: pt_prototypes.h |
|---|
| 206 | PTP_io.o: ptpan.h |
|---|
| 207 | PTP_io.o: types.h |
|---|
| 208 | PTP_io.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 209 | PTP_io.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 210 | PTP_io.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 211 | PTP_io.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 212 | PTP_io.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 213 | PTP_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 214 | PTP_io.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 215 | PTP_io.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 216 | PTP_io.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 217 | PTP_io.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 218 | PTP_io.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 219 | |
|---|
| 220 | PTP_main.o: dlist.h |
|---|
| 221 | PTP_main.o: globalprefs.h |
|---|
| 222 | PTP_main.o: hooks.h |
|---|
| 223 | PTP_main.o: pt_manualprotos.h |
|---|
| 224 | PTP_main.o: pt_prototypes.h |
|---|
| 225 | PTP_main.o: ptpan.h |
|---|
| 226 | PTP_main.o: types.h |
|---|
| 227 | PTP_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 228 | PTP_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 229 | PTP_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 230 | PTP_main.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
|---|
| 231 | PTP_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 232 | PTP_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 233 | PTP_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 234 | PTP_main.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 235 | PTP_main.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 236 | PTP_main.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 237 | PTP_main.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 238 | PTP_main.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 239 | PTP_main.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 240 | PTP_main.o: $(ARBHOME)/INCLUDE/server.h |
|---|
| 241 | PTP_main.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 242 | PTP_main.o: $(ARBHOME)/INCLUDE/struct_man.h |
|---|
| 243 | |
|---|
| 244 | PTP_match.o: dlist.h |
|---|
| 245 | PTP_match.o: globalprefs.h |
|---|
| 246 | PTP_match.o: hooks.h |
|---|
| 247 | PTP_match.o: pt_manualprotos.h |
|---|
| 248 | PTP_match.o: pt_prototypes.h |
|---|
| 249 | PTP_match.o: ptpan.h |
|---|
| 250 | PTP_match.o: types.h |
|---|
| 251 | PTP_match.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 252 | PTP_match.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 253 | PTP_match.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 254 | PTP_match.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 255 | PTP_match.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 256 | PTP_match.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 257 | PTP_match.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 258 | PTP_match.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 259 | PTP_match.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 260 | PTP_match.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 261 | PTP_match.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 262 | PTP_match.o: $(ARBHOME)/INCLUDE/struct_man.h |
|---|
| 263 | |
|---|
| 264 | PTP_new_design.o: dlist.h |
|---|
| 265 | PTP_new_design.o: globalprefs.h |
|---|
| 266 | PTP_new_design.o: hooks.h |
|---|
| 267 | PTP_new_design.o: pt_manualprotos.h |
|---|
| 268 | PTP_new_design.o: pt_prototypes.h |
|---|
| 269 | PTP_new_design.o: ptpan.h |
|---|
| 270 | PTP_new_design.o: types.h |
|---|
| 271 | PTP_new_design.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 272 | PTP_new_design.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 273 | PTP_new_design.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 274 | PTP_new_design.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 275 | PTP_new_design.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 276 | PTP_new_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 277 | PTP_new_design.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 278 | PTP_new_design.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 279 | PTP_new_design.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 280 | PTP_new_design.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 281 | PTP_new_design.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 282 | PTP_new_design.o: $(ARBHOME)/INCLUDE/struct_man.h |
|---|