source: tags/ms_r17q3/AWT/Makefile

Last change on this file was 16508, checked in by westram, 7 years ago
  • reintegrates 'macros' into 'trunk'
    • introduce generic input prompt (related #179)
    • use it instead of locally generated windows:
      • species (rename + create)
      • alignment (rename, copy + create)
      • experiments (rename, copy + create)
      • genes (rename, copy + extract)
      • mergetool (rename SAI + configs)
      • SAIviz color translation (copy + create)
    • fixed bugs in mergetool ([16503],[16504])
  • adds: log:branches/macros@16484:16507
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 22.3 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_mem.h
51AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_msg.h
52AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arb_string.h
53AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbdb.h
54AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbdb_base.h
55AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbdbt.h
56AWT_asciiprint.o: $(ARBHOME)/INCLUDE/arbtools.h
57AWT_asciiprint.o: $(ARBHOME)/INCLUDE/attributes.h
58AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
59AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_base.hxx
60AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
61AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
62AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_question.hxx
63AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_root.hxx
64AWT_asciiprint.o: $(ARBHOME)/INCLUDE/aw_window.hxx
65AWT_asciiprint.o: $(ARBHOME)/INCLUDE/cb.h
66AWT_asciiprint.o: $(ARBHOME)/INCLUDE/cb_base.h
67AWT_asciiprint.o: $(ARBHOME)/INCLUDE/cbtypes.h
68AWT_asciiprint.o: $(ARBHOME)/INCLUDE/cxxforward.h
69AWT_asciiprint.o: $(ARBHOME)/INCLUDE/downcast.h
70AWT_asciiprint.o: $(ARBHOME)/INCLUDE/dupstr.h
71AWT_asciiprint.o: $(ARBHOME)/INCLUDE/gccver.h
72AWT_asciiprint.o: $(ARBHOME)/INCLUDE/smartptr.h
73AWT_asciiprint.o: $(ARBHOME)/INCLUDE/static_assert.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/smartptr.h
114AWT_canio.o: $(ARBHOME)/INCLUDE/static_assert.h
115AWT_canio.o: $(ARBHOME)/INCLUDE/test_global.h
116AWT_canio.o: $(ARBHOME)/INCLUDE/ttypes.h
117
118AWT_canvas.o: awt.hxx
119AWT_canvas.o: awt_canvas.hxx
120AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_prot.h
121AWT_canvas.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
122AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_assert.h
123AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_core.h
124AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_error.h
125AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_mem.h
126AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_msg.h
127AWT_canvas.o: $(ARBHOME)/INCLUDE/arb_string.h
128AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb.h
129AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdb_base.h
130AWT_canvas.o: $(ARBHOME)/INCLUDE/arbdbt.h
131AWT_canvas.o: $(ARBHOME)/INCLUDE/arbtools.h
132AWT_canvas.o: $(ARBHOME)/INCLUDE/attributes.h
133AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_base.hxx
134AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_device.hxx
135AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
136AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
137AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
138AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
139AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_position.hxx
140AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
141AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_root.hxx
142AWT_canvas.o: $(ARBHOME)/INCLUDE/aw_window.hxx
143AWT_canvas.o: $(ARBHOME)/INCLUDE/cb.h
144AWT_canvas.o: $(ARBHOME)/INCLUDE/cb_base.h
145AWT_canvas.o: $(ARBHOME)/INCLUDE/cbtypes.h
146AWT_canvas.o: $(ARBHOME)/INCLUDE/cxxforward.h
147AWT_canvas.o: $(ARBHOME)/INCLUDE/downcast.h
148AWT_canvas.o: $(ARBHOME)/INCLUDE/dupstr.h
149AWT_canvas.o: $(ARBHOME)/INCLUDE/gccver.h
150AWT_canvas.o: $(ARBHOME)/INCLUDE/smartptr.h
151AWT_canvas.o: $(ARBHOME)/INCLUDE/static_assert.h
152AWT_canvas.o: $(ARBHOME)/INCLUDE/test_global.h
153AWT_canvas.o: $(ARBHOME)/INCLUDE/ttypes.h
154
155AWT_config_manager.o: awt.hxx
156AWT_config_manager.o: awt_config_manager.hxx
157AWT_config_manager.o: awt_sel_boxes.hxx
158AWT_config_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
159AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
160AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_core.h
161AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_defs.h
162AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_error.h
163AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_mem.h
164AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h
165AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_str.h
166AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_strarray.h
167AWT_config_manager.o: $(ARBHOME)/INCLUDE/arb_string.h
168AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
169AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
170AWT_config_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
171AWT_config_manager.o: $(ARBHOME)/INCLUDE/attributes.h
172AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
173AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
174AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
175AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
176AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_question.hxx
177AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
178AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
179AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_select.hxx
180AWT_config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
181AWT_config_manager.o: $(ARBHOME)/INCLUDE/cb.h
182AWT_config_manager.o: $(ARBHOME)/INCLUDE/cb_base.h
183AWT_config_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h
184AWT_config_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h
185AWT_config_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
186AWT_config_manager.o: $(ARBHOME)/INCLUDE/gccver.h
187AWT_config_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
188AWT_config_manager.o: $(ARBHOME)/INCLUDE/static_assert.h
189AWT_config_manager.o: $(ARBHOME)/INCLUDE/test_global.h
190AWT_config_manager.o: $(ARBHOME)/INCLUDE/ttypes.h
191
192AWT_db_browser.o: awt.hxx
193AWT_db_browser.o: awt_hexdump.hxx
194AWT_db_browser.o: awt_misc.hxx
195AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_cb.h
196AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
197AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_prot.h
198AWT_db_browser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
199AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_assert.h
200AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_core.h
201AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_diff.h
202AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_error.h
203AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_file.h
204AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_mem.h
205AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_misc.h
206AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_msg.h
207AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_sleep.h
208AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_str.h
209AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_strarray.h
210AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
211AWT_db_browser.o: $(ARBHOME)/INCLUDE/arb_string.h
212AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb.h
213AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
214AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbdbt.h
215AWT_db_browser.o: $(ARBHOME)/INCLUDE/arbtools.h
216AWT_db_browser.o: $(ARBHOME)/INCLUDE/attributes.h
217AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
218AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
219AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_base.hxx
220AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
221AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
222AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_root.hxx
223AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
224AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_select.hxx
225AWT_db_browser.o: $(ARBHOME)/INCLUDE/aw_window.hxx
226AWT_db_browser.o: $(ARBHOME)/INCLUDE/cb.h
227AWT_db_browser.o: $(ARBHOME)/INCLUDE/cb_base.h
228AWT_db_browser.o: $(ARBHOME)/INCLUDE/cbtypes.h
229AWT_db_browser.o: $(ARBHOME)/INCLUDE/cxxforward.h
230AWT_db_browser.o: $(ARBHOME)/INCLUDE/downcast.h
231AWT_db_browser.o: $(ARBHOME)/INCLUDE/dupstr.h
232AWT_db_browser.o: $(ARBHOME)/INCLUDE/gccver.h
233AWT_db_browser.o: $(ARBHOME)/INCLUDE/smartptr.h
234AWT_db_browser.o: $(ARBHOME)/INCLUDE/static_assert.h
235AWT_db_browser.o: $(ARBHOME)/INCLUDE/test_global.h
236AWT_db_browser.o: $(ARBHOME)/INCLUDE/ttypes.h
237
238AWT_hexdump.o: awt.hxx
239AWT_hexdump.o: awt_hexdump.hxx
240AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_assert.h
241AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_core.h
242AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_error.h
243AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_mem.h
244AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
245AWT_hexdump.o: $(ARBHOME)/INCLUDE/arb_string.h
246AWT_hexdump.o: $(ARBHOME)/INCLUDE/arbdb_base.h
247AWT_hexdump.o: $(ARBHOME)/INCLUDE/arbtools.h
248AWT_hexdump.o: $(ARBHOME)/INCLUDE/attributes.h
249AWT_hexdump.o: $(ARBHOME)/INCLUDE/aw_base.hxx
250AWT_hexdump.o: $(ARBHOME)/INCLUDE/aw_root.hxx
251AWT_hexdump.o: $(ARBHOME)/INCLUDE/cb.h
252AWT_hexdump.o: $(ARBHOME)/INCLUDE/cb_base.h
253AWT_hexdump.o: $(ARBHOME)/INCLUDE/cbtypes.h
254AWT_hexdump.o: $(ARBHOME)/INCLUDE/cxxforward.h
255AWT_hexdump.o: $(ARBHOME)/INCLUDE/dupstr.h
256AWT_hexdump.o: $(ARBHOME)/INCLUDE/gccver.h
257AWT_hexdump.o: $(ARBHOME)/INCLUDE/smartptr.h
258AWT_hexdump.o: $(ARBHOME)/INCLUDE/static_assert.h
259AWT_hexdump.o: $(ARBHOME)/INCLUDE/test_global.h
260AWT_hexdump.o: $(ARBHOME)/INCLUDE/test_unit.h
261AWT_hexdump.o: $(ARBHOME)/INCLUDE/ttypes.h
262
263AWT_hotkeys.o: awt_hotkeys.hxx
264AWT_hotkeys.o: $(ARBHOME)/INCLUDE/arbtools.h
265AWT_hotkeys.o: $(ARBHOME)/INCLUDE/cxxforward.h
266AWT_hotkeys.o: $(ARBHOME)/INCLUDE/gccver.h
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_mem.h
282AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_msg.h
283AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_str.h
284AWT_input_mask.o: $(ARBHOME)/INCLUDE/arb_string.h
285AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb.h
286AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdb_base.h
287AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbdbt.h
288AWT_input_mask.o: $(ARBHOME)/INCLUDE/arbtools.h
289AWT_input_mask.o: $(ARBHOME)/INCLUDE/attributes.h
290AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
291AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_base.hxx
292AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
293AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_file.hxx
294AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
295AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
296AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
297AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_question.hxx
298AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_root.hxx
299AWT_input_mask.o: $(ARBHOME)/INCLUDE/aw_window.hxx
300AWT_input_mask.o: $(ARBHOME)/INCLUDE/cb.h
301AWT_input_mask.o: $(ARBHOME)/INCLUDE/cb_base.h
302AWT_input_mask.o: $(ARBHOME)/INCLUDE/cbtypes.h
303AWT_input_mask.o: $(ARBHOME)/INCLUDE/cxxforward.h
304AWT_input_mask.o: $(ARBHOME)/INCLUDE/downcast.h
305AWT_input_mask.o: $(ARBHOME)/INCLUDE/dupstr.h
306AWT_input_mask.o: $(ARBHOME)/INCLUDE/gb_aci.h
307AWT_input_mask.o: $(ARBHOME)/INCLUDE/gccver.h
308AWT_input_mask.o: $(ARBHOME)/INCLUDE/smartptr.h
309AWT_input_mask.o: $(ARBHOME)/INCLUDE/static_assert.h
310AWT_input_mask.o: $(ARBHOME)/INCLUDE/test_global.h
311AWT_input_mask.o: $(ARBHOME)/INCLUDE/ttypes.h
312
313AWT_map_key.o: awt_config_manager.hxx
314AWT_map_key.o: awt_map_key.hxx
315AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_assert.h
316AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_core.h
317AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_error.h
318AWT_map_key.o: $(ARBHOME)/INCLUDE/arb_msg.h
319AWT_map_key.o: $(ARBHOME)/INCLUDE/arbdb_base.h
320AWT_map_key.o: $(ARBHOME)/INCLUDE/arbtools.h
321AWT_map_key.o: $(ARBHOME)/INCLUDE/attributes.h
322AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
323AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_base.hxx
324AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
325AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_root.hxx
326AWT_map_key.o: $(ARBHOME)/INCLUDE/aw_window.hxx
327AWT_map_key.o: $(ARBHOME)/INCLUDE/cb.h
328AWT_map_key.o: $(ARBHOME)/INCLUDE/cb_base.h
329AWT_map_key.o: $(ARBHOME)/INCLUDE/cbtypes.h
330AWT_map_key.o: $(ARBHOME)/INCLUDE/cxxforward.h
331AWT_map_key.o: $(ARBHOME)/INCLUDE/dupstr.h
332AWT_map_key.o: $(ARBHOME)/INCLUDE/gccver.h
333AWT_map_key.o: $(ARBHOME)/INCLUDE/smartptr.h
334AWT_map_key.o: $(ARBHOME)/INCLUDE/static_assert.h
335AWT_map_key.o: $(ARBHOME)/INCLUDE/test_global.h
336AWT_map_key.o: $(ARBHOME)/INCLUDE/ttypes.h
337
338AWT_misc.o: awt_misc.hxx
339AWT_misc.o: $(ARBHOME)/INCLUDE/ad_prot.h
340AWT_misc.o: $(ARBHOME)/INCLUDE/arb_assert.h
341AWT_misc.o: $(ARBHOME)/INCLUDE/arb_core.h
342AWT_misc.o: $(ARBHOME)/INCLUDE/arb_error.h
343AWT_misc.o: $(ARBHOME)/INCLUDE/arb_mem.h
344AWT_misc.o: $(ARBHOME)/INCLUDE/arb_msg.h
345AWT_misc.o: $(ARBHOME)/INCLUDE/arb_strarray.h
346AWT_misc.o: $(ARBHOME)/INCLUDE/arb_string.h
347AWT_misc.o: $(ARBHOME)/INCLUDE/arbdb.h
348AWT_misc.o: $(ARBHOME)/INCLUDE/arbdb_base.h
349AWT_misc.o: $(ARBHOME)/INCLUDE/arbtools.h
350AWT_misc.o: $(ARBHOME)/INCLUDE/attributes.h
351AWT_misc.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
352AWT_misc.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
353AWT_misc.o: $(ARBHOME)/INCLUDE/aw_base.hxx
354AWT_misc.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
355AWT_misc.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
356AWT_misc.o: $(ARBHOME)/INCLUDE/aw_root.hxx
357AWT_misc.o: $(ARBHOME)/INCLUDE/aw_window.hxx
358AWT_misc.o: $(ARBHOME)/INCLUDE/cb.h
359AWT_misc.o: $(ARBHOME)/INCLUDE/cb_base.h
360AWT_misc.o: $(ARBHOME)/INCLUDE/cbtypes.h
361AWT_misc.o: $(ARBHOME)/INCLUDE/cxxforward.h
362AWT_misc.o: $(ARBHOME)/INCLUDE/dupstr.h
363AWT_misc.o: $(ARBHOME)/INCLUDE/gccver.h
364AWT_misc.o: $(ARBHOME)/INCLUDE/smartptr.h
365AWT_misc.o: $(ARBHOME)/INCLUDE/static_assert.h
366AWT_misc.o: $(ARBHOME)/INCLUDE/test_global.h
367AWT_misc.o: $(ARBHOME)/INCLUDE/ttypes.h
368
369AWT_modules.o: awt_modules.hxx
370AWT_modules.o: $(ARBHOME)/INCLUDE/arb_assert.h
371AWT_modules.o: $(ARBHOME)/INCLUDE/arb_core.h
372AWT_modules.o: $(ARBHOME)/INCLUDE/arbdb_base.h
373AWT_modules.o: $(ARBHOME)/INCLUDE/arbtools.h
374AWT_modules.o: $(ARBHOME)/INCLUDE/attributes.h
375AWT_modules.o: $(ARBHOME)/INCLUDE/aw_base.hxx
376AWT_modules.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
377AWT_modules.o: $(ARBHOME)/INCLUDE/aw_window.hxx
378AWT_modules.o: $(ARBHOME)/INCLUDE/cb.h
379AWT_modules.o: $(ARBHOME)/INCLUDE/cb_base.h
380AWT_modules.o: $(ARBHOME)/INCLUDE/cbtypes.h
381AWT_modules.o: $(ARBHOME)/INCLUDE/cxxforward.h
382AWT_modules.o: $(ARBHOME)/INCLUDE/dupstr.h
383AWT_modules.o: $(ARBHOME)/INCLUDE/gccver.h
384AWT_modules.o: $(ARBHOME)/INCLUDE/smartptr.h
385AWT_modules.o: $(ARBHOME)/INCLUDE/static_assert.h
386AWT_modules.o: $(ARBHOME)/INCLUDE/test_global.h
387AWT_modules.o: $(ARBHOME)/INCLUDE/ttypes.h
388
389AWT_prompt.o: awt_prompt.hxx
390AWT_prompt.o: $(ARBHOME)/INCLUDE/arb_assert.h
391AWT_prompt.o: $(ARBHOME)/INCLUDE/arb_core.h
392AWT_prompt.o: $(ARBHOME)/INCLUDE/arb_error.h
393AWT_prompt.o: $(ARBHOME)/INCLUDE/arbdb_base.h
394AWT_prompt.o: $(ARBHOME)/INCLUDE/arbtools.h
395AWT_prompt.o: $(ARBHOME)/INCLUDE/attributes.h
396AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
397AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_base.hxx
398AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
399AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_root.hxx
400AWT_prompt.o: $(ARBHOME)/INCLUDE/aw_window.hxx
401AWT_prompt.o: $(ARBHOME)/INCLUDE/cb.h
402AWT_prompt.o: $(ARBHOME)/INCLUDE/cb_base.h
403AWT_prompt.o: $(ARBHOME)/INCLUDE/cbtypes.h
404AWT_prompt.o: $(ARBHOME)/INCLUDE/cxxforward.h
405AWT_prompt.o: $(ARBHOME)/INCLUDE/dupstr.h
406AWT_prompt.o: $(ARBHOME)/INCLUDE/gccver.h
407AWT_prompt.o: $(ARBHOME)/INCLUDE/smartptr.h
408AWT_prompt.o: $(ARBHOME)/INCLUDE/static_assert.h
409AWT_prompt.o: $(ARBHOME)/INCLUDE/test_global.h
410AWT_prompt.o: $(ARBHOME)/INCLUDE/ttypes.h
411
412AWT_sel_boxes.o: awt.hxx
413AWT_sel_boxes.o: awt_modules.hxx
414AWT_sel_boxes.o: awt_sel_boxes.hxx
415AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb.h
416AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
417AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_config.h
418AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_prot.h
419AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
420AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_assert.h
421AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_core.h
422AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_error.h
423AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_file.h
424AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
425AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_mem.h
426AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_msg.h
427AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strarray.h
428AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
429AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arb_string.h
430AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb.h
431AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
432AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbdbt.h
433AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/arbtools.h
434AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/attributes.h
435AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
436AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
437AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
438AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_base.hxx
439AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
440AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_file.hxx
441AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
442AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
443AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
444AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
445AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
446AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_select.hxx
447AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
448AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
449AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cb.h
450AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cb_base.h
451AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cbtypes.h
452AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/cxxforward.h
453AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/downcast.h
454AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/dupstr.h
455AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/gccver.h
456AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/item_sel_list.h
457AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/items.h
458AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/smartptr.h
459AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/static_assert.h
460AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/test_global.h
461AWT_sel_boxes.o: $(ARBHOME)/INCLUDE/ttypes.h
462
463AWT_TreeAwars.o: awt_TreeAwars.hxx
464AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_cb.h
465AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
466AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_prot.h
467AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
468AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_assert.h
469AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_core.h
470AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_error.h
471AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
472AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_mem.h
473AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_msg.h
474AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arb_string.h
475AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdb.h
476AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdb_base.h
477AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbdbt.h
478AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/arbtools.h
479AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/attributes.h
480AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
481AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_base.hxx
482AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
483AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/aw_root.hxx
484AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cb.h
485AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cb_base.h
486AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cbtypes.h
487AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/cxxforward.h
488AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/downcast.h
489AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/dupstr.h
490AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/gccver.h
491AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/smartptr.h
492AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/static_assert.h
493AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/test_global.h
494AWT_TreeAwars.o: $(ARBHOME)/INCLUDE/ttypes.h
495
496AWT_www.o: awt.hxx
497AWT_www.o: awt_config_manager.hxx
498AWT_www.o: $(ARBHOME)/INCLUDE/ad_prot.h
499AWT_www.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
500AWT_www.o: $(ARBHOME)/INCLUDE/arb_assert.h
501AWT_www.o: $(ARBHOME)/INCLUDE/arb_core.h
502AWT_www.o: $(ARBHOME)/INCLUDE/arb_defs.h
503AWT_www.o: $(ARBHOME)/INCLUDE/arb_error.h
504AWT_www.o: $(ARBHOME)/INCLUDE/arb_mem.h
505AWT_www.o: $(ARBHOME)/INCLUDE/arb_msg.h
506AWT_www.o: $(ARBHOME)/INCLUDE/arb_str.h
507AWT_www.o: $(ARBHOME)/INCLUDE/arb_string.h
508AWT_www.o: $(ARBHOME)/INCLUDE/arbdb.h
509AWT_www.o: $(ARBHOME)/INCLUDE/arbdb_base.h
510AWT_www.o: $(ARBHOME)/INCLUDE/arbdbt.h
511AWT_www.o: $(ARBHOME)/INCLUDE/arbtools.h
512AWT_www.o: $(ARBHOME)/INCLUDE/attributes.h
513AWT_www.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
514AWT_www.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
515AWT_www.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
516AWT_www.o: $(ARBHOME)/INCLUDE/aw_base.hxx
517AWT_www.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
518AWT_www.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
519AWT_www.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
520AWT_www.o: $(ARBHOME)/INCLUDE/aw_root.hxx
521AWT_www.o: $(ARBHOME)/INCLUDE/aw_window.hxx
522AWT_www.o: $(ARBHOME)/INCLUDE/cb.h
523AWT_www.o: $(ARBHOME)/INCLUDE/cb_base.h
524AWT_www.o: $(ARBHOME)/INCLUDE/cbtypes.h
525AWT_www.o: $(ARBHOME)/INCLUDE/cxxforward.h
526AWT_www.o: $(ARBHOME)/INCLUDE/downcast.h
527AWT_www.o: $(ARBHOME)/INCLUDE/dupstr.h
528AWT_www.o: $(ARBHOME)/INCLUDE/gb_aci.h
529AWT_www.o: $(ARBHOME)/INCLUDE/gccver.h
530AWT_www.o: $(ARBHOME)/INCLUDE/smartptr.h
531AWT_www.o: $(ARBHOME)/INCLUDE/static_assert.h
532AWT_www.o: $(ARBHOME)/INCLUDE/test_global.h
533AWT_www.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.