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