source: branches/port5/DIST/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: 9.0 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3.SUFFIXES: .o .cxx .depend
4
5CPP_OBJECTS = DI_mldist.o DI_protdist.o DI_compress_matrix.o DI_view_matrix.o DI_save_matr.o DI_main.o DI_matr.o distanalyse.o
6
7$(MAIN): $(CPP_OBJECTS)
8        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
9.cxx.o:
10        $(CPP) $(cflags) -c $<  $(CPPINCLUDES)
11
12clean:
13        rm -f $(CPP_OBJECTS) *.a
14
15DEPENDS = $(CPP_OBJECTS:.o=.depend)
16depends: $(DEPENDS)
17        @cat $(DEPENDS) | grep -v '^#' >>Makefile
18        @rm $(DEPENDS)
19$(DEPENDS): depend.init
20depend.init:
21        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
22.c.depend:
23        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
24.cxx.depend:
25        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
26
27# DO NOT DELETE THIS LINE -- make depend depends on it.
28
29# Do not add dependencies manually - use 'make depend' in $ARBHOME
30# For formatting issues see SOURCE_TOOLS/fix_depends.pl
31
32DI_compress_matrix.o: di_matr.hxx
33DI_compress_matrix.o: di_view_matrix.hxx
34DI_compress_matrix.o: dist.hxx
35DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
36DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ad_prot.h
37DI_compress_matrix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
38DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arb_assert.h
39DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdb.h
40DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdb_base.h
41DI_compress_matrix.o: $(ARBHOME)/INCLUDE/arbdbt.h
42DI_compress_matrix.o: $(ARBHOME)/INCLUDE/attributes.h
43DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
44DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_device.hxx
45DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
46DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_position.hxx
47DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
48DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_root.hxx
49DI_compress_matrix.o: $(ARBHOME)/INCLUDE/aw_window.hxx
50DI_compress_matrix.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
51DI_compress_matrix.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx
52DI_compress_matrix.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx
53DI_compress_matrix.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
54
55DI_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
56DI_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
57DI_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
58DI_main.o: $(ARBHOME)/INCLUDE/arbdb.h
59DI_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
60DI_main.o: $(ARBHOME)/INCLUDE/attributes.h
61DI_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
62DI_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
63DI_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
64DI_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
65DI_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
66DI_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
67DI_main.o: $(ARBHOME)/INCLUDE/awt.hxx
68DI_main.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
69DI_main.o: $(ARBHOME)/INCLUDE/servercntrl.h
70
71DI_matr.o: di_matr.hxx
72DI_matr.o: di_protdist.hxx
73DI_matr.o: di_view_matrix.hxx
74DI_matr.o: dist.hxx
75DI_matr.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
76DI_matr.o: $(ARBHOME)/INCLUDE/ad_prot.h
77DI_matr.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
78DI_matr.o: $(ARBHOME)/INCLUDE/arb_assert.h
79DI_matr.o: $(ARBHOME)/INCLUDE/arbdb.h
80DI_matr.o: $(ARBHOME)/INCLUDE/arbdb_base.h
81DI_matr.o: $(ARBHOME)/INCLUDE/arbdbt.h
82DI_matr.o: $(ARBHOME)/INCLUDE/attributes.h
83DI_matr.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
84DI_matr.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
85DI_matr.o: $(ARBHOME)/INCLUDE/aw_device.hxx
86DI_matr.o: $(ARBHOME)/INCLUDE/aw_global.hxx
87DI_matr.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
88DI_matr.o: $(ARBHOME)/INCLUDE/aw_position.hxx
89DI_matr.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
90DI_matr.o: $(ARBHOME)/INCLUDE/aw_root.hxx
91DI_matr.o: $(ARBHOME)/INCLUDE/aw_window.hxx
92DI_matr.o: $(ARBHOME)/INCLUDE/awt.hxx
93DI_matr.o: $(ARBHOME)/INCLUDE/awt_csp.hxx
94DI_matr.o: $(ARBHOME)/INCLUDE/awt_macro.hxx
95DI_matr.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
96DI_matr.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
97DI_matr.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx
98DI_matr.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx
99DI_matr.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
100DI_matr.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
101DI_matr.o: $(ARBHOME)/INCLUDE/CT_ctree.hxx
102
103DI_mldist.o: di_matr.hxx
104DI_mldist.o: di_mldist.hxx
105DI_mldist.o: dist.hxx
106DI_mldist.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
107DI_mldist.o: $(ARBHOME)/INCLUDE/ad_prot.h
108DI_mldist.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
109DI_mldist.o: $(ARBHOME)/INCLUDE/arb_assert.h
110DI_mldist.o: $(ARBHOME)/INCLUDE/arbdb.h
111DI_mldist.o: $(ARBHOME)/INCLUDE/arbdb_base.h
112DI_mldist.o: $(ARBHOME)/INCLUDE/arbdbt.h
113DI_mldist.o: $(ARBHOME)/INCLUDE/attributes.h
114DI_mldist.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
115DI_mldist.o: $(ARBHOME)/INCLUDE/aw_device.hxx
116DI_mldist.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
117DI_mldist.o: $(ARBHOME)/INCLUDE/aw_position.hxx
118DI_mldist.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
119DI_mldist.o: $(ARBHOME)/INCLUDE/aw_root.hxx
120DI_mldist.o: $(ARBHOME)/INCLUDE/aw_window.hxx
121DI_mldist.o: $(ARBHOME)/INCLUDE/awt.hxx
122DI_mldist.o: $(ARBHOME)/INCLUDE/awt_csp.hxx
123DI_mldist.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
124DI_mldist.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx
125DI_mldist.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx
126DI_mldist.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
127
128DI_protdist.o: di_matr.hxx
129DI_protdist.o: di_protdist.hxx
130DI_protdist.o: dist.hxx
131DI_protdist.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
132DI_protdist.o: $(ARBHOME)/INCLUDE/ad_prot.h
133DI_protdist.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
134DI_protdist.o: $(ARBHOME)/INCLUDE/arb_assert.h
135DI_protdist.o: $(ARBHOME)/INCLUDE/arbdb.h
136DI_protdist.o: $(ARBHOME)/INCLUDE/arbdb_base.h
137DI_protdist.o: $(ARBHOME)/INCLUDE/arbdbt.h
138DI_protdist.o: $(ARBHOME)/INCLUDE/attributes.h
139DI_protdist.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
140DI_protdist.o: $(ARBHOME)/INCLUDE/aw_device.hxx
141DI_protdist.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
142DI_protdist.o: $(ARBHOME)/INCLUDE/aw_position.hxx
143DI_protdist.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
144DI_protdist.o: $(ARBHOME)/INCLUDE/aw_root.hxx
145DI_protdist.o: $(ARBHOME)/INCLUDE/aw_window.hxx
146DI_protdist.o: $(ARBHOME)/INCLUDE/awt.hxx
147DI_protdist.o: $(ARBHOME)/INCLUDE/awt_csp.hxx
148DI_protdist.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
149DI_protdist.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx
150DI_protdist.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx
151DI_protdist.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
152
153DI_save_matr.o: di_matr.hxx
154DI_save_matr.o: dist.hxx
155DI_save_matr.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
156DI_save_matr.o: $(ARBHOME)/INCLUDE/ad_prot.h
157DI_save_matr.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
158DI_save_matr.o: $(ARBHOME)/INCLUDE/arb_assert.h
159DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdb.h
160DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdb_base.h
161DI_save_matr.o: $(ARBHOME)/INCLUDE/arbdbt.h
162DI_save_matr.o: $(ARBHOME)/INCLUDE/attributes.h
163DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
164DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_device.hxx
165DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
166DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_position.hxx
167DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_root.hxx
168DI_save_matr.o: $(ARBHOME)/INCLUDE/aw_window.hxx
169DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_csp.hxx
170DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_nds.hxx
171DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
172DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx
173DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx
174DI_save_matr.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
175
176DI_view_matrix.o: di_matr.hxx
177DI_view_matrix.o: di_view_matrix.hxx
178DI_view_matrix.o: dist.hxx
179DI_view_matrix.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
180DI_view_matrix.o: $(ARBHOME)/INCLUDE/ad_prot.h
181DI_view_matrix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
182DI_view_matrix.o: $(ARBHOME)/INCLUDE/arb_assert.h
183DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdb.h
184DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdb_base.h
185DI_view_matrix.o: $(ARBHOME)/INCLUDE/arbdbt.h
186DI_view_matrix.o: $(ARBHOME)/INCLUDE/attributes.h
187DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
188DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
189DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_device.hxx
190DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
191DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_position.hxx
192DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
193DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_root.hxx
194DI_view_matrix.o: $(ARBHOME)/INCLUDE/aw_window.hxx
195DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
196DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
197DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx
198DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx
199DI_view_matrix.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
200
201distanalyse.o: di_matr.hxx
202distanalyse.o: dist.hxx
203distanalyse.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
204distanalyse.o: $(ARBHOME)/INCLUDE/ad_prot.h
205distanalyse.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
206distanalyse.o: $(ARBHOME)/INCLUDE/arb_assert.h
207distanalyse.o: $(ARBHOME)/INCLUDE/arbdb.h
208distanalyse.o: $(ARBHOME)/INCLUDE/arbdb_base.h
209distanalyse.o: $(ARBHOME)/INCLUDE/arbdbt.h
210distanalyse.o: $(ARBHOME)/INCLUDE/attributes.h
211distanalyse.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
212distanalyse.o: $(ARBHOME)/INCLUDE/aw_device.hxx
213distanalyse.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
214distanalyse.o: $(ARBHOME)/INCLUDE/aw_position.hxx
215distanalyse.o: $(ARBHOME)/INCLUDE/aw_root.hxx
216distanalyse.o: $(ARBHOME)/INCLUDE/aw_window.hxx
217distanalyse.o: $(ARBHOME)/INCLUDE/awt.hxx
218distanalyse.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
219distanalyse.o: $(ARBHOME)/INCLUDE/awt_seq_dna.hxx
220distanalyse.o: $(ARBHOME)/INCLUDE/awt_seq_simple_pro.hxx
221distanalyse.o: $(ARBHOME)/INCLUDE/awt_tree.hxx
Note: See TracBrowser for help on using the repository browser.