source: branches/profile/ARB_GDE/Makefile

Last change on this file was 12834, checked in by westram, 10 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 10.2 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_msg.h
60GDE.o: $(ARBHOME)/INCLUDE/arb_str.h
61GDE.o: $(ARBHOME)/INCLUDE/arb_string.h
62GDE.o: $(ARBHOME)/INCLUDE/arbdb.h
63GDE.o: $(ARBHOME)/INCLUDE/arbdb_base.h
64GDE.o: $(ARBHOME)/INCLUDE/arbdbt.h
65GDE.o: $(ARBHOME)/INCLUDE/arbtools.h
66GDE.o: $(ARBHOME)/INCLUDE/attributes.h
67GDE.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
68GDE.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
69GDE.o: $(ARBHOME)/INCLUDE/aw_base.hxx
70GDE.o: $(ARBHOME)/INCLUDE/aw_file.hxx
71GDE.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
72GDE.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
73GDE.o: $(ARBHOME)/INCLUDE/aw_root.hxx
74GDE.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
75GDE.o: $(ARBHOME)/INCLUDE/aw_select.hxx
76GDE.o: $(ARBHOME)/INCLUDE/aw_window.hxx
77GDE.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
78GDE.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
79GDE.o: $(ARBHOME)/INCLUDE/cb.h
80GDE.o: $(ARBHOME)/INCLUDE/cb_base.h
81GDE.o: $(ARBHOME)/INCLUDE/cbtypes.h
82GDE.o: $(ARBHOME)/INCLUDE/cxxforward.h
83GDE.o: $(ARBHOME)/INCLUDE/downcast.h
84GDE.o: $(ARBHOME)/INCLUDE/dupstr.h
85GDE.o: $(ARBHOME)/INCLUDE/gccver.h
86GDE.o: $(ARBHOME)/INCLUDE/smartptr.h
87GDE.o: $(ARBHOME)/INCLUDE/static_assert.h
88GDE.o: $(ARBHOME)/INCLUDE/test_global.h
89GDE.o: $(ARBHOME)/INCLUDE/ttypes.h
90
91GDE_arbdb_io.o: gde.hxx
92GDE_arbdb_io.o: GDE_def.h
93GDE_arbdb_io.o: GDE_extglob.h
94GDE_arbdb_io.o: GDE_menu.h
95GDE_arbdb_io.o: GDE_proto.h
96GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ad_prot.h
97GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
98GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
99GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_assert.h
100GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_core.h
101GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/arb_error.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/cxxforward.h
115GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/downcast.h
116GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/dupstr.h
117GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/gccver.h
118GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/smartptr.h
119GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/static_assert.h
120GDE_arbdb_io.o: $(ARBHOME)/INCLUDE/test_global.h
121
122GDE_event.o: gde.hxx
123GDE_event.o: GDE_awars.h
124GDE_event.o: GDE_def.h
125GDE_event.o: GDE_extglob.h
126GDE_event.o: GDE_menu.h
127GDE_event.o: GDE_proto.h
128GDE_event.o: $(ARBHOME)/INCLUDE/ad_prot.h
129GDE_event.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
130GDE_event.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
131GDE_event.o: $(ARBHOME)/INCLUDE/arb_assert.h
132GDE_event.o: $(ARBHOME)/INCLUDE/arb_core.h
133GDE_event.o: $(ARBHOME)/INCLUDE/arb_error.h
134GDE_event.o: $(ARBHOME)/INCLUDE/arb_msg.h
135GDE_event.o: $(ARBHOME)/INCLUDE/arb_progress.h
136GDE_event.o: $(ARBHOME)/INCLUDE/arb_string.h
137GDE_event.o: $(ARBHOME)/INCLUDE/arbdb.h
138GDE_event.o: $(ARBHOME)/INCLUDE/arbdb_base.h
139GDE_event.o: $(ARBHOME)/INCLUDE/arbdbt.h
140GDE_event.o: $(ARBHOME)/INCLUDE/arbtools.h
141GDE_event.o: $(ARBHOME)/INCLUDE/attributes.h
142GDE_event.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
143GDE_event.o: $(ARBHOME)/INCLUDE/aw_base.hxx
144GDE_event.o: $(ARBHOME)/INCLUDE/aw_file.hxx
145GDE_event.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
146GDE_event.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
147GDE_event.o: $(ARBHOME)/INCLUDE/aw_question.hxx
148GDE_event.o: $(ARBHOME)/INCLUDE/aw_root.hxx
149GDE_event.o: $(ARBHOME)/INCLUDE/aw_window.hxx
150GDE_event.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
151GDE_event.o: $(ARBHOME)/INCLUDE/cb.h
152GDE_event.o: $(ARBHOME)/INCLUDE/cb_base.h
153GDE_event.o: $(ARBHOME)/INCLUDE/cbtypes.h
154GDE_event.o: $(ARBHOME)/INCLUDE/cxxforward.h
155GDE_event.o: $(ARBHOME)/INCLUDE/downcast.h
156GDE_event.o: $(ARBHOME)/INCLUDE/dupstr.h
157GDE_event.o: $(ARBHOME)/INCLUDE/gccver.h
158GDE_event.o: $(ARBHOME)/INCLUDE/smartptr.h
159GDE_event.o: $(ARBHOME)/INCLUDE/static_assert.h
160GDE_event.o: $(ARBHOME)/INCLUDE/test_global.h
161GDE_event.o: $(ARBHOME)/INCLUDE/test_unit.h
162GDE_event.o: $(ARBHOME)/INCLUDE/ttypes.h
163
164GDE_FileIO.o: gde.hxx
165GDE_FileIO.o: GDE_def.h
166GDE_FileIO.o: GDE_extglob.h
167GDE_FileIO.o: GDE_menu.h
168GDE_FileIO.o: GDE_proto.h
169GDE_FileIO.o: $(ARBHOME)/INCLUDE/ad_prot.h
170GDE_FileIO.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
171GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_assert.h
172GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_core.h
173GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_error.h
174GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_msg.h
175GDE_FileIO.o: $(ARBHOME)/INCLUDE/arb_string.h
176GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdb.h
177GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdb_base.h
178GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbdbt.h
179GDE_FileIO.o: $(ARBHOME)/INCLUDE/arbtools.h
180GDE_FileIO.o: $(ARBHOME)/INCLUDE/attributes.h
181GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_base.hxx
182GDE_FileIO.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
183GDE_FileIO.o: $(ARBHOME)/INCLUDE/cxxforward.h
184GDE_FileIO.o: $(ARBHOME)/INCLUDE/downcast.h
185GDE_FileIO.o: $(ARBHOME)/INCLUDE/dupstr.h
186GDE_FileIO.o: $(ARBHOME)/INCLUDE/gccver.h
187GDE_FileIO.o: $(ARBHOME)/INCLUDE/smartptr.h
188GDE_FileIO.o: $(ARBHOME)/INCLUDE/static_assert.h
189GDE_FileIO.o: $(ARBHOME)/INCLUDE/test_global.h
190
191GDE_Genbank.o: gde.hxx
192GDE_Genbank.o: GDE_def.h
193GDE_Genbank.o: GDE_extglob.h
194GDE_Genbank.o: GDE_menu.h
195GDE_Genbank.o: GDE_proto.h
196GDE_Genbank.o: $(ARBHOME)/INCLUDE/ad_prot.h
197GDE_Genbank.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
198GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_assert.h
199GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_core.h
200GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_error.h
201GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_msg.h
202GDE_Genbank.o: $(ARBHOME)/INCLUDE/arb_string.h
203GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdb.h
204GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdb_base.h
205GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbdbt.h
206GDE_Genbank.o: $(ARBHOME)/INCLUDE/arbtools.h
207GDE_Genbank.o: $(ARBHOME)/INCLUDE/attributes.h
208GDE_Genbank.o: $(ARBHOME)/INCLUDE/aw_base.hxx
209GDE_Genbank.o: $(ARBHOME)/INCLUDE/cxxforward.h
210GDE_Genbank.o: $(ARBHOME)/INCLUDE/downcast.h
211GDE_Genbank.o: $(ARBHOME)/INCLUDE/dupstr.h
212GDE_Genbank.o: $(ARBHOME)/INCLUDE/gccver.h
213GDE_Genbank.o: $(ARBHOME)/INCLUDE/smartptr.h
214GDE_Genbank.o: $(ARBHOME)/INCLUDE/static_assert.h
215GDE_Genbank.o: $(ARBHOME)/INCLUDE/test_global.h
216
217GDE_HGLfile.o: gde.hxx
218GDE_HGLfile.o: GDE_def.h
219GDE_HGLfile.o: GDE_extglob.h
220GDE_HGLfile.o: GDE_menu.h
221GDE_HGLfile.o: GDE_proto.h
222GDE_HGLfile.o: $(ARBHOME)/INCLUDE/ad_prot.h
223GDE_HGLfile.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
224GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_assert.h
225GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_core.h
226GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_error.h
227GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_msg.h
228GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arb_string.h
229GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdb.h
230GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdb_base.h
231GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbdbt.h
232GDE_HGLfile.o: $(ARBHOME)/INCLUDE/arbtools.h
233GDE_HGLfile.o: $(ARBHOME)/INCLUDE/attributes.h
234GDE_HGLfile.o: $(ARBHOME)/INCLUDE/aw_base.hxx
235GDE_HGLfile.o: $(ARBHOME)/INCLUDE/cxxforward.h
236GDE_HGLfile.o: $(ARBHOME)/INCLUDE/downcast.h
237GDE_HGLfile.o: $(ARBHOME)/INCLUDE/dupstr.h
238GDE_HGLfile.o: $(ARBHOME)/INCLUDE/gccver.h
239GDE_HGLfile.o: $(ARBHOME)/INCLUDE/smartptr.h
240GDE_HGLfile.o: $(ARBHOME)/INCLUDE/static_assert.h
241GDE_HGLfile.o: $(ARBHOME)/INCLUDE/test_global.h
242
243GDE_ParseMenu.o: gde.hxx
244GDE_ParseMenu.o: GDE_def.h
245GDE_ParseMenu.o: GDE_extglob.h
246GDE_ParseMenu.o: GDE_menu.h
247GDE_ParseMenu.o: GDE_proto.h
248GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ad_prot.h
249GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
250GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_assert.h
251GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_core.h
252GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_error.h
253GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_file.h
254GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_msg.h
255GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_strarray.h
256GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arb_string.h
257GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdb.h
258GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdb_base.h
259GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbdbt.h
260GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/arbtools.h
261GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/attributes.h
262GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_base.hxx
263GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
264GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/aw_window.hxx
265GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
266GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cb.h
267GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cb_base.h
268GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cbtypes.h
269GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/cxxforward.h
270GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/downcast.h
271GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/dupstr.h
272GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/gccver.h
273GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/MultiFileReader.h
274GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/smartptr.h
275GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/static_assert.h
276GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/test_global.h
277GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/test_unit.h
278GDE_ParseMenu.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.