source: tags/old_import_filter/WINDOW/Makefile

Last change on this file was 10083, checked in by westram, 11 years ago

reintegrated branch 'macros2'

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 26.7 KB
Line 
1.SUFFIXES: .o .c .cxx .depend
2
3OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx))
4
5LIB_SHARED=../lib/$(MAIN:.a=).$(SHARED_LIB_SUFFIX)
6
7it: do_$(MAIN)
8
9do_WINDOW.a:
10        @echo "Error: MAIN='$(MAIN)' is set wrong"
11        false
12
13do_libWINDOW.a: $(LIB_SHARED)
14
15$(LIB_SHARED): $(OBJECTS)
16        $(LINK_SHARED_LIB) $(LIB_SHARED) $(OBJECTS)
17
18.cxx.o:
19        $(CPPLIB) $(cflags) -c $< $(CPPINCLUDES) $(POST_COMPILE)
20
21.c.o:
22        $(ACCLIB) $(cflags) -c $< $(CPPINCLUDES) $(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.c.depend:
35        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
36.cxx.depend:
37        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
38
39# DO NOT DELETE THIS LINE -- make depend depends on it.
40
41# Do not add dependencies manually - use 'make depend' in $ARBHOME
42# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
43
44AW_advice.o: aw_advice.hxx
45AW_advice.o: aw_awar.hxx
46AW_advice.o: aw_base.hxx
47AW_advice.o: aw_keysym.hxx
48AW_advice.o: aw_msg.hxx
49AW_advice.o: aw_root.hxx
50AW_advice.o: aw_window.hxx
51AW_advice.o: $(ARBHOME)/INCLUDE/ad_prot.h
52AW_advice.o: $(ARBHOME)/INCLUDE/arb_assert.h
53AW_advice.o: $(ARBHOME)/INCLUDE/arb_core.h
54AW_advice.o: $(ARBHOME)/INCLUDE/arb_error.h
55AW_advice.o: $(ARBHOME)/INCLUDE/arb_msg.h
56AW_advice.o: $(ARBHOME)/INCLUDE/arb_string.h
57AW_advice.o: $(ARBHOME)/INCLUDE/arbdb.h
58AW_advice.o: $(ARBHOME)/INCLUDE/arbdb_base.h
59AW_advice.o: $(ARBHOME)/INCLUDE/arbtools.h
60AW_advice.o: $(ARBHOME)/INCLUDE/attributes.h
61AW_advice.o: $(ARBHOME)/INCLUDE/cb.h
62AW_advice.o: $(ARBHOME)/INCLUDE/cxxforward.h
63AW_advice.o: $(ARBHOME)/INCLUDE/dupstr.h
64AW_advice.o: $(ARBHOME)/INCLUDE/gccver.h
65AW_advice.o: $(ARBHOME)/INCLUDE/smartptr.h
66AW_advice.o: $(ARBHOME)/INCLUDE/test_global.h
67AW_advice.o: $(ARBHOME)/INCLUDE/test_unit.h
68
69AW_at.o: aw_at.hxx
70AW_at.o: aw_base.hxx
71AW_at.o: aw_keysym.hxx
72AW_at.o: aw_root.hxx
73AW_at.o: aw_window.hxx
74AW_at.o: aw_xfig.hxx
75AW_at.o: $(ARBHOME)/INCLUDE/ad_prot.h
76AW_at.o: $(ARBHOME)/INCLUDE/arb_assert.h
77AW_at.o: $(ARBHOME)/INCLUDE/arb_core.h
78AW_at.o: $(ARBHOME)/INCLUDE/arb_error.h
79AW_at.o: $(ARBHOME)/INCLUDE/arb_msg.h
80AW_at.o: $(ARBHOME)/INCLUDE/arb_string.h
81AW_at.o: $(ARBHOME)/INCLUDE/arbdb.h
82AW_at.o: $(ARBHOME)/INCLUDE/arbdb_base.h
83AW_at.o: $(ARBHOME)/INCLUDE/arbtools.h
84AW_at.o: $(ARBHOME)/INCLUDE/attributes.h
85AW_at.o: $(ARBHOME)/INCLUDE/cb.h
86AW_at.o: $(ARBHOME)/INCLUDE/cxxforward.h
87AW_at.o: $(ARBHOME)/INCLUDE/dupstr.h
88AW_at.o: $(ARBHOME)/INCLUDE/gccver.h
89AW_at.o: $(ARBHOME)/INCLUDE/smartptr.h
90AW_at.o: $(ARBHOME)/INCLUDE/test_global.h
91
92AW_awar.o: aw_awar.hxx
93AW_awar.o: aw_base.hxx
94AW_awar.o: aw_detach.hxx
95AW_awar.o: aw_keysym.hxx
96AW_awar.o: aw_msg.hxx
97AW_awar.o: aw_nawar.hxx
98AW_awar.o: aw_question.hxx
99AW_awar.o: aw_root.hxx
100AW_awar.o: aw_scalar.hxx
101AW_awar.o: aw_select.hxx
102AW_awar.o: aw_window.hxx
103AW_awar.o: $(ARBHOME)/INCLUDE/ad_prot.h
104AW_awar.o: $(ARBHOME)/INCLUDE/arb_assert.h
105AW_awar.o: $(ARBHOME)/INCLUDE/arb_core.h
106AW_awar.o: $(ARBHOME)/INCLUDE/arb_error.h
107AW_awar.o: $(ARBHOME)/INCLUDE/arb_file.h
108AW_awar.o: $(ARBHOME)/INCLUDE/arb_msg.h
109AW_awar.o: $(ARBHOME)/INCLUDE/arb_str.h
110AW_awar.o: $(ARBHOME)/INCLUDE/arb_string.h
111AW_awar.o: $(ARBHOME)/INCLUDE/arbdb.h
112AW_awar.o: $(ARBHOME)/INCLUDE/arbdb_base.h
113AW_awar.o: $(ARBHOME)/INCLUDE/arbtools.h
114AW_awar.o: $(ARBHOME)/INCLUDE/attributes.h
115AW_awar.o: $(ARBHOME)/INCLUDE/cb.h
116AW_awar.o: $(ARBHOME)/INCLUDE/cxxforward.h
117AW_awar.o: $(ARBHOME)/INCLUDE/dupstr.h
118AW_awar.o: $(ARBHOME)/INCLUDE/gccver.h
119AW_awar.o: $(ARBHOME)/INCLUDE/smartptr.h
120AW_awar.o: $(ARBHOME)/INCLUDE/test_global.h
121AW_awar.o: $(ARBHOME)/INCLUDE/test_unit.h
122
123AW_button.o: aw_at.hxx
124AW_button.o: aw_awar.hxx
125AW_button.o: aw_base.hxx
126AW_button.o: aw_common.hxx
127AW_button.o: aw_common_xm.hxx
128AW_button.o: aw_device.hxx
129AW_button.o: aw_keysym.hxx
130AW_button.o: aw_msg.hxx
131AW_button.o: aw_nawar.hxx
132AW_button.o: aw_position.hxx
133AW_button.o: aw_question.hxx
134AW_button.o: aw_root.hxx
135AW_button.o: aw_scalar.hxx
136AW_button.o: aw_select.hxx
137AW_button.o: aw_window.hxx
138AW_button.o: aw_window_Xm.hxx
139AW_button.o: aw_xargs.hxx
140AW_button.o: aw_Xm.hxx
141AW_button.o: $(ARBHOME)/INCLUDE/ad_prot.h
142AW_button.o: $(ARBHOME)/INCLUDE/arb_algo.h
143AW_button.o: $(ARBHOME)/INCLUDE/arb_assert.h
144AW_button.o: $(ARBHOME)/INCLUDE/arb_core.h
145AW_button.o: $(ARBHOME)/INCLUDE/arb_defs.h
146AW_button.o: $(ARBHOME)/INCLUDE/arb_error.h
147AW_button.o: $(ARBHOME)/INCLUDE/arb_msg.h
148AW_button.o: $(ARBHOME)/INCLUDE/arb_sort.h
149AW_button.o: $(ARBHOME)/INCLUDE/arb_str.h
150AW_button.o: $(ARBHOME)/INCLUDE/arb_strarray.h
151AW_button.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
152AW_button.o: $(ARBHOME)/INCLUDE/arb_string.h
153AW_button.o: $(ARBHOME)/INCLUDE/arbdb.h
154AW_button.o: $(ARBHOME)/INCLUDE/arbdb_base.h
155AW_button.o: $(ARBHOME)/INCLUDE/arbtools.h
156AW_button.o: $(ARBHOME)/INCLUDE/attributes.h
157AW_button.o: $(ARBHOME)/INCLUDE/cb.h
158AW_button.o: $(ARBHOME)/INCLUDE/cxxforward.h
159AW_button.o: $(ARBHOME)/INCLUDE/downcast.h
160AW_button.o: $(ARBHOME)/INCLUDE/dupstr.h
161AW_button.o: $(ARBHOME)/INCLUDE/gccver.h
162AW_button.o: $(ARBHOME)/INCLUDE/smartptr.h
163AW_button.o: $(ARBHOME)/INCLUDE/static_assert.h
164AW_button.o: $(ARBHOME)/INCLUDE/test_global.h
165
166AW_click.o: aw_base.hxx
167AW_click.o: aw_common.hxx
168AW_click.o: aw_device.hxx
169AW_click.o: aw_position.hxx
170AW_click.o: $(ARBHOME)/INCLUDE/arb_assert.h
171AW_click.o: $(ARBHOME)/INCLUDE/arb_core.h
172AW_click.o: $(ARBHOME)/INCLUDE/arb_defs.h
173AW_click.o: $(ARBHOME)/INCLUDE/arbtools.h
174AW_click.o: $(ARBHOME)/INCLUDE/attributes.h
175AW_click.o: $(ARBHOME)/INCLUDE/cxxforward.h
176AW_click.o: $(ARBHOME)/INCLUDE/downcast.h
177AW_click.o: $(ARBHOME)/INCLUDE/dupstr.h
178AW_click.o: $(ARBHOME)/INCLUDE/gccver.h
179AW_click.o: $(ARBHOME)/INCLUDE/static_assert.h
180AW_click.o: $(ARBHOME)/INCLUDE/test_global.h
181
182AW_device.o: aw_base.hxx
183AW_device.o: aw_common.hxx
184AW_device.o: aw_common_xm.hxx
185AW_device.o: aw_device.hxx
186AW_device.o: aw_keysym.hxx
187AW_device.o: aw_position.hxx
188AW_device.o: aw_root.hxx
189AW_device.o: aw_window.hxx
190AW_device.o: $(ARBHOME)/INCLUDE/arb_assert.h
191AW_device.o: $(ARBHOME)/INCLUDE/arb_core.h
192AW_device.o: $(ARBHOME)/INCLUDE/arb_defs.h
193AW_device.o: $(ARBHOME)/INCLUDE/arb_error.h
194AW_device.o: $(ARBHOME)/INCLUDE/arb_msg.h
195AW_device.o: $(ARBHOME)/INCLUDE/arbdb_base.h
196AW_device.o: $(ARBHOME)/INCLUDE/arbtools.h
197AW_device.o: $(ARBHOME)/INCLUDE/attributes.h
198AW_device.o: $(ARBHOME)/INCLUDE/cb.h
199AW_device.o: $(ARBHOME)/INCLUDE/cxxforward.h
200AW_device.o: $(ARBHOME)/INCLUDE/downcast.h
201AW_device.o: $(ARBHOME)/INCLUDE/dupstr.h
202AW_device.o: $(ARBHOME)/INCLUDE/gccver.h
203AW_device.o: $(ARBHOME)/INCLUDE/smartptr.h
204AW_device.o: $(ARBHOME)/INCLUDE/static_assert.h
205AW_device.o: $(ARBHOME)/INCLUDE/test_global.h
206
207AW_edit.o: aw_base.hxx
208AW_edit.o: aw_edit.hxx
209AW_edit.o: aw_keysym.hxx
210AW_edit.o: aw_msg.hxx
211AW_edit.o: aw_root.hxx
212AW_edit.o: aw_window.hxx
213AW_edit.o: $(ARBHOME)/INCLUDE/ad_prot.h
214AW_edit.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
215AW_edit.o: $(ARBHOME)/INCLUDE/arb_assert.h
216AW_edit.o: $(ARBHOME)/INCLUDE/arb_core.h
217AW_edit.o: $(ARBHOME)/INCLUDE/arb_error.h
218AW_edit.o: $(ARBHOME)/INCLUDE/arb_msg.h
219AW_edit.o: $(ARBHOME)/INCLUDE/arb_string.h
220AW_edit.o: $(ARBHOME)/INCLUDE/arbdb.h
221AW_edit.o: $(ARBHOME)/INCLUDE/arbdb_base.h
222AW_edit.o: $(ARBHOME)/INCLUDE/arbdbt.h
223AW_edit.o: $(ARBHOME)/INCLUDE/arbtools.h
224AW_edit.o: $(ARBHOME)/INCLUDE/attributes.h
225AW_edit.o: $(ARBHOME)/INCLUDE/cb.h
226AW_edit.o: $(ARBHOME)/INCLUDE/cxxforward.h
227AW_edit.o: $(ARBHOME)/INCLUDE/dupstr.h
228AW_edit.o: $(ARBHOME)/INCLUDE/gccver.h
229AW_edit.o: $(ARBHOME)/INCLUDE/smartptr.h
230AW_edit.o: $(ARBHOME)/INCLUDE/test_global.h
231
232AW_file_selection.o: aw_awar.hxx
233AW_file_selection.o: aw_base.hxx
234AW_file_selection.o: aw_file.hxx
235AW_file_selection.o: aw_keysym.hxx
236AW_file_selection.o: aw_msg.hxx
237AW_file_selection.o: aw_root.hxx
238AW_file_selection.o: aw_scalar.hxx
239AW_file_selection.o: aw_select.hxx
240AW_file_selection.o: aw_window.hxx
241AW_file_selection.o: $(ARBHOME)/INCLUDE/ad_prot.h
242AW_file_selection.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
243AW_file_selection.o: $(ARBHOME)/INCLUDE/arb_assert.h
244AW_file_selection.o: $(ARBHOME)/INCLUDE/arb_core.h
245AW_file_selection.o: $(ARBHOME)/INCLUDE/arb_error.h
246AW_file_selection.o: $(ARBHOME)/INCLUDE/arb_file.h
247AW_file_selection.o: $(ARBHOME)/INCLUDE/arb_msg.h
248AW_file_selection.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
249AW_file_selection.o: $(ARBHOME)/INCLUDE/arb_string.h
250AW_file_selection.o: $(ARBHOME)/INCLUDE/arbdb.h
251AW_file_selection.o: $(ARBHOME)/INCLUDE/arbdb_base.h
252AW_file_selection.o: $(ARBHOME)/INCLUDE/arbdbt.h
253AW_file_selection.o: $(ARBHOME)/INCLUDE/arbtools.h
254AW_file_selection.o: $(ARBHOME)/INCLUDE/attributes.h
255AW_file_selection.o: $(ARBHOME)/INCLUDE/cb.h
256AW_file_selection.o: $(ARBHOME)/INCLUDE/cxxforward.h
257AW_file_selection.o: $(ARBHOME)/INCLUDE/dupstr.h
258AW_file_selection.o: $(ARBHOME)/INCLUDE/gccver.h
259AW_file_selection.o: $(ARBHOME)/INCLUDE/smartptr.h
260AW_file_selection.o: $(ARBHOME)/INCLUDE/test_global.h
261AW_file_selection.o: $(ARBHOME)/INCLUDE/test_unit.h
262
263AW_font_group.o: aw_base.hxx
264AW_font_group.o: aw_common.hxx
265AW_font_group.o: aw_device.hxx
266AW_font_group.o: aw_font_group.hxx
267AW_font_group.o: aw_position.hxx
268AW_font_group.o: $(ARBHOME)/INCLUDE/arb_assert.h
269AW_font_group.o: $(ARBHOME)/INCLUDE/arb_core.h
270AW_font_group.o: $(ARBHOME)/INCLUDE/arb_defs.h
271AW_font_group.o: $(ARBHOME)/INCLUDE/arbtools.h
272AW_font_group.o: $(ARBHOME)/INCLUDE/attributes.h
273AW_font_group.o: $(ARBHOME)/INCLUDE/cxxforward.h
274AW_font_group.o: $(ARBHOME)/INCLUDE/downcast.h
275AW_font_group.o: $(ARBHOME)/INCLUDE/dupstr.h
276AW_font_group.o: $(ARBHOME)/INCLUDE/gccver.h
277AW_font_group.o: $(ARBHOME)/INCLUDE/static_assert.h
278AW_font_group.o: $(ARBHOME)/INCLUDE/test_global.h
279
280AW_global_awars.o: aw_awar.hxx
281AW_global_awars.o: aw_awar_defs.hxx
282AW_global_awars.o: aw_awars.hxx
283AW_global_awars.o: aw_base.hxx
284AW_global_awars.o: aw_global_awars.hxx
285AW_global_awars.o: aw_keysym.hxx
286AW_global_awars.o: aw_root.hxx
287AW_global_awars.o: aw_window.hxx
288AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_prot.h
289AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_assert.h
290AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_core.h
291AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_error.h
292AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_msg.h
293AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_string.h
294AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb.h
295AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb_base.h
296AW_global_awars.o: $(ARBHOME)/INCLUDE/arbtools.h
297AW_global_awars.o: $(ARBHOME)/INCLUDE/attributes.h
298AW_global_awars.o: $(ARBHOME)/INCLUDE/cb.h
299AW_global_awars.o: $(ARBHOME)/INCLUDE/cxxforward.h
300AW_global_awars.o: $(ARBHOME)/INCLUDE/dupstr.h
301AW_global_awars.o: $(ARBHOME)/INCLUDE/gccver.h
302AW_global_awars.o: $(ARBHOME)/INCLUDE/smartptr.h
303AW_global_awars.o: $(ARBHOME)/INCLUDE/test_global.h
304
305AW_help.o: aw_awar.hxx
306AW_help.o: aw_base.hxx
307AW_help.o: aw_edit.hxx
308AW_help.o: aw_global_awars.hxx
309AW_help.o: aw_keysym.hxx
310AW_help.o: aw_msg.hxx
311AW_help.o: aw_root.hxx
312AW_help.o: aw_scalar.hxx
313AW_help.o: aw_select.hxx
314AW_help.o: aw_window.hxx
315AW_help.o: $(ARBHOME)/INCLUDE/ad_prot.h
316AW_help.o: $(ARBHOME)/INCLUDE/arb_assert.h
317AW_help.o: $(ARBHOME)/INCLUDE/arb_core.h
318AW_help.o: $(ARBHOME)/INCLUDE/arb_error.h
319AW_help.o: $(ARBHOME)/INCLUDE/arb_file.h
320AW_help.o: $(ARBHOME)/INCLUDE/arb_msg.h
321AW_help.o: $(ARBHOME)/INCLUDE/arb_string.h
322AW_help.o: $(ARBHOME)/INCLUDE/arbdb.h
323AW_help.o: $(ARBHOME)/INCLUDE/arbdb_base.h
324AW_help.o: $(ARBHOME)/INCLUDE/arbtools.h
325AW_help.o: $(ARBHOME)/INCLUDE/attributes.h
326AW_help.o: $(ARBHOME)/INCLUDE/cb.h
327AW_help.o: $(ARBHOME)/INCLUDE/cxxforward.h
328AW_help.o: $(ARBHOME)/INCLUDE/dupstr.h
329AW_help.o: $(ARBHOME)/INCLUDE/gccver.h
330AW_help.o: $(ARBHOME)/INCLUDE/smartptr.h
331AW_help.o: $(ARBHOME)/INCLUDE/test_global.h
332
333AW_modal.o: aw_advice.hxx
334AW_modal.o: aw_awar.hxx
335AW_modal.o: aw_base.hxx
336AW_modal.o: aw_file.hxx
337AW_modal.o: aw_global.hxx
338AW_modal.o: aw_keysym.hxx
339AW_modal.o: aw_msg.hxx
340AW_modal.o: aw_question.hxx
341AW_modal.o: aw_root.hxx
342AW_modal.o: aw_scalar.hxx
343AW_modal.o: aw_select.hxx
344AW_modal.o: aw_window.hxx
345AW_modal.o: $(ARBHOME)/INCLUDE/ad_prot.h
346AW_modal.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
347AW_modal.o: $(ARBHOME)/INCLUDE/arb_assert.h
348AW_modal.o: $(ARBHOME)/INCLUDE/arb_core.h
349AW_modal.o: $(ARBHOME)/INCLUDE/arb_error.h
350AW_modal.o: $(ARBHOME)/INCLUDE/arb_msg.h
351AW_modal.o: $(ARBHOME)/INCLUDE/arb_strarray.h
352AW_modal.o: $(ARBHOME)/INCLUDE/arb_string.h
353AW_modal.o: $(ARBHOME)/INCLUDE/arbdb.h
354AW_modal.o: $(ARBHOME)/INCLUDE/arbdb_base.h
355AW_modal.o: $(ARBHOME)/INCLUDE/arbdbt.h
356AW_modal.o: $(ARBHOME)/INCLUDE/arbtools.h
357AW_modal.o: $(ARBHOME)/INCLUDE/attributes.h
358AW_modal.o: $(ARBHOME)/INCLUDE/cb.h
359AW_modal.o: $(ARBHOME)/INCLUDE/cxxforward.h
360AW_modal.o: $(ARBHOME)/INCLUDE/dupstr.h
361AW_modal.o: $(ARBHOME)/INCLUDE/gccver.h
362AW_modal.o: $(ARBHOME)/INCLUDE/smartptr.h
363AW_modal.o: $(ARBHOME)/INCLUDE/test_global.h
364
365AW_position.o: aw_base.hxx
366AW_position.o: aw_position.hxx
367AW_position.o: $(ARBHOME)/INCLUDE/arb_assert.h
368AW_position.o: $(ARBHOME)/INCLUDE/arb_core.h
369AW_position.o: $(ARBHOME)/INCLUDE/dupstr.h
370AW_position.o: $(ARBHOME)/INCLUDE/test_global.h
371
372AW_preset.o: aw_advice.hxx
373AW_preset.o: aw_awar.hxx
374AW_preset.o: aw_base.hxx
375AW_preset.o: aw_color_groups.hxx
376AW_preset.o: aw_def.hxx
377AW_preset.o: aw_device.hxx
378AW_preset.o: aw_keysym.hxx
379AW_preset.o: aw_msg.hxx
380AW_preset.o: aw_position.hxx
381AW_preset.o: aw_preset.hxx
382AW_preset.o: aw_question.hxx
383AW_preset.o: aw_root.hxx
384AW_preset.o: aw_window.hxx
385AW_preset.o: $(ARBHOME)/INCLUDE/ad_prot.h
386AW_preset.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
387AW_preset.o: $(ARBHOME)/INCLUDE/arb_assert.h
388AW_preset.o: $(ARBHOME)/INCLUDE/arb_core.h
389AW_preset.o: $(ARBHOME)/INCLUDE/arb_error.h
390AW_preset.o: $(ARBHOME)/INCLUDE/arb_msg.h
391AW_preset.o: $(ARBHOME)/INCLUDE/arb_string.h
392AW_preset.o: $(ARBHOME)/INCLUDE/arbdb.h
393AW_preset.o: $(ARBHOME)/INCLUDE/arbdb_base.h
394AW_preset.o: $(ARBHOME)/INCLUDE/arbdbt.h
395AW_preset.o: $(ARBHOME)/INCLUDE/arbtools.h
396AW_preset.o: $(ARBHOME)/INCLUDE/attributes.h
397AW_preset.o: $(ARBHOME)/INCLUDE/cb.h
398AW_preset.o: $(ARBHOME)/INCLUDE/cxxforward.h
399AW_preset.o: $(ARBHOME)/INCLUDE/dupstr.h
400AW_preset.o: $(ARBHOME)/INCLUDE/gccver.h
401AW_preset.o: $(ARBHOME)/INCLUDE/smartptr.h
402AW_preset.o: $(ARBHOME)/INCLUDE/test_global.h
403
404AW_print.o: aw_base.hxx
405AW_print.o: aw_common.hxx
406AW_print.o: aw_device.hxx
407AW_print.o: aw_position.hxx
408AW_print.o: aw_root.hxx
409AW_print.o: $(ARBHOME)/INCLUDE/arb_assert.h
410AW_print.o: $(ARBHOME)/INCLUDE/arb_core.h
411AW_print.o: $(ARBHOME)/INCLUDE/arb_defs.h
412AW_print.o: $(ARBHOME)/INCLUDE/arb_error.h
413AW_print.o: $(ARBHOME)/INCLUDE/arb_msg.h
414AW_print.o: $(ARBHOME)/INCLUDE/arbtools.h
415AW_print.o: $(ARBHOME)/INCLUDE/attributes.h
416AW_print.o: $(ARBHOME)/INCLUDE/cb.h
417AW_print.o: $(ARBHOME)/INCLUDE/cxxforward.h
418AW_print.o: $(ARBHOME)/INCLUDE/downcast.h
419AW_print.o: $(ARBHOME)/INCLUDE/dupstr.h
420AW_print.o: $(ARBHOME)/INCLUDE/gccver.h
421AW_print.o: $(ARBHOME)/INCLUDE/smartptr.h
422AW_print.o: $(ARBHOME)/INCLUDE/static_assert.h
423AW_print.o: $(ARBHOME)/INCLUDE/test_global.h
424
425AW_question.o: aw_base.hxx
426AW_question.o: aw_question.hxx
427AW_question.o: aw_root.hxx
428AW_question.o: $(ARBHOME)/INCLUDE/ad_prot.h
429AW_question.o: $(ARBHOME)/INCLUDE/arb_assert.h
430AW_question.o: $(ARBHOME)/INCLUDE/arb_core.h
431AW_question.o: $(ARBHOME)/INCLUDE/arb_error.h
432AW_question.o: $(ARBHOME)/INCLUDE/arb_msg.h
433AW_question.o: $(ARBHOME)/INCLUDE/arb_string.h
434AW_question.o: $(ARBHOME)/INCLUDE/arbdb.h
435AW_question.o: $(ARBHOME)/INCLUDE/arbdb_base.h
436AW_question.o: $(ARBHOME)/INCLUDE/arbtools.h
437AW_question.o: $(ARBHOME)/INCLUDE/attributes.h
438AW_question.o: $(ARBHOME)/INCLUDE/cb.h
439AW_question.o: $(ARBHOME)/INCLUDE/cxxforward.h
440AW_question.o: $(ARBHOME)/INCLUDE/dupstr.h
441AW_question.o: $(ARBHOME)/INCLUDE/gccver.h
442AW_question.o: $(ARBHOME)/INCLUDE/smartptr.h
443AW_question.o: $(ARBHOME)/INCLUDE/test_global.h
444
445AW_root.o: aw_awar.hxx
446AW_root.o: aw_base.hxx
447AW_root.o: aw_device.hxx
448AW_root.o: aw_keysym.hxx
449AW_root.o: aw_msg.hxx
450AW_root.o: aw_nawar.hxx
451AW_root.o: aw_position.hxx
452AW_root.o: aw_root.hxx
453AW_root.o: aw_scalar.hxx
454AW_root.o: aw_status.hxx
455AW_root.o: aw_window.hxx
456AW_root.o: aw_window_Xm.hxx
457AW_root.o: aw_xkey.hxx
458AW_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
459AW_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
460AW_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
461AW_root.o: $(ARBHOME)/INCLUDE/arb_core.h
462AW_root.o: $(ARBHOME)/INCLUDE/arb_error.h
463AW_root.o: $(ARBHOME)/INCLUDE/arb_handlers.h
464AW_root.o: $(ARBHOME)/INCLUDE/arb_msg.h
465AW_root.o: $(ARBHOME)/INCLUDE/arb_string.h
466AW_root.o: $(ARBHOME)/INCLUDE/arbdb.h
467AW_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
468AW_root.o: $(ARBHOME)/INCLUDE/arbdbt.h
469AW_root.o: $(ARBHOME)/INCLUDE/arbtools.h
470AW_root.o: $(ARBHOME)/INCLUDE/attributes.h
471AW_root.o: $(ARBHOME)/INCLUDE/cb.h
472AW_root.o: $(ARBHOME)/INCLUDE/cxxforward.h
473AW_root.o: $(ARBHOME)/INCLUDE/dupstr.h
474AW_root.o: $(ARBHOME)/INCLUDE/gccver.h
475AW_root.o: $(ARBHOME)/INCLUDE/smartptr.h
476AW_root.o: $(ARBHOME)/INCLUDE/test_global.h
477
478AW_root_debug.o: aw_base.hxx
479AW_root_debug.o: aw_common.hxx
480AW_root_debug.o: aw_common_xm.hxx
481AW_root_debug.o: aw_device.hxx
482AW_root_debug.o: aw_keysym.hxx
483AW_root_debug.o: aw_msg.hxx
484AW_root_debug.o: aw_position.hxx
485AW_root_debug.o: aw_root.hxx
486AW_root_debug.o: aw_scalar.hxx
487AW_root_debug.o: aw_window.hxx
488AW_root_debug.o: aw_window_Xm.hxx
489AW_root_debug.o: aw_Xm.hxx
490AW_root_debug.o: $(ARBHOME)/INCLUDE/ad_prot.h
491AW_root_debug.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
492AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_assert.h
493AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_core.h
494AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_defs.h
495AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_error.h
496AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_msg.h
497AW_root_debug.o: $(ARBHOME)/INCLUDE/arb_string.h
498AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdb.h
499AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdb_base.h
500AW_root_debug.o: $(ARBHOME)/INCLUDE/arbdbt.h
501AW_root_debug.o: $(ARBHOME)/INCLUDE/arbtools.h
502AW_root_debug.o: $(ARBHOME)/INCLUDE/attributes.h
503AW_root_debug.o: $(ARBHOME)/INCLUDE/cb.h
504AW_root_debug.o: $(ARBHOME)/INCLUDE/cxxforward.h
505AW_root_debug.o: $(ARBHOME)/INCLUDE/downcast.h
506AW_root_debug.o: $(ARBHOME)/INCLUDE/dupstr.h
507AW_root_debug.o: $(ARBHOME)/INCLUDE/gccver.h
508AW_root_debug.o: $(ARBHOME)/INCLUDE/smartptr.h
509AW_root_debug.o: $(ARBHOME)/INCLUDE/static_assert.h
510AW_root_debug.o: $(ARBHOME)/INCLUDE/test_global.h
511
512aw_scalar.o: aw_awar.hxx
513aw_scalar.o: aw_base.hxx
514aw_scalar.o: aw_scalar.hxx
515aw_scalar.o: $(ARBHOME)/INCLUDE/arb_assert.h
516aw_scalar.o: $(ARBHOME)/INCLUDE/arb_core.h
517aw_scalar.o: $(ARBHOME)/INCLUDE/arb_msg.h
518aw_scalar.o: $(ARBHOME)/INCLUDE/arbdb_base.h
519aw_scalar.o: $(ARBHOME)/INCLUDE/arbtools.h
520aw_scalar.o: $(ARBHOME)/INCLUDE/attributes.h
521aw_scalar.o: $(ARBHOME)/INCLUDE/cb.h
522aw_scalar.o: $(ARBHOME)/INCLUDE/cxxforward.h
523aw_scalar.o: $(ARBHOME)/INCLUDE/dupstr.h
524aw_scalar.o: $(ARBHOME)/INCLUDE/gccver.h
525aw_scalar.o: $(ARBHOME)/INCLUDE/test_global.h
526
527AW_select.o: aw_awar.hxx
528AW_select.o: aw_base.hxx
529AW_select.o: aw_device.hxx
530AW_select.o: aw_keysym.hxx
531AW_select.o: aw_position.hxx
532AW_select.o: aw_root.hxx
533AW_select.o: aw_scalar.hxx
534AW_select.o: aw_select.hxx
535AW_select.o: aw_window.hxx
536AW_select.o: aw_window_Xm.hxx
537AW_select.o: $(ARBHOME)/INCLUDE/ad_prot.h
538AW_select.o: $(ARBHOME)/INCLUDE/arb_assert.h
539AW_select.o: $(ARBHOME)/INCLUDE/arb_core.h
540AW_select.o: $(ARBHOME)/INCLUDE/arb_error.h
541AW_select.o: $(ARBHOME)/INCLUDE/arb_msg.h
542AW_select.o: $(ARBHOME)/INCLUDE/arb_string.h
543AW_select.o: $(ARBHOME)/INCLUDE/arbdb.h
544AW_select.o: $(ARBHOME)/INCLUDE/arbdb_base.h
545AW_select.o: $(ARBHOME)/INCLUDE/arbtools.h
546AW_select.o: $(ARBHOME)/INCLUDE/attributes.h
547AW_select.o: $(ARBHOME)/INCLUDE/cb.h
548AW_select.o: $(ARBHOME)/INCLUDE/cxxforward.h
549AW_select.o: $(ARBHOME)/INCLUDE/dupstr.h
550AW_select.o: $(ARBHOME)/INCLUDE/gccver.h
551AW_select.o: $(ARBHOME)/INCLUDE/smartptr.h
552AW_select.o: $(ARBHOME)/INCLUDE/test_global.h
553
554AW_size.o: aw_base.hxx
555AW_size.o: aw_common.hxx
556AW_size.o: aw_device.hxx
557AW_size.o: aw_position.hxx
558AW_size.o: $(ARBHOME)/INCLUDE/arb_assert.h
559AW_size.o: $(ARBHOME)/INCLUDE/arb_core.h
560AW_size.o: $(ARBHOME)/INCLUDE/arb_defs.h
561AW_size.o: $(ARBHOME)/INCLUDE/arbtools.h
562AW_size.o: $(ARBHOME)/INCLUDE/attributes.h
563AW_size.o: $(ARBHOME)/INCLUDE/cxxforward.h
564AW_size.o: $(ARBHOME)/INCLUDE/downcast.h
565AW_size.o: $(ARBHOME)/INCLUDE/dupstr.h
566AW_size.o: $(ARBHOME)/INCLUDE/gccver.h
567AW_size.o: $(ARBHOME)/INCLUDE/static_assert.h
568AW_size.o: $(ARBHOME)/INCLUDE/test_global.h
569
570AW_status.o: aw_awar.hxx
571AW_status.o: aw_awar_defs.hxx
572AW_status.o: aw_awars.hxx
573AW_status.o: aw_base.hxx
574AW_status.o: aw_keysym.hxx
575AW_status.o: aw_msg.hxx
576AW_status.o: aw_question.hxx
577AW_status.o: aw_root.hxx
578AW_status.o: aw_status.hxx
579AW_status.o: aw_window.hxx
580AW_status.o: $(ARBHOME)/INCLUDE/ad_prot.h
581AW_status.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
582AW_status.o: $(ARBHOME)/INCLUDE/arb_assert.h
583AW_status.o: $(ARBHOME)/INCLUDE/arb_core.h
584AW_status.o: $(ARBHOME)/INCLUDE/arb_error.h
585AW_status.o: $(ARBHOME)/INCLUDE/arb_msg.h
586AW_status.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
587AW_status.o: $(ARBHOME)/INCLUDE/arb_string.h
588AW_status.o: $(ARBHOME)/INCLUDE/arbdb.h
589AW_status.o: $(ARBHOME)/INCLUDE/arbdb_base.h
590AW_status.o: $(ARBHOME)/INCLUDE/arbdbt.h
591AW_status.o: $(ARBHOME)/INCLUDE/arbtools.h
592AW_status.o: $(ARBHOME)/INCLUDE/attributes.h
593AW_status.o: $(ARBHOME)/INCLUDE/cb.h
594AW_status.o: $(ARBHOME)/INCLUDE/cxxforward.h
595AW_status.o: $(ARBHOME)/INCLUDE/dupstr.h
596AW_status.o: $(ARBHOME)/INCLUDE/gccver.h
597AW_status.o: $(ARBHOME)/INCLUDE/SigHandler.h
598AW_status.o: $(ARBHOME)/INCLUDE/smartptr.h
599AW_status.o: $(ARBHOME)/INCLUDE/test_global.h
600
601AW_window.o: aw_at.hxx
602AW_window.o: aw_awar.hxx
603AW_window.o: aw_base.hxx
604AW_window.o: aw_common.hxx
605AW_window.o: aw_common_xm.hxx
606AW_window.o: aw_device.hxx
607AW_window.o: aw_keysym.hxx
608AW_window.o: aw_msg.hxx
609AW_window.o: aw_nawar.hxx
610AW_window.o: aw_position.hxx
611AW_window.o: aw_question.hxx
612AW_window.o: aw_root.hxx
613AW_window.o: aw_scalar.hxx
614AW_window.o: aw_select.hxx
615AW_window.o: aw_window.hxx
616AW_window.o: aw_window_Xm.hxx
617AW_window.o: aw_xargs.hxx
618AW_window.o: aw_xfig.hxx
619AW_window.o: aw_xkey.hxx
620AW_window.o: aw_Xm.hxx
621AW_window.o: $(ARBHOME)/INCLUDE/ad_prot.h
622AW_window.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
623AW_window.o: $(ARBHOME)/INCLUDE/arb_assert.h
624AW_window.o: $(ARBHOME)/INCLUDE/arb_core.h
625AW_window.o: $(ARBHOME)/INCLUDE/arb_defs.h
626AW_window.o: $(ARBHOME)/INCLUDE/arb_error.h
627AW_window.o: $(ARBHOME)/INCLUDE/arb_file.h
628AW_window.o: $(ARBHOME)/INCLUDE/arb_msg.h
629AW_window.o: $(ARBHOME)/INCLUDE/arb_string.h
630AW_window.o: $(ARBHOME)/INCLUDE/arbdb.h
631AW_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h
632AW_window.o: $(ARBHOME)/INCLUDE/arbdbt.h
633AW_window.o: $(ARBHOME)/INCLUDE/arbtools.h
634AW_window.o: $(ARBHOME)/INCLUDE/attributes.h
635AW_window.o: $(ARBHOME)/INCLUDE/cb.h
636AW_window.o: $(ARBHOME)/INCLUDE/cxxforward.h
637AW_window.o: $(ARBHOME)/INCLUDE/downcast.h
638AW_window.o: $(ARBHOME)/INCLUDE/dupstr.h
639AW_window.o: $(ARBHOME)/INCLUDE/gccver.h
640AW_window.o: $(ARBHOME)/INCLUDE/smartptr.h
641AW_window.o: $(ARBHOME)/INCLUDE/static_assert.h
642AW_window.o: $(ARBHOME)/INCLUDE/test_global.h
643
644AW_window_Xm_interface.o: aw_base.hxx
645AW_window_Xm_interface.o: aw_common.hxx
646AW_window_Xm_interface.o: aw_common_xm.hxx
647AW_window_Xm_interface.o: aw_device.hxx
648AW_window_Xm_interface.o: aw_keysym.hxx
649AW_window_Xm_interface.o: aw_position.hxx
650AW_window_Xm_interface.o: aw_root.hxx
651AW_window_Xm_interface.o: aw_scalar.hxx
652AW_window_Xm_interface.o: aw_window.hxx
653AW_window_Xm_interface.o: aw_window_Xm.hxx
654AW_window_Xm_interface.o: aw_window_Xm_interface.hxx
655AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_assert.h
656AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_core.h
657AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_defs.h
658AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_error.h
659AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbdb_base.h
660AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbtools.h
661AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/attributes.h
662AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cb.h
663AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/cxxforward.h
664AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/downcast.h
665AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/dupstr.h
666AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/gccver.h
667AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/smartptr.h
668AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/static_assert.h
669AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/test_global.h
670
671AW_xfig.o: aw_base.hxx
672AW_xfig.o: aw_device.hxx
673AW_xfig.o: aw_msg.hxx
674AW_xfig.o: aw_position.hxx
675AW_xfig.o: aw_xfig.hxx
676AW_xfig.o: $(ARBHOME)/INCLUDE/ad_prot.h
677AW_xfig.o: $(ARBHOME)/INCLUDE/arb_assert.h
678AW_xfig.o: $(ARBHOME)/INCLUDE/arb_core.h
679AW_xfig.o: $(ARBHOME)/INCLUDE/arb_error.h
680AW_xfig.o: $(ARBHOME)/INCLUDE/arb_msg.h
681AW_xfig.o: $(ARBHOME)/INCLUDE/arb_string.h
682AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb.h
683AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb_base.h
684AW_xfig.o: $(ARBHOME)/INCLUDE/arbtools.h
685AW_xfig.o: $(ARBHOME)/INCLUDE/attributes.h
686AW_xfig.o: $(ARBHOME)/INCLUDE/cxxforward.h
687AW_xfig.o: $(ARBHOME)/INCLUDE/dupstr.h
688AW_xfig.o: $(ARBHOME)/INCLUDE/gccver.h
689AW_xfig.o: $(ARBHOME)/INCLUDE/smartptr.h
690AW_xfig.o: $(ARBHOME)/INCLUDE/test_global.h
691
692AW_xfont.o: aw_base.hxx
693AW_xfont.o: aw_common.hxx
694AW_xfont.o: aw_common_xm.hxx
695AW_xfont.o: aw_def.hxx
696AW_xfont.o: aw_device.hxx
697AW_xfont.o: aw_position.hxx
698AW_xfont.o: aw_root.hxx
699AW_xfont.o: aw_xfont.hxx
700AW_xfont.o: $(ARBHOME)/INCLUDE/ad_prot.h
701AW_xfont.o: $(ARBHOME)/INCLUDE/arb_assert.h
702AW_xfont.o: $(ARBHOME)/INCLUDE/arb_core.h
703AW_xfont.o: $(ARBHOME)/INCLUDE/arb_defs.h
704AW_xfont.o: $(ARBHOME)/INCLUDE/arb_error.h
705AW_xfont.o: $(ARBHOME)/INCLUDE/arb_msg.h
706AW_xfont.o: $(ARBHOME)/INCLUDE/arb_string.h
707AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb.h
708AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb_base.h
709AW_xfont.o: $(ARBHOME)/INCLUDE/arbtools.h
710AW_xfont.o: $(ARBHOME)/INCLUDE/attributes.h
711AW_xfont.o: $(ARBHOME)/INCLUDE/cb.h
712AW_xfont.o: $(ARBHOME)/INCLUDE/cxxforward.h
713AW_xfont.o: $(ARBHOME)/INCLUDE/downcast.h
714AW_xfont.o: $(ARBHOME)/INCLUDE/dupstr.h
715AW_xfont.o: $(ARBHOME)/INCLUDE/gccver.h
716AW_xfont.o: $(ARBHOME)/INCLUDE/smartptr.h
717AW_xfont.o: $(ARBHOME)/INCLUDE/static_assert.h
718AW_xfont.o: $(ARBHOME)/INCLUDE/test_global.h
719
720AW_xkey.o: aw_keysym.hxx
721AW_xkey.o: aw_msg.hxx
722AW_xkey.o: aw_xkey.hxx
723AW_xkey.o: $(ARBHOME)/INCLUDE/ad_prot.h
724AW_xkey.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
725AW_xkey.o: $(ARBHOME)/INCLUDE/arb_assert.h
726AW_xkey.o: $(ARBHOME)/INCLUDE/arb_core.h
727AW_xkey.o: $(ARBHOME)/INCLUDE/arb_defs.h
728AW_xkey.o: $(ARBHOME)/INCLUDE/arb_error.h
729AW_xkey.o: $(ARBHOME)/INCLUDE/arb_msg.h
730AW_xkey.o: $(ARBHOME)/INCLUDE/arb_string.h
731AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb.h
732AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb_base.h
733AW_xkey.o: $(ARBHOME)/INCLUDE/arbdbt.h
734AW_xkey.o: $(ARBHOME)/INCLUDE/arbtools.h
735AW_xkey.o: $(ARBHOME)/INCLUDE/attributes.h
736AW_xkey.o: $(ARBHOME)/INCLUDE/cxxforward.h
737AW_xkey.o: $(ARBHOME)/INCLUDE/dupstr.h
738AW_xkey.o: $(ARBHOME)/INCLUDE/gccver.h
739AW_xkey.o: $(ARBHOME)/INCLUDE/smartptr.h
740AW_xkey.o: $(ARBHOME)/INCLUDE/test_global.h
741
742AW_Xm.o: aw_base.hxx
743AW_Xm.o: aw_common.hxx
744AW_Xm.o: aw_common_xm.hxx
745AW_Xm.o: aw_device.hxx
746AW_Xm.o: aw_position.hxx
747AW_Xm.o: aw_Xm.hxx
748AW_Xm.o: $(ARBHOME)/INCLUDE/arb_assert.h
749AW_Xm.o: $(ARBHOME)/INCLUDE/arb_core.h
750AW_Xm.o: $(ARBHOME)/INCLUDE/arb_defs.h
751AW_Xm.o: $(ARBHOME)/INCLUDE/arbtools.h
752AW_Xm.o: $(ARBHOME)/INCLUDE/attributes.h
753AW_Xm.o: $(ARBHOME)/INCLUDE/cxxforward.h
754AW_Xm.o: $(ARBHOME)/INCLUDE/downcast.h
755AW_Xm.o: $(ARBHOME)/INCLUDE/dupstr.h
756AW_Xm.o: $(ARBHOME)/INCLUDE/gccver.h
757AW_Xm.o: $(ARBHOME)/INCLUDE/static_assert.h
758AW_Xm.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.