| 1 | # for variables passed from parent makefile see ../../SOURCE_TOOLS/parent_make.txt |
|---|
| 2 | |
|---|
| 3 | .SUFFIXES: .o .c .cxx .hxx .depend |
|---|
| 4 | |
|---|
| 5 | OBJECTS=$(subst .cxx,.o,$(wildcard *.cxx)) |
|---|
| 6 | |
|---|
| 7 | $(MAIN): $(OBJECTS) |
|---|
| 8 | $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) |
|---|
| 9 | |
|---|
| 10 | .cxx.o: |
|---|
| 11 | $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< |
|---|
| 12 | |
|---|
| 13 | .c.o: |
|---|
| 14 | $(A_CC) $(cflags) -c $< $(CC_INCLUDES) $(POST_COMPILE) $< |
|---|
| 15 | |
|---|
| 16 | proto: |
|---|
| 17 | ../../AISC_MKPTPS/aisc_mkpt -P -w TreeCallbacks.hxx TreeCallbacks.cxx >TreeCallbacks.hxx.tmp |
|---|
| 18 | ../../SOURCE_TOOLS/mv_if_diff TreeCallbacks.hxx.tmp TreeCallbacks.hxx |
|---|
| 19 | |
|---|
| 20 | clean: |
|---|
| 21 | rm -f $(OBJECTS) *.a |
|---|
| 22 | |
|---|
| 23 | DEPENDS = $(OBJECTS:.o=.depend) |
|---|
| 24 | depends: $(DEPENDS) |
|---|
| 25 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
|---|
| 26 | @rm $(DEPENDS) |
|---|
| 27 | $(DEPENDS): depend.init |
|---|
| 28 | depend.init: |
|---|
| 29 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
|---|
| 30 | .c.depend: |
|---|
| 31 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 32 | .cxx.depend: |
|---|
| 33 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 34 | |
|---|
| 35 | # DO NOT DELETE |
|---|
| 36 | |
|---|
| 37 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
|---|
| 38 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from SL) |
|---|
| 39 | |
|---|
| 40 | Group.o: Group.hxx |
|---|
| 41 | Group.o: GroupIterator.hxx |
|---|
| 42 | Group.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 43 | Group.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 44 | Group.o: $(ARBHOME)/INCLUDE/AliView.hxx |
|---|
| 45 | Group.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
|---|
| 46 | Group.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
|---|
| 47 | Group.o: $(ARBHOME)/INCLUDE/AP_TreeSet.hxx |
|---|
| 48 | Group.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 49 | Group.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 50 | Group.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 51 | Group.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 52 | Group.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 53 | Group.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 54 | Group.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
|---|
| 55 | Group.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 56 | Group.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 57 | Group.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 58 | Group.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 59 | Group.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 60 | Group.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 61 | Group.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 62 | Group.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 63 | Group.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 64 | Group.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 65 | Group.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 66 | Group.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 67 | Group.o: $(ARBHOME)/INCLUDE/test_unit.h |
|---|
| 68 | Group.o: $(ARBHOME)/INCLUDE/TreeNode.h |
|---|
| 69 | |
|---|
| 70 | irstree_display.o: Group.hxx |
|---|
| 71 | irstree_display.o: TreeDisplay.hxx |
|---|
| 72 | irstree_display.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 73 | irstree_display.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 74 | irstree_display.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 75 | irstree_display.o: $(ARBHOME)/INCLUDE/AliView.hxx |
|---|
| 76 | irstree_display.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
|---|
| 77 | irstree_display.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
|---|
| 78 | irstree_display.o: $(ARBHOME)/INCLUDE/AP_TreeColors.hxx |
|---|
| 79 | irstree_display.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 80 | irstree_display.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 81 | irstree_display.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 82 | irstree_display.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 83 | irstree_display.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 84 | irstree_display.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 85 | irstree_display.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 86 | irstree_display.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
|---|
| 87 | irstree_display.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 88 | irstree_display.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 89 | irstree_display.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 90 | irstree_display.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 91 | irstree_display.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 92 | irstree_display.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 93 | irstree_display.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 94 | irstree_display.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 95 | irstree_display.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
|---|
| 96 | irstree_display.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 97 | irstree_display.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 98 | irstree_display.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 99 | irstree_display.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 100 | irstree_display.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
|---|
| 101 | irstree_display.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 102 | irstree_display.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 103 | irstree_display.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 104 | irstree_display.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 105 | irstree_display.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 106 | irstree_display.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 107 | irstree_display.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 108 | irstree_display.o: $(ARBHOME)/INCLUDE/nds.h |
|---|
| 109 | irstree_display.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 110 | irstree_display.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 111 | irstree_display.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 112 | irstree_display.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 113 | irstree_display.o: $(ARBHOME)/INCLUDE/TreeNode.h |
|---|
| 114 | irstree_display.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 115 | |
|---|
| 116 | TreeCallbacks.o: Group.hxx |
|---|
| 117 | TreeCallbacks.o: TreeCallbacks.hxx |
|---|
| 118 | TreeCallbacks.o: TreeDisplay.hxx |
|---|
| 119 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 120 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 121 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 122 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/AliView.hxx |
|---|
| 123 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
|---|
| 124 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
|---|
| 125 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 126 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 127 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 128 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 129 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 130 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arb_str.h |
|---|
| 131 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 132 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 133 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
|---|
| 134 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 135 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 136 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 137 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 138 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 139 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_advice.hxx |
|---|
| 140 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 141 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 142 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 143 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 144 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 145 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 146 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
|---|
| 147 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 148 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 149 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 150 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 151 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 152 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 153 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
|---|
| 154 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 155 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 156 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 157 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 158 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 159 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 160 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/gb_aci.h |
|---|
| 161 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 162 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/mode_text.h |
|---|
| 163 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 164 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 165 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 166 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 167 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/TreeNode.h |
|---|
| 168 | TreeCallbacks.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 169 | |
|---|
| 170 | TreeDisplay.o: ../../WINDOW/aw_common.hxx |
|---|
| 171 | TreeDisplay.o: Group.hxx |
|---|
| 172 | TreeDisplay.o: GroupIterator.hxx |
|---|
| 173 | TreeDisplay.o: TreeCallbacks.hxx |
|---|
| 174 | TreeDisplay.o: TreeDisplay.hxx |
|---|
| 175 | TreeDisplay.o: $(ARBHOME)/INCLUDE/ad_cb.h |
|---|
| 176 | TreeDisplay.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
|---|
| 177 | TreeDisplay.o: $(ARBHOME)/INCLUDE/ad_colorset.h |
|---|
| 178 | TreeDisplay.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 179 | TreeDisplay.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 180 | TreeDisplay.o: $(ARBHOME)/INCLUDE/AliView.hxx |
|---|
| 181 | TreeDisplay.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
|---|
| 182 | TreeDisplay.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
|---|
| 183 | TreeDisplay.o: $(ARBHOME)/INCLUDE/AP_TreeColors.hxx |
|---|
| 184 | TreeDisplay.o: $(ARBHOME)/INCLUDE/AP_TreeSet.hxx |
|---|
| 185 | TreeDisplay.o: $(ARBHOME)/INCLUDE/AP_TreeShader.hxx |
|---|
| 186 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 187 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 188 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_defs.h |
|---|
| 189 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_diff.h |
|---|
| 190 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 191 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
|---|
| 192 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 193 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 194 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 195 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 196 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 197 | TreeDisplay.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
|---|
| 198 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 199 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 200 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 201 | TreeDisplay.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 202 | TreeDisplay.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 203 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 204 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 205 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 206 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 207 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
|---|
| 208 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 209 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
|---|
| 210 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 211 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 212 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 213 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 214 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 215 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 216 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 217 | TreeDisplay.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 218 | TreeDisplay.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
|---|
| 219 | TreeDisplay.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
|---|
| 220 | TreeDisplay.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 221 | TreeDisplay.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 222 | TreeDisplay.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 223 | TreeDisplay.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 224 | TreeDisplay.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 225 | TreeDisplay.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 226 | TreeDisplay.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 227 | TreeDisplay.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 228 | TreeDisplay.o: $(ARBHOME)/INCLUDE/item_shader.h |
|---|
| 229 | TreeDisplay.o: $(ARBHOME)/INCLUDE/items.h |
|---|
| 230 | TreeDisplay.o: $(ARBHOME)/INCLUDE/nds.h |
|---|
| 231 | TreeDisplay.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 232 | TreeDisplay.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 233 | TreeDisplay.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 234 | TreeDisplay.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 235 | TreeDisplay.o: $(ARBHOME)/INCLUDE/test_unit.h |
|---|
| 236 | TreeDisplay.o: $(ARBHOME)/INCLUDE/TreeNode.h |
|---|
| 237 | TreeDisplay.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|