source: tags/ms_r18q1/SECEDIT/Makefile

Last change on this file was 16986, checked in by westram, 6 years ago

Update: continued by [17178]

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