source: trunk/CONSENSUS_TREE/Makefile

Last change on this file was 18959, checked in by westram, 3 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.9 KB
Line 
1.SUFFIXES: .o .cxx .depend
2
3OBJECTS=$(subst .cxx,.o,$(wildcard *.cxx))
4
5$(MAIN): $(OBJECTS)
6        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
7
8.cxx.o:
9        $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $<
10clean:
11        rm -f $(OBJECTS) *.a
12
13DEPENDS = $(OBJECTS:.o=.depend)
14depends: $(DEPENDS)
15        @cat $(DEPENDS) | grep -v '^#' >>Makefile
16        @rm $(DEPENDS)
17$(DEPENDS): depend.init
18depend.init:
19        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
20.c.depend:
21        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
22.cxx.depend:
23        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
24
25# DO NOT DELETE THIS LINE -- make depend depends on it.
26
27# Do not add dependencies manually - use 'make depend' in $ARBHOME
28# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
29
30CT_ctree.o: CT_common.hxx
31CT_ctree.o: CT_ctree.hxx
32CT_ctree.o: CT_def.hxx
33CT_ctree.o: CT_hash.hxx
34CT_ctree.o: CT_ntree.hxx
35CT_ctree.o: CT_part.hxx
36CT_ctree.o: $(ARBHOME)/INCLUDE/ad_prot.h
37CT_ctree.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
38CT_ctree.o: $(ARBHOME)/INCLUDE/arb_assert.h
39CT_ctree.o: $(ARBHOME)/INCLUDE/arb_core.h
40CT_ctree.o: $(ARBHOME)/INCLUDE/arb_error.h
41CT_ctree.o: $(ARBHOME)/INCLUDE/arb_mem.h
42CT_ctree.o: $(ARBHOME)/INCLUDE/arb_msg.h
43CT_ctree.o: $(ARBHOME)/INCLUDE/arb_progress.h
44CT_ctree.o: $(ARBHOME)/INCLUDE/arb_strarray.h
45CT_ctree.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
46CT_ctree.o: $(ARBHOME)/INCLUDE/arb_string.h
47CT_ctree.o: $(ARBHOME)/INCLUDE/arbdb.h
48CT_ctree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
49CT_ctree.o: $(ARBHOME)/INCLUDE/arbdbt.h
50CT_ctree.o: $(ARBHOME)/INCLUDE/arbtools.h
51CT_ctree.o: $(ARBHOME)/INCLUDE/attributes.h
52CT_ctree.o: $(ARBHOME)/INCLUDE/cxxforward.h
53CT_ctree.o: $(ARBHOME)/INCLUDE/downcast.h
54CT_ctree.o: $(ARBHOME)/INCLUDE/dupstr.h
55CT_ctree.o: $(ARBHOME)/INCLUDE/gccver.h
56CT_ctree.o: $(ARBHOME)/INCLUDE/smartptr.h
57CT_ctree.o: $(ARBHOME)/INCLUDE/static_assert.h
58CT_ctree.o: $(ARBHOME)/INCLUDE/stringize.h
59CT_ctree.o: $(ARBHOME)/INCLUDE/test_global.h
60CT_ctree.o: $(ARBHOME)/INCLUDE/TreeNode.h
61CT_ctree.o: $(ARBHOME)/INCLUDE/triangular.h
62
63CT_dtree.o: CT_common.hxx
64CT_dtree.o: CT_ctree.hxx
65CT_dtree.o: CT_def.hxx
66CT_dtree.o: CT_hash.hxx
67CT_dtree.o: CT_part.hxx
68CT_dtree.o: $(ARBHOME)/INCLUDE/ad_prot.h
69CT_dtree.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
70CT_dtree.o: $(ARBHOME)/INCLUDE/arb_assert.h
71CT_dtree.o: $(ARBHOME)/INCLUDE/arb_core.h
72CT_dtree.o: $(ARBHOME)/INCLUDE/arb_error.h
73CT_dtree.o: $(ARBHOME)/INCLUDE/arb_mem.h
74CT_dtree.o: $(ARBHOME)/INCLUDE/arb_msg.h
75CT_dtree.o: $(ARBHOME)/INCLUDE/arb_progress.h
76CT_dtree.o: $(ARBHOME)/INCLUDE/arb_strarray.h
77CT_dtree.o: $(ARBHOME)/INCLUDE/arb_string.h
78CT_dtree.o: $(ARBHOME)/INCLUDE/arbdb.h
79CT_dtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
80CT_dtree.o: $(ARBHOME)/INCLUDE/arbdbt.h
81CT_dtree.o: $(ARBHOME)/INCLUDE/arbtools.h
82CT_dtree.o: $(ARBHOME)/INCLUDE/attributes.h
83CT_dtree.o: $(ARBHOME)/INCLUDE/cxxforward.h
84CT_dtree.o: $(ARBHOME)/INCLUDE/downcast.h
85CT_dtree.o: $(ARBHOME)/INCLUDE/dupstr.h
86CT_dtree.o: $(ARBHOME)/INCLUDE/gccver.h
87CT_dtree.o: $(ARBHOME)/INCLUDE/smartptr.h
88CT_dtree.o: $(ARBHOME)/INCLUDE/static_assert.h
89CT_dtree.o: $(ARBHOME)/INCLUDE/stringize.h
90CT_dtree.o: $(ARBHOME)/INCLUDE/test_global.h
91CT_dtree.o: $(ARBHOME)/INCLUDE/TreeNode.h
92CT_dtree.o: $(ARBHOME)/INCLUDE/triangular.h
93
94CT_hash.o: CT_common.hxx
95CT_hash.o: CT_ctree.hxx
96CT_hash.o: CT_def.hxx
97CT_hash.o: CT_hash.hxx
98CT_hash.o: CT_ntree.hxx
99CT_hash.o: CT_part.hxx
100CT_hash.o: $(ARBHOME)/INCLUDE/ad_prot.h
101CT_hash.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
102CT_hash.o: $(ARBHOME)/INCLUDE/arb_assert.h
103CT_hash.o: $(ARBHOME)/INCLUDE/arb_core.h
104CT_hash.o: $(ARBHOME)/INCLUDE/arb_error.h
105CT_hash.o: $(ARBHOME)/INCLUDE/arb_mem.h
106CT_hash.o: $(ARBHOME)/INCLUDE/arb_msg.h
107CT_hash.o: $(ARBHOME)/INCLUDE/arb_progress.h
108CT_hash.o: $(ARBHOME)/INCLUDE/arb_sort.h
109CT_hash.o: $(ARBHOME)/INCLUDE/arb_strarray.h
110CT_hash.o: $(ARBHOME)/INCLUDE/arb_string.h
111CT_hash.o: $(ARBHOME)/INCLUDE/arbdb.h
112CT_hash.o: $(ARBHOME)/INCLUDE/arbdb_base.h
113CT_hash.o: $(ARBHOME)/INCLUDE/arbdbt.h
114CT_hash.o: $(ARBHOME)/INCLUDE/arbtools.h
115CT_hash.o: $(ARBHOME)/INCLUDE/attributes.h
116CT_hash.o: $(ARBHOME)/INCLUDE/cxxforward.h
117CT_hash.o: $(ARBHOME)/INCLUDE/downcast.h
118CT_hash.o: $(ARBHOME)/INCLUDE/dupstr.h
119CT_hash.o: $(ARBHOME)/INCLUDE/gccver.h
120CT_hash.o: $(ARBHOME)/INCLUDE/smartptr.h
121CT_hash.o: $(ARBHOME)/INCLUDE/static_assert.h
122CT_hash.o: $(ARBHOME)/INCLUDE/stringize.h
123CT_hash.o: $(ARBHOME)/INCLUDE/test_global.h
124CT_hash.o: $(ARBHOME)/INCLUDE/TreeNode.h
125CT_hash.o: $(ARBHOME)/INCLUDE/triangular.h
126
127CT_ntree.o: CT_def.hxx
128CT_ntree.o: CT_ntree.hxx
129CT_ntree.o: CT_part.hxx
130CT_ntree.o: $(ARBHOME)/INCLUDE/ad_prot.h
131CT_ntree.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
132CT_ntree.o: $(ARBHOME)/INCLUDE/arb_assert.h
133CT_ntree.o: $(ARBHOME)/INCLUDE/arb_core.h
134CT_ntree.o: $(ARBHOME)/INCLUDE/arb_error.h
135CT_ntree.o: $(ARBHOME)/INCLUDE/arb_mem.h
136CT_ntree.o: $(ARBHOME)/INCLUDE/arb_msg.h
137CT_ntree.o: $(ARBHOME)/INCLUDE/arb_string.h
138CT_ntree.o: $(ARBHOME)/INCLUDE/arbdb.h
139CT_ntree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
140CT_ntree.o: $(ARBHOME)/INCLUDE/arbdbt.h
141CT_ntree.o: $(ARBHOME)/INCLUDE/arbtools.h
142CT_ntree.o: $(ARBHOME)/INCLUDE/attributes.h
143CT_ntree.o: $(ARBHOME)/INCLUDE/cxxforward.h
144CT_ntree.o: $(ARBHOME)/INCLUDE/downcast.h
145CT_ntree.o: $(ARBHOME)/INCLUDE/dupstr.h
146CT_ntree.o: $(ARBHOME)/INCLUDE/gccver.h
147CT_ntree.o: $(ARBHOME)/INCLUDE/smartptr.h
148CT_ntree.o: $(ARBHOME)/INCLUDE/static_assert.h
149CT_ntree.o: $(ARBHOME)/INCLUDE/stringize.h
150CT_ntree.o: $(ARBHOME)/INCLUDE/test_global.h
151
152CT_part.o: CT_common.hxx
153CT_part.o: CT_def.hxx
154CT_part.o: CT_part.hxx
155CT_part.o: $(ARBHOME)/INCLUDE/ad_prot.h
156CT_part.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
157CT_part.o: $(ARBHOME)/INCLUDE/arb_assert.h
158CT_part.o: $(ARBHOME)/INCLUDE/arb_core.h
159CT_part.o: $(ARBHOME)/INCLUDE/arb_error.h
160CT_part.o: $(ARBHOME)/INCLUDE/arb_mem.h
161CT_part.o: $(ARBHOME)/INCLUDE/arb_msg.h
162CT_part.o: $(ARBHOME)/INCLUDE/arb_progress.h
163CT_part.o: $(ARBHOME)/INCLUDE/arb_strarray.h
164CT_part.o: $(ARBHOME)/INCLUDE/arb_string.h
165CT_part.o: $(ARBHOME)/INCLUDE/arbdb.h
166CT_part.o: $(ARBHOME)/INCLUDE/arbdb_base.h
167CT_part.o: $(ARBHOME)/INCLUDE/arbdbt.h
168CT_part.o: $(ARBHOME)/INCLUDE/arbtools.h
169CT_part.o: $(ARBHOME)/INCLUDE/attributes.h
170CT_part.o: $(ARBHOME)/INCLUDE/cxxforward.h
171CT_part.o: $(ARBHOME)/INCLUDE/downcast.h
172CT_part.o: $(ARBHOME)/INCLUDE/dupstr.h
173CT_part.o: $(ARBHOME)/INCLUDE/gccver.h
174CT_part.o: $(ARBHOME)/INCLUDE/smartptr.h
175CT_part.o: $(ARBHOME)/INCLUDE/static_assert.h
176CT_part.o: $(ARBHOME)/INCLUDE/stringize.h
177CT_part.o: $(ARBHOME)/INCLUDE/test_global.h
178CT_part.o: $(ARBHOME)/INCLUDE/test_unit.h
179CT_part.o: $(ARBHOME)/INCLUDE/TreeNode.h
180
181CT_rbtree.o: CT_common.hxx
182CT_rbtree.o: CT_ctree.hxx
183CT_rbtree.o: CT_def.hxx
184CT_rbtree.o: CT_ntree.hxx
185CT_rbtree.o: CT_part.hxx
186CT_rbtree.o: $(ARBHOME)/INCLUDE/ad_prot.h
187CT_rbtree.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
188CT_rbtree.o: $(ARBHOME)/INCLUDE/arb_assert.h
189CT_rbtree.o: $(ARBHOME)/INCLUDE/arb_core.h
190CT_rbtree.o: $(ARBHOME)/INCLUDE/arb_error.h
191CT_rbtree.o: $(ARBHOME)/INCLUDE/arb_mem.h
192CT_rbtree.o: $(ARBHOME)/INCLUDE/arb_msg.h
193CT_rbtree.o: $(ARBHOME)/INCLUDE/arb_progress.h
194CT_rbtree.o: $(ARBHOME)/INCLUDE/arb_sort.h
195CT_rbtree.o: $(ARBHOME)/INCLUDE/arb_strarray.h
196CT_rbtree.o: $(ARBHOME)/INCLUDE/arb_string.h
197CT_rbtree.o: $(ARBHOME)/INCLUDE/arbdb.h
198CT_rbtree.o: $(ARBHOME)/INCLUDE/arbdb_base.h
199CT_rbtree.o: $(ARBHOME)/INCLUDE/arbdbt.h
200CT_rbtree.o: $(ARBHOME)/INCLUDE/arbtools.h
201CT_rbtree.o: $(ARBHOME)/INCLUDE/attributes.h
202CT_rbtree.o: $(ARBHOME)/INCLUDE/cxxforward.h
203CT_rbtree.o: $(ARBHOME)/INCLUDE/downcast.h
204CT_rbtree.o: $(ARBHOME)/INCLUDE/dupstr.h
205CT_rbtree.o: $(ARBHOME)/INCLUDE/gccver.h
206CT_rbtree.o: $(ARBHOME)/INCLUDE/smartptr.h
207CT_rbtree.o: $(ARBHOME)/INCLUDE/static_assert.h
208CT_rbtree.o: $(ARBHOME)/INCLUDE/stringize.h
209CT_rbtree.o: $(ARBHOME)/INCLUDE/test_global.h
210CT_rbtree.o: $(ARBHOME)/INCLUDE/TreeNode.h
211CT_rbtree.o: $(ARBHOME)/INCLUDE/triangular.h
212
213SyncRoot.o: CT_common.hxx
214SyncRoot.o: CT_def.hxx
215SyncRoot.o: CT_part.hxx
216SyncRoot.o: SyncRoot.hxx
217SyncRoot.o: $(ARBHOME)/INCLUDE/ad_prot.h
218SyncRoot.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
219SyncRoot.o: $(ARBHOME)/INCLUDE/arb_assert.h
220SyncRoot.o: $(ARBHOME)/INCLUDE/arb_core.h
221SyncRoot.o: $(ARBHOME)/INCLUDE/arb_error.h
222SyncRoot.o: $(ARBHOME)/INCLUDE/arb_mem.h
223SyncRoot.o: $(ARBHOME)/INCLUDE/arb_msg.h
224SyncRoot.o: $(ARBHOME)/INCLUDE/arb_progress.h
225SyncRoot.o: $(ARBHOME)/INCLUDE/arb_strarray.h
226SyncRoot.o: $(ARBHOME)/INCLUDE/arb_string.h
227SyncRoot.o: $(ARBHOME)/INCLUDE/arbdb.h
228SyncRoot.o: $(ARBHOME)/INCLUDE/arbdb_base.h
229SyncRoot.o: $(ARBHOME)/INCLUDE/arbdbt.h
230SyncRoot.o: $(ARBHOME)/INCLUDE/arbtools.h
231SyncRoot.o: $(ARBHOME)/INCLUDE/attributes.h
232SyncRoot.o: $(ARBHOME)/INCLUDE/cxxforward.h
233SyncRoot.o: $(ARBHOME)/INCLUDE/downcast.h
234SyncRoot.o: $(ARBHOME)/INCLUDE/dupstr.h
235SyncRoot.o: $(ARBHOME)/INCLUDE/ErrorOrType.h
236SyncRoot.o: $(ARBHOME)/INCLUDE/gccver.h
237SyncRoot.o: $(ARBHOME)/INCLUDE/matrix.h
238SyncRoot.o: $(ARBHOME)/INCLUDE/smartptr.h
239SyncRoot.o: $(ARBHOME)/INCLUDE/static_assert.h
240SyncRoot.o: $(ARBHOME)/INCLUDE/stringize.h
241SyncRoot.o: $(ARBHOME)/INCLUDE/test_global.h
242SyncRoot.o: $(ARBHOME)/INCLUDE/TreeNode.h
243SyncRoot.o: $(ARBHOME)/INCLUDE/TreeRead.h
244SyncRoot.o: $(ARBHOME)/INCLUDE/triangular.h
Note: See TracBrowser for help on using the repository browser.