| 1 | .SUFFIXES: .o .c .cxx .depend |
|---|
| 2 | |
|---|
| 3 | OBJECTS = \ |
|---|
| 4 | AW_position.o \ |
|---|
| 5 | AW_Xm.o \ |
|---|
| 6 | AW_at.o \ |
|---|
| 7 | AW_button.o \ |
|---|
| 8 | AW_click.o \ |
|---|
| 9 | AW_debug.o \ |
|---|
| 10 | AW_device.o \ |
|---|
| 11 | AW_font_group.o \ |
|---|
| 12 | AW_global_awars.o \ |
|---|
| 13 | AW_nawar.o \ |
|---|
| 14 | AW_preset.o \ |
|---|
| 15 | AW_print.o \ |
|---|
| 16 | AW_question.o \ |
|---|
| 17 | AW_size.o \ |
|---|
| 18 | AW_status.o \ |
|---|
| 19 | AW_window.o \ |
|---|
| 20 | AW_xfig.o \ |
|---|
| 21 | AW_xfigfont.o \ |
|---|
| 22 | AW_xfont.o \ |
|---|
| 23 | AW_xkey.o \ |
|---|
| 24 | AW_window_Xm_interface.o \ |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | $(MAIN): $(OBJECTS) |
|---|
| 28 | $(LINK_SHARED_LIB) $(@:.a=).$(SHARED_LIB_SUFFIX) $(OBJECTS) |
|---|
| 29 | touch $@ |
|---|
| 30 | .cxx.o: |
|---|
| 31 | $(CPPLIB) $(cflags) -c $< $(CPPINCLUDES) |
|---|
| 32 | |
|---|
| 33 | .c.o: |
|---|
| 34 | $(ACCLIB) $(cflags) -c $< $(CPPINCLUDES) |
|---|
| 35 | |
|---|
| 36 | clean: |
|---|
| 37 | rm -f $(OBJECTS) *.a *.so |
|---|
| 38 | |
|---|
| 39 | DEPENDS = $(OBJECTS:.o=.depend) |
|---|
| 40 | depends: $(DEPENDS) |
|---|
| 41 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
|---|
| 42 | @rm $(DEPENDS) |
|---|
| 43 | $(DEPENDS): depend.init |
|---|
| 44 | depend.init: |
|---|
| 45 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
|---|
| 46 | .c.depend: |
|---|
| 47 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 48 | .cxx.depend: |
|---|
| 49 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 50 | |
|---|
| 51 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 52 | |
|---|
| 53 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
|---|
| 54 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl |
|---|
| 55 | |
|---|
| 56 | AW_at.o: aw_at.hxx |
|---|
| 57 | AW_at.o: aw_device.hxx |
|---|
| 58 | AW_at.o: aw_keysym.hxx |
|---|
| 59 | AW_at.o: aw_position.hxx |
|---|
| 60 | AW_at.o: aw_root.hxx |
|---|
| 61 | AW_at.o: aw_window.hxx |
|---|
| 62 | AW_at.o: aw_xfig.hxx |
|---|
| 63 | AW_at.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 64 | AW_at.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 65 | AW_at.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 66 | AW_at.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 67 | AW_at.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 68 | AW_at.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 69 | |
|---|
| 70 | AW_button.o: aw_at.hxx |
|---|
| 71 | AW_button.o: aw_awar.hxx |
|---|
| 72 | AW_button.o: aw_click.hxx |
|---|
| 73 | AW_button.o: aw_device.hxx |
|---|
| 74 | AW_button.o: aw_keysym.hxx |
|---|
| 75 | AW_button.o: aw_position.hxx |
|---|
| 76 | AW_button.o: aw_print.hxx |
|---|
| 77 | AW_button.o: aw_root.hxx |
|---|
| 78 | AW_button.o: aw_size.hxx |
|---|
| 79 | AW_button.o: aw_window.hxx |
|---|
| 80 | AW_button.o: aw_window_Xm.hxx |
|---|
| 81 | AW_button.o: aw_Xm.hxx |
|---|
| 82 | AW_button.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 83 | AW_button.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 84 | AW_button.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 85 | AW_button.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 86 | AW_button.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 87 | AW_button.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 88 | AW_button.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 89 | AW_button.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 90 | AW_button.o: $(ARBHOME)/INCLUDE/inline.h |
|---|
| 91 | |
|---|
| 92 | AW_click.o: aw_click.hxx |
|---|
| 93 | AW_click.o: aw_commn.hxx |
|---|
| 94 | AW_click.o: aw_device.hxx |
|---|
| 95 | AW_click.o: aw_position.hxx |
|---|
| 96 | AW_click.o: aw_root.hxx |
|---|
| 97 | AW_click.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 98 | AW_click.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 99 | AW_click.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 100 | AW_click.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 101 | |
|---|
| 102 | AW_debug.o: aw_device.hxx |
|---|
| 103 | AW_debug.o: aw_keysym.hxx |
|---|
| 104 | AW_debug.o: aw_position.hxx |
|---|
| 105 | AW_debug.o: aw_root.hxx |
|---|
| 106 | AW_debug.o: aw_window.hxx |
|---|
| 107 | AW_debug.o: aw_window_Xm.hxx |
|---|
| 108 | AW_debug.o: aw_Xm.hxx |
|---|
| 109 | AW_debug.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 110 | AW_debug.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 111 | AW_debug.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 112 | AW_debug.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 113 | AW_debug.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 114 | AW_debug.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 115 | AW_debug.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 116 | AW_debug.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 117 | |
|---|
| 118 | AW_device.o: aw_commn.hxx |
|---|
| 119 | AW_device.o: aw_device.hxx |
|---|
| 120 | AW_device.o: aw_keysym.hxx |
|---|
| 121 | AW_device.o: aw_position.hxx |
|---|
| 122 | AW_device.o: aw_root.hxx |
|---|
| 123 | AW_device.o: aw_window.hxx |
|---|
| 124 | AW_device.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 125 | AW_device.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 126 | AW_device.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 127 | AW_device.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 128 | AW_device.o: $(ARBHOME)/INCLUDE/inline.h |
|---|
| 129 | |
|---|
| 130 | AW_font_group.o: aw_device.hxx |
|---|
| 131 | AW_font_group.o: aw_font_group.hxx |
|---|
| 132 | AW_font_group.o: aw_position.hxx |
|---|
| 133 | AW_font_group.o: aw_root.hxx |
|---|
| 134 | AW_font_group.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 135 | AW_font_group.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 136 | AW_font_group.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 137 | AW_font_group.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 138 | |
|---|
| 139 | AW_global_awars.o: aw_awars.hxx |
|---|
| 140 | AW_global_awars.o: aw_device.hxx |
|---|
| 141 | AW_global_awars.o: aw_global_awars.hxx |
|---|
| 142 | AW_global_awars.o: aw_keysym.hxx |
|---|
| 143 | AW_global_awars.o: aw_position.hxx |
|---|
| 144 | AW_global_awars.o: aw_root.hxx |
|---|
| 145 | AW_global_awars.o: aw_window.hxx |
|---|
| 146 | AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 147 | AW_global_awars.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 148 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 149 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 150 | AW_global_awars.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 151 | AW_global_awars.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 152 | |
|---|
| 153 | AW_nawar.o: aw_device.hxx |
|---|
| 154 | AW_nawar.o: aw_keysym.hxx |
|---|
| 155 | AW_nawar.o: aw_nawar.hxx |
|---|
| 156 | AW_nawar.o: aw_position.hxx |
|---|
| 157 | AW_nawar.o: aw_root.hxx |
|---|
| 158 | AW_nawar.o: aw_window.hxx |
|---|
| 159 | AW_nawar.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 160 | AW_nawar.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 161 | AW_nawar.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 162 | AW_nawar.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 163 | AW_nawar.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 164 | AW_nawar.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 165 | AW_nawar.o: $(ARBHOME)/INCLUDE/awt.hxx |
|---|
| 166 | |
|---|
| 167 | AW_position.o: aw_position.hxx |
|---|
| 168 | AW_position.o: aw_root.hxx |
|---|
| 169 | AW_position.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 170 | AW_position.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 171 | AW_position.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 172 | AW_position.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 173 | |
|---|
| 174 | AW_preset.o: aw_color_groups.hxx |
|---|
| 175 | AW_preset.o: aw_def.hxx |
|---|
| 176 | AW_preset.o: aw_device.hxx |
|---|
| 177 | AW_preset.o: aw_keysym.hxx |
|---|
| 178 | AW_preset.o: aw_position.hxx |
|---|
| 179 | AW_preset.o: aw_preset.hxx |
|---|
| 180 | AW_preset.o: aw_root.hxx |
|---|
| 181 | AW_preset.o: aw_window.hxx |
|---|
| 182 | AW_preset.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 183 | AW_preset.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 184 | AW_preset.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 185 | AW_preset.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 186 | AW_preset.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 187 | AW_preset.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 188 | AW_preset.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 189 | AW_preset.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 190 | AW_preset.o: $(ARBHOME)/INCLUDE/awt.hxx |
|---|
| 191 | AW_preset.o: $(ARBHOME)/INCLUDE/awt_advice.hxx |
|---|
| 192 | AW_preset.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
|---|
| 193 | |
|---|
| 194 | AW_print.o: aw_commn.hxx |
|---|
| 195 | AW_print.o: aw_device.hxx |
|---|
| 196 | AW_print.o: aw_position.hxx |
|---|
| 197 | AW_print.o: aw_print.hxx |
|---|
| 198 | AW_print.o: aw_root.hxx |
|---|
| 199 | AW_print.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 200 | AW_print.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 201 | AW_print.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 202 | AW_print.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 203 | |
|---|
| 204 | AW_question.o: aw_question.hxx |
|---|
| 205 | AW_question.o: aw_root.hxx |
|---|
| 206 | AW_question.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 207 | AW_question.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 208 | AW_question.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 209 | AW_question.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 210 | AW_question.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 211 | AW_question.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 212 | AW_question.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 213 | |
|---|
| 214 | AW_size.o: aw_commn.hxx |
|---|
| 215 | AW_size.o: aw_device.hxx |
|---|
| 216 | AW_size.o: aw_position.hxx |
|---|
| 217 | AW_size.o: aw_root.hxx |
|---|
| 218 | AW_size.o: aw_size.hxx |
|---|
| 219 | AW_size.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 220 | AW_size.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 221 | AW_size.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 222 | AW_size.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 223 | |
|---|
| 224 | AW_status.o: aw_awars.hxx |
|---|
| 225 | AW_status.o: aw_device.hxx |
|---|
| 226 | AW_status.o: aw_global.hxx |
|---|
| 227 | AW_status.o: aw_keysym.hxx |
|---|
| 228 | AW_status.o: aw_position.hxx |
|---|
| 229 | AW_status.o: aw_root.hxx |
|---|
| 230 | AW_status.o: aw_window.hxx |
|---|
| 231 | AW_status.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 232 | AW_status.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 233 | AW_status.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 234 | AW_status.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 235 | AW_status.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 236 | AW_status.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 237 | AW_status.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 238 | AW_status.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 239 | AW_status.o: $(ARBHOME)/INCLUDE/awt.hxx |
|---|
| 240 | AW_status.o: $(ARBHOME)/INCLUDE/awt_www.hxx |
|---|
| 241 | AW_status.o: $(ARBHOME)/INCLUDE/SIG_PF.h |
|---|
| 242 | |
|---|
| 243 | AW_window.o: aw_at.hxx |
|---|
| 244 | AW_window.o: aw_awar.hxx |
|---|
| 245 | AW_window.o: aw_click.hxx |
|---|
| 246 | AW_window.o: aw_commn.hxx |
|---|
| 247 | AW_window.o: aw_device.hxx |
|---|
| 248 | AW_window.o: aw_global.hxx |
|---|
| 249 | AW_window.o: aw_keysym.hxx |
|---|
| 250 | AW_window.o: aw_position.hxx |
|---|
| 251 | AW_window.o: aw_print.hxx |
|---|
| 252 | AW_window.o: aw_root.hxx |
|---|
| 253 | AW_window.o: aw_size.hxx |
|---|
| 254 | AW_window.o: aw_window.hxx |
|---|
| 255 | AW_window.o: aw_window_Xm.hxx |
|---|
| 256 | AW_window.o: aw_xfig.hxx |
|---|
| 257 | AW_window.o: aw_xfigfont.hxx |
|---|
| 258 | AW_window.o: aw_xkey.hxx |
|---|
| 259 | AW_window.o: aw_Xm.hxx |
|---|
| 260 | AW_window.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 261 | AW_window.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 262 | AW_window.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 263 | AW_window.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 264 | AW_window.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 265 | AW_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 266 | AW_window.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 267 | AW_window.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 268 | |
|---|
| 269 | AW_window_Xm_interface.o: aw_commn.hxx |
|---|
| 270 | AW_window_Xm_interface.o: aw_device.hxx |
|---|
| 271 | AW_window_Xm_interface.o: aw_keysym.hxx |
|---|
| 272 | AW_window_Xm_interface.o: aw_position.hxx |
|---|
| 273 | AW_window_Xm_interface.o: aw_root.hxx |
|---|
| 274 | AW_window_Xm_interface.o: aw_window.hxx |
|---|
| 275 | AW_window_Xm_interface.o: aw_window_Xm.hxx |
|---|
| 276 | AW_window_Xm_interface.o: aw_window_Xm_interface.hxx |
|---|
| 277 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 278 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 279 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 280 | AW_window_Xm_interface.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 281 | |
|---|
| 282 | AW_xfig.o: aw_device.hxx |
|---|
| 283 | AW_xfig.o: aw_position.hxx |
|---|
| 284 | AW_xfig.o: aw_root.hxx |
|---|
| 285 | AW_xfig.o: aw_xfig.hxx |
|---|
| 286 | AW_xfig.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 287 | AW_xfig.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 288 | AW_xfig.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 289 | AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 290 | AW_xfig.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 291 | AW_xfig.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 292 | |
|---|
| 293 | AW_xfigfont.o: aw_commn.hxx |
|---|
| 294 | AW_xfigfont.o: aw_device.hxx |
|---|
| 295 | AW_xfigfont.o: aw_keysym.hxx |
|---|
| 296 | AW_xfigfont.o: aw_position.hxx |
|---|
| 297 | AW_xfigfont.o: aw_root.hxx |
|---|
| 298 | AW_xfigfont.o: aw_window.hxx |
|---|
| 299 | AW_xfigfont.o: aw_xfig.hxx |
|---|
| 300 | AW_xfigfont.o: aw_xfigfont.hxx |
|---|
| 301 | AW_xfigfont.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 302 | AW_xfigfont.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 303 | AW_xfigfont.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 304 | AW_xfigfont.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 305 | AW_xfigfont.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 306 | AW_xfigfont.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 307 | AW_xfigfont.o: $(ARBHOME)/INCLUDE/awt.hxx |
|---|
| 308 | AW_xfigfont.o: $(ARBHOME)/INCLUDE/inline.h |
|---|
| 309 | |
|---|
| 310 | AW_xfont.o: aw_commn.hxx |
|---|
| 311 | AW_xfont.o: aw_def.hxx |
|---|
| 312 | AW_xfont.o: aw_device.hxx |
|---|
| 313 | AW_xfont.o: aw_position.hxx |
|---|
| 314 | AW_xfont.o: aw_root.hxx |
|---|
| 315 | AW_xfont.o: aw_xfont.hxx |
|---|
| 316 | AW_xfont.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 317 | AW_xfont.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 318 | AW_xfont.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 319 | AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 320 | AW_xfont.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 321 | AW_xfont.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 322 | |
|---|
| 323 | AW_xkey.o: aw_keysym.hxx |
|---|
| 324 | AW_xkey.o: aw_root.hxx |
|---|
| 325 | AW_xkey.o: aw_xkey.hxx |
|---|
| 326 | AW_xkey.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 327 | AW_xkey.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 328 | AW_xkey.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 329 | AW_xkey.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 330 | AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 331 | AW_xkey.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 332 | AW_xkey.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 333 | AW_xkey.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 334 | |
|---|
| 335 | AW_Xm.o: aw_commn.hxx |
|---|
| 336 | AW_Xm.o: aw_device.hxx |
|---|
| 337 | AW_Xm.o: aw_position.hxx |
|---|
| 338 | AW_Xm.o: aw_root.hxx |
|---|
| 339 | AW_Xm.o: aw_Xm.hxx |
|---|
| 340 | AW_Xm.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
|---|
| 341 | AW_Xm.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 342 | AW_Xm.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 343 | AW_Xm.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|