source: branches/gcc/ARB_GDE/Makefile

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