1 | # for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt |
---|
2 | .SUFFIXES: .o .cxx .depend |
---|
3 | CPP_OBJECTS = probe_design.o SaiProbeVisualization.o probe_match_parser.o |
---|
4 | $(MAIN): $(CPP_OBJECTS) |
---|
5 | $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS) |
---|
6 | .cxx.o: |
---|
7 | $(A_CXX) $(cflags) $(cxxflags) -c -o $@ $(@:.o=.cxx) $(CXX_INCLUDES) $(POST_COMPILE) |
---|
8 | |
---|
9 | clean: |
---|
10 | rm -f $(CPP_OBJECTS) *.a |
---|
11 | |
---|
12 | DEPENDS = $(CPP_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_design.o: probe_design.hxx |
---|
30 | probe_design.o: probe_match_parser.hxx |
---|
31 | probe_design.o: SaiProbeVisualization.hxx |
---|
32 | probe_design.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
33 | probe_design.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
34 | probe_design.o: $(ARBHOME)/INCLUDE/adGene.h |
---|
35 | probe_design.o: $(ARBHOME)/INCLUDE/aisc_global.h |
---|
36 | probe_design.o: $(ARBHOME)/INCLUDE/AliView.hxx |
---|
37 | probe_design.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx |
---|
38 | probe_design.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx |
---|
39 | probe_design.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
40 | probe_design.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
41 | probe_design.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
42 | probe_design.o: $(ARBHOME)/INCLUDE/arb_file.h |
---|
43 | probe_design.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
44 | probe_design.o: $(ARBHOME)/INCLUDE/arb_progress.h |
---|
45 | probe_design.o: $(ARBHOME)/INCLUDE/arb_strarray.h |
---|
46 | probe_design.o: $(ARBHOME)/INCLUDE/arb_strbuf.h |
---|
47 | probe_design.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
48 | probe_design.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx |
---|
49 | probe_design.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
50 | probe_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
51 | probe_design.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
52 | probe_design.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
53 | probe_design.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
54 | probe_design.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
55 | probe_design.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
56 | probe_design.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
57 | probe_design.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
58 | probe_design.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
59 | probe_design.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
60 | probe_design.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
---|
61 | probe_design.o: $(ARBHOME)/INCLUDE/aw_edit.hxx |
---|
62 | probe_design.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
63 | probe_design.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
64 | probe_design.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
65 | probe_design.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
66 | probe_design.o: $(ARBHOME)/INCLUDE/aw_question.hxx |
---|
67 | probe_design.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
68 | probe_design.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx |
---|
69 | probe_design.o: $(ARBHOME)/INCLUDE/aw_select.hxx |
---|
70 | probe_design.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
71 | probe_design.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
72 | probe_design.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
---|
73 | probe_design.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
74 | probe_design.o: $(ARBHOME)/INCLUDE/bytestring.h |
---|
75 | probe_design.o: $(ARBHOME)/INCLUDE/cb.h |
---|
76 | probe_design.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
77 | probe_design.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
78 | probe_design.o: $(ARBHOME)/INCLUDE/client.h |
---|
79 | probe_design.o: $(ARBHOME)/INCLUDE/client_types.h |
---|
80 | probe_design.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
81 | probe_design.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
82 | probe_design.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
83 | probe_design.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
84 | probe_design.o: $(ARBHOME)/INCLUDE/GEN.hxx |
---|
85 | probe_design.o: $(ARBHOME)/INCLUDE/items.h |
---|
86 | probe_design.o: $(ARBHOME)/INCLUDE/iupac.h |
---|
87 | probe_design.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
88 | probe_design.o: $(ARBHOME)/INCLUDE/PT_server.h |
---|
89 | probe_design.o: $(ARBHOME)/INCLUDE/RootedTree.h |
---|
90 | probe_design.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
91 | probe_design.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
92 | probe_design.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
93 | probe_design.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
94 | probe_design.o: $(ARBHOME)/INCLUDE/TreeCallbacks.hxx |
---|
95 | probe_design.o: $(ARBHOME)/INCLUDE/TreeDisplay.hxx |
---|
96 | probe_design.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|
97 | |
---|
98 | probe_match_parser.o: probe_match_parser.hxx |
---|
99 | probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
100 | probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
101 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
102 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
103 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_defs.h |
---|
104 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
105 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
106 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
107 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
108 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
109 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
110 | probe_match_parser.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
111 | probe_match_parser.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
112 | probe_match_parser.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
113 | probe_match_parser.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
114 | probe_match_parser.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
115 | probe_match_parser.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
116 | probe_match_parser.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
117 | probe_match_parser.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
118 | probe_match_parser.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
119 | |
---|
120 | SaiProbeVisualization.o: probe_match_parser.hxx |
---|
121 | SaiProbeVisualization.o: SaiProbeVisualization.hxx |
---|
122 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
123 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
124 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
125 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_core.h |
---|
126 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_error.h |
---|
127 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_msg.h |
---|
128 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_string.h |
---|
129 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
130 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
131 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
132 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbtools.h |
---|
133 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
134 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar.hxx |
---|
135 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx |
---|
136 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
137 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_base.hxx |
---|
138 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
139 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx |
---|
140 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
141 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_msg.hxx |
---|
142 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
143 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_preset.hxx |
---|
144 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
145 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
146 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
147 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx |
---|
148 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
149 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb.h |
---|
150 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb_base.h |
---|
151 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cbtypes.h |
---|
152 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cxxforward.h |
---|
153 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/downcast.h |
---|
154 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/dupstr.h |
---|
155 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/gccver.h |
---|
156 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/items.h |
---|
157 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/nds.h |
---|
158 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/smartptr.h |
---|
159 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/static_assert.h |
---|
160 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/test_global.h |
---|
161 | SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ttypes.h |
---|