source: branches/port5/MULTI_PROBE/Makefile

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