source: tags/ms_r16q3/SECEDIT/Makefile

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