root/trunk/AWT/Makefile

Revision 8723, 16.9 KB (checked in by westram, 2 weeks ago)
  • moved functionality from AW_window into AW_selection_list
  • removed
    • AW_selection_list::first_element/next_element (using AW_selection_list_iterator)
    • removed AW_root param from selection list interface
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3.SUFFIXES: .o .cxx .depend
4
5CXX=$(wildcard *.cxx)
6OBJECTS=$(subst .cxx,.o,$(CXX))
7
8LIB_SHARED=../lib/$(MAIN:.a=).$(SHARED_LIB_SUFFIX)
9
10# MAIN contains .a (instead of wanted .so). Translate via do_...-target
11it: do_$(MAIN)
12
13do_AWT.a:
14        @echo "Error: MAIN='$(MAIN)' is set wrong"
15        false
16
17do_libAWT.a: $(LIB_SHARED)
18
19$(LIB_SHARED): $(OBJECTS)
20        $(LINK_SHARED_LIB) $(LIB_SHARED) $(OBJECTS)
21
22.cxx.o:
23        $(CPPLIB) $(cflags) -c $<  $(CPPINCLUDES) $(POST_COMPILE)
24
25clean:
26        rm -f $(OBJECTS) *.a *.so
27
28DEPENDS = $(OBJECTS:.o=.depend)
29depends: $(DEPENDS)
30        @cat $(DEPENDS) | grep -v '^#' >>Makefile
31        @rm $(DEPENDS)
32$(DEPENDS): depend.init
33depend.init:
34        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
35.cxx.depend:
36        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
37
38# DO NOT DELETE THIS LINE -- make depend depends on it.
39
40# Do not add dependencies manually - use 'make depend' in $ARBHOME
41# For formatting issues see SOURCE_TOOLS/fix_depends.pl
42
43AWT_asciiprint.o: awt.hxx
44AWT_asciiprint.o: awt_asciiprint.hxx
45AWT_asciiprint.o: $(ARBHOME)/INCLUDE/ad_prot.h
46AWT_asciiprint.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
47AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_assert.h
48AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_core.h
49AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_error.h
50AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_msg.h
51AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_string.h
52AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbdb.h
53AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbdb_base.h
54AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbdbt.h
55AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbtools.h
56AWT_asciiprint.o: $(ARBHOME)/INCLUDE/attributes.h
57AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
58AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_base.hxx
59AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
60AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
61AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_question.hxx
62AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_root.hxx
63AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_window.hxx
64AWT_asciiprint.o: $(ARBHOME)/INCLUDE/cb.h
65AWT_asciiprint.o: $(ARBHOME)/INCLUDE/dupstr.h
66AWT_asciiprint.o: $(ARBHOME)/INCLUDE/smartptr.h
67AWT_asciiprint.o: $(ARBHOME)/INCLUDE/test_global.h
68
69AWT_attributes.o: awt_attributes.hxx
70AWT_attributes.o: $(ARBHOME)/INCLUDE/ad_prot.h
71AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_assert.h
72AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_core.h
73AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_error.h
74AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_msg.h
75AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_string.h
76AWT_attributes.o: $(ARBHOME)/INCLUDE/arbdb.h
77AWT_attributes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
78AWT_attributes.o: $(ARBHOME)/INCLUDE/arbtools.h
79AWT_attributes.o: $(ARBHOME)/INCLUDE/attributes.h
80AWT_attributes.o: $(ARBHOME)/INCLUDE/aw_base.hxx
81AWT_attributes.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
82AWT_attributes.o: $(ARBHOME)/INCLUDE/dupstr.h
83AWT_attributes.o: $(ARBHOME)/INCLUDE/smartptr.h
84AWT_attributes.o: $(ARBHOME)/INCLUDE/test_global.h
85
86AWT_canio.o: awt_canvas.hxx
87AWT_canio.o: $(ARBHOME)/INCLUDE/ad_prot.h
88AWT_canio.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
89AWT_canio.o: $(ARBHOME)/INCLUDE/arb_assert.h
90AWT_canio.o: $(ARBHOME)/INCLUDE/arb_core.h
91AWT_canio.o: $(ARBHOME)/INCLUDE/arb_defs.h
92AWT_canio.o: $(ARBHOME)/INCLUDE/arb_error.h
93AWT_canio.o: $(ARBHOME)/INCLUDE/arb_file.h
94AWT_canio.o: $(ARBHOME)/INCLUDE/arb_msg.h
95AWT_canio.o: $(ARBHOME)/INCLUDE/arb_progress.h
96AWT_canio.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
97AWT_canio.o: $(ARBHOME)/INCLUDE/arb_string.h
98AWT_canio.o: $(ARBHOME)/INCLUDE/arbdb.h
99AWT_canio.o: $(ARBHOME)/INCLUDE/arbdb_base.h
100AWT_canio.o: $(ARBHOME)/INCLUDE/arbdbt.h
101AWT_canio.o: $(ARBHOME)/INCLUDE/arbtools.h
102AWT_canio.o: $(ARBHOME)/INCLUDE/attributes.h
103AWT_canio.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
104AWT_canio.o: $(ARBHOME)/INCLUDE/aw_base.hxx
105AWT_canio.o: $(ARBHOME)/INCLUDE/aw_device.hxx
106AWT_canio.o: $(ARBHOME)/INCLUDE/aw_file.hxx
107AWT_canio.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
108AWT_canio.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
109AWT_canio.o: $(ARBHOME)/INCLUDE/aw_position.hxx
110AWT_canio.o: $(ARBHOME)/INCLUDE/aw_root.hxx
111AWT_canio.o: $(ARBHOME)/INCLUDE/aw_window.hxx
112AWT_canio.o: $(ARBHOME)/INCLUDE/cb.h
113AWT_canio.o: $(ARBHOME)/INCLUDE/dupstr.h
114AWT_canio.o: $(ARBHOME)/INCLUDE/smartptr.h
115AWT_canio.o: $(ARBHOME)/INCLUDE/test_global.h
116
117AWT_canvas.o: awt.hxx
118AWT_canvas.o: awt_canvas.hxx
119AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_prot.h
120AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
121AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_assert.h
122AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_core.h
123AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_error.h
124AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_msg.h
125AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_string.h
126AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb.h
127AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb_base.h
128AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdbt.h
129AWT_canvas.o: $(ARBHOME)/INCLUDE/arbtools.h
130AWT_canvas.o: $(ARBHOME)/INCLUDE/attributes.h
131AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_base.hxx
132AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_device.hxx
133AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
134AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
135AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_position.hxx
136AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_root.hxx
137AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_window.hxx
138AWT_canvas.o: $(ARBHOME)/INCLUDE/cb.h
139AWT_canvas.o: $(ARBHOME)/INCLUDE/dupstr.h
140AWT_canvas.o: $(ARBHOME)/INCLUDE/smartptr.h
141AWT_canvas.o: $(ARBHOME)/INCLUDE/test_global.h
142
143AWT_config_manager.o: awt.hxx
144AWT_config_manager.o: awt_config_manager.hxx
145AWT_config_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
146AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
147AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_core.h
148AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_error.h
149AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h
150AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_string.h
151AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
152AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
153AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
154AWT_config_manager.o: $(ARBHOME)/INCLUDE/attributes.h
155AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
156AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
157AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
158AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
159AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_question.hxx
160AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
161AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
162AWT_config_manager.o: $(ARBHOME)/INCLUDE/cb.h
163AWT_config_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
164AWT_config_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
165AWT_config_manager.o: $(ARBHOME)/INCLUDE/test_global.h
166
167AWT_db_browser.o: awt.hxx
168AWT_db_browser.o: awt_hexdump.hxx
169AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_prot.h
170AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_assert.h
171AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_core.h
172AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_error.h
173AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_msg.h
174AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_str.h
175AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
176AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_string.h
177AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb.h
178AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
179AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbtools.h
180AWT_db_browser.o: $(ARBHOME)/INCLUDE/attributes.h
181AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
182AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_base.hxx
183AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
184AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
185AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_root.hxx
186AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
187AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_select.hxx
188AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_window.hxx
189AWT_db_browser.o: $(ARBHOME)/INCLUDE/cb.h
190AWT_db_browser.o: $(ARBHOME)/INCLUDE/dupstr.h
191AWT_db_browser.o: $(ARBHOME)/INCLUDE/smartptr.h
192AWT_db_browser.o: $(ARBHOME)/INCLUDE/test_global.h
193
194AWT_hexdump.o: awt.hxx
195AWT_hexdump.o: awt_hexdump.hxx
196AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_assert.h
197AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_core.h
198AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_error.h
199AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
200AWT_hexdump.o: $(ARBHOME)/INCLUDE/arbdb_base.h
201AWT_hexdump.o: $(ARBHOME)/INCLUDE/arbtools.h
202AWT_hexdump.o: $(ARBHOME)/INCLUDE/attributes.h
203AWT_hexdump.o: $(ARBHOME)/INCLUDE/aw_base.hxx
204AWT_hexdump.o: $(ARBHOME)/INCLUDE/aw_root.hxx
205AWT_hexdump.o: $(ARBHOME)/INCLUDE/cb.h
206AWT_hexdump.o: $(ARBHOME)/INCLUDE/dupstr.h
207AWT_hexdump.o: $(ARBHOME)/INCLUDE/smartptr.h
208AWT_hexdump.o: $(ARBHOME)/INCLUDE/test_global.h
209AWT_hexdump.o: $(ARBHOME)/INCLUDE/test_unit.h
210
211AWT_hotkeys.o: awt_hotkeys.hxx
212
213AWT_input_mask.o: awt.hxx
214AWT_input_mask.o: awt_hotkeys.hxx
215AWT_input_mask.o: awt_input_mask.hxx
216AWT_input_mask.o: awt_input_mask_internal.hxx
217AWT_input_mask.o: awt_www.hxx
218AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_prot.h
219AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
220AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_assert.h
221AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_core.h
222AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_error.h
223AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_file.h
224AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_msg.h
225AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_string.h
226AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb.h
227AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb_base.h
228AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdbt.h
229AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbtools.h
230AWT_input_mask.o: $(ARBHOME)/INCLUDE/attributes.h
231AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
232AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_base.hxx
233AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
234AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_file.hxx
235AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
236AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
237AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_question.hxx
238AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_root.hxx
239AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_window.hxx
240AWT_input_mask.o: $(ARBHOME)/INCLUDE/cb.h
241AWT_input_mask.o: $(ARBHOME)/INCLUDE/dupstr.h
242AWT_input_mask.o: $(ARBHOME)/INCLUDE/smartptr.h
243AWT_input_mask.o: $(ARBHOME)/INCLUDE/test_global.h
244
245AWT_macro.o: awt_macro.hxx
246AWT_macro.o: $(ARBHOME)/INCLUDE/ad_prot.h
247AWT_macro.o: $(ARBHOME)/INCLUDE/arb_assert.h
248AWT_macro.o: $(ARBHOME)/INCLUDE/arb_core.h
249AWT_macro.o: $(ARBHOME)/INCLUDE/arb_error.h
250AWT_macro.o: $(ARBHOME)/INCLUDE/arb_file.h
251AWT_macro.o: $(ARBHOME)/INCLUDE/arb_msg.h
252AWT_macro.o: $(ARBHOME)/INCLUDE/arb_string.h
253AWT_macro.o: $(ARBHOME)/INCLUDE/arbdb.h
254AWT_macro.o: $(ARBHOME)/INCLUDE/arbdb_base.h
255AWT_macro.o: $(ARBHOME)/INCLUDE/arbtools.h
256AWT_macro.o: $(ARBHOME)/INCLUDE/attributes.h
257AWT_macro.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
258AWT_macro.o: $(ARBHOME)/INCLUDE/aw_base.hxx
259AWT_macro.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
260AWT_macro.o: $(ARBHOME)/INCLUDE/aw_file.hxx
261AWT_macro.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
262AWT_macro.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
263AWT_macro.o: $(ARBHOME)/INCLUDE/aw_root.hxx
264AWT_macro.o: $(ARBHOME)/INCLUDE/aw_window.hxx
265AWT_macro.o: $(ARBHOME)/INCLUDE/cb.h
266AWT_macro.o: $(ARBHOME)/INCLUDE/dupstr.h
267AWT_macro.o: $(ARBHOME)/INCLUDE/smartptr.h
268AWT_macro.o: $(ARBHOME)/INCLUDE/test_global.h
269
270AWT_map_key.o: awt_map_key.hxx
271AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_assert.h
272AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_core.h
273AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_error.h
274AWT_map_key.o: $(ARBHOME)/INCLUDE/arbdb_base.h
275AWT_map_key.o: $(ARBHOME)/INCLUDE/arbtools.h
276AWT_map_key.o: $(ARBHOME)/INCLUDE/attributes.h
277AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
278AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_base.hxx
279AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
280AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_root.hxx
281AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_window.hxx
282AWT_map_key.o: $(ARBHOME)/INCLUDE/cb.h
283AWT_map_key.o: $(ARBHOME)/INCLUDE/dupstr.h
284AWT_map_key.o: $(ARBHOME)/INCLUDE/smartptr.h
285AWT_map_key.o: $(ARBHOME)/INCLUDE/test_global.h
286
287AWT_modules.o: awt_modules.hxx
288AWT_modules.o: $(ARBHOME)/INCLUDE/arb_assert.h
289AWT_modules.o: $(ARBHOME)/INCLUDE/arb_core.h
290AWT_modules.o: $(ARBHOME)/INCLUDE/arbdb_base.h
291AWT_modules.o: $(ARBHOME)/INCLUDE/arbtools.h
292AWT_modules.o: $(ARBHOME)/INCLUDE/aw_base.hxx
293AWT_modules.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
294AWT_modules.o: $(ARBHOME)/INCLUDE/aw_window.hxx
295AWT_modules.o: $(ARBHOME)/INCLUDE/dupstr.h
296AWT_modules.o: $(ARBHOME)/INCLUDE/test_global.h
297
298AWT_sel_boxes.o: awt.hxx
299AWT_sel_boxes.o: awt_modules.hxx
300AWT_sel_boxes.o: awt_sel_boxes.hxx
301AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_config.h
302AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_prot.h
303AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
304AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_assert.h
305AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_core.h
306AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_error.h
307AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_file.h
308AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
309AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_msg.h
310AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strarray.h
311AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
312AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_string.h
313AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb.h
314AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
315AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdbt.h
316AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbtools.h
317AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/attributes.h
318AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
319AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
320AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
321AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_base.hxx
322AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
323AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_file.hxx
324AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
325AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
326AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
327AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
328AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_select.hxx
329AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
330AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cb.h
331AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/dupstr.h
332AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/item_sel_list.h
333AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/items.h
334AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/smartptr.h
335AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/test_global.h
336
337AWT_seq_colors.o: awt.hxx
338AWT_seq_colors.o: awt_seq_colors.hxx
339AWT_seq_colors.o: $(ARBHOME)/INCLUDE/ad_prot.h
340AWT_seq_colors.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
341AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_assert.h
342AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_core.h
343AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_error.h
344AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_msg.h
345AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_string.h
346AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb.h
347AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb_base.h
348AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbdbt.h
349AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbtools.h
350AWT_seq_colors.o: $(ARBHOME)/INCLUDE/attributes.h
351AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
352AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_base.hxx
353AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
354AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
355AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_root.hxx
356AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_window.hxx
357AWT_seq_colors.o: $(ARBHOME)/INCLUDE/cb.h
358AWT_seq_colors.o: $(ARBHOME)/INCLUDE/dupstr.h
359AWT_seq_colors.o: $(ARBHOME)/INCLUDE/smartptr.h
360AWT_seq_colors.o: $(ARBHOME)/INCLUDE/test_global.h
361
362AWT_tables.o: awt.hxx
363AWT_tables.o: awt_sel_boxes.hxx
364AWT_tables.o: awtlocal.hxx
365AWT_tables.o: $(ARBHOME)/INCLUDE/ad_prot.h
366AWT_tables.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
367AWT_tables.o: $(ARBHOME)/INCLUDE/arb_assert.h
368AWT_tables.o: $(ARBHOME)/INCLUDE/arb_core.h
369AWT_tables.o: $(ARBHOME)/INCLUDE/arb_error.h
370AWT_tables.o: $(ARBHOME)/INCLUDE/arb_msg.h
371AWT_tables.o: $(ARBHOME)/INCLUDE/arb_string.h
372AWT_tables.o: $(ARBHOME)/INCLUDE/arbdb.h
373AWT_tables.o: $(ARBHOME)/INCLUDE/arbdb_base.h
374AWT_tables.o: $(ARBHOME)/INCLUDE/arbdbt.h
375AWT_tables.o: $(ARBHOME)/INCLUDE/arbtools.h
376AWT_tables.o: $(ARBHOME)/INCLUDE/attributes.h
377AWT_tables.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
378AWT_tables.o: $(ARBHOME)/INCLUDE/aw_base.hxx
379AWT_tables.o: $(ARBHOME)/INCLUDE/aw_file.hxx
380AWT_tables.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
381AWT_tables.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
382AWT_tables.o: $(ARBHOME)/INCLUDE/aw_root.hxx
383AWT_tables.o: $(ARBHOME)/INCLUDE/aw_window.hxx
384AWT_tables.o: $(ARBHOME)/INCLUDE/cb.h
385AWT_tables.o: $(ARBHOME)/INCLUDE/dupstr.h
386AWT_tables.o: $(ARBHOME)/INCLUDE/smartptr.h
387AWT_tables.o: $(ARBHOME)/INCLUDE/test_global.h
388
389AWT_www.o: awt.hxx
390AWT_www.o: awt_config_manager.hxx
391AWT_www.o: $(ARBHOME)/INCLUDE/ad_prot.h
392AWT_www.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
393AWT_www.o: $(ARBHOME)/INCLUDE/arb_assert.h
394AWT_www.o: $(ARBHOME)/INCLUDE/arb_core.h
395AWT_www.o: $(ARBHOME)/INCLUDE/arb_defs.h
396AWT_www.o: $(ARBHOME)/INCLUDE/arb_error.h
397AWT_www.o: $(ARBHOME)/INCLUDE/arb_msg.h
398AWT_www.o: $(ARBHOME)/INCLUDE/arb_str.h
399AWT_www.o: $(ARBHOME)/INCLUDE/arb_string.h
400AWT_www.o: $(ARBHOME)/INCLUDE/arbdb.h
401AWT_www.o: $(ARBHOME)/INCLUDE/arbdb_base.h
402AWT_www.o: $(ARBHOME)/INCLUDE/arbdbt.h
403AWT_www.o: $(ARBHOME)/INCLUDE/arbtools.h
404AWT_www.o: $(ARBHOME)/INCLUDE/attributes.h
405AWT_www.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
406AWT_www.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
407AWT_www.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
408AWT_www.o: $(ARBHOME)/INCLUDE/aw_base.hxx
409AWT_www.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
410AWT_www.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
411AWT_www.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
412AWT_www.o: $(ARBHOME)/INCLUDE/aw_root.hxx
413AWT_www.o: $(ARBHOME)/INCLUDE/aw_window.hxx
414AWT_www.o: $(ARBHOME)/INCLUDE/cb.h
415AWT_www.o: $(ARBHOME)/INCLUDE/dupstr.h
416AWT_www.o: $(ARBHOME)/INCLUDE/smartptr.h
417AWT_www.o: $(ARBHOME)/INCLUDE/static_assert.h
418AWT_www.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the browser.