| 1 | # for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt |
|---|
| 2 | .SUFFIXES: .o .cxx .depend |
|---|
| 3 | OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx)) |
|---|
| 4 | $(MAIN): $(OBJECTS) |
|---|
| 5 | $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS) |
|---|
| 6 | .cxx.o: |
|---|
| 7 | $(A_CXX) $(cflags) $(cxxflags) -c -o $@ $(@:.o=.cxx) $(CXX_INCLUDES) $(XML_INCLUDES) $(POST_COMPILE) $< |
|---|
| 8 | |
|---|
| 9 | clean: |
|---|
| 10 | rm -f $(OBJECTS) *.a |
|---|
| 11 | |
|---|
| 12 | DEPENDS = $(OBJECTS:.o=.depend) |
|---|
| 13 | depends: $(DEPENDS) |
|---|
| 14 | @cat $(DEPENDS) | grep -v '^#' >>Makefile |
|---|
| 15 | @rm $(DEPENDS) |
|---|
| 16 | $(DEPENDS): depend.init |
|---|
| 17 | depend.init: |
|---|
| 18 | $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies |
|---|
| 19 | .c.depend: |
|---|
| 20 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 21 | .cxx.depend: |
|---|
| 22 | $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@ |
|---|
| 23 | |
|---|
| 24 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
|---|
| 25 | |
|---|
| 26 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
|---|
| 27 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main) |
|---|
| 28 | |
|---|
| 29 | probe_collection.o: probe_collection.hxx |
|---|
| 30 | probe_collection.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 31 | probe_collection.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 32 | probe_collection.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 33 | probe_collection.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 34 | probe_collection.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 35 | probe_collection.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 36 | probe_collection.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 37 | probe_collection.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 38 | probe_collection.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 39 | probe_collection.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 40 | probe_collection.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 41 | probe_collection.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 42 | probe_collection.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 43 | probe_collection.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 44 | probe_collection.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 45 | probe_collection.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 46 | probe_collection.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 47 | probe_collection.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 48 | probe_collection.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 49 | probe_collection.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 50 | |
|---|
| 51 | probe_design.o: probe_collection.hxx |
|---|
| 52 | probe_design.o: probe_gui.hxx |
|---|
| 53 | probe_design.o: probe_local.hxx |
|---|
| 54 | probe_design.o: probe_match_parser.hxx |
|---|
| 55 | probe_design.o: SaiProbeVisualization.hxx |
|---|
| 56 | probe_design.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 57 | probe_design.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 58 | probe_design.o: $(ARBHOME)/INCLUDE/adGene.h |
|---|
| 59 | probe_design.o: $(ARBHOME)/INCLUDE/aisc_global.h |
|---|
| 60 | probe_design.o: $(ARBHOME)/INCLUDE/AliView.hxx |
|---|
| 61 | probe_design.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
|---|
| 62 | probe_design.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
|---|
| 63 | probe_design.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 64 | probe_design.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 65 | probe_design.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 66 | probe_design.o: $(ARBHOME)/INCLUDE/arb_file.h |
|---|
| 67 | probe_design.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 68 | probe_design.o: $(ARBHOME)/INCLUDE/arb_misc.h |
|---|
| 69 | probe_design.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 70 | probe_design.o: $(ARBHOME)/INCLUDE/arb_progress.h |
|---|
| 71 | probe_design.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 72 | probe_design.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
|---|
| 73 | probe_design.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 74 | probe_design.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
|---|
| 75 | probe_design.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 76 | probe_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 77 | probe_design.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 78 | probe_design.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 79 | probe_design.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 80 | probe_design.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 81 | probe_design.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 82 | probe_design.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 83 | probe_design.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 84 | probe_design.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 85 | probe_design.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
|---|
| 86 | probe_design.o: $(ARBHOME)/INCLUDE/aw_edit.hxx |
|---|
| 87 | probe_design.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 88 | probe_design.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx |
|---|
| 89 | probe_design.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 90 | probe_design.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 91 | probe_design.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 92 | probe_design.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 93 | probe_design.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
|---|
| 94 | probe_design.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 95 | probe_design.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
|---|
| 96 | probe_design.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
|---|
| 97 | probe_design.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 98 | probe_design.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
|---|
| 99 | probe_design.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
|---|
| 100 | probe_design.o: $(ARBHOME)/INCLUDE/awt_misc.hxx |
|---|
| 101 | probe_design.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
|---|
| 102 | probe_design.o: $(ARBHOME)/INCLUDE/bytestring.h |
|---|
| 103 | probe_design.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 104 | probe_design.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 105 | probe_design.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 106 | probe_design.o: $(ARBHOME)/INCLUDE/client.h |
|---|
| 107 | probe_design.o: $(ARBHOME)/INCLUDE/client_types.h |
|---|
| 108 | probe_design.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 109 | probe_design.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 110 | probe_design.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 111 | probe_design.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 112 | probe_design.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 113 | probe_design.o: $(ARBHOME)/INCLUDE/GEN.hxx |
|---|
| 114 | probe_design.o: $(ARBHOME)/INCLUDE/Group.hxx |
|---|
| 115 | probe_design.o: $(ARBHOME)/INCLUDE/items.h |
|---|
| 116 | probe_design.o: $(ARBHOME)/INCLUDE/iupac.h |
|---|
| 117 | probe_design.o: $(ARBHOME)/INCLUDE/PT_com.h |
|---|
| 118 | probe_design.o: $(ARBHOME)/INCLUDE/PT_server.h |
|---|
| 119 | probe_design.o: $(ARBHOME)/INCLUDE/rootAsWin.h |
|---|
| 120 | probe_design.o: $(ARBHOME)/INCLUDE/servercntrl.h |
|---|
| 121 | probe_design.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 122 | probe_design.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 123 | probe_design.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 124 | probe_design.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 125 | probe_design.o: $(ARBHOME)/INCLUDE/TreeCallbacks.hxx |
|---|
| 126 | probe_design.o: $(ARBHOME)/INCLUDE/TreeDisplay.hxx |
|---|
| 127 | probe_design.o: $(ARBHOME)/INCLUDE/TreeNode.h |
|---|
| 128 | probe_design.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|
| 129 | |
|---|
| 130 | probe_match_parser.o: probe_match_parser.hxx |
|---|
| 131 | probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 132 | probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 133 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 134 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 135 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_defs.h |
|---|
| 136 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 137 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 138 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 139 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 140 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 141 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 142 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 143 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 144 | probe_match_parser.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 145 | probe_match_parser.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 146 | probe_match_parser.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 147 | probe_match_parser.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 148 | probe_match_parser.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 149 | probe_match_parser.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 150 | probe_match_parser.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 151 | probe_match_parser.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 152 | |
|---|
| 153 | SaiProbeVisualization.o: probe_match_parser.hxx |
|---|
| 154 | SaiProbeVisualization.o: SaiProbeVisualization.hxx |
|---|
| 155 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_prot.h |
|---|
| 156 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
|---|
| 157 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_assert.h |
|---|
| 158 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_core.h |
|---|
| 159 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_error.h |
|---|
| 160 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_global_defs.h |
|---|
| 161 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_mem.h |
|---|
| 162 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_msg.h |
|---|
| 163 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_str.h |
|---|
| 164 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
|---|
| 165 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_string.h |
|---|
| 166 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb.h |
|---|
| 167 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
|---|
| 168 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdbt.h |
|---|
| 169 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbtools.h |
|---|
| 170 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/attributes.h |
|---|
| 171 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
|---|
| 172 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
|---|
| 173 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
|---|
| 174 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
|---|
| 175 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
|---|
| 176 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
|---|
| 177 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx |
|---|
| 178 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
|---|
| 179 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
|---|
| 180 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
|---|
| 181 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
|---|
| 182 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
|---|
| 183 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
|---|
| 184 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
|---|
| 185 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
|---|
| 186 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
|---|
| 187 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
|---|
| 188 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
|---|
| 189 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb.h |
|---|
| 190 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb_base.h |
|---|
| 191 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cbtypes.h |
|---|
| 192 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ConfigMapping.h |
|---|
| 193 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cxxforward.h |
|---|
| 194 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/downcast.h |
|---|
| 195 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/dupstr.h |
|---|
| 196 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/gb_aci.h |
|---|
| 197 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/gccver.h |
|---|
| 198 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/item_sel_list.h |
|---|
| 199 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/items.h |
|---|
| 200 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/nds.h |
|---|
| 201 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/sized_cstr.h |
|---|
| 202 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/smartptr.h |
|---|
| 203 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/static_assert.h |
|---|
| 204 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/test_global.h |
|---|
| 205 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/TreeLabeler.h |
|---|
| 206 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ttypes.h |
|---|