1 | # INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben |
---|
2 | |
---|
3 | .SUFFIXES: .o .c .cxx |
---|
4 | |
---|
5 | #CFLAGS = -g |
---|
6 | #CFLAGS = -O2 |
---|
7 | CFLAGS = $(cflags) |
---|
8 | |
---|
9 | # CPP_OBJECTS = ali_prealigner.o ali_aligner.o ali_postree.o \ |
---|
10 | # ali_arbdb.o ali_sequence.o ali_solution.o \ |
---|
11 | # ali_pt.o ali_global.o ali_profile.o ali_pathmap.o \ |
---|
12 | # ali_main.o BI_helix.o |
---|
13 | |
---|
14 | CPP_OBJECTS = ali_prealigner.o ali_aligner.o \ |
---|
15 | ali_arbdb.o ali_sequence.o ali_solution.o \ |
---|
16 | ali_pt.o ali_global.o ali_profile.o ali_pathmap.o \ |
---|
17 | ali_main.o BI_helix.o |
---|
18 | |
---|
19 | |
---|
20 | $(MAIN): $(CPP_OBJECTS) |
---|
21 | $(CPP) -o $(MAIN:.a=.com) $(CPP_OBJECTS) $(CPPINCLUDES) $(LIBPATH) ../PROBE_COM/client.a ../SERVERCNTRL/SERVERCNTRL.a -lARBDB $(SYSLIBS) $(CCPLIBS) |
---|
22 | touch $(MAIN); |
---|
23 | |
---|
24 | .cxx.o: |
---|
25 | $(CPP) $(CFLAGS) -c -o $@ $< $(CPPINCLUDES) |
---|
26 | |
---|
27 | depend: |
---|
28 | $(MAKEDEPEND) $(MAKEDEPENDINC) $(CPP_OBJECTS:.o=.cxx) |
---|
29 | |
---|
30 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
31 | |
---|
32 | ali_prealigner.o: ali_prealigner.hxx |
---|
33 | ali_prealigner.o: ali_profile.hxx ali_sequence.hxx |
---|
34 | ali_prealigner.o: |
---|
35 | ali_prealigner.o: |
---|
36 | ali_prealigner.o: |
---|
37 | ali_prealigner.o: |
---|
38 | ali_prealigner.o: |
---|
39 | ali_prealigner.o: ali_misc.hxx |
---|
40 | ali_prealigner.o: |
---|
41 | ali_prealigner.o: ali_arbdb.hxx ali_other_stuff.hxx |
---|
42 | ali_prealigner.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
43 | ali_prealigner.o: $(ARBHOME)/INCLUDE/server.h |
---|
44 | ali_prealigner.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
45 | ali_prealigner.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
46 | ali_prealigner.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
47 | ali_prealigner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
48 | ali_prealigner.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_pt.hxx |
---|
49 | ali_prealigner.o: ali_tlist.hxx $(ARBHOME)/INCLUDE/client.h |
---|
50 | ali_prealigner.o: ali_pathmap.hxx ali_tarray.hxx ali_tstack.hxx |
---|
51 | ali_prealigner.o: ali_solution.hxx ali_aligner.hxx |
---|
52 | ali_aligner.o: ali_aligner.hxx |
---|
53 | ali_aligner.o: |
---|
54 | ali_aligner.o: |
---|
55 | ali_aligner.o: |
---|
56 | ali_aligner.o: |
---|
57 | ali_aligner.o: ali_solution.hxx ali_profile.hxx |
---|
58 | ali_aligner.o: ali_sequence.hxx ali_misc.hxx |
---|
59 | ali_aligner.o: |
---|
60 | ali_aligner.o: ali_arbdb.hxx |
---|
61 | ali_aligner.o: ali_other_stuff.hxx $(ARBHOME)/INCLUDE/PT_com.h |
---|
62 | ali_aligner.o: $(ARBHOME)/INCLUDE/server.h |
---|
63 | ali_aligner.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
64 | ali_aligner.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
65 | ali_aligner.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
66 | ali_aligner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
67 | ali_aligner.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_pt.hxx |
---|
68 | ali_aligner.o: ali_tlist.hxx $(ARBHOME)/INCLUDE/client.h |
---|
69 | ali_aligner.o: ali_tstack.hxx ali_tarray.hxx ali_pathmap.hxx |
---|
70 | ali_arbdb.o: |
---|
71 | ali_arbdb.o: |
---|
72 | ali_arbdb.o: |
---|
73 | ali_arbdb.o: |
---|
74 | ali_arbdb.o: |
---|
75 | ali_arbdb.o: |
---|
76 | ali_arbdb.o: ali_arbdb.hxx |
---|
77 | ali_arbdb.o: ali_other_stuff.hxx $(ARBHOME)/INCLUDE/PT_com.h |
---|
78 | ali_arbdb.o: $(ARBHOME)/INCLUDE/server.h |
---|
79 | ali_arbdb.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
80 | ali_arbdb.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
81 | ali_arbdb.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
82 | ali_arbdb.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
83 | ali_arbdb.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_sequence.hxx |
---|
84 | ali_arbdb.o: ali_misc.hxx |
---|
85 | ali_arbdb.o: |
---|
86 | ali_sequence.o: |
---|
87 | ali_sequence.o: |
---|
88 | ali_sequence.o: |
---|
89 | ali_sequence.o: |
---|
90 | ali_sequence.o: |
---|
91 | ali_sequence.o: ali_misc.hxx |
---|
92 | ali_sequence.o: |
---|
93 | ali_sequence.o: |
---|
94 | ali_sequence.o: ali_sequence.hxx |
---|
95 | ali_solution.o: |
---|
96 | ali_solution.o: |
---|
97 | ali_solution.o: |
---|
98 | ali_solution.o: |
---|
99 | ali_solution.o: |
---|
100 | ali_solution.o: ali_misc.hxx |
---|
101 | ali_solution.o: |
---|
102 | ali_solution.o: |
---|
103 | ali_solution.o: ali_solution.hxx ali_profile.hxx ali_sequence.hxx |
---|
104 | ali_solution.o: ali_arbdb.hxx ali_other_stuff.hxx |
---|
105 | ali_solution.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
106 | ali_solution.o: $(ARBHOME)/INCLUDE/server.h |
---|
107 | ali_solution.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
108 | ali_solution.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
109 | ali_solution.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
110 | ali_solution.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
111 | ali_solution.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_pt.hxx |
---|
112 | ali_solution.o: ali_tlist.hxx $(ARBHOME)/INCLUDE/client.h |
---|
113 | ali_pt.o: |
---|
114 | ali_pt.o: |
---|
115 | ali_pt.o: |
---|
116 | ali_pt.o: |
---|
117 | ali_pt.o: |
---|
118 | ali_pt.o: |
---|
119 | ali_pt.o: ali_misc.hxx |
---|
120 | ali_pt.o: ali_pt.hxx ali_other_stuff.hxx |
---|
121 | ali_pt.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
122 | ali_pt.o: $(ARBHOME)/INCLUDE/server.h |
---|
123 | ali_pt.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
124 | ali_pt.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
125 | ali_pt.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
126 | ali_pt.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
127 | ali_pt.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_tlist.hxx |
---|
128 | ali_pt.o: ali_sequence.hxx |
---|
129 | ali_pt.o: $(ARBHOME)/INCLUDE/client.h |
---|
130 | ali_global.o: |
---|
131 | ali_global.o: |
---|
132 | ali_global.o: |
---|
133 | ali_global.o: ali_misc.hxx |
---|
134 | ali_global.o: |
---|
135 | ali_global.o: |
---|
136 | ali_global.o: |
---|
137 | ali_global.o: ali_global.hxx ali_arbdb.hxx |
---|
138 | ali_global.o: ali_other_stuff.hxx $(ARBHOME)/INCLUDE/PT_com.h |
---|
139 | ali_global.o: $(ARBHOME)/INCLUDE/server.h |
---|
140 | ali_global.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
141 | ali_global.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
142 | ali_global.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
143 | ali_global.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
144 | ali_global.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_sequence.hxx |
---|
145 | ali_global.o: ali_pt.hxx ali_tlist.hxx |
---|
146 | ali_global.o: $(ARBHOME)/INCLUDE/client.h ali_profile.hxx |
---|
147 | ali_global.o: ali_prealigner.hxx ali_pathmap.hxx ali_tarray.hxx |
---|
148 | ali_global.o: ali_tstack.hxx ali_solution.hxx |
---|
149 | ali_profile.o: |
---|
150 | ali_profile.o: |
---|
151 | ali_profile.o: |
---|
152 | ali_profile.o: |
---|
153 | ali_profile.o: |
---|
154 | ali_profile.o: ali_misc.hxx |
---|
155 | ali_profile.o: |
---|
156 | ali_profile.o: |
---|
157 | ali_profile.o: ali_profile.hxx ali_sequence.hxx |
---|
158 | ali_profile.o: ali_arbdb.hxx ali_other_stuff.hxx |
---|
159 | ali_profile.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
160 | ali_profile.o: $(ARBHOME)/INCLUDE/server.h |
---|
161 | ali_profile.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
162 | ali_profile.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
163 | ali_profile.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
164 | ali_profile.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
165 | ali_profile.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_pt.hxx |
---|
166 | ali_profile.o: ali_tlist.hxx $(ARBHOME)/INCLUDE/client.h |
---|
167 | ali_profile.o: ali_solution.hxx BI_helix.hxx |
---|
168 | ali_pathmap.o: |
---|
169 | ali_pathmap.o: |
---|
170 | ali_pathmap.o: |
---|
171 | ali_pathmap.o: |
---|
172 | ali_pathmap.o: |
---|
173 | ali_pathmap.o: ali_pathmap.hxx ali_tarray.hxx ali_misc.hxx |
---|
174 | ali_pathmap.o: |
---|
175 | ali_pathmap.o: ali_tlist.hxx |
---|
176 | ali_main.o: ali_misc.hxx |
---|
177 | ali_main.o: |
---|
178 | ali_main.o: |
---|
179 | ali_main.o: |
---|
180 | ali_main.o: |
---|
181 | ali_main.o: |
---|
182 | ali_main.o: ali_global.hxx |
---|
183 | ali_main.o: ali_arbdb.hxx ali_other_stuff.hxx |
---|
184 | ali_main.o: $(ARBHOME)/INCLUDE/PT_com.h |
---|
185 | ali_main.o: $(ARBHOME)/INCLUDE/server.h |
---|
186 | ali_main.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
187 | ali_main.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
188 | ali_main.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
189 | ali_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h |
---|
190 | ali_main.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_sequence.hxx |
---|
191 | ali_main.o: ali_pt.hxx |
---|
192 | ali_main.o: ali_tlist.hxx $(ARBHOME)/INCLUDE/client.h |
---|
193 | ali_main.o: ali_profile.hxx ali_prealigner.hxx ali_pathmap.hxx ali_tarray.hxx |
---|
194 | ali_main.o: ali_tstack.hxx ali_solution.hxx ali_aligner.hxx |
---|
195 | BI_helix.o: |
---|
196 | BI_helix.o: |
---|
197 | BI_helix.o: |
---|
198 | BI_helix.o: |
---|
199 | BI_helix.o: |
---|
200 | BI_helix.o: |
---|
201 | BI_helix.o: |
---|
202 | BI_helix.o: $(ARBHOME)/INCLUDE/arbdb.h |
---|
203 | BI_helix.o: $(ARBHOME)/INCLUDE/ad_prot.h |
---|
204 | BI_helix.o: $(ARBHOME)/INCLUDE/arbdbt.h |
---|
205 | BI_helix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h BI_helix.hxx |
---|