source: branches/profile/SECEDIT/Makefile

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