source: trunk/AWT/Makefile

Last change on this file was 19575, checked in by westram, 5 days ago
  • reintegrates 'help' into 'trunk'
    • preformatted text gets checked for width now (to enforce it fits into the arb help window).
    • fixed help following these checks, using the following steps:
      • ignore problems in foreign documentation.
      • increase default help window width.
      • introduce control comments to
        • accept oversized preformatted sections.
        • enforce preformatted style for whole sections.
        • simply define single-line preformatted sections
          Used intensive for definition of internal script languages.
    • fixed several non-related problems found in documentation.
    • minor layout changes for HTML version of arb help (more compacted; highlight anchored/all sections).
    • refactor system interface (GUI version) and use it from help module.
  • adds: log:branches/help@19532:19574
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 23.3 KB
Line 
1# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
2
3.SUFFIXES: .o .cxx .depend
4
5OBJECTS=$(subst .cxx,.o,$(wildcard *.cxx))
6
7LIB_SHARED=../lib/$(MAIN:.a=).$(SHARED_LIB_SUFFIX)
8
9# MAIN contains .a (instead of wanted .so). Translate via do_...-target
10it: do_$(MAIN)
11
12do_AWT.a:
13        @echo "Error: MAIN='$(MAIN)' is set wrong"
14        false
15
16do_libAWT.a: $(LIB_SHARED)
17
18$(LIB_SHARED): $(OBJECTS)
19        $(LINK_SHARED_LIB) $(LIB_SHARED) $(OBJECTS)
20
21.cxx.o:
22        $(A_CXX) $(shared_cflags) $(cflags) $(cxxflags) -c $<  $(CXX_INCLUDES) $(POST_COMPILE) $<
23
24clean:
25        rm -f $(OBJECTS) *.a *.so
26
27DEPENDS = $(OBJECTS:.o=.depend)
28depends: $(DEPENDS)
29        @cat $(DEPENDS) | grep -v '^#' >>Makefile
30        @rm $(DEPENDS)
31$(DEPENDS): depend.init
32depend.init:
33        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
34.cxx.depend:
35        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
36
37# DO NOT DELETE THIS LINE -- make depend depends on it.
38
39# Do not add dependencies manually - use 'make depend' in $ARBHOME
40# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
41
42AWT_asciiprint.o: awt.hxx
43AWT_asciiprint.o: awt_asciiprint.hxx
44AWT_asciiprint.o: $(ARBHOME)/INCLUDE/ad_prot.h
45AWT_asciiprint.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
46AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_assert.h
47AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_core.h
48AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_error.h
49AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_mem.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/stringize.h
74AWT_asciiprint.o: $(ARBHOME)/INCLUDE/test_global.h
75AWT_asciiprint.o: $(ARBHOME)/INCLUDE/ttypes.h
76
77AWT_canio.o: awt_canvas.hxx
78AWT_canio.o: $(ARBHOME)/INCLUDE/ad_prot.h
79AWT_canio.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
80AWT_canio.o: $(ARBHOME)/INCLUDE/arb_assert.h
81AWT_canio.o: $(ARBHOME)/INCLUDE/arb_core.h
82AWT_canio.o: $(ARBHOME)/INCLUDE/arb_defs.h
83AWT_canio.o: $(ARBHOME)/INCLUDE/arb_error.h
84AWT_canio.o: $(ARBHOME)/INCLUDE/arb_file.h
85AWT_canio.o: $(ARBHOME)/INCLUDE/arb_mem.h
86AWT_canio.o: $(ARBHOME)/INCLUDE/arb_msg.h
87AWT_canio.o: $(ARBHOME)/INCLUDE/arb_progress.h
88AWT_canio.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
89AWT_canio.o: $(ARBHOME)/INCLUDE/arb_string.h
90AWT_canio.o: $(ARBHOME)/INCLUDE/arbdb.h
91AWT_canio.o: $(ARBHOME)/INCLUDE/arbdb_base.h
92AWT_canio.o: $(ARBHOME)/INCLUDE/arbdbt.h
93AWT_canio.o: $(ARBHOME)/INCLUDE/arbtools.h
94AWT_canio.o: $(ARBHOME)/INCLUDE/attributes.h
95AWT_canio.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
96AWT_canio.o: $(ARBHOME)/INCLUDE/aw_base.hxx
97AWT_canio.o: $(ARBHOME)/INCLUDE/aw_device.hxx
98AWT_canio.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
99AWT_canio.o: $(ARBHOME)/INCLUDE/aw_file.hxx
100AWT_canio.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
101AWT_canio.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
102AWT_canio.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
103AWT_canio.o: $(ARBHOME)/INCLUDE/aw_position.hxx
104AWT_canio.o: $(ARBHOME)/INCLUDE/aw_root.hxx
105AWT_canio.o: $(ARBHOME)/INCLUDE/aw_window.hxx
106AWT_canio.o: $(ARBHOME)/INCLUDE/cb.h
107AWT_canio.o: $(ARBHOME)/INCLUDE/cb_base.h
108AWT_canio.o: $(ARBHOME)/INCLUDE/cbtypes.h
109AWT_canio.o: $(ARBHOME)/INCLUDE/cxxforward.h
110AWT_canio.o: $(ARBHOME)/INCLUDE/downcast.h
111AWT_canio.o: $(ARBHOME)/INCLUDE/dupstr.h
112AWT_canio.o: $(ARBHOME)/INCLUDE/gccver.h
113AWT_canio.o: $(ARBHOME)/INCLUDE/sized_cstr.h
114AWT_canio.o: $(ARBHOME)/INCLUDE/smartptr.h
115AWT_canio.o: $(ARBHOME)/INCLUDE/static_assert.h
116AWT_canio.o: $(ARBHOME)/INCLUDE/stringize.h
117AWT_canio.o: $(ARBHOME)/INCLUDE/test_global.h
118AWT_canio.o: $(ARBHOME)/INCLUDE/ttypes.h
119
120AWT_canvas.o: awt.hxx
121AWT_canvas.o: awt_canvas.hxx
122AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_prot.h
123AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
124AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_assert.h
125AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_core.h
126AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_error.h
127AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_mem.h
128AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_msg.h
129AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_string.h
130AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb.h
131AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb_base.h
132AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdbt.h
133AWT_canvas.o: $(ARBHOME)/INCLUDE/arbtools.h
134AWT_canvas.o: $(ARBHOME)/INCLUDE/attributes.h
135AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_base.hxx
136AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_device.hxx
137AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
138AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
139AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
140AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
141AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_position.hxx
142AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
143AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_root.hxx
144AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_window.hxx
145AWT_canvas.o: $(ARBHOME)/INCLUDE/cb.h
146AWT_canvas.o: $(ARBHOME)/INCLUDE/cb_base.h
147AWT_canvas.o: $(ARBHOME)/INCLUDE/cbtypes.h
148AWT_canvas.o: $(ARBHOME)/INCLUDE/cxxforward.h
149AWT_canvas.o: $(ARBHOME)/INCLUDE/downcast.h
150AWT_canvas.o: $(ARBHOME)/INCLUDE/dupstr.h
151AWT_canvas.o: $(ARBHOME)/INCLUDE/gccver.h
152AWT_canvas.o: $(ARBHOME)/INCLUDE/sized_cstr.h
153AWT_canvas.o: $(ARBHOME)/INCLUDE/smartptr.h
154AWT_canvas.o: $(ARBHOME)/INCLUDE/static_assert.h
155AWT_canvas.o: $(ARBHOME)/INCLUDE/stringize.h
156AWT_canvas.o: $(ARBHOME)/INCLUDE/test_global.h
157AWT_canvas.o: $(ARBHOME)/INCLUDE/ttypes.h
158
159AWT_config_manager.o: awt.hxx
160AWT_config_manager.o: awt_config_manager.hxx
161AWT_config_manager.o: awt_sel_boxes.hxx
162AWT_config_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
163AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
164AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_core.h
165AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_defs.h
166AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_error.h
167AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_mem.h
168AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h
169AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_str.h
170AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_strarray.h
171AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_string.h
172AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
173AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
174AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
175AWT_config_manager.o: $(ARBHOME)/INCLUDE/attributes.h
176AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
177AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
178AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
179AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
180AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_question.hxx
181AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
182AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
183AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_select.hxx
184AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
185AWT_config_manager.o: $(ARBHOME)/INCLUDE/cb.h
186AWT_config_manager.o: $(ARBHOME)/INCLUDE/cb_base.h
187AWT_config_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h
188AWT_config_manager.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
189AWT_config_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h
190AWT_config_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
191AWT_config_manager.o: $(ARBHOME)/INCLUDE/gccver.h
192AWT_config_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
193AWT_config_manager.o: $(ARBHOME)/INCLUDE/static_assert.h
194AWT_config_manager.o: $(ARBHOME)/INCLUDE/stringize.h
195AWT_config_manager.o: $(ARBHOME)/INCLUDE/test_global.h
196AWT_config_manager.o: $(ARBHOME)/INCLUDE/ttypes.h
197
198AWT_db_browser.o: awt.hxx
199AWT_db_browser.o: awt_hexdump.hxx
200AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_cb.h
201AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
202AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_prot.h
203AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
204AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_assert.h
205AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_core.h
206AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_diff.h
207AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_error.h
208AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_file.h
209AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_mem.h
210AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_misc.h
211AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_msg.h
212AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_sleep.h
213AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_str.h
214AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_strarray.h
215AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
216AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_string.h
217AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb.h
218AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
219AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdbt.h
220AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbtools.h
221AWT_db_browser.o: $(ARBHOME)/INCLUDE/attributes.h
222AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
223AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
224AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_base.hxx
225AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
226AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
227AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_root.hxx
228AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
229AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_select.hxx
230AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_system.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/downcast.h
237AWT_db_browser.o: $(ARBHOME)/INCLUDE/dupstr.h
238AWT_db_browser.o: $(ARBHOME)/INCLUDE/gccver.h
239AWT_db_browser.o: $(ARBHOME)/INCLUDE/smartptr.h
240AWT_db_browser.o: $(ARBHOME)/INCLUDE/static_assert.h
241AWT_db_browser.o: $(ARBHOME)/INCLUDE/stringize.h
242AWT_db_browser.o: $(ARBHOME)/INCLUDE/test_global.h
243AWT_db_browser.o: $(ARBHOME)/INCLUDE/ttypes.h
244
245AWT_hexdump.o: awt.hxx
246AWT_hexdump.o: awt_hexdump.hxx
247AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_assert.h
248AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_core.h
249AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_error.h
250AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_mem.h
251AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
252AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_string.h
253AWT_hexdump.o: $(ARBHOME)/INCLUDE/arbdb_base.h
254AWT_hexdump.o: $(ARBHOME)/INCLUDE/arbtools.h
255AWT_hexdump.o: $(ARBHOME)/INCLUDE/attributes.h
256AWT_hexdump.o: $(ARBHOME)/INCLUDE/aw_base.hxx
257AWT_hexdump.o: $(ARBHOME)/INCLUDE/aw_root.hxx
258AWT_hexdump.o: $(ARBHOME)/INCLUDE/cb.h
259AWT_hexdump.o: $(ARBHOME)/INCLUDE/cb_base.h
260AWT_hexdump.o: $(ARBHOME)/INCLUDE/cbtypes.h
261AWT_hexdump.o: $(ARBHOME)/INCLUDE/cxxforward.h
262AWT_hexdump.o: $(ARBHOME)/INCLUDE/dupstr.h
263AWT_hexdump.o: $(ARBHOME)/INCLUDE/gccver.h
264AWT_hexdump.o: $(ARBHOME)/INCLUDE/smartptr.h
265AWT_hexdump.o: $(ARBHOME)/INCLUDE/static_assert.h
266AWT_hexdump.o: $(ARBHOME)/INCLUDE/stringize.h
267AWT_hexdump.o: $(ARBHOME)/INCLUDE/test_global.h
268AWT_hexdump.o: $(ARBHOME)/INCLUDE/test_unit.h
269AWT_hexdump.o: $(ARBHOME)/INCLUDE/ttypes.h
270
271AWT_hotkeys.o: awt_hotkeys.hxx
272AWT_hotkeys.o: $(ARBHOME)/INCLUDE/arbtools.h
273AWT_hotkeys.o: $(ARBHOME)/INCLUDE/cxxforward.h
274AWT_hotkeys.o: $(ARBHOME)/INCLUDE/gccver.h
275
276AWT_input_mask.o: awt.hxx
277AWT_input_mask.o: awt_hotkeys.hxx
278AWT_input_mask.o: awt_input_mask.hxx
279AWT_input_mask.o: awt_input_mask_internal.hxx
280AWT_input_mask.o: awt_www.hxx
281AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_cb.h
282AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
283AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_prot.h
284AWT_input_mask.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
285AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_assert.h
286AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_core.h
287AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_error.h
288AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_file.h
289AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_mem.h
290AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_msg.h
291AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_str.h
292AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_string.h
293AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb.h
294AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb_base.h
295AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdbt.h
296AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbtools.h
297AWT_input_mask.o: $(ARBHOME)/INCLUDE/attributes.h
298AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
299AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_base.hxx
300AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
301AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_file.hxx
302AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
303AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
304AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
305AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_question.hxx
306AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_root.hxx
307AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_window.hxx
308AWT_input_mask.o: $(ARBHOME)/INCLUDE/cb.h
309AWT_input_mask.o: $(ARBHOME)/INCLUDE/cb_base.h
310AWT_input_mask.o: $(ARBHOME)/INCLUDE/cbtypes.h
311AWT_input_mask.o: $(ARBHOME)/INCLUDE/cxxforward.h
312AWT_input_mask.o: $(ARBHOME)/INCLUDE/downcast.h
313AWT_input_mask.o: $(ARBHOME)/INCLUDE/dupstr.h
314AWT_input_mask.o: $(ARBHOME)/INCLUDE/gb_aci.h
315AWT_input_mask.o: $(ARBHOME)/INCLUDE/gccver.h
316AWT_input_mask.o: $(ARBHOME)/INCLUDE/smartptr.h
317AWT_input_mask.o: $(ARBHOME)/INCLUDE/static_assert.h
318AWT_input_mask.o: $(ARBHOME)/INCLUDE/stringize.h
319AWT_input_mask.o: $(ARBHOME)/INCLUDE/test_global.h
320AWT_input_mask.o: $(ARBHOME)/INCLUDE/ttypes.h
321
322AWT_map_key.o: awt_config_manager.hxx
323AWT_map_key.o: awt_map_key.hxx
324AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_assert.h
325AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_core.h
326AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_error.h
327AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_mem.h
328AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_msg.h
329AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_strarray.h
330AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_string.h
331AWT_map_key.o: $(ARBHOME)/INCLUDE/arbdb_base.h
332AWT_map_key.o: $(ARBHOME)/INCLUDE/arbtools.h
333AWT_map_key.o: $(ARBHOME)/INCLUDE/attributes.h
334AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
335AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_base.hxx
336AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
337AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_root.hxx
338AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_window.hxx
339AWT_map_key.o: $(ARBHOME)/INCLUDE/cb.h
340AWT_map_key.o: $(ARBHOME)/INCLUDE/cb_base.h
341AWT_map_key.o: $(ARBHOME)/INCLUDE/cbtypes.h
342AWT_map_key.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
343AWT_map_key.o: $(ARBHOME)/INCLUDE/cxxforward.h
344AWT_map_key.o: $(ARBHOME)/INCLUDE/dupstr.h
345AWT_map_key.o: $(ARBHOME)/INCLUDE/gccver.h
346AWT_map_key.o: $(ARBHOME)/INCLUDE/smartptr.h
347AWT_map_key.o: $(ARBHOME)/INCLUDE/static_assert.h
348AWT_map_key.o: $(ARBHOME)/INCLUDE/stringize.h
349AWT_map_key.o: $(ARBHOME)/INCLUDE/test_global.h
350AWT_map_key.o: $(ARBHOME)/INCLUDE/ttypes.h
351
352AWT_misc.o: awt_misc.hxx
353AWT_misc.o: $(ARBHOME)/INCLUDE/ad_prot.h
354AWT_misc.o: $(ARBHOME)/INCLUDE/arb_assert.h
355AWT_misc.o: $(ARBHOME)/INCLUDE/arb_core.h
356AWT_misc.o: $(ARBHOME)/INCLUDE/arb_error.h
357AWT_misc.o: $(ARBHOME)/INCLUDE/arb_mem.h
358AWT_misc.o: $(ARBHOME)/INCLUDE/arb_msg.h
359AWT_misc.o: $(ARBHOME)/INCLUDE/arb_strarray.h
360AWT_misc.o: $(ARBHOME)/INCLUDE/arb_string.h
361AWT_misc.o: $(ARBHOME)/INCLUDE/arbdb.h
362AWT_misc.o: $(ARBHOME)/INCLUDE/arbdb_base.h
363AWT_misc.o: $(ARBHOME)/INCLUDE/arbtools.h
364AWT_misc.o: $(ARBHOME)/INCLUDE/attributes.h
365AWT_misc.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
366AWT_misc.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
367AWT_misc.o: $(ARBHOME)/INCLUDE/aw_base.hxx
368AWT_misc.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
369AWT_misc.o: $(ARBHOME)/INCLUDE/aw_root.hxx
370AWT_misc.o: $(ARBHOME)/INCLUDE/aw_window.hxx
371AWT_misc.o: $(ARBHOME)/INCLUDE/cb.h
372AWT_misc.o: $(ARBHOME)/INCLUDE/cb_base.h
373AWT_misc.o: $(ARBHOME)/INCLUDE/cbtypes.h
374AWT_misc.o: $(ARBHOME)/INCLUDE/cxxforward.h
375AWT_misc.o: $(ARBHOME)/INCLUDE/dupstr.h
376AWT_misc.o: $(ARBHOME)/INCLUDE/gccver.h
377AWT_misc.o: $(ARBHOME)/INCLUDE/smartptr.h
378AWT_misc.o: $(ARBHOME)/INCLUDE/static_assert.h
379AWT_misc.o: $(ARBHOME)/INCLUDE/stringize.h
380AWT_misc.o: $(ARBHOME)/INCLUDE/test_global.h
381AWT_misc.o: $(ARBHOME)/INCLUDE/ttypes.h
382
383AWT_modules.o: awt_modules.hxx
384AWT_modules.o: $(ARBHOME)/INCLUDE/arb_assert.h
385AWT_modules.o: $(ARBHOME)/INCLUDE/arb_core.h
386AWT_modules.o: $(ARBHOME)/INCLUDE/arbdb_base.h
387AWT_modules.o: $(ARBHOME)/INCLUDE/arbtools.h
388AWT_modules.o: $(ARBHOME)/INCLUDE/attributes.h
389AWT_modules.o: $(ARBHOME)/INCLUDE/aw_base.hxx
390AWT_modules.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
391AWT_modules.o: $(ARBHOME)/INCLUDE/aw_window.hxx
392AWT_modules.o: $(ARBHOME)/INCLUDE/cb.h
393AWT_modules.o: $(ARBHOME)/INCLUDE/cb_base.h
394AWT_modules.o: $(ARBHOME)/INCLUDE/cbtypes.h
395AWT_modules.o: $(ARBHOME)/INCLUDE/cxxforward.h
396AWT_modules.o: $(ARBHOME)/INCLUDE/dupstr.h
397AWT_modules.o: $(ARBHOME)/INCLUDE/gccver.h
398AWT_modules.o: $(ARBHOME)/INCLUDE/smartptr.h
399AWT_modules.o: $(ARBHOME)/INCLUDE/static_assert.h
400AWT_modules.o: $(ARBHOME)/INCLUDE/stringize.h
401AWT_modules.o: $(ARBHOME)/INCLUDE/test_global.h
402AWT_modules.o: $(ARBHOME)/INCLUDE/ttypes.h
403
404AWT_prompt.o: awt_prompt.hxx
405AWT_prompt.o: $(ARBHOME)/INCLUDE/arb_assert.h
406AWT_prompt.o: $(ARBHOME)/INCLUDE/arb_core.h
407AWT_prompt.o: $(ARBHOME)/INCLUDE/arb_error.h
408AWT_prompt.o: $(ARBHOME)/INCLUDE/arbdb_base.h
409AWT_prompt.o: $(ARBHOME)/INCLUDE/arbtools.h
410AWT_prompt.o: $(ARBHOME)/INCLUDE/attributes.h
411AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
412AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_base.hxx
413AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
414AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_root.hxx
415AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_window.hxx
416AWT_prompt.o: $(ARBHOME)/INCLUDE/cb.h
417AWT_prompt.o: $(ARBHOME)/INCLUDE/cb_base.h
418AWT_prompt.o: $(ARBHOME)/INCLUDE/cbtypes.h
419AWT_prompt.o: $(ARBHOME)/INCLUDE/cxxforward.h
420AWT_prompt.o: $(ARBHOME)/INCLUDE/dupstr.h
421AWT_prompt.o: $(ARBHOME)/INCLUDE/gccver.h
422AWT_prompt.o: $(ARBHOME)/INCLUDE/smartptr.h
423AWT_prompt.o: $(ARBHOME)/INCLUDE/static_assert.h
424AWT_prompt.o: $(ARBHOME)/INCLUDE/stringize.h
425AWT_prompt.o: $(ARBHOME)/INCLUDE/test_global.h
426AWT_prompt.o: $(ARBHOME)/INCLUDE/ttypes.h
427
428AWT_sel_boxes.o: awt.hxx
429AWT_sel_boxes.o: awt_modules.hxx
430AWT_sel_boxes.o: awt_sel_boxes.hxx
431AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb.h
432AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
433AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_config.h
434AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_prot.h
435AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
436AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_assert.h
437AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_core.h
438AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_error.h
439AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_file.h
440AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
441AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_mem.h
442AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_msg.h
443AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_stdstring.h
444AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strarray.h
445AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
446AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_string.h
447AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb.h
448AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
449AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdbt.h
450AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbtools.h
451AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/attributes.h
452AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
453AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
454AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
455AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_base.hxx
456AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
457AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_file.hxx
458AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
459AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
460AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
461AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
462AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
463AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_select.hxx
464AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
465AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
466AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cb.h
467AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cb_base.h
468AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cbtypes.h
469AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cxxforward.h
470AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/downcast.h
471AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/dupstr.h
472AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/gccver.h
473AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/item_sel_list.h
474AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/items.h
475AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/smartptr.h
476AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/static_assert.h
477AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/stringize.h
478AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/test_global.h
479AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ttypes.h
480
481AWT_TreeAwars.o: awt_TreeAwars.hxx
482AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_cb.h
483AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
484AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_prot.h
485AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
486AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_assert.h
487AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_core.h
488AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_error.h
489AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
490AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_mem.h
491AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_msg.h
492AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_string.h
493AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdb.h
494AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdb_base.h
495AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdbt.h
496AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbtools.h
497AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/attributes.h
498AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
499AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_base.hxx
500AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
501AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_root.hxx
502AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cb.h
503AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cb_base.h
504AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cbtypes.h
505AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cxxforward.h
506AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/downcast.h
507AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/dupstr.h
508AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/gccver.h
509AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/smartptr.h
510AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/static_assert.h
511AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/stringize.h
512AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/test_global.h
513AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ttypes.h
514
515AWT_www.o: awt.hxx
516AWT_www.o: awt_config_manager.hxx
517AWT_www.o: $(ARBHOME)/INCLUDE/ad_prot.h
518AWT_www.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
519AWT_www.o: $(ARBHOME)/INCLUDE/arb_assert.h
520AWT_www.o: $(ARBHOME)/INCLUDE/arb_core.h
521AWT_www.o: $(ARBHOME)/INCLUDE/arb_defs.h
522AWT_www.o: $(ARBHOME)/INCLUDE/arb_error.h
523AWT_www.o: $(ARBHOME)/INCLUDE/arb_mem.h
524AWT_www.o: $(ARBHOME)/INCLUDE/arb_msg.h
525AWT_www.o: $(ARBHOME)/INCLUDE/arb_str.h
526AWT_www.o: $(ARBHOME)/INCLUDE/arb_strarray.h
527AWT_www.o: $(ARBHOME)/INCLUDE/arb_string.h
528AWT_www.o: $(ARBHOME)/INCLUDE/arbdb.h
529AWT_www.o: $(ARBHOME)/INCLUDE/arbdb_base.h
530AWT_www.o: $(ARBHOME)/INCLUDE/arbdbt.h
531AWT_www.o: $(ARBHOME)/INCLUDE/arbtools.h
532AWT_www.o: $(ARBHOME)/INCLUDE/attributes.h
533AWT_www.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
534AWT_www.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
535AWT_www.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
536AWT_www.o: $(ARBHOME)/INCLUDE/aw_base.hxx
537AWT_www.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
538AWT_www.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
539AWT_www.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
540AWT_www.o: $(ARBHOME)/INCLUDE/aw_root.hxx
541AWT_www.o: $(ARBHOME)/INCLUDE/aw_window.hxx
542AWT_www.o: $(ARBHOME)/INCLUDE/cb.h
543AWT_www.o: $(ARBHOME)/INCLUDE/cb_base.h
544AWT_www.o: $(ARBHOME)/INCLUDE/cbtypes.h
545AWT_www.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
546AWT_www.o: $(ARBHOME)/INCLUDE/cxxforward.h
547AWT_www.o: $(ARBHOME)/INCLUDE/downcast.h
548AWT_www.o: $(ARBHOME)/INCLUDE/dupstr.h
549AWT_www.o: $(ARBHOME)/INCLUDE/gb_aci.h
550AWT_www.o: $(ARBHOME)/INCLUDE/gccver.h
551AWT_www.o: $(ARBHOME)/INCLUDE/smartptr.h
552AWT_www.o: $(ARBHOME)/INCLUDE/static_assert.h
553AWT_www.o: $(ARBHOME)/INCLUDE/stringize.h
554AWT_www.o: $(ARBHOME)/INCLUDE/test_global.h
555AWT_www.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.