source: branches/help/SECEDIT/Makefile

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