source: tags/svn.1.5.4/SECEDIT/Makefile

Last change on this file was 8355, checked in by westram, 13 years ago
  • moved aw_question() and relatives into aw_question.hxx
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 15.2 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
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        $(CPP) $(cflags) -c $< $(CPPINCLUDES) $(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
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/arbtools.h
52SEC_abspos.o: $(ARBHOME)/INCLUDE/dupstr.h
53SEC_abspos.o: $(ARBHOME)/INCLUDE/test_global.h
54
55SEC_bonddef.o: SEC_bonddef.hxx
56SEC_bonddef.o: SEC_defs.hxx
57SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_prot.h
58SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
59SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_assert.h
60SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_core.h
61SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_error.h
62SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_msg.h
63SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_string.h
64SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdb.h
65SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdb_base.h
66SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdbt.h
67SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbtools.h
68SEC_bonddef.o: $(ARBHOME)/INCLUDE/attributes.h
69SEC_bonddef.o: $(ARBHOME)/INCLUDE/aw_base.hxx
70SEC_bonddef.o: $(ARBHOME)/INCLUDE/aw_position.hxx
71SEC_bonddef.o: $(ARBHOME)/INCLUDE/dupstr.h
72SEC_bonddef.o: $(ARBHOME)/INCLUDE/smartptr.h
73SEC_bonddef.o: $(ARBHOME)/INCLUDE/test_global.h
74
75SEC_db.o: SEC_abspos.hxx
76SEC_db.o: SEC_bonddef.hxx
77SEC_db.o: SEC_db.hxx
78SEC_db.o: SEC_defs.hxx
79SEC_db.o: SEC_gc.hxx
80SEC_db.o: SEC_graphic.hxx
81SEC_db.o: SEC_root.hxx
82SEC_db.o: SEC_toggle.hxx
83SEC_db.o: secedit_extern.hxx
84SEC_db.o: $(ARBHOME)/INCLUDE/ad_prot.h
85SEC_db.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
86SEC_db.o: $(ARBHOME)/INCLUDE/arb_assert.h
87SEC_db.o: $(ARBHOME)/INCLUDE/arb_core.h
88SEC_db.o: $(ARBHOME)/INCLUDE/arb_defs.h
89SEC_db.o: $(ARBHOME)/INCLUDE/arb_error.h
90SEC_db.o: $(ARBHOME)/INCLUDE/arb_msg.h
91SEC_db.o: $(ARBHOME)/INCLUDE/arb_string.h
92SEC_db.o: $(ARBHOME)/INCLUDE/arbdb.h
93SEC_db.o: $(ARBHOME)/INCLUDE/arbdb_base.h
94SEC_db.o: $(ARBHOME)/INCLUDE/arbdbt.h
95SEC_db.o: $(ARBHOME)/INCLUDE/arbtools.h
96SEC_db.o: $(ARBHOME)/INCLUDE/attributes.h
97SEC_db.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
98SEC_db.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
99SEC_db.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
100SEC_db.o: $(ARBHOME)/INCLUDE/aw_base.hxx
101SEC_db.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
102SEC_db.o: $(ARBHOME)/INCLUDE/aw_device.hxx
103SEC_db.o: $(ARBHOME)/INCLUDE/aw_file.hxx
104SEC_db.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
105SEC_db.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
106SEC_db.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
107SEC_db.o: $(ARBHOME)/INCLUDE/aw_position.hxx
108SEC_db.o: $(ARBHOME)/INCLUDE/aw_root.hxx
109SEC_db.o: $(ARBHOME)/INCLUDE/aw_window.hxx
110SEC_db.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
111SEC_db.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
112SEC_db.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
113SEC_db.o: $(ARBHOME)/INCLUDE/cb.h
114SEC_db.o: $(ARBHOME)/INCLUDE/dupstr.h
115SEC_db.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
116SEC_db.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
117SEC_db.o: $(ARBHOME)/INCLUDE/smartptr.h
118SEC_db.o: $(ARBHOME)/INCLUDE/test_global.h
119
120SEC_graphic.o: SEC_abspos.hxx
121SEC_graphic.o: SEC_db.hxx
122SEC_graphic.o: SEC_defs.hxx
123SEC_graphic.o: SEC_gc.hxx
124SEC_graphic.o: SEC_graphic.hxx
125SEC_graphic.o: SEC_iter.hxx
126SEC_graphic.o: SEC_root.hxx
127SEC_graphic.o: SEC_toggle.hxx
128SEC_graphic.o: secedit_extern.hxx
129SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_prot.h
130SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
131SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_assert.h
132SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_core.h
133SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_error.h
134SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_msg.h
135SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_string.h
136SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdb.h
137SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdb_base.h
138SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdbt.h
139SEC_graphic.o: $(ARBHOME)/INCLUDE/arbtools.h
140SEC_graphic.o: $(ARBHOME)/INCLUDE/attributes.h
141SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
142SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
143SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
144SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_base.hxx
145SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
146SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_device.hxx
147SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
148SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_global.hxx
149SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
150SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
151SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_position.hxx
152SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
153SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_question.hxx
154SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_root.hxx
155SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_window.hxx
156SEC_graphic.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
157SEC_graphic.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
158SEC_graphic.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
159SEC_graphic.o: $(ARBHOME)/INCLUDE/cb.h
160SEC_graphic.o: $(ARBHOME)/INCLUDE/dupstr.h
161SEC_graphic.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
162SEC_graphic.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
163SEC_graphic.o: $(ARBHOME)/INCLUDE/smartptr.h
164SEC_graphic.o: $(ARBHOME)/INCLUDE/test_global.h
165
166SEC_helix.o: SEC_abspos.hxx
167SEC_helix.o: SEC_db.hxx
168SEC_helix.o: SEC_defs.hxx
169SEC_helix.o: SEC_gc.hxx
170SEC_helix.o: SEC_helix.hxx
171SEC_helix.o: SEC_root.hxx
172SEC_helix.o: secedit_extern.hxx
173SEC_helix.o: $(ARBHOME)/INCLUDE/ad_prot.h
174SEC_helix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
175SEC_helix.o: $(ARBHOME)/INCLUDE/arb_assert.h
176SEC_helix.o: $(ARBHOME)/INCLUDE/arb_core.h
177SEC_helix.o: $(ARBHOME)/INCLUDE/arb_error.h
178SEC_helix.o: $(ARBHOME)/INCLUDE/arb_msg.h
179SEC_helix.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
180SEC_helix.o: $(ARBHOME)/INCLUDE/arb_string.h
181SEC_helix.o: $(ARBHOME)/INCLUDE/arbdb.h
182SEC_helix.o: $(ARBHOME)/INCLUDE/arbdb_base.h
183SEC_helix.o: $(ARBHOME)/INCLUDE/arbdbt.h
184SEC_helix.o: $(ARBHOME)/INCLUDE/arbtools.h
185SEC_helix.o: $(ARBHOME)/INCLUDE/attributes.h
186SEC_helix.o: $(ARBHOME)/INCLUDE/aw_base.hxx
187SEC_helix.o: $(ARBHOME)/INCLUDE/aw_device.hxx
188SEC_helix.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
189SEC_helix.o: $(ARBHOME)/INCLUDE/aw_position.hxx
190SEC_helix.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
191SEC_helix.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
192SEC_helix.o: $(ARBHOME)/INCLUDE/dupstr.h
193SEC_helix.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
194SEC_helix.o: $(ARBHOME)/INCLUDE/smartptr.h
195SEC_helix.o: $(ARBHOME)/INCLUDE/test_global.h
196
197SEC_io.o: SEC_abspos.hxx
198SEC_io.o: SEC_db.hxx
199SEC_io.o: SEC_defs.hxx
200SEC_io.o: SEC_gc.hxx
201SEC_io.o: SEC_iter.hxx
202SEC_io.o: SEC_root.hxx
203SEC_io.o: secedit_extern.hxx
204SEC_io.o: $(ARBHOME)/INCLUDE/arb_assert.h
205SEC_io.o: $(ARBHOME)/INCLUDE/arb_core.h
206SEC_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h
207SEC_io.o: $(ARBHOME)/INCLUDE/arbtools.h
208SEC_io.o: $(ARBHOME)/INCLUDE/attributes.h
209SEC_io.o: $(ARBHOME)/INCLUDE/aw_base.hxx
210SEC_io.o: $(ARBHOME)/INCLUDE/aw_device.hxx
211SEC_io.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
212SEC_io.o: $(ARBHOME)/INCLUDE/aw_position.hxx
213SEC_io.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
214SEC_io.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
215SEC_io.o: $(ARBHOME)/INCLUDE/dupstr.h
216SEC_io.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
217SEC_io.o: $(ARBHOME)/INCLUDE/test_global.h
218
219SEC_layout.o: SEC_abspos.hxx
220SEC_layout.o: SEC_db.hxx
221SEC_layout.o: SEC_defs.hxx
222SEC_layout.o: SEC_gc.hxx
223SEC_layout.o: SEC_iter.hxx
224SEC_layout.o: SEC_root.hxx
225SEC_layout.o: secedit_extern.hxx
226SEC_layout.o: $(ARBHOME)/INCLUDE/arb_assert.h
227SEC_layout.o: $(ARBHOME)/INCLUDE/arb_core.h
228SEC_layout.o: $(ARBHOME)/INCLUDE/arbdb_base.h
229SEC_layout.o: $(ARBHOME)/INCLUDE/arbtools.h
230SEC_layout.o: $(ARBHOME)/INCLUDE/attributes.h
231SEC_layout.o: $(ARBHOME)/INCLUDE/aw_base.hxx
232SEC_layout.o: $(ARBHOME)/INCLUDE/aw_device.hxx
233SEC_layout.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
234SEC_layout.o: $(ARBHOME)/INCLUDE/aw_position.hxx
235SEC_layout.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
236SEC_layout.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
237SEC_layout.o: $(ARBHOME)/INCLUDE/dupstr.h
238SEC_layout.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
239SEC_layout.o: $(ARBHOME)/INCLUDE/test_global.h
240
241SEC_main.o: SEC_abspos.hxx
242SEC_main.o: SEC_db.hxx
243SEC_main.o: SEC_defs.hxx
244SEC_main.o: SEC_drawn_pos.hxx
245SEC_main.o: SEC_gc.hxx
246SEC_main.o: SEC_graphic.hxx
247SEC_main.o: SEC_helix.hxx
248SEC_main.o: SEC_root.hxx
249SEC_main.o: SEC_toggle.hxx
250SEC_main.o: secedit_extern.hxx
251SEC_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
252SEC_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
253SEC_main.o: $(ARBHOME)/INCLUDE/arb_core.h
254SEC_main.o: $(ARBHOME)/INCLUDE/arb_error.h
255SEC_main.o: $(ARBHOME)/INCLUDE/arb_file.h
256SEC_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
257SEC_main.o: $(ARBHOME)/INCLUDE/arb_string.h
258SEC_main.o: $(ARBHOME)/INCLUDE/arbdb.h
259SEC_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
260SEC_main.o: $(ARBHOME)/INCLUDE/arbtools.h
261SEC_main.o: $(ARBHOME)/INCLUDE/attributes.h
262SEC_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
263SEC_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
264SEC_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
265SEC_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx
266SEC_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
267SEC_main.o: $(ARBHOME)/INCLUDE/aw_file.hxx
268SEC_main.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
269SEC_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
270SEC_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
271SEC_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
272SEC_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
273SEC_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx
274SEC_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
275SEC_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
276SEC_main.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
277SEC_main.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
278SEC_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
279SEC_main.o: $(ARBHOME)/INCLUDE/cb.h
280SEC_main.o: $(ARBHOME)/INCLUDE/dupstr.h
281SEC_main.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
282SEC_main.o: $(ARBHOME)/INCLUDE/FileBuffer.h
283SEC_main.o: $(ARBHOME)/INCLUDE/smartptr.h
284SEC_main.o: $(ARBHOME)/INCLUDE/test_global.h
285
286SEC_paint.o: SEC_abspos.hxx
287SEC_paint.o: SEC_bonddef.hxx
288SEC_paint.o: SEC_db.hxx
289SEC_paint.o: SEC_defs.hxx
290SEC_paint.o: SEC_drawn_pos.hxx
291SEC_paint.o: SEC_gc.hxx
292SEC_paint.o: SEC_graphic.hxx
293SEC_paint.o: SEC_iter.hxx
294SEC_paint.o: SEC_root.hxx
295SEC_paint.o: SEC_toggle.hxx
296SEC_paint.o: secedit_extern.hxx
297SEC_paint.o: $(ARBHOME)/INCLUDE/ad_prot.h
298SEC_paint.o: $(ARBHOME)/INCLUDE/arb_assert.h
299SEC_paint.o: $(ARBHOME)/INCLUDE/arb_core.h
300SEC_paint.o: $(ARBHOME)/INCLUDE/arb_defs.h
301SEC_paint.o: $(ARBHOME)/INCLUDE/arb_error.h
302SEC_paint.o: $(ARBHOME)/INCLUDE/arb_msg.h
303SEC_paint.o: $(ARBHOME)/INCLUDE/arb_string.h
304SEC_paint.o: $(ARBHOME)/INCLUDE/arbdb.h
305SEC_paint.o: $(ARBHOME)/INCLUDE/arbdb_base.h
306SEC_paint.o: $(ARBHOME)/INCLUDE/arbtools.h
307SEC_paint.o: $(ARBHOME)/INCLUDE/attributes.h
308SEC_paint.o: $(ARBHOME)/INCLUDE/aw_base.hxx
309SEC_paint.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
310SEC_paint.o: $(ARBHOME)/INCLUDE/aw_device.hxx
311SEC_paint.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
312SEC_paint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
313SEC_paint.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
314SEC_paint.o: $(ARBHOME)/INCLUDE/aw_position.hxx
315SEC_paint.o: $(ARBHOME)/INCLUDE/aw_window.hxx
316SEC_paint.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
317SEC_paint.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
318SEC_paint.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
319SEC_paint.o: $(ARBHOME)/INCLUDE/dupstr.h
320SEC_paint.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
321SEC_paint.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
322SEC_paint.o: $(ARBHOME)/INCLUDE/iupac.h
323SEC_paint.o: $(ARBHOME)/INCLUDE/smartptr.h
324SEC_paint.o: $(ARBHOME)/INCLUDE/test_global.h
325
326SEC_read.o: SEC_abspos.hxx
327SEC_read.o: SEC_db.hxx
328SEC_read.o: SEC_defs.hxx
329SEC_read.o: SEC_gc.hxx
330SEC_read.o: SEC_iter.hxx
331SEC_read.o: SEC_root.hxx
332SEC_read.o: secedit_extern.hxx
333SEC_read.o: $(ARBHOME)/INCLUDE/arb_assert.h
334SEC_read.o: $(ARBHOME)/INCLUDE/arb_core.h
335SEC_read.o: $(ARBHOME)/INCLUDE/arb_msg.h
336SEC_read.o: $(ARBHOME)/INCLUDE/arbdb_base.h
337SEC_read.o: $(ARBHOME)/INCLUDE/arbtools.h
338SEC_read.o: $(ARBHOME)/INCLUDE/attributes.h
339SEC_read.o: $(ARBHOME)/INCLUDE/aw_base.hxx
340SEC_read.o: $(ARBHOME)/INCLUDE/aw_device.hxx
341SEC_read.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
342SEC_read.o: $(ARBHOME)/INCLUDE/aw_position.hxx
343SEC_read.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
344SEC_read.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
345SEC_read.o: $(ARBHOME)/INCLUDE/dupstr.h
346SEC_read.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
347SEC_read.o: $(ARBHOME)/INCLUDE/test_global.h
348
349SEC_split.o: SEC_abspos.hxx
350SEC_split.o: SEC_db.hxx
351SEC_split.o: SEC_defs.hxx
352SEC_split.o: SEC_drawn_pos.hxx
353SEC_split.o: SEC_gc.hxx
354SEC_split.o: SEC_iter.hxx
355SEC_split.o: SEC_root.hxx
356SEC_split.o: secedit_extern.hxx
357SEC_split.o: $(ARBHOME)/INCLUDE/arb_assert.h
358SEC_split.o: $(ARBHOME)/INCLUDE/arb_core.h
359SEC_split.o: $(ARBHOME)/INCLUDE/arb_msg.h
360SEC_split.o: $(ARBHOME)/INCLUDE/arbdb_base.h
361SEC_split.o: $(ARBHOME)/INCLUDE/arbtools.h
362SEC_split.o: $(ARBHOME)/INCLUDE/attributes.h
363SEC_split.o: $(ARBHOME)/INCLUDE/aw_base.hxx
364SEC_split.o: $(ARBHOME)/INCLUDE/aw_device.hxx
365SEC_split.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
366SEC_split.o: $(ARBHOME)/INCLUDE/aw_position.hxx
367SEC_split.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
368SEC_split.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
369SEC_split.o: $(ARBHOME)/INCLUDE/dupstr.h
370SEC_split.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
371SEC_split.o: $(ARBHOME)/INCLUDE/test_global.h
372
373SEC_structure.o: SEC_abspos.hxx
374SEC_structure.o: SEC_db.hxx
375SEC_structure.o: SEC_defs.hxx
376SEC_structure.o: SEC_gc.hxx
377SEC_structure.o: SEC_iter.hxx
378SEC_structure.o: SEC_root.hxx
379SEC_structure.o: secedit_extern.hxx
380SEC_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h
381SEC_structure.o: $(ARBHOME)/INCLUDE/arb_core.h
382SEC_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h
383SEC_structure.o: $(ARBHOME)/INCLUDE/arbtools.h
384SEC_structure.o: $(ARBHOME)/INCLUDE/attributes.h
385SEC_structure.o: $(ARBHOME)/INCLUDE/aw_base.hxx
386SEC_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx
387SEC_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
388SEC_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx
389SEC_structure.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
390SEC_structure.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
391SEC_structure.o: $(ARBHOME)/INCLUDE/dupstr.h
392SEC_structure.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
393SEC_structure.o: $(ARBHOME)/INCLUDE/test_global.h
394
395SEC_toggle.o: SEC_defs.hxx
396SEC_toggle.o: SEC_graphic.hxx
397SEC_toggle.o: SEC_toggle.hxx
398SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_prot.h
399SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
400SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_assert.h
401SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_core.h
402SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_error.h
403SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_msg.h
404SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_string.h
405SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdb.h
406SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdb_base.h
407SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdbt.h
408SEC_toggle.o: $(ARBHOME)/INCLUDE/arbtools.h
409SEC_toggle.o: $(ARBHOME)/INCLUDE/attributes.h
410SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_base.hxx
411SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_device.hxx
412SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
413SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_position.hxx
414SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_window.hxx
415SEC_toggle.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
416SEC_toggle.o: $(ARBHOME)/INCLUDE/dupstr.h
417SEC_toggle.o: $(ARBHOME)/INCLUDE/smartptr.h
418SEC_toggle.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.