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 | PT_buildtree.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
54 | |
---|
55 | PT_etc.o: probe.h |
---|
56 | PT_etc.o: pt_prototypes.h |
---|
57 | PT_etc.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
58 | PT_etc.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
59 | PT_etc.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
60 | PT_etc.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
61 | PT_etc.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
62 | PT_etc.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
63 | PT_etc.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
64 | PT_etc.o: $(ARBHOME)/INCLUDE/PT_server.h |
---|
65 | PT_etc.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
---|
66 | PT_etc.o: $(ARBHOME)/INCLUDE/struct_man.h |
---|
67 | |
---|
68 | PT_family.o: probe.h |
---|
69 | PT_family.o: probe_tree.hxx |
---|
70 | PT_family.o: pt_prototypes.h |
---|
71 | PT_family.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
72 | PT_family.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
73 | PT_family.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
74 | PT_family.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
75 | PT_family.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
76 | PT_family.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
77 | PT_family.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
78 | PT_family.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
79 | PT_family.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
80 | PT_family.o: $(ARBHOME)/INCLUDE/PT_server.h |
---|
81 | PT_family.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
---|
82 | PT_family.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
83 | PT_family.o: $(ARBHOME)/INCLUDE/struct_man.h |
---|
84 | |
---|
85 | PT_findEx.o: probe.h |
---|
86 | PT_findEx.o: probe_tree.hxx |
---|
87 | PT_findEx.o: pt_prototypes.h |
---|
88 | PT_findEx.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
89 | PT_findEx.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
90 | PT_findEx.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
91 | PT_findEx.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
92 | PT_findEx.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
93 | PT_findEx.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
94 | PT_findEx.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
95 | PT_findEx.o: $(ARBHOME)/INCLUDE/PT_server.h |
---|
96 | PT_findEx.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
---|
97 | PT_findEx.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
98 | |
---|
99 | PT_io.o: probe.h |
---|
100 | PT_io.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
101 | PT_io.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
102 | PT_io.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
103 | PT_io.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
104 | PT_io.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
105 | PT_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
106 | PT_io.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
107 | PT_io.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
108 | PT_io.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
109 | PT_io.o: $(ARBHOME)/INCLUDE/inline.h |
---|
110 | PT_io.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
111 | PT_io.o: $(ARBHOME)/INCLUDE/PT_server.h |
---|
112 | |
---|
113 | PT_main.o: probe.h |
---|
114 | PT_main.o: pt_prototypes.h |
---|
115 | PT_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
116 | PT_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
117 | PT_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
118 | PT_main.o: $(ARBHOME)/INCLUDE/aisc_func_types.h |
---|
119 | PT_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
120 | PT_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
121 | PT_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
122 | PT_main.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
123 | PT_main.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
124 | PT_main.o: $(ARBHOME)/INCLUDE/client.h |
---|
125 | PT_main.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
126 | PT_main.o: $(ARBHOME)/INCLUDE/PT_server.h |
---|
127 | PT_main.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
---|
128 | PT_main.o: $(ARBHOME)/INCLUDE/server.h |
---|
129 | PT_main.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
130 | PT_main.o: $(ARBHOME)/INCLUDE/struct_man.h |
---|
131 | |
---|
132 | PT_match.o: probe.h |
---|
133 | PT_match.o: probe_tree.hxx |
---|
134 | PT_match.o: pt_prototypes.h |
---|
135 | PT_match.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
136 | PT_match.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
137 | PT_match.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
138 | PT_match.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
139 | PT_match.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
140 | PT_match.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
141 | PT_match.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
142 | PT_match.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
143 | PT_match.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
144 | PT_match.o: $(ARBHOME)/INCLUDE/PT_server.h |
---|
145 | PT_match.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
---|
146 | PT_match.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
147 | PT_match.o: $(ARBHOME)/INCLUDE/struct_man.h |
---|
148 | |
---|
149 | PT_new_design.o: probe.h |
---|
150 | PT_new_design.o: probe_tree.hxx |
---|
151 | PT_new_design.o: pt_prototypes.h |
---|
152 | PT_new_design.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
153 | PT_new_design.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
154 | PT_new_design.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
155 | PT_new_design.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
156 | PT_new_design.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
157 | PT_new_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
158 | PT_new_design.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
159 | PT_new_design.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
160 | PT_new_design.o: $(ARBHOME)/INCLUDE/inline.h |
---|
161 | PT_new_design.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
162 | PT_new_design.o: $(ARBHOME)/INCLUDE/PT_server.h |
---|
163 | PT_new_design.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
---|
164 | PT_new_design.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
165 | PT_new_design.o: $(ARBHOME)/INCLUDE/struct_man.h |
---|
166 | |
---|
167 | PT_prefixtree.o: probe.h |
---|
168 | PT_prefixtree.o: probe_tree.hxx |
---|
169 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
170 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
171 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
172 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
173 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
174 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
175 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
176 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/PT_server.h |
---|
177 | PT_prefixtree.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
178 | |
---|
179 | PT_secundaer.o: probe.h |
---|
180 | PT_secundaer.o: pt_prototypes.h |
---|
181 | PT_secundaer.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
182 | PT_secundaer.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
183 | PT_secundaer.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
184 | PT_secundaer.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
185 | PT_secundaer.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
186 | PT_secundaer.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
187 | PT_secundaer.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
188 | PT_secundaer.o: $(ARBHOME)/INCLUDE/PT_server.h |
---|
189 | PT_secundaer.o: $(ARBHOME)/INCLUDE/PT_server_prototypes.h |
---|