source: branches/profile/AWT/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: 21.1 KB
Line 
1# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
2
3.SUFFIXES: .o .cxx .depend
4
5SOURCES=$(wildcard *.cxx)
6OBJECTS=$(subst .cxx,.o,$(SOURCES))
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        $(A_CXX) $(shared_cflags) $(cflags) $(cxxflags) -c $<  $(CXX_INCLUDES) $(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 (from main)
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/cb_base.h
66AWT_asciiprint.o: $(ARBHOME)/INCLUDE/cbtypes.h
67AWT_asciiprint.o: $(ARBHOME)/INCLUDE/cxxforward.h
68AWT_asciiprint.o: $(ARBHOME)/INCLUDE/downcast.h
69AWT_asciiprint.o: $(ARBHOME)/INCLUDE/dupstr.h
70AWT_asciiprint.o: $(ARBHOME)/INCLUDE/gccver.h
71AWT_asciiprint.o: $(ARBHOME)/INCLUDE/smartptr.h
72AWT_asciiprint.o: $(ARBHOME)/INCLUDE/static_assert.h
73AWT_asciiprint.o: $(ARBHOME)/INCLUDE/test_global.h
74AWT_asciiprint.o: $(ARBHOME)/INCLUDE/ttypes.h
75
76AWT_attributes.o: awt_attributes.hxx
77AWT_attributes.o: $(ARBHOME)/INCLUDE/ad_prot.h
78AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_assert.h
79AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_core.h
80AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_error.h
81AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_msg.h
82AWT_attributes.o: $(ARBHOME)/INCLUDE/arb_string.h
83AWT_attributes.o: $(ARBHOME)/INCLUDE/arbdb.h
84AWT_attributes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
85AWT_attributes.o: $(ARBHOME)/INCLUDE/arbtools.h
86AWT_attributes.o: $(ARBHOME)/INCLUDE/attributes.h
87AWT_attributes.o: $(ARBHOME)/INCLUDE/aw_base.hxx
88AWT_attributes.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
89AWT_attributes.o: $(ARBHOME)/INCLUDE/cxxforward.h
90AWT_attributes.o: $(ARBHOME)/INCLUDE/dupstr.h
91AWT_attributes.o: $(ARBHOME)/INCLUDE/gccver.h
92AWT_attributes.o: $(ARBHOME)/INCLUDE/smartptr.h
93AWT_attributes.o: $(ARBHOME)/INCLUDE/test_global.h
94
95AWT_canio.o: awt_canvas.hxx
96AWT_canio.o: $(ARBHOME)/INCLUDE/ad_prot.h
97AWT_canio.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
98AWT_canio.o: $(ARBHOME)/INCLUDE/arb_assert.h
99AWT_canio.o: $(ARBHOME)/INCLUDE/arb_core.h
100AWT_canio.o: $(ARBHOME)/INCLUDE/arb_defs.h
101AWT_canio.o: $(ARBHOME)/INCLUDE/arb_error.h
102AWT_canio.o: $(ARBHOME)/INCLUDE/arb_file.h
103AWT_canio.o: $(ARBHOME)/INCLUDE/arb_msg.h
104AWT_canio.o: $(ARBHOME)/INCLUDE/arb_progress.h
105AWT_canio.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
106AWT_canio.o: $(ARBHOME)/INCLUDE/arb_string.h
107AWT_canio.o: $(ARBHOME)/INCLUDE/arbdb.h
108AWT_canio.o: $(ARBHOME)/INCLUDE/arbdb_base.h
109AWT_canio.o: $(ARBHOME)/INCLUDE/arbdbt.h
110AWT_canio.o: $(ARBHOME)/INCLUDE/arbtools.h
111AWT_canio.o: $(ARBHOME)/INCLUDE/attributes.h
112AWT_canio.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
113AWT_canio.o: $(ARBHOME)/INCLUDE/aw_base.hxx
114AWT_canio.o: $(ARBHOME)/INCLUDE/aw_device.hxx
115AWT_canio.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
116AWT_canio.o: $(ARBHOME)/INCLUDE/aw_file.hxx
117AWT_canio.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
118AWT_canio.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
119AWT_canio.o: $(ARBHOME)/INCLUDE/aw_position.hxx
120AWT_canio.o: $(ARBHOME)/INCLUDE/aw_root.hxx
121AWT_canio.o: $(ARBHOME)/INCLUDE/aw_window.hxx
122AWT_canio.o: $(ARBHOME)/INCLUDE/cb.h
123AWT_canio.o: $(ARBHOME)/INCLUDE/cb_base.h
124AWT_canio.o: $(ARBHOME)/INCLUDE/cbtypes.h
125AWT_canio.o: $(ARBHOME)/INCLUDE/cxxforward.h
126AWT_canio.o: $(ARBHOME)/INCLUDE/downcast.h
127AWT_canio.o: $(ARBHOME)/INCLUDE/dupstr.h
128AWT_canio.o: $(ARBHOME)/INCLUDE/gccver.h
129AWT_canio.o: $(ARBHOME)/INCLUDE/smartptr.h
130AWT_canio.o: $(ARBHOME)/INCLUDE/static_assert.h
131AWT_canio.o: $(ARBHOME)/INCLUDE/test_global.h
132AWT_canio.o: $(ARBHOME)/INCLUDE/ttypes.h
133
134AWT_canvas.o: awt.hxx
135AWT_canvas.o: awt_canvas.hxx
136AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_prot.h
137AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
138AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_assert.h
139AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_core.h
140AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_error.h
141AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_msg.h
142AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_string.h
143AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb.h
144AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb_base.h
145AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdbt.h
146AWT_canvas.o: $(ARBHOME)/INCLUDE/arbtools.h
147AWT_canvas.o: $(ARBHOME)/INCLUDE/attributes.h
148AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_base.hxx
149AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_device.hxx
150AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
151AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
152AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
153AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_position.hxx
154AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_root.hxx
155AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_window.hxx
156AWT_canvas.o: $(ARBHOME)/INCLUDE/cb.h
157AWT_canvas.o: $(ARBHOME)/INCLUDE/cb_base.h
158AWT_canvas.o: $(ARBHOME)/INCLUDE/cbtypes.h
159AWT_canvas.o: $(ARBHOME)/INCLUDE/cxxforward.h
160AWT_canvas.o: $(ARBHOME)/INCLUDE/downcast.h
161AWT_canvas.o: $(ARBHOME)/INCLUDE/dupstr.h
162AWT_canvas.o: $(ARBHOME)/INCLUDE/gccver.h
163AWT_canvas.o: $(ARBHOME)/INCLUDE/smartptr.h
164AWT_canvas.o: $(ARBHOME)/INCLUDE/static_assert.h
165AWT_canvas.o: $(ARBHOME)/INCLUDE/test_global.h
166AWT_canvas.o: $(ARBHOME)/INCLUDE/ttypes.h
167
168AWT_config_manager.o: awt.hxx
169AWT_config_manager.o: awt_config_manager.hxx
170AWT_config_manager.o: awt_sel_boxes.hxx
171AWT_config_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
172AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
173AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_core.h
174AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_defs.h
175AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_error.h
176AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h
177AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_strarray.h
178AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_string.h
179AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
180AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
181AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
182AWT_config_manager.o: $(ARBHOME)/INCLUDE/attributes.h
183AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
184AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
185AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
186AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
187AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_question.hxx
188AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
189AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
190AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_select.hxx
191AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
192AWT_config_manager.o: $(ARBHOME)/INCLUDE/cb.h
193AWT_config_manager.o: $(ARBHOME)/INCLUDE/cb_base.h
194AWT_config_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h
195AWT_config_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h
196AWT_config_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
197AWT_config_manager.o: $(ARBHOME)/INCLUDE/gccver.h
198AWT_config_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
199AWT_config_manager.o: $(ARBHOME)/INCLUDE/static_assert.h
200AWT_config_manager.o: $(ARBHOME)/INCLUDE/test_global.h
201AWT_config_manager.o: $(ARBHOME)/INCLUDE/ttypes.h
202
203AWT_db_browser.o: awt.hxx
204AWT_db_browser.o: awt_hexdump.hxx
205AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_cb.h
206AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
207AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_prot.h
208AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_assert.h
209AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_core.h
210AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_diff.h
211AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_error.h
212AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_file.h
213AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_misc.h
214AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_msg.h
215AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_str.h
216AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_strarray.h
217AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
218AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_string.h
219AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb.h
220AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
221AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbtools.h
222AWT_db_browser.o: $(ARBHOME)/INCLUDE/attributes.h
223AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
224AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
225AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_base.hxx
226AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
227AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
228AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_root.hxx
229AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
230AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_select.hxx
231AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_window.hxx
232AWT_db_browser.o: $(ARBHOME)/INCLUDE/cb.h
233AWT_db_browser.o: $(ARBHOME)/INCLUDE/cb_base.h
234AWT_db_browser.o: $(ARBHOME)/INCLUDE/cbtypes.h
235AWT_db_browser.o: $(ARBHOME)/INCLUDE/cxxforward.h
236AWT_db_browser.o: $(ARBHOME)/INCLUDE/dupstr.h
237AWT_db_browser.o: $(ARBHOME)/INCLUDE/gccver.h
238AWT_db_browser.o: $(ARBHOME)/INCLUDE/smartptr.h
239AWT_db_browser.o: $(ARBHOME)/INCLUDE/static_assert.h
240AWT_db_browser.o: $(ARBHOME)/INCLUDE/test_global.h
241AWT_db_browser.o: $(ARBHOME)/INCLUDE/ttypes.h
242
243AWT_hexdump.o: awt.hxx
244AWT_hexdump.o: awt_hexdump.hxx
245AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_assert.h
246AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_core.h
247AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_error.h
248AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
249AWT_hexdump.o: $(ARBHOME)/INCLUDE/arbdb_base.h
250AWT_hexdump.o: $(ARBHOME)/INCLUDE/arbtools.h
251AWT_hexdump.o: $(ARBHOME)/INCLUDE/attributes.h
252AWT_hexdump.o: $(ARBHOME)/INCLUDE/aw_base.hxx
253AWT_hexdump.o: $(ARBHOME)/INCLUDE/aw_root.hxx
254AWT_hexdump.o: $(ARBHOME)/INCLUDE/cb.h
255AWT_hexdump.o: $(ARBHOME)/INCLUDE/cb_base.h
256AWT_hexdump.o: $(ARBHOME)/INCLUDE/cbtypes.h
257AWT_hexdump.o: $(ARBHOME)/INCLUDE/cxxforward.h
258AWT_hexdump.o: $(ARBHOME)/INCLUDE/dupstr.h
259AWT_hexdump.o: $(ARBHOME)/INCLUDE/gccver.h
260AWT_hexdump.o: $(ARBHOME)/INCLUDE/smartptr.h
261AWT_hexdump.o: $(ARBHOME)/INCLUDE/static_assert.h
262AWT_hexdump.o: $(ARBHOME)/INCLUDE/test_global.h
263AWT_hexdump.o: $(ARBHOME)/INCLUDE/test_unit.h
264AWT_hexdump.o: $(ARBHOME)/INCLUDE/ttypes.h
265
266AWT_hotkeys.o: awt_hotkeys.hxx
267
268AWT_input_mask.o: awt.hxx
269AWT_input_mask.o: awt_hotkeys.hxx
270AWT_input_mask.o: awt_input_mask.hxx
271AWT_input_mask.o: awt_input_mask_internal.hxx
272AWT_input_mask.o: awt_www.hxx
273AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_cb.h
274AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
275AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_prot.h
276AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
277AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_assert.h
278AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_core.h
279AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_error.h
280AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_file.h
281AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_msg.h
282AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_string.h
283AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb.h
284AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb_base.h
285AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdbt.h
286AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbtools.h
287AWT_input_mask.o: $(ARBHOME)/INCLUDE/attributes.h
288AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
289AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_base.hxx
290AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
291AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_file.hxx
292AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
293AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
294AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_question.hxx
295AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_root.hxx
296AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_window.hxx
297AWT_input_mask.o: $(ARBHOME)/INCLUDE/cb.h
298AWT_input_mask.o: $(ARBHOME)/INCLUDE/cb_base.h
299AWT_input_mask.o: $(ARBHOME)/INCLUDE/cbtypes.h
300AWT_input_mask.o: $(ARBHOME)/INCLUDE/cxxforward.h
301AWT_input_mask.o: $(ARBHOME)/INCLUDE/downcast.h
302AWT_input_mask.o: $(ARBHOME)/INCLUDE/dupstr.h
303AWT_input_mask.o: $(ARBHOME)/INCLUDE/gccver.h
304AWT_input_mask.o: $(ARBHOME)/INCLUDE/smartptr.h
305AWT_input_mask.o: $(ARBHOME)/INCLUDE/static_assert.h
306AWT_input_mask.o: $(ARBHOME)/INCLUDE/test_global.h
307AWT_input_mask.o: $(ARBHOME)/INCLUDE/ttypes.h
308
309AWT_map_key.o: awt_map_key.hxx
310AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_assert.h
311AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_core.h
312AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_error.h
313AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_msg.h
314AWT_map_key.o: $(ARBHOME)/INCLUDE/arbdb_base.h
315AWT_map_key.o: $(ARBHOME)/INCLUDE/arbtools.h
316AWT_map_key.o: $(ARBHOME)/INCLUDE/attributes.h
317AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
318AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_base.hxx
319AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
320AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_root.hxx
321AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_window.hxx
322AWT_map_key.o: $(ARBHOME)/INCLUDE/cb.h
323AWT_map_key.o: $(ARBHOME)/INCLUDE/cb_base.h
324AWT_map_key.o: $(ARBHOME)/INCLUDE/cbtypes.h
325AWT_map_key.o: $(ARBHOME)/INCLUDE/cxxforward.h
326AWT_map_key.o: $(ARBHOME)/INCLUDE/dupstr.h
327AWT_map_key.o: $(ARBHOME)/INCLUDE/gccver.h
328AWT_map_key.o: $(ARBHOME)/INCLUDE/smartptr.h
329AWT_map_key.o: $(ARBHOME)/INCLUDE/static_assert.h
330AWT_map_key.o: $(ARBHOME)/INCLUDE/test_global.h
331AWT_map_key.o: $(ARBHOME)/INCLUDE/ttypes.h
332
333AWT_modules.o: awt_modules.hxx
334AWT_modules.o: $(ARBHOME)/INCLUDE/arb_assert.h
335AWT_modules.o: $(ARBHOME)/INCLUDE/arb_core.h
336AWT_modules.o: $(ARBHOME)/INCLUDE/arbdb_base.h
337AWT_modules.o: $(ARBHOME)/INCLUDE/arbtools.h
338AWT_modules.o: $(ARBHOME)/INCLUDE/attributes.h
339AWT_modules.o: $(ARBHOME)/INCLUDE/aw_base.hxx
340AWT_modules.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
341AWT_modules.o: $(ARBHOME)/INCLUDE/aw_window.hxx
342AWT_modules.o: $(ARBHOME)/INCLUDE/cb.h
343AWT_modules.o: $(ARBHOME)/INCLUDE/cb_base.h
344AWT_modules.o: $(ARBHOME)/INCLUDE/cbtypes.h
345AWT_modules.o: $(ARBHOME)/INCLUDE/cxxforward.h
346AWT_modules.o: $(ARBHOME)/INCLUDE/dupstr.h
347AWT_modules.o: $(ARBHOME)/INCLUDE/gccver.h
348AWT_modules.o: $(ARBHOME)/INCLUDE/smartptr.h
349AWT_modules.o: $(ARBHOME)/INCLUDE/static_assert.h
350AWT_modules.o: $(ARBHOME)/INCLUDE/test_global.h
351AWT_modules.o: $(ARBHOME)/INCLUDE/ttypes.h
352
353AWT_sel_boxes.o: awt.hxx
354AWT_sel_boxes.o: awt_modules.hxx
355AWT_sel_boxes.o: awt_sel_boxes.hxx
356AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb.h
357AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
358AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_config.h
359AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_prot.h
360AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
361AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_assert.h
362AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_core.h
363AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_error.h
364AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_file.h
365AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
366AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_msg.h
367AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strarray.h
368AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
369AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_string.h
370AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb.h
371AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
372AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdbt.h
373AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbtools.h
374AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/attributes.h
375AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
376AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
377AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
378AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_base.hxx
379AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
380AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_file.hxx
381AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
382AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
383AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
384AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
385AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_select.hxx
386AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
387AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
388AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cb.h
389AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cb_base.h
390AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cbtypes.h
391AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cxxforward.h
392AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/downcast.h
393AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/dupstr.h
394AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/gccver.h
395AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/item_sel_list.h
396AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/items.h
397AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/smartptr.h
398AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/static_assert.h
399AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/test_global.h
400AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ttypes.h
401
402AWT_seq_colors.o: awt.hxx
403AWT_seq_colors.o: awt_seq_colors.hxx
404AWT_seq_colors.o: $(ARBHOME)/INCLUDE/ad_prot.h
405AWT_seq_colors.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
406AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_assert.h
407AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_core.h
408AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_error.h
409AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_msg.h
410AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arb_string.h
411AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb.h
412AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbdb_base.h
413AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbdbt.h
414AWT_seq_colors.o: $(ARBHOME)/INCLUDE/arbtools.h
415AWT_seq_colors.o: $(ARBHOME)/INCLUDE/attributes.h
416AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
417AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_base.hxx
418AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
419AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
420AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_root.hxx
421AWT_seq_colors.o: $(ARBHOME)/INCLUDE/aw_window.hxx
422AWT_seq_colors.o: $(ARBHOME)/INCLUDE/cb.h
423AWT_seq_colors.o: $(ARBHOME)/INCLUDE/cb_base.h
424AWT_seq_colors.o: $(ARBHOME)/INCLUDE/cbtypes.h
425AWT_seq_colors.o: $(ARBHOME)/INCLUDE/cxxforward.h
426AWT_seq_colors.o: $(ARBHOME)/INCLUDE/downcast.h
427AWT_seq_colors.o: $(ARBHOME)/INCLUDE/dupstr.h
428AWT_seq_colors.o: $(ARBHOME)/INCLUDE/gccver.h
429AWT_seq_colors.o: $(ARBHOME)/INCLUDE/smartptr.h
430AWT_seq_colors.o: $(ARBHOME)/INCLUDE/static_assert.h
431AWT_seq_colors.o: $(ARBHOME)/INCLUDE/test_global.h
432AWT_seq_colors.o: $(ARBHOME)/INCLUDE/ttypes.h
433
434AWT_TreeAwars.o: awt_TreeAwars.hxx
435AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_cb.h
436AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
437AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_prot.h
438AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
439AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_assert.h
440AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_core.h
441AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_error.h
442AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
443AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_msg.h
444AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_string.h
445AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdb.h
446AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdb_base.h
447AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdbt.h
448AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbtools.h
449AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/attributes.h
450AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
451AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_base.hxx
452AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
453AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_root.hxx
454AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cb.h
455AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cb_base.h
456AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cbtypes.h
457AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cxxforward.h
458AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/downcast.h
459AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/dupstr.h
460AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/gccver.h
461AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/smartptr.h
462AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/static_assert.h
463AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/test_global.h
464AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ttypes.h
465
466AWT_www.o: awt.hxx
467AWT_www.o: awt_config_manager.hxx
468AWT_www.o: $(ARBHOME)/INCLUDE/ad_prot.h
469AWT_www.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
470AWT_www.o: $(ARBHOME)/INCLUDE/arb_assert.h
471AWT_www.o: $(ARBHOME)/INCLUDE/arb_core.h
472AWT_www.o: $(ARBHOME)/INCLUDE/arb_defs.h
473AWT_www.o: $(ARBHOME)/INCLUDE/arb_error.h
474AWT_www.o: $(ARBHOME)/INCLUDE/arb_msg.h
475AWT_www.o: $(ARBHOME)/INCLUDE/arb_str.h
476AWT_www.o: $(ARBHOME)/INCLUDE/arb_string.h
477AWT_www.o: $(ARBHOME)/INCLUDE/arbdb.h
478AWT_www.o: $(ARBHOME)/INCLUDE/arbdb_base.h
479AWT_www.o: $(ARBHOME)/INCLUDE/arbdbt.h
480AWT_www.o: $(ARBHOME)/INCLUDE/arbtools.h
481AWT_www.o: $(ARBHOME)/INCLUDE/attributes.h
482AWT_www.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
483AWT_www.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
484AWT_www.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
485AWT_www.o: $(ARBHOME)/INCLUDE/aw_base.hxx
486AWT_www.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
487AWT_www.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
488AWT_www.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
489AWT_www.o: $(ARBHOME)/INCLUDE/aw_root.hxx
490AWT_www.o: $(ARBHOME)/INCLUDE/aw_window.hxx
491AWT_www.o: $(ARBHOME)/INCLUDE/cb.h
492AWT_www.o: $(ARBHOME)/INCLUDE/cb_base.h
493AWT_www.o: $(ARBHOME)/INCLUDE/cbtypes.h
494AWT_www.o: $(ARBHOME)/INCLUDE/cxxforward.h
495AWT_www.o: $(ARBHOME)/INCLUDE/downcast.h
496AWT_www.o: $(ARBHOME)/INCLUDE/dupstr.h
497AWT_www.o: $(ARBHOME)/INCLUDE/gccver.h
498AWT_www.o: $(ARBHOME)/INCLUDE/smartptr.h
499AWT_www.o: $(ARBHOME)/INCLUDE/static_assert.h
500AWT_www.o: $(ARBHOME)/INCLUDE/test_global.h
501AWT_www.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.