source: tags/svn.1.5.4/WINDOW/Makefile

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