source: branches/stable/SECEDIT/Makefile

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