source: branches/stable/ARB_GDE/Makefile

Last change on this file was 17724, checked in by westram, 5 years ago
  • partial merge from 'fts' into 'trunk'
    • ConfigMapping:
      • cleanup
      • add missing tests
      • fix config bug: trailing backslash at end of values did cause wrong read of data
  • adds: log:branches/fts@17718:17723
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 11.4 KB
Line 
1# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
2.SUFFIXES: .o .cxx .depend
3
4CPP_OBJECTS =   \
5        GDE.o \
6        GDE_FileIO.o \
7        GDE_Genbank.o \
8        GDE_HGLfile.o \
9        GDE_ParseMenu.o \
10        GDE_arbdb_io.o \
11        GDE_event.o \
12        GDE_global.o \
13
14CPP_FILES=$(CPP_OBJECTS:.o=.cxx)
15
16$(MAIN): $(CPP_OBJECTS)
17        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
18.cxx.o:
19        $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $<
20
21GDE_proto.h: $(CPP_FILES) Makefile
22        $(MAKE) proto
23
24proto:
25        ../AISC_MKPTPS/aisc_mkpt -P -G -E -w GDE_proto.h $(CPP_FILES) > GDE_proto.h.tmp
26        ../SOURCE_TOOLS/mv_if_diff GDE_proto.h.tmp GDE_proto.h
27
28clean:
29        rm -f $(CPP_OBJECTS) *.a
30
31DEPENDS = $(CPP_OBJECTS:.o=.depend)
32depends: $(DEPENDS)
33        @cat $(DEPENDS) | grep -v '^#' >>Makefile
34        @rm $(DEPENDS)
35$(DEPENDS): depend.init
36depend.init:
37        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
38.c.depend:
39        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
40.cxx.depend:
41        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
42
43# DO NOT DELETE THIS LINE -- make depend depends on it.
44
45# Do not add dependencies manually - use 'make depend' in $ARBHOME
46# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
47
48GDE.o: gde.hxx
49GDE.o: GDE_awars.h
50GDE.o: GDE_def.h
51GDE.o: GDE_extglob.h
52GDE.o: GDE_menu.h
53GDE.o: GDE_proto.h
54GDE.o: $(ARBHOME)/INCLUDE/ad_prot.h
55GDE.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
56GDE.o: $(ARBHOME)/INCLUDE/arb_assert.h
57GDE.o: $(ARBHOME)/INCLUDE/arb_core.h
58GDE.o: $(ARBHOME)/INCLUDE/arb_error.h
59GDE.o: $(ARBHOME)/INCLUDE/arb_mem.h
60GDE.o: $(ARBHOME)/INCLUDE/arb_msg.h
61GDE.o: $(ARBHOME)/INCLUDE/arb_str.h
62GDE.o: $(ARBHOME)/INCLUDE/arb_strarray.h
63GDE.o: $(ARBHOME)/INCLUDE/arb_string.h
64GDE.o: $(ARBHOME)/INCLUDE/arbdb.h
65GDE.o: $(ARBHOME)/INCLUDE/arbdb_base.h
66GDE.o: $(ARBHOME)/INCLUDE/arbdbt.h
67GDE.o: $(ARBHOME)/INCLUDE/arbtools.h
68GDE.o: $(ARBHOME)/INCLUDE/attributes.h
69GDE.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
70GDE.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
71GDE.o: $(ARBHOME)/INCLUDE/aw_base.hxx
72GDE.o: $(ARBHOME)/INCLUDE/aw_file.hxx
73GDE.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
74GDE.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
75GDE.o: $(ARBHOME)/INCLUDE/aw_root.hxx
76GDE.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
77GDE.o: $(ARBHOME)/INCLUDE/aw_select.hxx
78GDE.o: $(ARBHOME)/INCLUDE/aw_window.hxx
79GDE.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
80GDE.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
81GDE.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
82GDE.o: $(ARBHOME)/INCLUDE/cb.h
83GDE.o: $(ARBHOME)/INCLUDE/cb_base.h
84GDE.o: $(ARBHOME)/INCLUDE/cbtypes.h
85GDE.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
86GDE.o: $(ARBHOME)/INCLUDE/cxxforward.h
87GDE.o: $(ARBHOME)/INCLUDE/downcast.h
88GDE.o: $(ARBHOME)/INCLUDE/dupstr.h
89GDE.o: $(ARBHOME)/INCLUDE/gccver.h
90GDE.o: $(ARBHOME)/INCLUDE/smartptr.h
91GDE.o: $(ARBHOME)/INCLUDE/static_assert.h
92GDE.o: $(ARBHOME)/INCLUDE/test_global.h
93GDE.o: $(ARBHOME)/INCLUDE/ttypes.h
94
95GDE_arbdb_io.o: gde.hxx
96GDE_arbdb_io.o: GDE_def.h
97GDE_arbdb_io.o: GDE_extglob.h
98GDE_arbdb_io.o: GDE_menu.h
99GDE_arbdb_io.o: GDE_proto.h
100GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ad_prot.h
101GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
102GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
103GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_assert.h
104GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_core.h
105GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_error.h
106GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
107GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_mem.h
108GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_msg.h
109GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_progress.h
110GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_string.h
111GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbdb.h
112GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h
113GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbdbt.h
114GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arbtools.h
115GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/attributes.h
116GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
117GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_base.hxx
118GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
119GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
120GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/cb.h
121GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/cb_base.h
122GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/cbtypes.h
123GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/cxxforward.h
124GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/downcast.h
125GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/dupstr.h
126GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/gccver.h
127GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/smartptr.h
128GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/static_assert.h
129GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/test_global.h
130GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ttypes.h
131
132GDE_event.o: gde.hxx
133GDE_event.o: GDE_awars.h
134GDE_event.o: GDE_def.h
135GDE_event.o: GDE_extglob.h
136GDE_event.o: GDE_menu.h
137GDE_event.o: GDE_proto.h
138GDE_event.o: $(ARBHOME)/INCLUDE/ad_prot.h
139GDE_event.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
140GDE_event.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
141GDE_event.o: $(ARBHOME)/INCLUDE/arb_assert.h
142GDE_event.o: $(ARBHOME)/INCLUDE/arb_core.h
143GDE_event.o: $(ARBHOME)/INCLUDE/arb_error.h
144GDE_event.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
145GDE_event.o: $(ARBHOME)/INCLUDE/arb_mem.h
146GDE_event.o: $(ARBHOME)/INCLUDE/arb_msg.h
147GDE_event.o: $(ARBHOME)/INCLUDE/arb_progress.h
148GDE_event.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
149GDE_event.o: $(ARBHOME)/INCLUDE/arb_string.h
150GDE_event.o: $(ARBHOME)/INCLUDE/arbdb.h
151GDE_event.o: $(ARBHOME)/INCLUDE/arbdb_base.h
152GDE_event.o: $(ARBHOME)/INCLUDE/arbdbt.h
153GDE_event.o: $(ARBHOME)/INCLUDE/arbtools.h
154GDE_event.o: $(ARBHOME)/INCLUDE/attributes.h
155GDE_event.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
156GDE_event.o: $(ARBHOME)/INCLUDE/aw_base.hxx
157GDE_event.o: $(ARBHOME)/INCLUDE/aw_file.hxx
158GDE_event.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
159GDE_event.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
160GDE_event.o: $(ARBHOME)/INCLUDE/aw_question.hxx
161GDE_event.o: $(ARBHOME)/INCLUDE/aw_root.hxx
162GDE_event.o: $(ARBHOME)/INCLUDE/aw_window.hxx
163GDE_event.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
164GDE_event.o: $(ARBHOME)/INCLUDE/cb.h
165GDE_event.o: $(ARBHOME)/INCLUDE/cb_base.h
166GDE_event.o: $(ARBHOME)/INCLUDE/cbtypes.h
167GDE_event.o: $(ARBHOME)/INCLUDE/cxxforward.h
168GDE_event.o: $(ARBHOME)/INCLUDE/downcast.h
169GDE_event.o: $(ARBHOME)/INCLUDE/dupstr.h
170GDE_event.o: $(ARBHOME)/INCLUDE/gccver.h
171GDE_event.o: $(ARBHOME)/INCLUDE/smartptr.h
172GDE_event.o: $(ARBHOME)/INCLUDE/static_assert.h
173GDE_event.o: $(ARBHOME)/INCLUDE/test_global.h
174GDE_event.o: $(ARBHOME)/INCLUDE/test_unit.h
175GDE_event.o: $(ARBHOME)/INCLUDE/ttypes.h
176
177GDE_FileIO.o: gde.hxx
178GDE_FileIO.o: GDE_def.h
179GDE_FileIO.o: GDE_extglob.h
180GDE_FileIO.o: GDE_menu.h
181GDE_FileIO.o: GDE_proto.h
182GDE_FileIO.o: $(ARBHOME)/INCLUDE/ad_prot.h
183GDE_FileIO.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
184GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_assert.h
185GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_core.h
186GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_error.h
187GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_mem.h
188GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_msg.h
189GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_string.h
190GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdb.h
191GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdb_base.h
192GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdbt.h
193GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbtools.h
194GDE_FileIO.o: $(ARBHOME)/INCLUDE/attributes.h
195GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_base.hxx
196GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
197GDE_FileIO.o: $(ARBHOME)/INCLUDE/cb.h
198GDE_FileIO.o: $(ARBHOME)/INCLUDE/cb_base.h
199GDE_FileIO.o: $(ARBHOME)/INCLUDE/cbtypes.h
200GDE_FileIO.o: $(ARBHOME)/INCLUDE/cxxforward.h
201GDE_FileIO.o: $(ARBHOME)/INCLUDE/downcast.h
202GDE_FileIO.o: $(ARBHOME)/INCLUDE/dupstr.h
203GDE_FileIO.o: $(ARBHOME)/INCLUDE/gccver.h
204GDE_FileIO.o: $(ARBHOME)/INCLUDE/smartptr.h
205GDE_FileIO.o: $(ARBHOME)/INCLUDE/static_assert.h
206GDE_FileIO.o: $(ARBHOME)/INCLUDE/test_global.h
207GDE_FileIO.o: $(ARBHOME)/INCLUDE/ttypes.h
208
209GDE_Genbank.o: gde.hxx
210GDE_Genbank.o: GDE_def.h
211GDE_Genbank.o: GDE_extglob.h
212GDE_Genbank.o: GDE_menu.h
213GDE_Genbank.o: GDE_proto.h
214GDE_Genbank.o: $(ARBHOME)/INCLUDE/ad_prot.h
215GDE_Genbank.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
216GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_assert.h
217GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_core.h
218GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_error.h
219GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_mem.h
220GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_msg.h
221GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_string.h
222GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdb.h
223GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdb_base.h
224GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdbt.h
225GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbtools.h
226GDE_Genbank.o: $(ARBHOME)/INCLUDE/attributes.h
227GDE_Genbank.o: $(ARBHOME)/INCLUDE/aw_base.hxx
228GDE_Genbank.o: $(ARBHOME)/INCLUDE/cb.h
229GDE_Genbank.o: $(ARBHOME)/INCLUDE/cb_base.h
230GDE_Genbank.o: $(ARBHOME)/INCLUDE/cbtypes.h
231GDE_Genbank.o: $(ARBHOME)/INCLUDE/cxxforward.h
232GDE_Genbank.o: $(ARBHOME)/INCLUDE/downcast.h
233GDE_Genbank.o: $(ARBHOME)/INCLUDE/dupstr.h
234GDE_Genbank.o: $(ARBHOME)/INCLUDE/gccver.h
235GDE_Genbank.o: $(ARBHOME)/INCLUDE/smartptr.h
236GDE_Genbank.o: $(ARBHOME)/INCLUDE/static_assert.h
237GDE_Genbank.o: $(ARBHOME)/INCLUDE/test_global.h
238GDE_Genbank.o: $(ARBHOME)/INCLUDE/ttypes.h
239
240GDE_HGLfile.o: gde.hxx
241GDE_HGLfile.o: GDE_def.h
242GDE_HGLfile.o: GDE_extglob.h
243GDE_HGLfile.o: GDE_menu.h
244GDE_HGLfile.o: GDE_proto.h
245GDE_HGLfile.o: $(ARBHOME)/INCLUDE/ad_prot.h
246GDE_HGLfile.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
247GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_assert.h
248GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_core.h
249GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_error.h
250GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_mem.h
251GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_msg.h
252GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_string.h
253GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdb.h
254GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdb_base.h
255GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdbt.h
256GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbtools.h
257GDE_HGLfile.o: $(ARBHOME)/INCLUDE/attributes.h
258GDE_HGLfile.o: $(ARBHOME)/INCLUDE/aw_base.hxx
259GDE_HGLfile.o: $(ARBHOME)/INCLUDE/cb.h
260GDE_HGLfile.o: $(ARBHOME)/INCLUDE/cb_base.h
261GDE_HGLfile.o: $(ARBHOME)/INCLUDE/cbtypes.h
262GDE_HGLfile.o: $(ARBHOME)/INCLUDE/cxxforward.h
263GDE_HGLfile.o: $(ARBHOME)/INCLUDE/downcast.h
264GDE_HGLfile.o: $(ARBHOME)/INCLUDE/dupstr.h
265GDE_HGLfile.o: $(ARBHOME)/INCLUDE/gccver.h
266GDE_HGLfile.o: $(ARBHOME)/INCLUDE/smartptr.h
267GDE_HGLfile.o: $(ARBHOME)/INCLUDE/static_assert.h
268GDE_HGLfile.o: $(ARBHOME)/INCLUDE/test_global.h
269GDE_HGLfile.o: $(ARBHOME)/INCLUDE/ttypes.h
270
271GDE_ParseMenu.o: gde.hxx
272GDE_ParseMenu.o: GDE_def.h
273GDE_ParseMenu.o: GDE_extglob.h
274GDE_ParseMenu.o: GDE_menu.h
275GDE_ParseMenu.o: GDE_proto.h
276GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ad_prot.h
277GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
278GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_assert.h
279GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_core.h
280GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_error.h
281GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_file.h
282GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_mem.h
283GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_msg.h
284GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_strarray.h
285GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_string.h
286GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdb.h
287GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdb_base.h
288GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdbt.h
289GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbtools.h
290GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/attributes.h
291GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_base.hxx
292GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
293GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_window.hxx
294GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
295GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cb.h
296GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cb_base.h
297GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cbtypes.h
298GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cxxforward.h
299GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/downcast.h
300GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/dupstr.h
301GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/gccver.h
302GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/MultiFileReader.h
303GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/smartptr.h
304GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/static_assert.h
305GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/test_global.h
306GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/test_unit.h
307GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.