source: tags/arb_5.5/MERGE/Makefile

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