source: tags/arb_5.0/SECEDIT/Makefile

Last change on this file was 5825, checked in by westram, 15 years ago
  • replaced GB_entry/GB_create/GB_search+GB_read_XXX by GBT_read_XXX
  • improved error handling in many functions
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 11.2 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3.SUFFIXES: .o .cxx .depend
4
5
6CPP_OBJECTS = \
7                SEC_toggle.o \
8                SEC_bonddef.o \
9                SEC_db.o \
10                SEC_helix.o \
11                SEC_graphic.o \
12                SEC_structure.o \
13                SEC_read.o \
14                SEC_io.o \
15                SEC_paint.o \
16                SEC_layout.o \
17                SEC_split.o \
18                SEC_abspos.o \
19                SEC_main.o \
20
21$(MAIN): $(CPP_OBJECTS)
22        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
23
24.cxx.o:
25        $(CPP) $(cflags) -c $< $(CPPINCLUDES)
26
27clean:
28        rm -f $(CPP_OBJECTS) *.a
29
30DEPENDS = $(CPP_OBJECTS:.o=.depend)
31depends: $(DEPENDS)
32        @cat $(DEPENDS) | grep -v '^#' >>Makefile
33        @rm $(DEPENDS)
34$(DEPENDS): depend.init
35depend.init:
36        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
37.c.depend:
38        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
39.cxx.depend:
40        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
41
42# DO NOT DELETE THIS LINE -- make depend depends on it.
43
44# Do not add dependencies manually - use 'make depend' in $ARBHOME
45# For formatting issues see SOURCE_TOOLS/fix_depends.pl
46
47SEC_abspos.o: SEC_abspos.hxx
48SEC_abspos.o: SEC_defs.hxx
49SEC_abspos.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
50SEC_abspos.o: $(ARBHOME)/INCLUDE/arb_assert.h
51SEC_abspos.o: $(ARBHOME)/INCLUDE/arbdb_base.h
52SEC_abspos.o: $(ARBHOME)/INCLUDE/arbtools.h
53SEC_abspos.o: $(ARBHOME)/INCLUDE/attributes.h
54
55SEC_bonddef.o: SEC_bonddef.hxx
56SEC_bonddef.o: SEC_defs.hxx
57SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
58SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_prot.h
59SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
60SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_assert.h
61SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdb.h
62SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdb_base.h
63SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdbt.h
64SEC_bonddef.o: $(ARBHOME)/INCLUDE/attributes.h
65SEC_bonddef.o: $(ARBHOME)/INCLUDE/aw_position.hxx
66SEC_bonddef.o: $(ARBHOME)/INCLUDE/aw_root.hxx
67
68SEC_db.o: SEC_abspos.hxx
69SEC_db.o: SEC_bonddef.hxx
70SEC_db.o: SEC_db.hxx
71SEC_db.o: SEC_defs.hxx
72SEC_db.o: SEC_gc.hxx
73SEC_db.o: SEC_graphic.hxx
74SEC_db.o: SEC_root.hxx
75SEC_db.o: SEC_toggle.hxx
76SEC_db.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
77SEC_db.o: $(ARBHOME)/INCLUDE/ad_prot.h
78SEC_db.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
79SEC_db.o: $(ARBHOME)/INCLUDE/arb_assert.h
80SEC_db.o: $(ARBHOME)/INCLUDE/arbdb.h
81SEC_db.o: $(ARBHOME)/INCLUDE/arbdb_base.h
82SEC_db.o: $(ARBHOME)/INCLUDE/arbdbt.h
83SEC_db.o: $(ARBHOME)/INCLUDE/arbtools.h
84SEC_db.o: $(ARBHOME)/INCLUDE/attributes.h
85SEC_db.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
86SEC_db.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
87SEC_db.o: $(ARBHOME)/INCLUDE/aw_device.hxx
88SEC_db.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
89SEC_db.o: $(ARBHOME)/INCLUDE/aw_global.hxx
90SEC_db.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
91SEC_db.o: $(ARBHOME)/INCLUDE/aw_position.hxx
92SEC_db.o: $(ARBHOME)/INCLUDE/aw_root.hxx
93SEC_db.o: $(ARBHOME)/INCLUDE/aw_window.hxx
94SEC_db.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
95SEC_db.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
96SEC_db.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
97
98SEC_graphic.o: SEC_abspos.hxx
99SEC_graphic.o: SEC_db.hxx
100SEC_graphic.o: SEC_defs.hxx
101SEC_graphic.o: SEC_gc.hxx
102SEC_graphic.o: SEC_graphic.hxx
103SEC_graphic.o: SEC_iter.hxx
104SEC_graphic.o: SEC_root.hxx
105SEC_graphic.o: SEC_toggle.hxx
106SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
107SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_prot.h
108SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
109SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_assert.h
110SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdb.h
111SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdb_base.h
112SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdbt.h
113SEC_graphic.o: $(ARBHOME)/INCLUDE/arbtools.h
114SEC_graphic.o: $(ARBHOME)/INCLUDE/attributes.h
115SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
116SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
117SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_device.hxx
118SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
119SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_global.hxx
120SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
121SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_position.hxx
122SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
123SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_root.hxx
124SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_window.hxx
125SEC_graphic.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
126SEC_graphic.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
127SEC_graphic.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
128
129SEC_helix.o: SEC_abspos.hxx
130SEC_helix.o: SEC_db.hxx
131SEC_helix.o: SEC_defs.hxx
132SEC_helix.o: SEC_gc.hxx
133SEC_helix.o: SEC_helix.hxx
134SEC_helix.o: SEC_root.hxx
135SEC_helix.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
136SEC_helix.o: $(ARBHOME)/INCLUDE/ad_prot.h
137SEC_helix.o: $(ARBHOME)/INCLUDE/arb_assert.h
138SEC_helix.o: $(ARBHOME)/INCLUDE/arbdb.h
139SEC_helix.o: $(ARBHOME)/INCLUDE/arbdb_base.h
140SEC_helix.o: $(ARBHOME)/INCLUDE/arbtools.h
141SEC_helix.o: $(ARBHOME)/INCLUDE/attributes.h
142SEC_helix.o: $(ARBHOME)/INCLUDE/aw_device.hxx
143SEC_helix.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
144SEC_helix.o: $(ARBHOME)/INCLUDE/aw_position.hxx
145SEC_helix.o: $(ARBHOME)/INCLUDE/aw_root.hxx
146SEC_helix.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
147
148SEC_io.o: SEC_abspos.hxx
149SEC_io.o: SEC_db.hxx
150SEC_io.o: SEC_defs.hxx
151SEC_io.o: SEC_gc.hxx
152SEC_io.o: SEC_iter.hxx
153SEC_io.o: SEC_root.hxx
154SEC_io.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
155SEC_io.o: $(ARBHOME)/INCLUDE/ad_prot.h
156SEC_io.o: $(ARBHOME)/INCLUDE/arb_assert.h
157SEC_io.o: $(ARBHOME)/INCLUDE/arbdb.h
158SEC_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h
159SEC_io.o: $(ARBHOME)/INCLUDE/arbtools.h
160SEC_io.o: $(ARBHOME)/INCLUDE/attributes.h
161SEC_io.o: $(ARBHOME)/INCLUDE/aw_device.hxx
162SEC_io.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
163SEC_io.o: $(ARBHOME)/INCLUDE/aw_position.hxx
164SEC_io.o: $(ARBHOME)/INCLUDE/aw_root.hxx
165SEC_io.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
166
167SEC_layout.o: SEC_abspos.hxx
168SEC_layout.o: SEC_db.hxx
169SEC_layout.o: SEC_defs.hxx
170SEC_layout.o: SEC_gc.hxx
171SEC_layout.o: SEC_iter.hxx
172SEC_layout.o: SEC_root.hxx
173SEC_layout.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
174SEC_layout.o: $(ARBHOME)/INCLUDE/ad_prot.h
175SEC_layout.o: $(ARBHOME)/INCLUDE/arb_assert.h
176SEC_layout.o: $(ARBHOME)/INCLUDE/arbdb.h
177SEC_layout.o: $(ARBHOME)/INCLUDE/arbdb_base.h
178SEC_layout.o: $(ARBHOME)/INCLUDE/arbtools.h
179SEC_layout.o: $(ARBHOME)/INCLUDE/attributes.h
180SEC_layout.o: $(ARBHOME)/INCLUDE/aw_device.hxx
181SEC_layout.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
182SEC_layout.o: $(ARBHOME)/INCLUDE/aw_position.hxx
183SEC_layout.o: $(ARBHOME)/INCLUDE/aw_root.hxx
184SEC_layout.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
185
186SEC_main.o: SEC_abspos.hxx
187SEC_main.o: SEC_db.hxx
188SEC_main.o: SEC_defs.hxx
189SEC_main.o: SEC_drawn_pos.hxx
190SEC_main.o: SEC_gc.hxx
191SEC_main.o: SEC_graphic.hxx
192SEC_main.o: SEC_helix.hxx
193SEC_main.o: SEC_root.hxx
194SEC_main.o: SEC_toggle.hxx
195SEC_main.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
196SEC_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
197SEC_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
198SEC_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
199SEC_main.o: $(ARBHOME)/INCLUDE/arbdb.h
200SEC_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
201SEC_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
202SEC_main.o: $(ARBHOME)/INCLUDE/arbtools.h
203SEC_main.o: $(ARBHOME)/INCLUDE/attributes.h
204SEC_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
205SEC_main.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
206SEC_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
207SEC_main.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
208SEC_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
209SEC_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
210SEC_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
211SEC_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
212SEC_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
213SEC_main.o: $(ARBHOME)/INCLUDE/awt.hxx
214SEC_main.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
215SEC_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
216SEC_main.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
217SEC_main.o: $(ARBHOME)/INCLUDE/FileBuffer.h
218
219SEC_paint.o: SEC_abspos.hxx
220SEC_paint.o: SEC_bonddef.hxx
221SEC_paint.o: SEC_db.hxx
222SEC_paint.o: SEC_defs.hxx
223SEC_paint.o: SEC_drawn_pos.hxx
224SEC_paint.o: SEC_gc.hxx
225SEC_paint.o: SEC_graphic.hxx
226SEC_paint.o: SEC_iter.hxx
227SEC_paint.o: SEC_root.hxx
228SEC_paint.o: SEC_toggle.hxx
229SEC_paint.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
230SEC_paint.o: $(ARBHOME)/INCLUDE/ad_prot.h
231SEC_paint.o: $(ARBHOME)/INCLUDE/arb_assert.h
232SEC_paint.o: $(ARBHOME)/INCLUDE/arbdb.h
233SEC_paint.o: $(ARBHOME)/INCLUDE/arbdb_base.h
234SEC_paint.o: $(ARBHOME)/INCLUDE/arbtools.h
235SEC_paint.o: $(ARBHOME)/INCLUDE/attributes.h
236SEC_paint.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
237SEC_paint.o: $(ARBHOME)/INCLUDE/aw_device.hxx
238SEC_paint.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
239SEC_paint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
240SEC_paint.o: $(ARBHOME)/INCLUDE/aw_position.hxx
241SEC_paint.o: $(ARBHOME)/INCLUDE/aw_root.hxx
242SEC_paint.o: $(ARBHOME)/INCLUDE/aw_window.hxx
243SEC_paint.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
244SEC_paint.o: $(ARBHOME)/INCLUDE/awt_iupac.hxx
245SEC_paint.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
246SEC_paint.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
247
248SEC_read.o: SEC_abspos.hxx
249SEC_read.o: SEC_db.hxx
250SEC_read.o: SEC_defs.hxx
251SEC_read.o: SEC_gc.hxx
252SEC_read.o: SEC_iter.hxx
253SEC_read.o: SEC_root.hxx
254SEC_read.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
255SEC_read.o: $(ARBHOME)/INCLUDE/ad_prot.h
256SEC_read.o: $(ARBHOME)/INCLUDE/arb_assert.h
257SEC_read.o: $(ARBHOME)/INCLUDE/arbdb.h
258SEC_read.o: $(ARBHOME)/INCLUDE/arbdb_base.h
259SEC_read.o: $(ARBHOME)/INCLUDE/arbtools.h
260SEC_read.o: $(ARBHOME)/INCLUDE/attributes.h
261SEC_read.o: $(ARBHOME)/INCLUDE/aw_device.hxx
262SEC_read.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
263SEC_read.o: $(ARBHOME)/INCLUDE/aw_position.hxx
264SEC_read.o: $(ARBHOME)/INCLUDE/aw_root.hxx
265SEC_read.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
266
267SEC_split.o: SEC_abspos.hxx
268SEC_split.o: SEC_db.hxx
269SEC_split.o: SEC_defs.hxx
270SEC_split.o: SEC_drawn_pos.hxx
271SEC_split.o: SEC_gc.hxx
272SEC_split.o: SEC_iter.hxx
273SEC_split.o: SEC_root.hxx
274SEC_split.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
275SEC_split.o: $(ARBHOME)/INCLUDE/ad_prot.h
276SEC_split.o: $(ARBHOME)/INCLUDE/arb_assert.h
277SEC_split.o: $(ARBHOME)/INCLUDE/arbdb.h
278SEC_split.o: $(ARBHOME)/INCLUDE/arbdb_base.h
279SEC_split.o: $(ARBHOME)/INCLUDE/arbtools.h
280SEC_split.o: $(ARBHOME)/INCLUDE/attributes.h
281SEC_split.o: $(ARBHOME)/INCLUDE/aw_device.hxx
282SEC_split.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
283SEC_split.o: $(ARBHOME)/INCLUDE/aw_position.hxx
284SEC_split.o: $(ARBHOME)/INCLUDE/aw_root.hxx
285SEC_split.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
286
287SEC_structure.o: SEC_abspos.hxx
288SEC_structure.o: SEC_db.hxx
289SEC_structure.o: SEC_defs.hxx
290SEC_structure.o: SEC_gc.hxx
291SEC_structure.o: SEC_iter.hxx
292SEC_structure.o: SEC_root.hxx
293SEC_structure.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
294SEC_structure.o: $(ARBHOME)/INCLUDE/ad_prot.h
295SEC_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h
296SEC_structure.o: $(ARBHOME)/INCLUDE/arbdb.h
297SEC_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h
298SEC_structure.o: $(ARBHOME)/INCLUDE/arbtools.h
299SEC_structure.o: $(ARBHOME)/INCLUDE/attributes.h
300SEC_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx
301SEC_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
302SEC_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx
303SEC_structure.o: $(ARBHOME)/INCLUDE/aw_root.hxx
304SEC_structure.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
305
306SEC_toggle.o: SEC_defs.hxx
307SEC_toggle.o: SEC_graphic.hxx
308SEC_toggle.o: SEC_toggle.hxx
309SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_k_prot.h
310SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_prot.h
311SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
312SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_assert.h
313SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdb.h
314SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdb_base.h
315SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdbt.h
316SEC_toggle.o: $(ARBHOME)/INCLUDE/attributes.h
317SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_device.hxx
318SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
319SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_position.hxx
320SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_root.hxx
321SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_window.hxx
322SEC_toggle.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
Note: See TracBrowser for help on using the repository browser.