1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
---|
2 | |
---|
3 | .SUFFIXES: .o .cxx .depend |
---|
4 | |
---|
5 | |
---|
6 | CPP_OBJECTS = MP_main.o MP_Window.o MP_noclass.o MP_sonde.o MP_sondentopf.o MP_mo_liste.o MP_probe.o \ |
---|
7 | MP_GenerationDuplicates.o MP_Generation.o MP_probe_combi_statistic.o MP_probe_tabs.o \ |
---|
8 | MP_permute.o |
---|
9 | |
---|
10 | |
---|
11 | $(MAIN): $(CPP_OBJECTS) |
---|
12 | $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS) |
---|
13 | |
---|
14 | .cxx.o: |
---|
15 | $(CPP) $(cflags) -c $< $(CPPINCLUDES) |
---|
16 | |
---|
17 | clean: |
---|
18 | rm -f $(CPP_OBJECTS) *.a |
---|
19 | |
---|
20 | #.IGNORE: |
---|
21 | # clean |
---|
22 | |
---|
23 | DEPENDS = $(CPP_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 THIS LINE -- make depend depends on it. |
---|
36 | |
---|
37 | # Do not add dependencies manually - use 'make depend' in $ARBHOME |
---|
38 | # For formatting issues see SOURCE_TOOLS/fix_depends.pl |
---|
39 | |
---|
40 | MP_Generation.o: MP_externs.hxx |
---|
41 | MP_Generation.o: MP_probe.hxx |
---|
42 | MP_Generation.o: mpdefs.h |
---|
43 | MP_Generation.o: MultiProbe.hxx |
---|
44 | MP_Generation.o: SoTl.hxx |
---|
45 | MP_Generation.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
46 | MP_Generation.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
47 | MP_Generation.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
48 | MP_Generation.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
49 | MP_Generation.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
50 | MP_Generation.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
51 | MP_Generation.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
52 | MP_Generation.o: $(ARBHOME)/INCLUDE/client.h |
---|
53 | MP_Generation.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
54 | MP_Generation.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
55 | |
---|
56 | MP_GenerationDuplicates.o: MP_externs.hxx |
---|
57 | MP_GenerationDuplicates.o: MP_probe.hxx |
---|
58 | MP_GenerationDuplicates.o: mpdefs.h |
---|
59 | MP_GenerationDuplicates.o: MultiProbe.hxx |
---|
60 | MP_GenerationDuplicates.o: SoTl.hxx |
---|
61 | MP_GenerationDuplicates.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
62 | MP_GenerationDuplicates.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
63 | MP_GenerationDuplicates.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
64 | MP_GenerationDuplicates.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
65 | MP_GenerationDuplicates.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
66 | MP_GenerationDuplicates.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
67 | MP_GenerationDuplicates.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
68 | MP_GenerationDuplicates.o: $(ARBHOME)/INCLUDE/client.h |
---|
69 | MP_GenerationDuplicates.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
70 | MP_GenerationDuplicates.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
71 | |
---|
72 | MP_main.o: MP_externs.hxx |
---|
73 | MP_main.o: MP_probe.hxx |
---|
74 | MP_main.o: mp_proto.hxx |
---|
75 | MP_main.o: mpdefs.h |
---|
76 | MP_main.o: MultiProbe.hxx |
---|
77 | MP_main.o: SoTl.hxx |
---|
78 | MP_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
79 | MP_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
80 | MP_main.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
81 | MP_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
82 | MP_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
83 | MP_main.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
84 | MP_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
85 | MP_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
86 | MP_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
87 | MP_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
88 | MP_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
89 | MP_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
90 | MP_main.o: $(ARBHOME)/INCLUDE/client.h |
---|
91 | MP_main.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
92 | MP_main.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
93 | |
---|
94 | MP_mo_liste.o: MP_externs.hxx |
---|
95 | MP_mo_liste.o: MP_probe.hxx |
---|
96 | MP_mo_liste.o: mpdefs.h |
---|
97 | MP_mo_liste.o: MultiProbe.hxx |
---|
98 | MP_mo_liste.o: SoTl.hxx |
---|
99 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
100 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
101 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
102 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
103 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
104 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
105 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
106 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
107 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
108 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
109 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/client.h |
---|
110 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
111 | MP_mo_liste.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
112 | |
---|
113 | MP_noclass.o: MP_externs.hxx |
---|
114 | MP_noclass.o: MP_probe.hxx |
---|
115 | MP_noclass.o: mp_proto.hxx |
---|
116 | MP_noclass.o: mpdefs.h |
---|
117 | MP_noclass.o: MultiProbe.hxx |
---|
118 | MP_noclass.o: SoTl.hxx |
---|
119 | MP_noclass.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
120 | MP_noclass.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
121 | MP_noclass.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
122 | MP_noclass.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
123 | MP_noclass.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
124 | MP_noclass.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
125 | MP_noclass.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
126 | MP_noclass.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
127 | MP_noclass.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
128 | MP_noclass.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
129 | MP_noclass.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
130 | MP_noclass.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
131 | MP_noclass.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
132 | MP_noclass.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
133 | MP_noclass.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
134 | MP_noclass.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
135 | MP_noclass.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx |
---|
136 | MP_noclass.o: $(ARBHOME)/INCLUDE/awt_dtree.hxx |
---|
137 | MP_noclass.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
138 | MP_noclass.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
139 | MP_noclass.o: $(ARBHOME)/INCLUDE/awt_tree_cb.hxx |
---|
140 | MP_noclass.o: $(ARBHOME)/INCLUDE/client.h |
---|
141 | MP_noclass.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
142 | MP_noclass.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
143 | |
---|
144 | MP_permute.o: MP_externs.hxx |
---|
145 | MP_permute.o: MP_probe.hxx |
---|
146 | MP_permute.o: mpdefs.h |
---|
147 | MP_permute.o: MultiProbe.hxx |
---|
148 | MP_permute.o: SoTl.hxx |
---|
149 | MP_permute.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
150 | MP_permute.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
151 | MP_permute.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
152 | MP_permute.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
153 | MP_permute.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
154 | MP_permute.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
155 | MP_permute.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
156 | MP_permute.o: $(ARBHOME)/INCLUDE/client.h |
---|
157 | MP_permute.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
158 | MP_permute.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
159 | |
---|
160 | MP_probe.o: MP_externs.hxx |
---|
161 | MP_probe.o: MP_probe.hxx |
---|
162 | MP_probe.o: mpdefs.h |
---|
163 | MP_probe.o: MultiProbe.hxx |
---|
164 | MP_probe.o: SoTl.hxx |
---|
165 | MP_probe.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
166 | MP_probe.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
167 | MP_probe.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
168 | MP_probe.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
169 | MP_probe.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
170 | MP_probe.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
171 | MP_probe.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
172 | MP_probe.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
173 | MP_probe.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
174 | MP_probe.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
175 | MP_probe.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
176 | MP_probe.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
177 | MP_probe.o: $(ARBHOME)/INCLUDE/client.h |
---|
178 | MP_probe.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
179 | MP_probe.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
180 | |
---|
181 | MP_probe_combi_statistic.o: MP_externs.hxx |
---|
182 | MP_probe_combi_statistic.o: MP_probe.hxx |
---|
183 | MP_probe_combi_statistic.o: mpdefs.h |
---|
184 | MP_probe_combi_statistic.o: MultiProbe.hxx |
---|
185 | MP_probe_combi_statistic.o: SoTl.hxx |
---|
186 | MP_probe_combi_statistic.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
187 | MP_probe_combi_statistic.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
188 | MP_probe_combi_statistic.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
189 | MP_probe_combi_statistic.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
190 | MP_probe_combi_statistic.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
191 | MP_probe_combi_statistic.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
192 | MP_probe_combi_statistic.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
193 | MP_probe_combi_statistic.o: $(ARBHOME)/INCLUDE/client.h |
---|
194 | MP_probe_combi_statistic.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
195 | MP_probe_combi_statistic.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
196 | |
---|
197 | MP_probe_tabs.o: MP_externs.hxx |
---|
198 | MP_probe_tabs.o: MP_probe.hxx |
---|
199 | MP_probe_tabs.o: mpdefs.h |
---|
200 | MP_probe_tabs.o: MultiProbe.hxx |
---|
201 | MP_probe_tabs.o: SoTl.hxx |
---|
202 | MP_probe_tabs.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
203 | MP_probe_tabs.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
204 | MP_probe_tabs.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
205 | MP_probe_tabs.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
206 | MP_probe_tabs.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
207 | MP_probe_tabs.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
208 | MP_probe_tabs.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
209 | MP_probe_tabs.o: $(ARBHOME)/INCLUDE/client.h |
---|
210 | MP_probe_tabs.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
211 | MP_probe_tabs.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
212 | |
---|
213 | MP_sonde.o: MP_externs.hxx |
---|
214 | MP_sonde.o: MP_probe.hxx |
---|
215 | MP_sonde.o: mpdefs.h |
---|
216 | MP_sonde.o: MultiProbe.hxx |
---|
217 | MP_sonde.o: SoTl.hxx |
---|
218 | MP_sonde.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
219 | MP_sonde.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
220 | MP_sonde.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
221 | MP_sonde.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
222 | MP_sonde.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
223 | MP_sonde.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
224 | MP_sonde.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
225 | MP_sonde.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
226 | MP_sonde.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
227 | MP_sonde.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
228 | MP_sonde.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
229 | MP_sonde.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
230 | MP_sonde.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
231 | MP_sonde.o: $(ARBHOME)/INCLUDE/client.h |
---|
232 | MP_sonde.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
233 | MP_sonde.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
234 | |
---|
235 | MP_sondentopf.o: MP_externs.hxx |
---|
236 | MP_sondentopf.o: MP_probe.hxx |
---|
237 | MP_sondentopf.o: mpdefs.h |
---|
238 | MP_sondentopf.o: MultiProbe.hxx |
---|
239 | MP_sondentopf.o: SoTl.hxx |
---|
240 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
241 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
242 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
243 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
244 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
245 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
246 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
247 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
248 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
249 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx |
---|
250 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
251 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx |
---|
252 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/awt_tree.hxx |
---|
253 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/client.h |
---|
254 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
255 | MP_sondentopf.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|
256 | |
---|
257 | MP_Window.o: MP_externs.hxx |
---|
258 | MP_Window.o: MP_probe.hxx |
---|
259 | MP_Window.o: mp_proto.hxx |
---|
260 | MP_Window.o: mpdefs.h |
---|
261 | MP_Window.o: MultiProbe.hxx |
---|
262 | MP_Window.o: SoTl.hxx |
---|
263 | MP_Window.o: $(ARBHOME)/INCLUDE/ad_k_prot.h |
---|
264 | MP_Window.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
265 | MP_Window.o: $(ARBHOME)/INCLUDE/arb_assert.h |
---|
266 | MP_Window.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
267 | MP_Window.o: $(ARBHOME)/INCLUDE/arbdb_base.h |
---|
268 | MP_Window.o: $(ARBHOME)/INCLUDE/attributes.h |
---|
269 | MP_Window.o: $(ARBHOME)/INCLUDE/aw_awars.hxx |
---|
270 | MP_Window.o: $(ARBHOME)/INCLUDE/aw_device.hxx |
---|
271 | MP_Window.o: $(ARBHOME)/INCLUDE/aw_global.hxx |
---|
272 | MP_Window.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx |
---|
273 | MP_Window.o: $(ARBHOME)/INCLUDE/aw_position.hxx |
---|
274 | MP_Window.o: $(ARBHOME)/INCLUDE/aw_root.hxx |
---|
275 | MP_Window.o: $(ARBHOME)/INCLUDE/aw_window.hxx |
---|
276 | MP_Window.o: $(ARBHOME)/INCLUDE/awt.hxx |
---|
277 | MP_Window.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx |
---|
278 | MP_Window.o: $(ARBHOME)/INCLUDE/client.h |
---|
279 | MP_Window.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
280 | MP_Window.o: $(ARBHOME)/INCLUDE/servercntrl.h |
---|