| 1 | # for variables passed from parent makefile see ../../SOURCE_TOOLS/parent_make.txt |
|---|
| 2 | |
|---|
| 3 | .SUFFIXES: .o .cxx .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 | clean: |
|---|
| 14 | rm -f $(OBJECTS) *.o *.a |
|---|
| 15 | |
|---|
| 16 | DEPENDS = $(OBJECTS:.o=.depend) |
|---|
| 17 | depends: $(DEPENDS) |
|---|
| 18 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
|---|
| 19 | @rm $(DEPENDS) |
|---|
| 20 | $(DEPENDS): depend.init |
|---|
| 21 | depend.init: |
|---|
| 22 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
|---|
| 23 | .c.depend: |
|---|
| 24 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 25 | .cxx.depend: |
|---|
| 26 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 27 | |
|---|
| 28 | # DO NOT DELETE |
|---|
| 29 | |
|---|
| 30 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
|---|
| 31 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from SL) |
|---|
| 32 | |
|---|
| 33 | asciiprint.o: asciiprint.hxx |
|---|
| 34 | asciiprint.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 35 | asciiprint.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 36 | asciiprint.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 37 | asciiprint.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 38 | asciiprint.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 39 | asciiprint.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 40 | asciiprint.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 41 | asciiprint.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 42 | asciiprint.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 43 | asciiprint.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 44 | asciiprint.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 45 | asciiprint.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 46 | asciiprint.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 47 | asciiprint.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 48 | asciiprint.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 49 | asciiprint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 50 | asciiprint.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 51 | asciiprint.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 52 | asciiprint.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 53 | asciiprint.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 54 | asciiprint.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 55 | asciiprint.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 56 | asciiprint.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 57 | asciiprint.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 58 | asciiprint.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 59 | asciiprint.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 60 | asciiprint.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 61 | asciiprint.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 62 | asciiprint.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 63 | asciiprint.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 64 | asciiprint.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 65 | asciiprint.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 66 | |
|---|
| 67 | config_manager.o: config_manager.hxx |
|---|
| 68 | config_manager.o: sel_boxes.hxx |
|---|
| 69 | config_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 70 | config_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 71 | config_manager.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 72 | config_manager.o: $(ARBHOME)/INCLUDE/arb_defs.h |
|---|
| 73 | config_manager.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 74 | config_manager.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 75 | config_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 76 | config_manager.o: $(ARBHOME)/INCLUDE/arb_str.h |
|---|
| 77 | config_manager.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 78 | config_manager.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 79 | config_manager.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 80 | config_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 81 | config_manager.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 82 | config_manager.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 83 | config_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 84 | config_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 85 | config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 86 | config_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 87 | config_manager.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 88 | config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 89 | config_manager.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
|---|
| 90 | config_manager.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
|---|
| 91 | config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 92 | config_manager.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 93 | config_manager.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 94 | config_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 95 | config_manager.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 96 | config_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 97 | config_manager.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 98 | config_manager.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 99 | config_manager.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 100 | config_manager.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 101 | config_manager.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 102 | config_manager.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 103 | config_manager.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 104 | |
|---|
| 105 | modules.o: modules.hxx |
|---|
| 106 | modules.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 107 | modules.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 108 | modules.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 109 | modules.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 110 | modules.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 111 | modules.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 112 | modules.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 113 | modules.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 114 | modules.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 115 | modules.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 116 | modules.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 117 | modules.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 118 | modules.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 119 | modules.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 120 | modules.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 121 | modules.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 122 | modules.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 123 | modules.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 124 | modules.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 125 | |
|---|
| 126 | prompt.o: prompt.hxx |
|---|
| 127 | prompt.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 128 | prompt.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 129 | prompt.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 130 | prompt.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 131 | prompt.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 132 | prompt.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 133 | prompt.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 134 | prompt.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 135 | prompt.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 136 | prompt.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 137 | prompt.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 138 | prompt.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 139 | prompt.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 140 | prompt.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 141 | prompt.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 142 | prompt.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 143 | prompt.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 144 | prompt.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 145 | prompt.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 146 | prompt.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 147 | prompt.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 148 | prompt.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 149 | |
|---|
| 150 | sel_boxes.o: asciiprint.hxx |
|---|
| 151 | sel_boxes.o: modules.hxx |
|---|
| 152 | sel_boxes.o: sel_boxes.hxx |
|---|
| 153 | sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb.h |
|---|
| 154 | sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h |
|---|
| 155 | sel_boxes.o: $(ARBHOME)/INCLUDE/ad_config.h |
|---|
| 156 | sel_boxes.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 157 | sel_boxes.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 158 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 159 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 160 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 161 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_file.h |
|---|
| 162 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
|---|
| 163 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 164 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 165 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_stdstring.h |
|---|
| 166 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 167 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 168 | sel_boxes.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 169 | sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 170 | sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 171 | sel_boxes.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 172 | sel_boxes.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 173 | sel_boxes.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 174 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 175 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 176 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 177 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 178 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_edit.hxx |
|---|
| 179 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_file.hxx |
|---|
| 180 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx |
|---|
| 181 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 182 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 183 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 184 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
|---|
| 185 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
|---|
| 186 | sel_boxes.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 187 | sel_boxes.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h |
|---|
| 188 | sel_boxes.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 189 | sel_boxes.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 190 | sel_boxes.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 191 | sel_boxes.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 192 | sel_boxes.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 193 | sel_boxes.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 194 | sel_boxes.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 195 | sel_boxes.o: $(ARBHOME)/INCLUDE/item_sel_list.h |
|---|
| 196 | sel_boxes.o: $(ARBHOME)/INCLUDE/items.h |
|---|
| 197 | sel_boxes.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 198 | sel_boxes.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 199 | sel_boxes.o: $(ARBHOME)/INCLUDE/stringize.h |
|---|
| 200 | sel_boxes.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 201 | sel_boxes.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|