[10954] | 1 | # for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt |
---|
[1617] | 2 | .SUFFIXES: .o .cxx .depend |
---|
| 3 | |
---|
[18732] | 4 | SOURCES=$(wildcard *.cxx) |
---|
| 5 | OBJECTS=$(subst .cxx,.o,$(SOURCES)) |
---|
[1617] | 6 | |
---|
[18732] | 7 | $(MAIN): $(OBJECTS) |
---|
| 8 | $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) |
---|
[1617] | 9 | .cxx.o: |
---|
[13443] | 10 | $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $< |
---|
[1617] | 11 | |
---|
[18732] | 12 | GDE_proto.h: $(SOURCES) Makefile |
---|
[6280] | 13 | $(MAKE) proto |
---|
[5316] | 14 | |
---|
[6280] | 15 | proto: |
---|
[18732] | 16 | ../AISC_MKPTPS/aisc_mkpt -P -G -E -w GDE_proto.h $(SOURCES) > GDE_proto.h.tmp |
---|
[5069] | 17 | ../SOURCE_TOOLS/mv_if_diff GDE_proto.h.tmp GDE_proto.h |
---|
| 18 | |
---|
[4635] | 19 | clean: |
---|
[18732] | 20 | rm -f $(OBJECTS) *.a |
---|
[4635] | 21 | |
---|
[18732] | 22 | DEPENDS = $(OBJECTS:.o=.depend) |
---|
[1617] | 23 | depends: $(DEPENDS) |
---|
| 24 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
---|
| 25 | @rm $(DEPENDS) |
---|
| 26 | $(DEPENDS): depend.init |
---|
| 27 | depend.init: |
---|
| 28 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
---|
| 29 | .c.depend: |
---|
| 30 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
| 31 | .cxx.depend: |
---|
| 32 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
---|
| 33 | |
---|
[2] | 34 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
| 35 | |
---|
[2338] | 36 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
[9575] | 37 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main) |
---|
[1617] | 38 | |
---|
[2338] | 39 | GDE.o: gde.hxx |
---|
[5031] | 40 | GDE.o: GDE_awars.h |
---|
[2338] | 41 | GDE.o: GDE_def.h |
---|
| 42 | GDE.o: GDE_extglob.h |
---|
| 43 | GDE.o: GDE_menu.h |
---|
[5316] | 44 | GDE.o: GDE_proto.h |
---|
[2338] | 45 | GDE.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
| 46 | GDE.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
| 47 | GDE.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
[6814] | 48 | GDE.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
[6277] | 49 | GDE.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
[15176] | 50 | GDE.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
[7183] | 51 | GDE.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
[10842] | 52 | GDE.o: $(ARBHOME)/INCLUDE/arb_str.h |
---|
[17724] | 53 | GDE.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
[7183] | 54 | GDE.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
[1617] | 55 | GDE.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
[5709] | 56 | GDE.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
[2315] | 57 | GDE.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
[6209] | 58 | GDE.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
[5125] | 59 | GDE.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
[6868] | 60 | GDE.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
[12138] | 61 | GDE.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
[6868] | 62 | GDE.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
[7121] | 63 | GDE.o: $(ARBHOME)/INCLUDE/aw_file.hxx |
---|
[3554] | 64 | GDE.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
[6868] | 65 | GDE.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
[83] | 66 | GDE.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
[12773] | 67 | GDE.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
---|
| 68 | GDE.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
---|
[83] | 69 | GDE.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
[13704] | 70 | GDE.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
---|
[6280] | 71 | GDE.o: $(ARBHOME)/INCLUDE/awt_filter.hxx |
---|
[3902] | 72 | GDE.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
[6868] | 73 | GDE.o: $(ARBHOME)/INCLUDE/cb.h |
---|
[11034] | 74 | GDE.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
[10212] | 75 | GDE.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
[17724] | 76 | GDE.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
---|
[9521] | 77 | GDE.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[10563] | 78 | GDE.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
[6331] | 79 | GDE.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 80 | GDE.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[6277] | 81 | GDE.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
[10212] | 82 | GDE.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
[6817] | 83 | GDE.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
[10212] | 84 | GDE.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
[1617] | 85 | |
---|
[2338] | 86 | GDE_arbdb_io.o: gde.hxx |
---|
| 87 | GDE_arbdb_io.o: GDE_def.h |
---|
| 88 | GDE_arbdb_io.o: GDE_extglob.h |
---|
| 89 | GDE_arbdb_io.o: GDE_menu.h |
---|
[5316] | 90 | GDE_arbdb_io.o: GDE_proto.h |
---|
[2338] | 91 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
| 92 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
[6280] | 93 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/AP_filter.hxx |
---|
[2338] | 94 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
[6814] | 95 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
[6277] | 96 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
[17534] | 97 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
[15176] | 98 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
[7183] | 99 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
[7186] | 100 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
[7183] | 101 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
[2338] | 102 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
[5709] | 103 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
[2338] | 104 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
[6209] | 105 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
[5125] | 106 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
[7916] | 107 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
[6868] | 108 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
| 109 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
[4303] | 110 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/AW_rename.hxx |
---|
[14435] | 111 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/cb.h |
---|
| 112 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
| 113 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
[9521] | 114 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[10563] | 115 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
[6331] | 116 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 117 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[6277] | 118 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
[10563] | 119 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
[6817] | 120 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
[14435] | 121 | GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
[2338] | 122 | |
---|
| 123 | GDE_event.o: gde.hxx |
---|
[5031] | 124 | GDE_event.o: GDE_awars.h |
---|
[2338] | 125 | GDE_event.o: GDE_def.h |
---|
| 126 | GDE_event.o: GDE_extglob.h |
---|
| 127 | GDE_event.o: GDE_menu.h |
---|
[5316] | 128 | GDE_event.o: GDE_proto.h |
---|
[2338] | 129 | GDE_event.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
| 130 | GDE_event.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
[6280] | 131 | GDE_event.o: $(ARBHOME)/INCLUDE/AP_filter.hxx |
---|
[2338] | 132 | GDE_event.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
[6814] | 133 | GDE_event.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
[6277] | 134 | GDE_event.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
[17534] | 135 | GDE_event.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
---|
[15176] | 136 | GDE_event.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
[7183] | 137 | GDE_event.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
[7186] | 138 | GDE_event.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
[17178] | 139 | GDE_event.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
---|
[7183] | 140 | GDE_event.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
[887] | 141 | GDE_event.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
[5709] | 142 | GDE_event.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
[83] | 143 | GDE_event.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
[6209] | 144 | GDE_event.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
[5125] | 145 | GDE_event.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
[6868] | 146 | GDE_event.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
| 147 | GDE_event.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
[7121] | 148 | GDE_event.o: $(ARBHOME)/INCLUDE/aw_file.hxx |
---|
[3554] | 149 | GDE_event.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
[6868] | 150 | GDE_event.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
[8355] | 151 | GDE_event.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
---|
[83] | 152 | GDE_event.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
| 153 | GDE_event.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
[6280] | 154 | GDE_event.o: $(ARBHOME)/INCLUDE/awt_filter.hxx |
---|
[6868] | 155 | GDE_event.o: $(ARBHOME)/INCLUDE/cb.h |
---|
[11034] | 156 | GDE_event.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
[10212] | 157 | GDE_event.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
[9521] | 158 | GDE_event.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[10563] | 159 | GDE_event.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
[6331] | 160 | GDE_event.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 161 | GDE_event.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[6277] | 162 | GDE_event.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
[10212] | 163 | GDE_event.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
[6817] | 164 | GDE_event.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
[12834] | 165 | GDE_event.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
[10212] | 166 | GDE_event.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
[1617] | 167 | |
---|
[2338] | 168 | GDE_FileIO.o: gde.hxx |
---|
| 169 | GDE_FileIO.o: GDE_def.h |
---|
| 170 | GDE_FileIO.o: GDE_extglob.h |
---|
| 171 | GDE_FileIO.o: GDE_menu.h |
---|
[5316] | 172 | GDE_FileIO.o: GDE_proto.h |
---|
[2338] | 173 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
| 174 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
| 175 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
[6814] | 176 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
[6277] | 177 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
[15176] | 178 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
[7183] | 179 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
| 180 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
[2338] | 181 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
[5709] | 182 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
[2338] | 183 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
[6209] | 184 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
[5125] | 185 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
[6868] | 186 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
| 187 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
[14435] | 188 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/cb.h |
---|
| 189 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
| 190 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
[9521] | 191 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[10563] | 192 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
[6331] | 193 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 194 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[6277] | 195 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
[10563] | 196 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
[6817] | 197 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
[14435] | 198 | GDE_FileIO.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
[1617] | 199 | |
---|
[2338] | 200 | GDE_Genbank.o: gde.hxx |
---|
| 201 | GDE_Genbank.o: GDE_def.h |
---|
| 202 | GDE_Genbank.o: GDE_extglob.h |
---|
| 203 | GDE_Genbank.o: GDE_menu.h |
---|
[5316] | 204 | GDE_Genbank.o: GDE_proto.h |
---|
[2338] | 205 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
[6280] | 206 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
[2338] | 207 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
[6814] | 208 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
[6277] | 209 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
[15176] | 210 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
[7183] | 211 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
| 212 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
[2338] | 213 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
[5709] | 214 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
[6280] | 215 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
[6209] | 216 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
[5125] | 217 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
[6868] | 218 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
[14435] | 219 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/cb.h |
---|
| 220 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
| 221 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
[9521] | 222 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[10563] | 223 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
[6331] | 224 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 225 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[6277] | 226 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
[10563] | 227 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
[6817] | 228 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
[14435] | 229 | GDE_Genbank.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
[2338] | 230 | |
---|
| 231 | GDE_HGLfile.o: gde.hxx |
---|
| 232 | GDE_HGLfile.o: GDE_def.h |
---|
| 233 | GDE_HGLfile.o: GDE_extglob.h |
---|
| 234 | GDE_HGLfile.o: GDE_menu.h |
---|
[5316] | 235 | GDE_HGLfile.o: GDE_proto.h |
---|
[2338] | 236 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
[6280] | 237 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
[2338] | 238 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
[6814] | 239 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
[6277] | 240 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
[15176] | 241 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
[7183] | 242 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
| 243 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
[887] | 244 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
[5709] | 245 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
[6280] | 246 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
[6209] | 247 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
[5125] | 248 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
[6868] | 249 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
[14435] | 250 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/cb.h |
---|
| 251 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
| 252 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
[9521] | 253 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[10563] | 254 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
[6331] | 255 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 256 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[6277] | 257 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
[10563] | 258 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
[6817] | 259 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
[14435] | 260 | GDE_HGLfile.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
[1617] | 261 | |
---|
[2338] | 262 | GDE_ParseMenu.o: gde.hxx |
---|
| 263 | GDE_ParseMenu.o: GDE_def.h |
---|
| 264 | GDE_ParseMenu.o: GDE_extglob.h |
---|
| 265 | GDE_ParseMenu.o: GDE_menu.h |
---|
[5316] | 266 | GDE_ParseMenu.o: GDE_proto.h |
---|
[2338] | 267 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
[6280] | 268 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
[2338] | 269 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
[6814] | 270 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
[6277] | 271 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
[11874] | 272 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_file.h |
---|
[15176] | 273 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_mem.h |
---|
[7183] | 274 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
[11874] | 275 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
[7183] | 276 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
[2338] | 277 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
[5709] | 278 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
[6280] | 279 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
[6209] | 280 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
[5125] | 281 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
[6868] | 282 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
[10645] | 283 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
| 284 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
[11874] | 285 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h |
---|
[10645] | 286 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cb.h |
---|
[11034] | 287 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
[10645] | 288 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
[9521] | 289 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
[10563] | 290 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
[6331] | 291 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
[9516] | 292 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
[11874] | 293 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/MultiFileReader.h |
---|
[6277] | 294 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
[10563] | 295 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
[6817] | 296 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
[10380] | 297 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/test_unit.h |
---|
[10645] | 298 | GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|