source: branches/port5/EDIT4/Makefile

Last change on this file was 5953, checked in by westram, 16 years ago
  • awt_create_selection_list_on_scand
    • pass label for popup button - currently there are multiple buttons with same remote-command-id in query window, this offers a way to fix it.
    • packed two bool params ('add_all_fields_pseudo_field' and 'include_hidden_fields') into enum 'awt_selected_fields'
  • moved awt_changekey.hxx to (empty) awt_item_sel_list.hxx
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 28.5 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3.SUFFIXES: .o .cxx .depend
4
5CPP_OBJECTS = \
6        ED4_protein_2nd_structure.o \
7        ED4_ProteinViewer.o \
8        ED4_search.o \
9        ED4_cursor.o \
10        ED4_dump.o \
11        ED4_nds.o \
12        ED4_secedit.o \
13        ED4_RNA3D.o \
14        ED4_main.o \
15        ED4_mini_classes.o \
16        ED4_edit_string.o \
17        ED4_base.o \
18        ED4_manager.o \
19        ED4_terminal.o \
20        ED4_root.o \
21        EDB_root_bact.o \
22        ED4_window.o \
23        ED4_members.o \
24        ED4_no_class.o \
25        ED4_list.o \
26        ED4_text_terminals.o \
27        ED4_tools.o \
28        ED4_block.o \
29        ED4_visualizeSAI.o \
30        edit_naligner.o \
31        graph_aligner_gui.o \
32        ED4_dots.o \
33
34
35$(MAIN): $(CPP_OBJECTS)
36        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
37
38.cxx.o:
39        $(CPP) $(cflags) -c -o $@ $(@:.o=.cxx)  $(CPPINCLUDES) $(POST_COMPILE)
40
41clean:
42        rm -f $(CPP_OBJECTS) *.a
43
44DEPENDS = $(CPP_OBJECTS:.o=.depend)
45depends: $(DEPENDS)
46        @cat $(DEPENDS) | grep -v '^#' >>Makefile
47        @rm $(DEPENDS)
48$(DEPENDS): depend.init
49depend.init:
50        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
51.c.depend:
52        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
53.cxx.depend:
54        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
55
56# DO NOT DELETE THIS LINE -- make depend depends on it.
57
58# Do not add dependencies manually - use 'make depend' in $ARBHOME
59# For formatting issues see SOURCE_TOOLS/fix_depends.pl
60
61ED4_base.o: ed4_awars.hxx
62ED4_base.o: ed4_class.hxx
63ED4_base.o: ed4_defs.hxx
64ED4_base.o: ed4_edit_string.hxx
65ED4_base.o: ed4_extern.hxx
66ED4_base.o: ed4_search.hxx
67ED4_base.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
68ED4_base.o: $(ARBHOME)/INCLUDE/ad_prot.h
69ED4_base.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
70ED4_base.o: $(ARBHOME)/INCLUDE/arb_assert.h
71ED4_base.o: $(ARBHOME)/INCLUDE/arbdb.h
72ED4_base.o: $(ARBHOME)/INCLUDE/arbdb_base.h
73ED4_base.o: $(ARBHOME)/INCLUDE/arbdbt.h
74ED4_base.o: $(ARBHOME)/INCLUDE/attributes.h
75ED4_base.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
76ED4_base.o: $(ARBHOME)/INCLUDE/aw_device.hxx
77ED4_base.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
78ED4_base.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
79ED4_base.o: $(ARBHOME)/INCLUDE/aw_position.hxx
80ED4_base.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
81ED4_base.o: $(ARBHOME)/INCLUDE/aw_root.hxx
82ED4_base.o: $(ARBHOME)/INCLUDE/aw_window.hxx
83
84ED4_block.o: ed4_awars.hxx
85ED4_block.o: ed4_block.hxx
86ED4_block.o: ed4_class.hxx
87ED4_block.o: ed4_defs.hxx
88ED4_block.o: ed4_edit_string.hxx
89ED4_block.o: ed4_search.hxx
90ED4_block.o: ed4_tools.hxx
91ED4_block.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
92ED4_block.o: $(ARBHOME)/INCLUDE/ad_prot.h
93ED4_block.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
94ED4_block.o: $(ARBHOME)/INCLUDE/arb_assert.h
95ED4_block.o: $(ARBHOME)/INCLUDE/arbdb.h
96ED4_block.o: $(ARBHOME)/INCLUDE/arbdb_base.h
97ED4_block.o: $(ARBHOME)/INCLUDE/arbdbt.h
98ED4_block.o: $(ARBHOME)/INCLUDE/attributes.h
99ED4_block.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
100ED4_block.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
101ED4_block.o: $(ARBHOME)/INCLUDE/aw_device.hxx
102ED4_block.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
103ED4_block.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
104ED4_block.o: $(ARBHOME)/INCLUDE/aw_position.hxx
105ED4_block.o: $(ARBHOME)/INCLUDE/aw_root.hxx
106ED4_block.o: $(ARBHOME)/INCLUDE/aw_window.hxx
107ED4_block.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
108
109ED4_cursor.o: ed4_awars.hxx
110ED4_cursor.o: ed4_class.hxx
111ED4_cursor.o: ed4_defs.hxx
112ED4_cursor.o: ed4_edit_string.hxx
113ED4_cursor.o: ed4_extern.hxx
114ED4_cursor.o: ed4_ProteinViewer.hxx
115ED4_cursor.o: ed4_search.hxx
116ED4_cursor.o: ed4_tools.hxx
117ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
118ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_prot.h
119ED4_cursor.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
120ED4_cursor.o: $(ARBHOME)/INCLUDE/arb_assert.h
121ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb.h
122ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdb_base.h
123ED4_cursor.o: $(ARBHOME)/INCLUDE/arbdbt.h
124ED4_cursor.o: $(ARBHOME)/INCLUDE/attributes.h
125ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
126ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
127ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_device.hxx
128ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
129ED4_cursor.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
130ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
131ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_position.hxx
132ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_root.hxx
133ED4_cursor.o: $(ARBHOME)/INCLUDE/aw_window.hxx
134ED4_cursor.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
135
136ED4_dots.o: ed4_class.hxx
137ED4_dots.o: ed4_defs.hxx
138ED4_dots.o: ed4_dots.hxx
139ED4_dots.o: ed4_search.hxx
140ED4_dots.o: ed4_visualizeSAI.hxx
141ED4_dots.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
142ED4_dots.o: $(ARBHOME)/INCLUDE/ad_prot.h
143ED4_dots.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
144ED4_dots.o: $(ARBHOME)/INCLUDE/arb_assert.h
145ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb.h
146ED4_dots.o: $(ARBHOME)/INCLUDE/arbdb_base.h
147ED4_dots.o: $(ARBHOME)/INCLUDE/arbdbt.h
148ED4_dots.o: $(ARBHOME)/INCLUDE/attributes.h
149ED4_dots.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
150ED4_dots.o: $(ARBHOME)/INCLUDE/aw_device.hxx
151ED4_dots.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
152ED4_dots.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
153ED4_dots.o: $(ARBHOME)/INCLUDE/aw_position.hxx
154ED4_dots.o: $(ARBHOME)/INCLUDE/aw_root.hxx
155ED4_dots.o: $(ARBHOME)/INCLUDE/aw_window.hxx
156
157ED4_dump.o: ed4_class.hxx
158ED4_dump.o: ed4_defs.hxx
159ED4_dump.o: ed4_search.hxx
160ED4_dump.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
161ED4_dump.o: $(ARBHOME)/INCLUDE/ad_prot.h
162ED4_dump.o: $(ARBHOME)/INCLUDE/arb_assert.h
163ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb.h
164ED4_dump.o: $(ARBHOME)/INCLUDE/arbdb_base.h
165ED4_dump.o: $(ARBHOME)/INCLUDE/attributes.h
166ED4_dump.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
167ED4_dump.o: $(ARBHOME)/INCLUDE/aw_device.hxx
168ED4_dump.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
169ED4_dump.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
170ED4_dump.o: $(ARBHOME)/INCLUDE/aw_position.hxx
171ED4_dump.o: $(ARBHOME)/INCLUDE/aw_root.hxx
172ED4_dump.o: $(ARBHOME)/INCLUDE/aw_window.hxx
173
174ED4_edit_string.o: ed4_awars.hxx
175ED4_edit_string.o: ed4_class.hxx
176ED4_edit_string.o: ed4_defs.hxx
177ED4_edit_string.o: ed4_edit_string.hxx
178ED4_edit_string.o: ed4_search.hxx
179ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
180ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_prot.h
181ED4_edit_string.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
182ED4_edit_string.o: $(ARBHOME)/INCLUDE/arb_assert.h
183ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdb.h
184ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdb_base.h
185ED4_edit_string.o: $(ARBHOME)/INCLUDE/arbdbt.h
186ED4_edit_string.o: $(ARBHOME)/INCLUDE/attributes.h
187ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
188ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_device.hxx
189ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
190ED4_edit_string.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
191ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
192ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_position.hxx
193ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_root.hxx
194ED4_edit_string.o: $(ARBHOME)/INCLUDE/aw_window.hxx
195ED4_edit_string.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
196ED4_edit_string.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
197ED4_edit_string.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
198
199ED4_list.o: ed4_class.hxx
200ED4_list.o: ed4_defs.hxx
201ED4_list.o: ed4_search.hxx
202ED4_list.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
203ED4_list.o: $(ARBHOME)/INCLUDE/ad_prot.h
204ED4_list.o: $(ARBHOME)/INCLUDE/arb_assert.h
205ED4_list.o: $(ARBHOME)/INCLUDE/arbdb.h
206ED4_list.o: $(ARBHOME)/INCLUDE/arbdb_base.h
207ED4_list.o: $(ARBHOME)/INCLUDE/attributes.h
208ED4_list.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
209ED4_list.o: $(ARBHOME)/INCLUDE/aw_device.hxx
210ED4_list.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
211ED4_list.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
212ED4_list.o: $(ARBHOME)/INCLUDE/aw_position.hxx
213ED4_list.o: $(ARBHOME)/INCLUDE/aw_root.hxx
214ED4_list.o: $(ARBHOME)/INCLUDE/aw_window.hxx
215
216ED4_main.o: ed4_awars.hxx
217ED4_main.o: ed4_class.hxx
218ED4_main.o: ed4_defs.hxx
219ED4_main.o: ed4_dots.hxx
220ED4_main.o: ed4_edit_string.hxx
221ED4_main.o: ed4_extern.hxx
222ED4_main.o: ed4_nds.hxx
223ED4_main.o: ed4_protein_2nd_structure.hxx
224ED4_main.o: ed4_ProteinViewer.hxx
225ED4_main.o: ed4_search.hxx
226ED4_main.o: ed4_visualizeSAI.hxx
227ED4_main.o: edit_naligner.hxx
228ED4_main.o: graph_aligner_gui.hxx
229ED4_main.o: $(ARBHOME)/INCLUDE/ad_config.h
230ED4_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
231ED4_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
232ED4_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
233ED4_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
234ED4_main.o: $(ARBHOME)/INCLUDE/arbdb.h
235ED4_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
236ED4_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
237ED4_main.o: $(ARBHOME)/INCLUDE/attributes.h
238ED4_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
239ED4_main.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
240ED4_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
241ED4_main.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
242ED4_main.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
243ED4_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
244ED4_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
245ED4_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
246ED4_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
247ED4_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
248ED4_main.o: $(ARBHOME)/INCLUDE/awt.hxx
249ED4_main.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
250ED4_main.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
251ED4_main.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
252ED4_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
253ED4_main.o: $(ARBHOME)/INCLUDE/gde.hxx
254ED4_main.o: $(ARBHOME)/INCLUDE/st_window.hxx
255
256ED4_manager.o: ed4_awars.hxx
257ED4_manager.o: ed4_class.hxx
258ED4_manager.o: ed4_defs.hxx
259ED4_manager.o: ed4_edit_string.hxx
260ED4_manager.o: ed4_protein_2nd_structure.hxx
261ED4_manager.o: ed4_ProteinViewer.hxx
262ED4_manager.o: ed4_search.hxx
263ED4_manager.o: ed4_tools.hxx
264ED4_manager.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
265ED4_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
266ED4_manager.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
267ED4_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
268ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
269ED4_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
270ED4_manager.o: $(ARBHOME)/INCLUDE/arbdbt.h
271ED4_manager.o: $(ARBHOME)/INCLUDE/attributes.h
272ED4_manager.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
273ED4_manager.o: $(ARBHOME)/INCLUDE/aw_device.hxx
274ED4_manager.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
275ED4_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
276ED4_manager.o: $(ARBHOME)/INCLUDE/aw_position.hxx
277ED4_manager.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
278ED4_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
279ED4_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
280
281ED4_members.o: ed4_class.hxx
282ED4_members.o: ed4_defs.hxx
283ED4_members.o: ed4_search.hxx
284ED4_members.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
285ED4_members.o: $(ARBHOME)/INCLUDE/ad_prot.h
286ED4_members.o: $(ARBHOME)/INCLUDE/arb_assert.h
287ED4_members.o: $(ARBHOME)/INCLUDE/arbdb.h
288ED4_members.o: $(ARBHOME)/INCLUDE/arbdb_base.h
289ED4_members.o: $(ARBHOME)/INCLUDE/attributes.h
290ED4_members.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
291ED4_members.o: $(ARBHOME)/INCLUDE/aw_device.hxx
292ED4_members.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
293ED4_members.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
294ED4_members.o: $(ARBHOME)/INCLUDE/aw_position.hxx
295ED4_members.o: $(ARBHOME)/INCLUDE/aw_root.hxx
296ED4_members.o: $(ARBHOME)/INCLUDE/aw_window.hxx
297
298ED4_mini_classes.o: ed4_awars.hxx
299ED4_mini_classes.o: ed4_class.hxx
300ED4_mini_classes.o: ed4_defs.hxx
301ED4_mini_classes.o: ed4_edit_string.hxx
302ED4_mini_classes.o: ed4_search.hxx
303ED4_mini_classes.o: ed4_tools.hxx
304ED4_mini_classes.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
305ED4_mini_classes.o: $(ARBHOME)/INCLUDE/ad_prot.h
306ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arb_assert.h
307ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arbdb.h
308ED4_mini_classes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
309ED4_mini_classes.o: $(ARBHOME)/INCLUDE/attributes.h
310ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
311ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_device.hxx
312ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
313ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
314ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_position.hxx
315ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
316ED4_mini_classes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
317ED4_mini_classes.o: $(ARBHOME)/INCLUDE/awt_iupac.hxx
318
319ED4_nds.o: ed4_awars.hxx
320ED4_nds.o: ed4_class.hxx
321ED4_nds.o: ed4_defs.hxx
322ED4_nds.o: ed4_search.hxx
323ED4_nds.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
324ED4_nds.o: $(ARBHOME)/INCLUDE/ad_prot.h
325ED4_nds.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
326ED4_nds.o: $(ARBHOME)/INCLUDE/arb_assert.h
327ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb.h
328ED4_nds.o: $(ARBHOME)/INCLUDE/arbdb_base.h
329ED4_nds.o: $(ARBHOME)/INCLUDE/arbdbt.h
330ED4_nds.o: $(ARBHOME)/INCLUDE/attributes.h
331ED4_nds.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
332ED4_nds.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
333ED4_nds.o: $(ARBHOME)/INCLUDE/aw_device.hxx
334ED4_nds.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
335ED4_nds.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
336ED4_nds.o: $(ARBHOME)/INCLUDE/aw_position.hxx
337ED4_nds.o: $(ARBHOME)/INCLUDE/aw_root.hxx
338ED4_nds.o: $(ARBHOME)/INCLUDE/aw_window.hxx
339
340ED4_no_class.o: ed4_awars.hxx
341ED4_no_class.o: ed4_class.hxx
342ED4_no_class.o: ed4_defs.hxx
343ED4_no_class.o: ed4_edit_string.hxx
344ED4_no_class.o: ed4_extern.hxx
345ED4_no_class.o: ed4_nds.hxx
346ED4_no_class.o: ed4_search.hxx
347ED4_no_class.o: ed4_tools.hxx
348ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_config.h
349ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
350ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_prot.h
351ED4_no_class.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
352ED4_no_class.o: $(ARBHOME)/INCLUDE/arb_assert.h
353ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb.h
354ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdb_base.h
355ED4_no_class.o: $(ARBHOME)/INCLUDE/arbdbt.h
356ED4_no_class.o: $(ARBHOME)/INCLUDE/attributes.h
357ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
358ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
359ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_device.hxx
360ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
361ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
362ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
363ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_position.hxx
364ED4_no_class.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
365ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_root.hxx
366ED4_no_class.o: $(ARBHOME)/INCLUDE/aw_window.hxx
367ED4_no_class.o: $(ARBHOME)/INCLUDE/awt.hxx
368ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_item_sel_list.hxx
369ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
370ED4_no_class.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
371ED4_no_class.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
372ED4_no_class.o: $(ARBHOME)/INCLUDE/st_window.hxx
373
374ED4_protein_2nd_structure.o: ed4_awars.hxx
375ED4_protein_2nd_structure.o: ed4_class.hxx
376ED4_protein_2nd_structure.o: ed4_defs.hxx
377ED4_protein_2nd_structure.o: ed4_protein_2nd_structure.hxx
378ED4_protein_2nd_structure.o: ed4_search.hxx
379ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
380ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_prot.h
381ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
382ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h
383ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb.h
384ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h
385ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/arbdbt.h
386ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/attributes.h
387ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
388ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx
389ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
390ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
391ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx
392ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_root.hxx
393ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/aw_window.hxx
394ED4_protein_2nd_structure.o: $(ARBHOME)/INCLUDE/inline.h
395
396ED4_ProteinViewer.o: ed4_class.hxx
397ED4_ProteinViewer.o: ed4_defs.hxx
398ED4_ProteinViewer.o: ed4_ProteinViewer.hxx
399ED4_ProteinViewer.o: ed4_search.hxx
400ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
401ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_prot.h
402ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
403ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arb_assert.h
404ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb.h
405ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdb_base.h
406ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbdbt.h
407ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/arbtools.h
408ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/attributes.h
409ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
410ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
411ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_device.hxx
412ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
413ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
414ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_position.hxx
415ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
416ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_question.hxx
417ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_root.hxx
418ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/aw_window.hxx
419ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/awt.hxx
420ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/awt_codon_table.hxx
421ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/awt_pro_a_nucs.hxx
422ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
423ED4_ProteinViewer.o: $(ARBHOME)/INCLUDE/awt_translate.hxx
424
425ED4_RNA3D.o: ../RNA3D/RNA3D_Main.hxx
426ED4_RNA3D.o: ed4_RNA3D.hxx
427ED4_RNA3D.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
428ED4_RNA3D.o: $(ARBHOME)/INCLUDE/arb_assert.h
429ED4_RNA3D.o: $(ARBHOME)/INCLUDE/arbdb_base.h
430ED4_RNA3D.o: $(ARBHOME)/INCLUDE/attributes.h
431ED4_RNA3D.o: $(ARBHOME)/INCLUDE/aw_device.hxx
432ED4_RNA3D.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
433ED4_RNA3D.o: $(ARBHOME)/INCLUDE/aw_position.hxx
434ED4_RNA3D.o: $(ARBHOME)/INCLUDE/aw_root.hxx
435ED4_RNA3D.o: $(ARBHOME)/INCLUDE/aw_window.hxx
436ED4_RNA3D.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
437
438ED4_root.o: ed4_awars.hxx
439ED4_root.o: ed4_block.hxx
440ED4_root.o: ed4_class.hxx
441ED4_root.o: ed4_defs.hxx
442ED4_root.o: ed4_dots.hxx
443ED4_root.o: ed4_extern.hxx
444ED4_root.o: ed4_nds.hxx
445ED4_root.o: ed4_protein_2nd_structure.hxx
446ED4_root.o: ed4_ProteinViewer.hxx
447ED4_root.o: ed4_RNA3D.hxx
448ED4_root.o: ed4_search.hxx
449ED4_root.o: ed4_secedit.hxx
450ED4_root.o: ed4_tools.hxx
451ED4_root.o: ed4_visualizeSAI.hxx
452ED4_root.o: edit_naligner.hxx
453ED4_root.o: graph_aligner_gui.hxx
454ED4_root.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
455ED4_root.o: $(ARBHOME)/INCLUDE/ad_prot.h
456ED4_root.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
457ED4_root.o: $(ARBHOME)/INCLUDE/arb_assert.h
458ED4_root.o: $(ARBHOME)/INCLUDE/arb_build.h
459ED4_root.o: $(ARBHOME)/INCLUDE/arb_version.h
460ED4_root.o: $(ARBHOME)/INCLUDE/arbdb.h
461ED4_root.o: $(ARBHOME)/INCLUDE/arbdb_base.h
462ED4_root.o: $(ARBHOME)/INCLUDE/arbdbt.h
463ED4_root.o: $(ARBHOME)/INCLUDE/attributes.h
464ED4_root.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
465ED4_root.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
466ED4_root.o: $(ARBHOME)/INCLUDE/aw_device.hxx
467ED4_root.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
468ED4_root.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
469ED4_root.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
470ED4_root.o: $(ARBHOME)/INCLUDE/aw_position.hxx
471ED4_root.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
472ED4_root.o: $(ARBHOME)/INCLUDE/aw_root.hxx
473ED4_root.o: $(ARBHOME)/INCLUDE/aw_window.hxx
474ED4_root.o: $(ARBHOME)/INCLUDE/awt.hxx
475ED4_root.o: $(ARBHOME)/INCLUDE/awt_map_key.hxx
476ED4_root.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
477ED4_root.o: $(ARBHOME)/INCLUDE/awtc_constructSequence.hxx
478ED4_root.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
479ED4_root.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
480ED4_root.o: $(ARBHOME)/INCLUDE/gde.hxx
481ED4_root.o: $(ARBHOME)/INCLUDE/st_window.hxx
482ED4_root.o: $(ARBHOME)/INCLUDE/svn_revision.h
483
484ED4_search.o: ed4_awars.hxx
485ED4_search.o: ed4_class.hxx
486ED4_search.o: ed4_defs.hxx
487ED4_search.o: ed4_extern.hxx
488ED4_search.o: ed4_search.hxx
489ED4_search.o: ed4_tools.hxx
490ED4_search.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
491ED4_search.o: $(ARBHOME)/INCLUDE/ad_prot.h
492ED4_search.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
493ED4_search.o: $(ARBHOME)/INCLUDE/arb_assert.h
494ED4_search.o: $(ARBHOME)/INCLUDE/arbdb.h
495ED4_search.o: $(ARBHOME)/INCLUDE/arbdb_base.h
496ED4_search.o: $(ARBHOME)/INCLUDE/arbdbt.h
497ED4_search.o: $(ARBHOME)/INCLUDE/attributes.h
498ED4_search.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
499ED4_search.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
500ED4_search.o: $(ARBHOME)/INCLUDE/aw_device.hxx
501ED4_search.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
502ED4_search.o: $(ARBHOME)/INCLUDE/aw_global.hxx
503ED4_search.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
504ED4_search.o: $(ARBHOME)/INCLUDE/aw_position.hxx
505ED4_search.o: $(ARBHOME)/INCLUDE/aw_root.hxx
506ED4_search.o: $(ARBHOME)/INCLUDE/aw_window.hxx
507ED4_search.o: $(ARBHOME)/INCLUDE/awt.hxx
508ED4_search.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
509ED4_search.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
510
511ED4_secedit.o: ed4_secedit.hxx
512ED4_secedit.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
513ED4_secedit.o: $(ARBHOME)/INCLUDE/ad_prot.h
514ED4_secedit.o: $(ARBHOME)/INCLUDE/arb_assert.h
515ED4_secedit.o: $(ARBHOME)/INCLUDE/arbdb.h
516ED4_secedit.o: $(ARBHOME)/INCLUDE/arbdb_base.h
517ED4_secedit.o: $(ARBHOME)/INCLUDE/attributes.h
518ED4_secedit.o: $(ARBHOME)/INCLUDE/aw_device.hxx
519ED4_secedit.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
520ED4_secedit.o: $(ARBHOME)/INCLUDE/aw_position.hxx
521ED4_secedit.o: $(ARBHOME)/INCLUDE/aw_root.hxx
522ED4_secedit.o: $(ARBHOME)/INCLUDE/aw_window.hxx
523ED4_secedit.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
524ED4_secedit.o: $(ARBHOME)/INCLUDE/secedit_extern.hxx
525
526ED4_terminal.o: ed4_awars.hxx
527ED4_terminal.o: ed4_block.hxx
528ED4_terminal.o: ed4_class.hxx
529ED4_terminal.o: ed4_defs.hxx
530ED4_terminal.o: ed4_edit_string.hxx
531ED4_terminal.o: ed4_extern.hxx
532ED4_terminal.o: ed4_nds.hxx
533ED4_terminal.o: ed4_ProteinViewer.hxx
534ED4_terminal.o: ed4_search.hxx
535ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
536ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_prot.h
537ED4_terminal.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
538ED4_terminal.o: $(ARBHOME)/INCLUDE/arb_assert.h
539ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb.h
540ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdb_base.h
541ED4_terminal.o: $(ARBHOME)/INCLUDE/arbdbt.h
542ED4_terminal.o: $(ARBHOME)/INCLUDE/attributes.h
543ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
544ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_device.hxx
545ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
546ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
547ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_position.hxx
548ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
549ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_root.hxx
550ED4_terminal.o: $(ARBHOME)/INCLUDE/aw_window.hxx
551ED4_terminal.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
552ED4_terminal.o: $(ARBHOME)/INCLUDE/st_window.hxx
553
554ED4_text_terminals.o: ed4_awars.hxx
555ED4_text_terminals.o: ed4_block.hxx
556ED4_text_terminals.o: ed4_class.hxx
557ED4_text_terminals.o: ed4_defs.hxx
558ED4_text_terminals.o: ed4_edit_string.hxx
559ED4_text_terminals.o: ed4_extern.hxx
560ED4_text_terminals.o: ed4_nds.hxx
561ED4_text_terminals.o: ed4_protein_2nd_structure.hxx
562ED4_text_terminals.o: ed4_ProteinViewer.hxx
563ED4_text_terminals.o: ed4_search.hxx
564ED4_text_terminals.o: ed4_visualizeSAI.hxx
565ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
566ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_prot.h
567ED4_text_terminals.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
568ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arb_assert.h
569ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb.h
570ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdb_base.h
571ED4_text_terminals.o: $(ARBHOME)/INCLUDE/arbdbt.h
572ED4_text_terminals.o: $(ARBHOME)/INCLUDE/attributes.h
573ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
574ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
575ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_device.hxx
576ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
577ED4_text_terminals.o: $(ARBHOME)/INCLUDE/AW_helix.hxx
578ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
579ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_position.hxx
580ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
581ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_root.hxx
582ED4_text_terminals.o: $(ARBHOME)/INCLUDE/aw_window.hxx
583ED4_text_terminals.o: $(ARBHOME)/INCLUDE/awt_attributes.hxx
584ED4_text_terminals.o: $(ARBHOME)/INCLUDE/awt_seq_colors.hxx
585ED4_text_terminals.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
586ED4_text_terminals.o: $(ARBHOME)/INCLUDE/st_window.hxx
587
588ED4_tools.o: ed4_awars.hxx
589ED4_tools.o: ed4_class.hxx
590ED4_tools.o: ed4_defs.hxx
591ED4_tools.o: ed4_edit_string.hxx
592ED4_tools.o: ed4_search.hxx
593ED4_tools.o: ed4_tools.hxx
594ED4_tools.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
595ED4_tools.o: $(ARBHOME)/INCLUDE/ad_prot.h
596ED4_tools.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
597ED4_tools.o: $(ARBHOME)/INCLUDE/arb_assert.h
598ED4_tools.o: $(ARBHOME)/INCLUDE/arbdb.h
599ED4_tools.o: $(ARBHOME)/INCLUDE/arbdb_base.h
600ED4_tools.o: $(ARBHOME)/INCLUDE/arbdbt.h
601ED4_tools.o: $(ARBHOME)/INCLUDE/attributes.h
602ED4_tools.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
603ED4_tools.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
604ED4_tools.o: $(ARBHOME)/INCLUDE/aw_device.hxx
605ED4_tools.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
606ED4_tools.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
607ED4_tools.o: $(ARBHOME)/INCLUDE/aw_position.hxx
608ED4_tools.o: $(ARBHOME)/INCLUDE/aw_root.hxx
609ED4_tools.o: $(ARBHOME)/INCLUDE/aw_window.hxx
610ED4_tools.o: $(ARBHOME)/INCLUDE/awt_iupac.hxx
611ED4_tools.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
612
613ED4_visualizeSAI.o: ed4_class.hxx
614ED4_visualizeSAI.o: ed4_defs.hxx
615ED4_visualizeSAI.o: ed4_extern.hxx
616ED4_visualizeSAI.o: ed4_search.hxx
617ED4_visualizeSAI.o: ed4_visualizeSAI.hxx
618ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
619ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_prot.h
620ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
621ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arb_assert.h
622ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb.h
623ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdb_base.h
624ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/arbdbt.h
625ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/attributes.h
626ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
627ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
628ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_device.hxx
629ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
630ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
631ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_position.hxx
632ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
633ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_root.hxx
634ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/aw_window.hxx
635ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt.hxx
636ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
637ED4_visualizeSAI.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
638
639ED4_window.o: ed4_class.hxx
640ED4_window.o: ed4_defs.hxx
641ED4_window.o: ed4_extern.hxx
642ED4_window.o: ed4_search.hxx
643ED4_window.o: ed4_tools.hxx
644ED4_window.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
645ED4_window.o: $(ARBHOME)/INCLUDE/ad_prot.h
646ED4_window.o: $(ARBHOME)/INCLUDE/arb_assert.h
647ED4_window.o: $(ARBHOME)/INCLUDE/arbdb.h
648ED4_window.o: $(ARBHOME)/INCLUDE/arbdb_base.h
649ED4_window.o: $(ARBHOME)/INCLUDE/attributes.h
650ED4_window.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
651ED4_window.o: $(ARBHOME)/INCLUDE/aw_device.hxx
652ED4_window.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
653ED4_window.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
654ED4_window.o: $(ARBHOME)/INCLUDE/aw_position.hxx
655ED4_window.o: $(ARBHOME)/INCLUDE/aw_root.hxx
656ED4_window.o: $(ARBHOME)/INCLUDE/aw_window.hxx
657
658EDB_root_bact.o: ed4_class.hxx
659EDB_root_bact.o: ed4_defs.hxx
660EDB_root_bact.o: ed4_extern.hxx
661EDB_root_bact.o: ed4_search.hxx
662EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_config.h
663EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
664EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_prot.h
665EDB_root_bact.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
666EDB_root_bact.o: $(ARBHOME)/INCLUDE/arb_assert.h
667EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb.h
668EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdb_base.h
669EDB_root_bact.o: $(ARBHOME)/INCLUDE/arbdbt.h
670EDB_root_bact.o: $(ARBHOME)/INCLUDE/attributes.h
671EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
672EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_device.hxx
673EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
674EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
675EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_position.hxx
676EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_root.hxx
677EDB_root_bact.o: $(ARBHOME)/INCLUDE/aw_window.hxx
678
679edit_naligner.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
680edit_naligner.o: $(ARBHOME)/INCLUDE/ad_prot.h
681edit_naligner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
682edit_naligner.o: $(ARBHOME)/INCLUDE/arb_assert.h
683edit_naligner.o: $(ARBHOME)/INCLUDE/arbdb.h
684edit_naligner.o: $(ARBHOME)/INCLUDE/arbdb_base.h
685edit_naligner.o: $(ARBHOME)/INCLUDE/arbdbt.h
686edit_naligner.o: $(ARBHOME)/INCLUDE/attributes.h
687edit_naligner.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
688edit_naligner.o: $(ARBHOME)/INCLUDE/aw_device.hxx
689edit_naligner.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
690edit_naligner.o: $(ARBHOME)/INCLUDE/aw_position.hxx
691edit_naligner.o: $(ARBHOME)/INCLUDE/aw_root.hxx
692edit_naligner.o: $(ARBHOME)/INCLUDE/aw_window.hxx
693edit_naligner.o: $(ARBHOME)/INCLUDE/awt.hxx
694edit_naligner.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
695
696graph_aligner_gui.o: ed4_defs.hxx
697graph_aligner_gui.o: graph_aligner_gui.hxx
698graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
699graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_prot.h
700graph_aligner_gui.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
701graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arb_assert.h
702graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb.h
703graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdb_base.h
704graph_aligner_gui.o: $(ARBHOME)/INCLUDE/arbdbt.h
705graph_aligner_gui.o: $(ARBHOME)/INCLUDE/attributes.h
706graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
707graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
708graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_device.hxx
709graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
710graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_position.hxx
711graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_root.hxx
712graph_aligner_gui.o: $(ARBHOME)/INCLUDE/aw_window.hxx
713graph_aligner_gui.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
714graph_aligner_gui.o: $(ARBHOME)/INCLUDE/client.h
715graph_aligner_gui.o: $(ARBHOME)/INCLUDE/fast_aligner.hxx
716graph_aligner_gui.o: $(ARBHOME)/INCLUDE/PT_com.h
717graph_aligner_gui.o: $(ARBHOME)/INCLUDE/servercntrl.h
Note: See TracBrowser for help on using the repository browser.