1 | # for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt |
---|
2 | |
---|
3 | .SUFFIXES: .o .cxx .depend |
---|
4 | |
---|
5 | |
---|
6 | CPP_OBJECTS = \ |
---|
7 | SEC_toggle.o \ |
---|
8 | SEC_bonddef.o \ |
---|
9 | SEC_db.o \ |
---|
10 | SEC_helix.o \ |
---|
11 | SEC_graphic.o \ |
---|
12 | SEC_structure.o \ |
---|
13 | SEC_read.o \ |
---|
14 | SEC_io.o \ |
---|
15 | SEC_paint.o \ |
---|
16 | SEC_layout.o \ |
---|
17 | SEC_split.o \ |
---|
18 | SEC_abspos.o \ |
---|
19 | SEC_main.o \ |
---|
20 | |
---|
21 | $(MAIN): $(CPP_OBJECTS) |
---|
22 | $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS) |
---|
23 | |
---|
24 | .cxx.o: |
---|
25 | $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< |
---|
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 (from main) |
---|
46 | |
---|
47 | SEC_abspos.o: SEC_abspos.hxx |
---|
48 | SEC_abspos.o: SEC_defs.hxx |
---|
49 | SEC_abspos.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
50 | SEC_abspos.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
51 | SEC_abspos.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
52 | SEC_abspos.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
53 | SEC_abspos.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
54 | SEC_abspos.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
55 | SEC_abspos.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
56 | SEC_abspos.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
57 | SEC_abspos.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
58 | |
---|
59 | SEC_bonddef.o: SEC_bonddef.hxx |
---|
60 | SEC_bonddef.o: SEC_defs.hxx |
---|
61 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
62 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
63 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
64 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
65 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
66 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
67 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
68 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
69 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
70 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
71 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
72 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
73 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
74 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
75 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
76 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
77 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
78 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
79 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
80 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
81 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
82 | SEC_bonddef.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
83 | |
---|
84 | SEC_db.o: SEC_abspos.hxx |
---|
85 | SEC_db.o: SEC_bonddef.hxx |
---|
86 | SEC_db.o: SEC_db.hxx |
---|
87 | SEC_db.o: SEC_defs.hxx |
---|
88 | SEC_db.o: SEC_gc.hxx |
---|
89 | SEC_db.o: SEC_graphic.hxx |
---|
90 | SEC_db.o: SEC_root.hxx |
---|
91 | SEC_db.o: SEC_toggle.hxx |
---|
92 | SEC_db.o: secedit_extern.hxx |
---|
93 | SEC_db.o: $(ARBHOME)/INCLUDE/ad_cb.h |
---|
94 | SEC_db.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
---|
95 | SEC_db.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
---|
96 | SEC_db.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
97 | SEC_db.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
98 | SEC_db.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
99 | SEC_db.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
100 | SEC_db.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
101 | SEC_db.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
102 | SEC_db.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
103 | SEC_db.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
104 | SEC_db.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
105 | SEC_db.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
106 | SEC_db.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
107 | SEC_db.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
108 | SEC_db.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
109 | SEC_db.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
110 | SEC_db.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
111 | SEC_db.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
112 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
113 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
114 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
115 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
116 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
117 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
118 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
---|
119 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_file.hxx |
---|
120 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
---|
121 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
122 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
123 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
124 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
125 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
126 | SEC_db.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
127 | SEC_db.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
128 | SEC_db.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
---|
129 | SEC_db.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
130 | SEC_db.o: $(ARBHOME)/INCLUDE/cb.h |
---|
131 | SEC_db.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
132 | SEC_db.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
133 | SEC_db.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
134 | SEC_db.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
135 | SEC_db.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
136 | SEC_db.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx |
---|
137 | SEC_db.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx |
---|
138 | SEC_db.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
139 | SEC_db.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
140 | SEC_db.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
141 | SEC_db.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
142 | SEC_db.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
143 | SEC_db.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
144 | |
---|
145 | SEC_graphic.o: SEC_abspos.hxx |
---|
146 | SEC_graphic.o: SEC_db.hxx |
---|
147 | SEC_graphic.o: SEC_defs.hxx |
---|
148 | SEC_graphic.o: SEC_gc.hxx |
---|
149 | SEC_graphic.o: SEC_graphic.hxx |
---|
150 | SEC_graphic.o: SEC_iter.hxx |
---|
151 | SEC_graphic.o: SEC_root.hxx |
---|
152 | SEC_graphic.o: SEC_toggle.hxx |
---|
153 | SEC_graphic.o: secedit_extern.hxx |
---|
154 | SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_cb.h |
---|
155 | SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
---|
156 | SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
---|
157 | SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
158 | SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
159 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
160 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
161 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
162 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
163 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
164 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
165 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
166 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
167 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
168 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
169 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
170 | SEC_graphic.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
171 | SEC_graphic.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
172 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
173 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
174 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
175 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
176 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
177 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
178 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
---|
179 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
---|
180 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
181 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
182 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
183 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
184 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
185 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
186 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
---|
187 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
188 | SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
189 | SEC_graphic.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
190 | SEC_graphic.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
---|
191 | SEC_graphic.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
192 | SEC_graphic.o: $(ARBHOME)/INCLUDE/cb.h |
---|
193 | SEC_graphic.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
194 | SEC_graphic.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
195 | SEC_graphic.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
196 | SEC_graphic.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
197 | SEC_graphic.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
198 | SEC_graphic.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx |
---|
199 | SEC_graphic.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx |
---|
200 | SEC_graphic.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
201 | SEC_graphic.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
202 | SEC_graphic.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
203 | SEC_graphic.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
204 | SEC_graphic.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
205 | SEC_graphic.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
206 | |
---|
207 | SEC_helix.o: SEC_abspos.hxx |
---|
208 | SEC_helix.o: SEC_db.hxx |
---|
209 | SEC_helix.o: SEC_defs.hxx |
---|
210 | SEC_helix.o: SEC_gc.hxx |
---|
211 | SEC_helix.o: SEC_helix.hxx |
---|
212 | SEC_helix.o: SEC_root.hxx |
---|
213 | SEC_helix.o: secedit_extern.hxx |
---|
214 | SEC_helix.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
215 | SEC_helix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
216 | SEC_helix.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
217 | SEC_helix.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
218 | SEC_helix.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
219 | SEC_helix.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
220 | SEC_helix.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
221 | SEC_helix.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
222 | SEC_helix.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
---|
223 | SEC_helix.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
224 | SEC_helix.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
225 | SEC_helix.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
226 | SEC_helix.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
227 | SEC_helix.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
228 | SEC_helix.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
229 | SEC_helix.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
230 | SEC_helix.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
231 | SEC_helix.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
---|
232 | SEC_helix.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
233 | SEC_helix.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
234 | SEC_helix.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
---|
235 | SEC_helix.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
236 | SEC_helix.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
237 | SEC_helix.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
238 | SEC_helix.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
239 | SEC_helix.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx |
---|
240 | SEC_helix.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
241 | SEC_helix.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
242 | SEC_helix.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
243 | SEC_helix.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
244 | SEC_helix.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
245 | |
---|
246 | SEC_io.o: SEC_abspos.hxx |
---|
247 | SEC_io.o: SEC_db.hxx |
---|
248 | SEC_io.o: SEC_defs.hxx |
---|
249 | SEC_io.o: SEC_gc.hxx |
---|
250 | SEC_io.o: SEC_iter.hxx |
---|
251 | SEC_io.o: SEC_root.hxx |
---|
252 | SEC_io.o: secedit_extern.hxx |
---|
253 | SEC_io.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
254 | SEC_io.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
255 | SEC_io.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
256 | SEC_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
257 | SEC_io.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
258 | SEC_io.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
259 | SEC_io.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
260 | SEC_io.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
261 | SEC_io.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
---|
262 | SEC_io.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
263 | SEC_io.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
264 | SEC_io.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
---|
265 | SEC_io.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
266 | SEC_io.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
267 | SEC_io.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
268 | SEC_io.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx |
---|
269 | SEC_io.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
270 | SEC_io.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
271 | SEC_io.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
272 | |
---|
273 | SEC_layout.o: SEC_abspos.hxx |
---|
274 | SEC_layout.o: SEC_db.hxx |
---|
275 | SEC_layout.o: SEC_defs.hxx |
---|
276 | SEC_layout.o: SEC_gc.hxx |
---|
277 | SEC_layout.o: SEC_iter.hxx |
---|
278 | SEC_layout.o: SEC_root.hxx |
---|
279 | SEC_layout.o: secedit_extern.hxx |
---|
280 | SEC_layout.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
281 | SEC_layout.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
282 | SEC_layout.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
283 | SEC_layout.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
284 | SEC_layout.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
285 | SEC_layout.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
286 | SEC_layout.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
287 | SEC_layout.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
288 | SEC_layout.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
---|
289 | SEC_layout.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
290 | SEC_layout.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
291 | SEC_layout.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
---|
292 | SEC_layout.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
293 | SEC_layout.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
294 | SEC_layout.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
295 | SEC_layout.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx |
---|
296 | SEC_layout.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
297 | SEC_layout.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
298 | SEC_layout.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
299 | |
---|
300 | SEC_main.o: SEC_abspos.hxx |
---|
301 | SEC_main.o: SEC_db.hxx |
---|
302 | SEC_main.o: SEC_defs.hxx |
---|
303 | SEC_main.o: SEC_drawn_pos.hxx |
---|
304 | SEC_main.o: SEC_gc.hxx |
---|
305 | SEC_main.o: SEC_graphic.hxx |
---|
306 | SEC_main.o: SEC_helix.hxx |
---|
307 | SEC_main.o: SEC_root.hxx |
---|
308 | SEC_main.o: SEC_toggle.hxx |
---|
309 | SEC_main.o: secedit_extern.hxx |
---|
310 | SEC_main.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
---|
311 | SEC_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
312 | SEC_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
313 | SEC_main.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
314 | SEC_main.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
315 | SEC_main.o: $(ARBHOME)/INCLUDE/arb_file.h |
---|
316 | SEC_main.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
317 | SEC_main.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
318 | SEC_main.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
319 | SEC_main.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
320 | SEC_main.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
321 | SEC_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
322 | SEC_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
323 | SEC_main.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
324 | SEC_main.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
325 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
326 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
327 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
328 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
329 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
330 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
---|
331 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_file.hxx |
---|
332 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
---|
333 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
334 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
335 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
336 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
337 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
338 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
---|
339 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
340 | SEC_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
341 | SEC_main.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
342 | SEC_main.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
---|
343 | SEC_main.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
---|
344 | SEC_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
345 | SEC_main.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h |
---|
346 | SEC_main.o: $(ARBHOME)/INCLUDE/cb.h |
---|
347 | SEC_main.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
348 | SEC_main.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
349 | SEC_main.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
---|
350 | SEC_main.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
351 | SEC_main.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
352 | SEC_main.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx |
---|
353 | SEC_main.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
354 | SEC_main.o: $(ARBHOME)/INCLUDE/mode_text.h |
---|
355 | SEC_main.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
356 | SEC_main.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
357 | SEC_main.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
358 | SEC_main.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
359 | SEC_main.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
360 | |
---|
361 | SEC_paint.o: SEC_abspos.hxx |
---|
362 | SEC_paint.o: SEC_bonddef.hxx |
---|
363 | SEC_paint.o: SEC_db.hxx |
---|
364 | SEC_paint.o: SEC_defs.hxx |
---|
365 | SEC_paint.o: SEC_drawn_pos.hxx |
---|
366 | SEC_paint.o: SEC_gc.hxx |
---|
367 | SEC_paint.o: SEC_graphic.hxx |
---|
368 | SEC_paint.o: SEC_iter.hxx |
---|
369 | SEC_paint.o: SEC_root.hxx |
---|
370 | SEC_paint.o: SEC_toggle.hxx |
---|
371 | SEC_paint.o: secedit_extern.hxx |
---|
372 | SEC_paint.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
---|
373 | SEC_paint.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
374 | SEC_paint.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
375 | SEC_paint.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
376 | SEC_paint.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
377 | SEC_paint.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
378 | SEC_paint.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
379 | SEC_paint.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
380 | SEC_paint.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
381 | SEC_paint.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
382 | SEC_paint.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
383 | SEC_paint.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
384 | SEC_paint.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
385 | SEC_paint.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
386 | SEC_paint.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
387 | SEC_paint.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
388 | SEC_paint.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
389 | SEC_paint.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
390 | SEC_paint.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
---|
391 | SEC_paint.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
---|
392 | SEC_paint.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
393 | SEC_paint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
394 | SEC_paint.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
395 | SEC_paint.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
396 | SEC_paint.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
397 | SEC_paint.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
398 | SEC_paint.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
---|
399 | SEC_paint.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
400 | SEC_paint.o: $(ARBHOME)/INCLUDE/cb.h |
---|
401 | SEC_paint.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
402 | SEC_paint.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
403 | SEC_paint.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
404 | SEC_paint.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
405 | SEC_paint.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx |
---|
406 | SEC_paint.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx |
---|
407 | SEC_paint.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
408 | SEC_paint.o: $(ARBHOME)/INCLUDE/iupac.h |
---|
409 | SEC_paint.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
410 | SEC_paint.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
411 | SEC_paint.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
412 | SEC_paint.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
413 | SEC_paint.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
414 | |
---|
415 | SEC_read.o: SEC_abspos.hxx |
---|
416 | SEC_read.o: SEC_db.hxx |
---|
417 | SEC_read.o: SEC_defs.hxx |
---|
418 | SEC_read.o: SEC_gc.hxx |
---|
419 | SEC_read.o: SEC_iter.hxx |
---|
420 | SEC_read.o: SEC_root.hxx |
---|
421 | SEC_read.o: secedit_extern.hxx |
---|
422 | SEC_read.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
423 | SEC_read.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
424 | SEC_read.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
425 | SEC_read.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
426 | SEC_read.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
427 | SEC_read.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
428 | SEC_read.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
429 | SEC_read.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
430 | SEC_read.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
431 | SEC_read.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
---|
432 | SEC_read.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
433 | SEC_read.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
434 | SEC_read.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
---|
435 | SEC_read.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
436 | SEC_read.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
437 | SEC_read.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
438 | SEC_read.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx |
---|
439 | SEC_read.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
440 | SEC_read.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
441 | SEC_read.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
442 | |
---|
443 | SEC_split.o: SEC_abspos.hxx |
---|
444 | SEC_split.o: SEC_db.hxx |
---|
445 | SEC_split.o: SEC_defs.hxx |
---|
446 | SEC_split.o: SEC_drawn_pos.hxx |
---|
447 | SEC_split.o: SEC_gc.hxx |
---|
448 | SEC_split.o: SEC_iter.hxx |
---|
449 | SEC_split.o: SEC_root.hxx |
---|
450 | SEC_split.o: secedit_extern.hxx |
---|
451 | SEC_split.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
452 | SEC_split.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
453 | SEC_split.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
454 | SEC_split.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
455 | SEC_split.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
456 | SEC_split.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
457 | SEC_split.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
458 | SEC_split.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
459 | SEC_split.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
460 | SEC_split.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
---|
461 | SEC_split.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
462 | SEC_split.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
463 | SEC_split.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
---|
464 | SEC_split.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
465 | SEC_split.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
466 | SEC_split.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
467 | SEC_split.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx |
---|
468 | SEC_split.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
469 | SEC_split.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
470 | SEC_split.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
471 | |
---|
472 | SEC_structure.o: SEC_abspos.hxx |
---|
473 | SEC_structure.o: SEC_db.hxx |
---|
474 | SEC_structure.o: SEC_defs.hxx |
---|
475 | SEC_structure.o: SEC_gc.hxx |
---|
476 | SEC_structure.o: SEC_iter.hxx |
---|
477 | SEC_structure.o: SEC_root.hxx |
---|
478 | SEC_structure.o: secedit_extern.hxx |
---|
479 | SEC_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
480 | SEC_structure.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
481 | SEC_structure.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
482 | SEC_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
483 | SEC_structure.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
484 | SEC_structure.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
485 | SEC_structure.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
486 | SEC_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
487 | SEC_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx |
---|
488 | SEC_structure.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
489 | SEC_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
490 | SEC_structure.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx |
---|
491 | SEC_structure.o: $(ARBHOME)/INCLUDE/BI_helix.hxx |
---|
492 | SEC_structure.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
493 | SEC_structure.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
494 | SEC_structure.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx |
---|
495 | SEC_structure.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
496 | SEC_structure.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
497 | SEC_structure.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
498 | |
---|
499 | SEC_toggle.o: SEC_defs.hxx |
---|
500 | SEC_toggle.o: SEC_graphic.hxx |
---|
501 | SEC_toggle.o: SEC_toggle.hxx |
---|
502 | SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
503 | SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
504 | SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
505 | SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
506 | SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
507 | SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
508 | SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
509 | SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
510 | SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
511 | SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
512 | SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
513 | SEC_toggle.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
514 | SEC_toggle.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
515 | SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
516 | SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
517 | SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
---|
518 | SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
---|
519 | SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
520 | SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
521 | SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
522 | SEC_toggle.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
523 | SEC_toggle.o: $(ARBHOME)/INCLUDE/cb.h |
---|
524 | SEC_toggle.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
525 | SEC_toggle.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
526 | SEC_toggle.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
527 | SEC_toggle.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
528 | SEC_toggle.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
529 | SEC_toggle.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
530 | SEC_toggle.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
---|
531 | SEC_toggle.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
532 | SEC_toggle.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
533 | SEC_toggle.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
534 | SEC_toggle.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|