| 1 | .SUFFIXES: .o .cxx .depend |
|---|
| 2 | |
|---|
| 3 | CPP_OBJECTS = PT_new_design.o PT_family.o PT_prefixtree.o PT_main.o PT_io.o \ |
|---|
| 4 | PT_etc.o PT_secundaer.o PT_buildtree.o PT_match.o PT_findEx.o |
|---|
| 5 | C_OBJECTS = # BI_helix.o |
|---|
| 6 | OBJECTS = $(CPP_OBJECTS) $(C_OBJECTS) |
|---|
| 7 | |
|---|
| 8 | $(MAIN): $(OBJECTS) |
|---|
| 9 | $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) |
|---|
| 10 | |
|---|
| 11 | .c.o: |
|---|
| 12 | $(ACC) $(cflags) -c $< $(AINCLUDES) -I./../probe_bank/COM |
|---|
| 13 | |
|---|
| 14 | .cxx.o: |
|---|
| 15 | $(CPP) $(cflags) -c $< $(CPPINCLUDES) -I./../probe_bank/COM |
|---|
| 16 | |
|---|
| 17 | proto: |
|---|
| 18 | ../MAKEBIN/aisc_mkpt -E -w pt_prototypes.h $(OBJECTS:.o=.cxx) probe_tree.hxx >pt_prototypes.h.tmp |
|---|
| 19 | ../SOURCE_TOOLS/mv_if_diff pt_prototypes.h.tmp pt_prototypes.h |
|---|
| 20 | |
|---|
| 21 | clean: |
|---|
| 22 | rm -f $(OBJECTS) *.a |
|---|
| 23 | |
|---|
| 24 | DEPENDS = $(OBJECTS:.o=.depend) |
|---|
| 25 | depends: $(DEPENDS) |
|---|
| 26 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
|---|
| 27 | @rm $(DEPENDS) |
|---|
| 28 | $(DEPENDS): depend.init |
|---|
| 29 | depend.init: |
|---|
| 30 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
|---|
| 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 | PT_buildtree.o: probe.h |
|---|
| 42 | PT_buildtree.o: probe_tree.hxx |
|---|
| 43 | PT_buildtree.o: pt_prototypes.h |
|---|
| 44 | PT_buildtree.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 45 | PT_buildtree.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 46 | PT_buildtree.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 47 | PT_buildtree.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 48 | PT_buildtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 49 | PT_buildtree.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 50 | PT_buildtree.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 51 | PT_buildtree.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 52 | PT_buildtree.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 53 | |
|---|
| 54 | PT_etc.o: probe.h |
|---|
| 55 | PT_etc.o: pt_prototypes.h |
|---|
| 56 | PT_etc.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 57 | PT_etc.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 58 | PT_etc.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 59 | PT_etc.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 60 | PT_etc.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 61 | PT_etc.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 62 | PT_etc.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 63 | PT_etc.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 64 | PT_etc.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 65 | PT_etc.o: $(ARBHOME)/INCLUDE/struct_man.h |
|---|
| 66 | |
|---|
| 67 | PT_family.o: probe.h |
|---|
| 68 | PT_family.o: probe_tree.hxx |
|---|
| 69 | PT_family.o: pt_prototypes.h |
|---|
| 70 | PT_family.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 71 | PT_family.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 72 | PT_family.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 73 | PT_family.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 74 | PT_family.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 75 | PT_family.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 76 | PT_family.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 77 | PT_family.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 78 | PT_family.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 79 | PT_family.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 80 | PT_family.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 81 | PT_family.o: $(ARBHOME)/INCLUDE/struct_man.h |
|---|
| 82 | |
|---|
| 83 | PT_findEx.o: probe.h |
|---|
| 84 | PT_findEx.o: probe_tree.hxx |
|---|
| 85 | PT_findEx.o: pt_prototypes.h |
|---|
| 86 | PT_findEx.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 87 | PT_findEx.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 88 | PT_findEx.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 89 | PT_findEx.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 90 | PT_findEx.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 91 | PT_findEx.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 92 | PT_findEx.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 93 | PT_findEx.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 94 | PT_findEx.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 95 | |
|---|
| 96 | PT_io.o: probe.h |
|---|
| 97 | PT_io.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 98 | PT_io.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 99 | PT_io.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 100 | PT_io.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 101 | PT_io.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 102 | PT_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 103 | PT_io.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 104 | PT_io.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 105 | PT_io.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
|---|
| 106 | PT_io.o: $(ARBHOME)/INCLUDE/inline.h |
|---|
| 107 | PT_io.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 108 | PT_io.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 109 | |
|---|
| 110 | PT_main.o: probe.h |
|---|
| 111 | PT_main.o: pt_prototypes.h |
|---|
| 112 | PT_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 113 | PT_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 114 | PT_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 115 | PT_main.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
|---|
| 116 | PT_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 117 | PT_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 118 | PT_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 119 | PT_main.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 120 | PT_main.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 121 | PT_main.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 122 | PT_main.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 123 | PT_main.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 124 | PT_main.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 125 | PT_main.o: $(ARBHOME)/INCLUDE/server.h |
|---|
| 126 | PT_main.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 127 | PT_main.o: $(ARBHOME)/INCLUDE/struct_man.h |
|---|
| 128 | |
|---|
| 129 | PT_match.o: probe.h |
|---|
| 130 | PT_match.o: probe_tree.hxx |
|---|
| 131 | PT_match.o: pt_prototypes.h |
|---|
| 132 | PT_match.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 133 | PT_match.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 134 | PT_match.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 135 | PT_match.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 136 | PT_match.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 137 | PT_match.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 138 | PT_match.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 139 | PT_match.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 140 | PT_match.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 141 | PT_match.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 142 | PT_match.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 143 | PT_match.o: $(ARBHOME)/INCLUDE/struct_man.h |
|---|
| 144 | |
|---|
| 145 | PT_new_design.o: probe.h |
|---|
| 146 | PT_new_design.o: probe_tree.hxx |
|---|
| 147 | PT_new_design.o: pt_prototypes.h |
|---|
| 148 | PT_new_design.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 149 | PT_new_design.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 150 | PT_new_design.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 151 | PT_new_design.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 152 | PT_new_design.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 153 | PT_new_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 154 | PT_new_design.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 155 | PT_new_design.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 156 | PT_new_design.o: $(ARBHOME)/INCLUDE/inline.h |
|---|
| 157 | PT_new_design.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 158 | PT_new_design.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 159 | PT_new_design.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|
| 160 | PT_new_design.o: $(ARBHOME)/INCLUDE/struct_man.h |
|---|
| 161 | |
|---|
| 162 | PT_prefixtree.o: probe.h |
|---|
| 163 | PT_prefixtree.o: probe_tree.hxx |
|---|
| 164 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 165 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 166 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 167 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 168 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 169 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 170 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 171 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 172 | |
|---|
| 173 | PT_secundaer.o: probe.h |
|---|
| 174 | PT_secundaer.o: pt_prototypes.h |
|---|
| 175 | PT_secundaer.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 176 | PT_secundaer.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 177 | PT_secundaer.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 178 | PT_secundaer.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 179 | PT_secundaer.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 180 | PT_secundaer.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 181 | PT_secundaer.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 182 | PT_secundaer.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 183 | PT_secundaer.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
|---|