source: trunk/SECEDIT/Makefile

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