source: branches/alilink/SECEDIT/Makefile

Last change on this file was 18126, checked in by westram, 6 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 20.4 KB
RevLine 
[10954]1# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
[2]2
[1617]3.SUFFIXES: .o .cxx .depend
[2]4
5
[4855]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 \
[2]20
21$(MAIN): $(CPP_OBJECTS)
[5225]22        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
[2]23
[1617]24.cxx.o:
[13998]25        $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $<
[2]26
[4635]27clean:
28        rm -f $(CPP_OBJECTS) *.a
29
[1617]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 >$@
[2]41
42# DO NOT DELETE THIS LINE -- make depend depends on it.
43
[2338]44# Do not add dependencies manually - use 'make depend' in $ARBHOME
[9575]45# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
[2338]46
[4855]47SEC_abspos.o: SEC_abspos.hxx
48SEC_abspos.o: SEC_defs.hxx
49SEC_abspos.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]50SEC_abspos.o: $(ARBHOME)/INCLUDE/arb_core.h
[16577]51SEC_abspos.o: $(ARBHOME)/INCLUDE/arb_mem.h
[4855]52SEC_abspos.o: $(ARBHOME)/INCLUDE/arbtools.h
[11007]53SEC_abspos.o: $(ARBHOME)/INCLUDE/attributes.h
[9521]54SEC_abspos.o: $(ARBHOME)/INCLUDE/cxxforward.h
[6331]55SEC_abspos.o: $(ARBHOME)/INCLUDE/dupstr.h
[9521]56SEC_abspos.o: $(ARBHOME)/INCLUDE/gccver.h
[6817]57SEC_abspos.o: $(ARBHOME)/INCLUDE/test_global.h
[4855]58
59SEC_bonddef.o: SEC_bonddef.hxx
60SEC_bonddef.o: SEC_defs.hxx
61SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_prot.h
62SEC_bonddef.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
63SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]64SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_core.h
[6277]65SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_error.h
[16577]66SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_mem.h
[7183]67SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_msg.h
68SEC_bonddef.o: $(ARBHOME)/INCLUDE/arb_string.h
[4855]69SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdb.h
[5709]70SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[4855]71SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbdbt.h
[6209]72SEC_bonddef.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]73SEC_bonddef.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]74SEC_bonddef.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[4855]75SEC_bonddef.o: $(ARBHOME)/INCLUDE/aw_position.hxx
[9521]76SEC_bonddef.o: $(ARBHOME)/INCLUDE/cxxforward.h
[10563]77SEC_bonddef.o: $(ARBHOME)/INCLUDE/downcast.h
[6331]78SEC_bonddef.o: $(ARBHOME)/INCLUDE/dupstr.h
[9516]79SEC_bonddef.o: $(ARBHOME)/INCLUDE/gccver.h
[6277]80SEC_bonddef.o: $(ARBHOME)/INCLUDE/smartptr.h
[10563]81SEC_bonddef.o: $(ARBHOME)/INCLUDE/static_assert.h
[6817]82SEC_bonddef.o: $(ARBHOME)/INCLUDE/test_global.h
[4855]83
84SEC_db.o: SEC_abspos.hxx
85SEC_db.o: SEC_bonddef.hxx
86SEC_db.o: SEC_db.hxx
87SEC_db.o: SEC_defs.hxx
88SEC_db.o: SEC_gc.hxx
89SEC_db.o: SEC_graphic.hxx
90SEC_db.o: SEC_root.hxx
91SEC_db.o: SEC_toggle.hxx
[6865]92SEC_db.o: secedit_extern.hxx
[11023]93SEC_db.o: $(ARBHOME)/INCLUDE/ad_cb.h
94SEC_db.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
[18126]95SEC_db.o: $(ARBHOME)/INCLUDE/ad_colorset.h
[4855]96SEC_db.o: $(ARBHOME)/INCLUDE/ad_prot.h
97SEC_db.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
98SEC_db.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]99SEC_db.o: $(ARBHOME)/INCLUDE/arb_core.h
[7272]100SEC_db.o: $(ARBHOME)/INCLUDE/arb_defs.h
[6277]101SEC_db.o: $(ARBHOME)/INCLUDE/arb_error.h
[18126]102SEC_db.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
[16577]103SEC_db.o: $(ARBHOME)/INCLUDE/arb_mem.h
[7183]104SEC_db.o: $(ARBHOME)/INCLUDE/arb_msg.h
[18126]105SEC_db.o: $(ARBHOME)/INCLUDE/arb_strarray.h
[7183]106SEC_db.o: $(ARBHOME)/INCLUDE/arb_string.h
[4855]107SEC_db.o: $(ARBHOME)/INCLUDE/arbdb.h
[5709]108SEC_db.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[4855]109SEC_db.o: $(ARBHOME)/INCLUDE/arbdbt.h
110SEC_db.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]111SEC_db.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]112SEC_db.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
[7916]113SEC_db.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
[4855]114SEC_db.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
[6868]115SEC_db.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[4855]116SEC_db.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
117SEC_db.o: $(ARBHOME)/INCLUDE/aw_device.hxx
[11093]118SEC_db.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
[6422]119SEC_db.o: $(ARBHOME)/INCLUDE/aw_file.hxx
[4855]120SEC_db.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
[16577]121SEC_db.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[4855]122SEC_db.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
[6868]123SEC_db.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
[4855]124SEC_db.o: $(ARBHOME)/INCLUDE/aw_position.hxx
125SEC_db.o: $(ARBHOME)/INCLUDE/aw_root.hxx
126SEC_db.o: $(ARBHOME)/INCLUDE/aw_window.hxx
127SEC_db.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
[7272]128SEC_db.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
[4855]129SEC_db.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
[6868]130SEC_db.o: $(ARBHOME)/INCLUDE/cb.h
[11034]131SEC_db.o: $(ARBHOME)/INCLUDE/cb_base.h
[10212]132SEC_db.o: $(ARBHOME)/INCLUDE/cbtypes.h
[9521]133SEC_db.o: $(ARBHOME)/INCLUDE/cxxforward.h
[10563]134SEC_db.o: $(ARBHOME)/INCLUDE/downcast.h
[6331]135SEC_db.o: $(ARBHOME)/INCLUDE/dupstr.h
[4855]136SEC_db.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
[6865]137SEC_db.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
[9516]138SEC_db.o: $(ARBHOME)/INCLUDE/gccver.h
[17080]139SEC_db.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6277]140SEC_db.o: $(ARBHOME)/INCLUDE/smartptr.h
[10212]141SEC_db.o: $(ARBHOME)/INCLUDE/static_assert.h
[6817]142SEC_db.o: $(ARBHOME)/INCLUDE/test_global.h
[10212]143SEC_db.o: $(ARBHOME)/INCLUDE/ttypes.h
[4855]144
145SEC_graphic.o: SEC_abspos.hxx
146SEC_graphic.o: SEC_db.hxx
147SEC_graphic.o: SEC_defs.hxx
148SEC_graphic.o: SEC_gc.hxx
149SEC_graphic.o: SEC_graphic.hxx
150SEC_graphic.o: SEC_iter.hxx
151SEC_graphic.o: SEC_root.hxx
152SEC_graphic.o: SEC_toggle.hxx
[6865]153SEC_graphic.o: secedit_extern.hxx
[11023]154SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_cb.h
155SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
[18126]156SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_colorset.h
[2338]157SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_prot.h
158SEC_graphic.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
159SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]160SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_core.h
[6277]161SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_error.h
[18126]162SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
[16577]163SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_mem.h
[7183]164SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_msg.h
[18126]165SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_strarray.h
[7183]166SEC_graphic.o: $(ARBHOME)/INCLUDE/arb_string.h
[887]167SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdb.h
[5709]168SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[866]169SEC_graphic.o: $(ARBHOME)/INCLUDE/arbdbt.h
[4855]170SEC_graphic.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]171SEC_graphic.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]172SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
[7916]173SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
[2338]174SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
[6868]175SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[4855]176SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
[2338]177SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_device.hxx
[11093]178SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
[3631]179SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
[16577]180SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[2863]181SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_global.hxx
[3554]182SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
[6868]183SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
[4855]184SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_position.hxx
[2338]185SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
[8355]186SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_question.hxx
[866]187SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_root.hxx
188SEC_graphic.o: $(ARBHOME)/INCLUDE/aw_window.hxx
189SEC_graphic.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
[7272]190SEC_graphic.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
[2338]191SEC_graphic.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
[6868]192SEC_graphic.o: $(ARBHOME)/INCLUDE/cb.h
[11034]193SEC_graphic.o: $(ARBHOME)/INCLUDE/cb_base.h
[10212]194SEC_graphic.o: $(ARBHOME)/INCLUDE/cbtypes.h
[9521]195SEC_graphic.o: $(ARBHOME)/INCLUDE/cxxforward.h
[10563]196SEC_graphic.o: $(ARBHOME)/INCLUDE/downcast.h
[6331]197SEC_graphic.o: $(ARBHOME)/INCLUDE/dupstr.h
[4855]198SEC_graphic.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
[6865]199SEC_graphic.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
[9516]200SEC_graphic.o: $(ARBHOME)/INCLUDE/gccver.h
[17080]201SEC_graphic.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6277]202SEC_graphic.o: $(ARBHOME)/INCLUDE/smartptr.h
[10212]203SEC_graphic.o: $(ARBHOME)/INCLUDE/static_assert.h
[6817]204SEC_graphic.o: $(ARBHOME)/INCLUDE/test_global.h
[10212]205SEC_graphic.o: $(ARBHOME)/INCLUDE/ttypes.h
[1617]206
[4855]207SEC_helix.o: SEC_abspos.hxx
208SEC_helix.o: SEC_db.hxx
209SEC_helix.o: SEC_defs.hxx
210SEC_helix.o: SEC_gc.hxx
211SEC_helix.o: SEC_helix.hxx
212SEC_helix.o: SEC_root.hxx
[6865]213SEC_helix.o: secedit_extern.hxx
[4855]214SEC_helix.o: $(ARBHOME)/INCLUDE/ad_prot.h
[7272]215SEC_helix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
[4855]216SEC_helix.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]217SEC_helix.o: $(ARBHOME)/INCLUDE/arb_core.h
[6277]218SEC_helix.o: $(ARBHOME)/INCLUDE/arb_error.h
[18126]219SEC_helix.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
[16577]220SEC_helix.o: $(ARBHOME)/INCLUDE/arb_mem.h
[7183]221SEC_helix.o: $(ARBHOME)/INCLUDE/arb_msg.h
[7314]222SEC_helix.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
[7183]223SEC_helix.o: $(ARBHOME)/INCLUDE/arb_string.h
[4855]224SEC_helix.o: $(ARBHOME)/INCLUDE/arbdb.h
[5709]225SEC_helix.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[7272]226SEC_helix.o: $(ARBHOME)/INCLUDE/arbdbt.h
[4855]227SEC_helix.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]228SEC_helix.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]229SEC_helix.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[4855]230SEC_helix.o: $(ARBHOME)/INCLUDE/aw_device.hxx
231SEC_helix.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
[16577]232SEC_helix.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[4855]233SEC_helix.o: $(ARBHOME)/INCLUDE/aw_position.hxx
[7272]234SEC_helix.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
[4855]235SEC_helix.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
[9521]236SEC_helix.o: $(ARBHOME)/INCLUDE/cxxforward.h
[10563]237SEC_helix.o: $(ARBHOME)/INCLUDE/downcast.h
[6331]238SEC_helix.o: $(ARBHOME)/INCLUDE/dupstr.h
[6865]239SEC_helix.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
[9516]240SEC_helix.o: $(ARBHOME)/INCLUDE/gccver.h
[17080]241SEC_helix.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6277]242SEC_helix.o: $(ARBHOME)/INCLUDE/smartptr.h
[10563]243SEC_helix.o: $(ARBHOME)/INCLUDE/static_assert.h
[6817]244SEC_helix.o: $(ARBHOME)/INCLUDE/test_global.h
[4855]245
246SEC_io.o: SEC_abspos.hxx
247SEC_io.o: SEC_db.hxx
248SEC_io.o: SEC_defs.hxx
249SEC_io.o: SEC_gc.hxx
250SEC_io.o: SEC_iter.hxx
251SEC_io.o: SEC_root.hxx
[6865]252SEC_io.o: secedit_extern.hxx
[2338]253SEC_io.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]254SEC_io.o: $(ARBHOME)/INCLUDE/arb_core.h
[18126]255SEC_io.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
[5709]256SEC_io.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[4855]257SEC_io.o: $(ARBHOME)/INCLUDE/arbtools.h
[7620]258SEC_io.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]259SEC_io.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[3631]260SEC_io.o: $(ARBHOME)/INCLUDE/aw_device.hxx
261SEC_io.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
[16577]262SEC_io.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[4855]263SEC_io.o: $(ARBHOME)/INCLUDE/aw_position.hxx
[7272]264SEC_io.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
[4855]265SEC_io.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
[9521]266SEC_io.o: $(ARBHOME)/INCLUDE/cxxforward.h
[6331]267SEC_io.o: $(ARBHOME)/INCLUDE/dupstr.h
[6865]268SEC_io.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
[9516]269SEC_io.o: $(ARBHOME)/INCLUDE/gccver.h
[17080]270SEC_io.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6817]271SEC_io.o: $(ARBHOME)/INCLUDE/test_global.h
[2338]272
[4855]273SEC_layout.o: SEC_abspos.hxx
274SEC_layout.o: SEC_db.hxx
275SEC_layout.o: SEC_defs.hxx
276SEC_layout.o: SEC_gc.hxx
277SEC_layout.o: SEC_iter.hxx
278SEC_layout.o: SEC_root.hxx
[6865]279SEC_layout.o: secedit_extern.hxx
[4855]280SEC_layout.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]281SEC_layout.o: $(ARBHOME)/INCLUDE/arb_core.h
[18126]282SEC_layout.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
[5709]283SEC_layout.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[4855]284SEC_layout.o: $(ARBHOME)/INCLUDE/arbtools.h
[7620]285SEC_layout.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]286SEC_layout.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[4855]287SEC_layout.o: $(ARBHOME)/INCLUDE/aw_device.hxx
288SEC_layout.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
[16577]289SEC_layout.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[4855]290SEC_layout.o: $(ARBHOME)/INCLUDE/aw_position.hxx
[7272]291SEC_layout.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
[4855]292SEC_layout.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
[9521]293SEC_layout.o: $(ARBHOME)/INCLUDE/cxxforward.h
[6331]294SEC_layout.o: $(ARBHOME)/INCLUDE/dupstr.h
[6865]295SEC_layout.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
[9516]296SEC_layout.o: $(ARBHOME)/INCLUDE/gccver.h
[17080]297SEC_layout.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6817]298SEC_layout.o: $(ARBHOME)/INCLUDE/test_global.h
[4855]299
300SEC_main.o: SEC_abspos.hxx
301SEC_main.o: SEC_db.hxx
302SEC_main.o: SEC_defs.hxx
303SEC_main.o: SEC_drawn_pos.hxx
304SEC_main.o: SEC_gc.hxx
305SEC_main.o: SEC_graphic.hxx
306SEC_main.o: SEC_helix.hxx
307SEC_main.o: SEC_root.hxx
308SEC_main.o: SEC_toggle.hxx
[6865]309SEC_main.o: secedit_extern.hxx
[17080]310SEC_main.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
[2338]311SEC_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
312SEC_main.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]313SEC_main.o: $(ARBHOME)/INCLUDE/arb_core.h
[6277]314SEC_main.o: $(ARBHOME)/INCLUDE/arb_error.h
[8103]315SEC_main.o: $(ARBHOME)/INCLUDE/arb_file.h
[18126]316SEC_main.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
[16577]317SEC_main.o: $(ARBHOME)/INCLUDE/arb_mem.h
[7183]318SEC_main.o: $(ARBHOME)/INCLUDE/arb_msg.h
[18126]319SEC_main.o: $(ARBHOME)/INCLUDE/arb_strarray.h
[7183]320SEC_main.o: $(ARBHOME)/INCLUDE/arb_string.h
[887]321SEC_main.o: $(ARBHOME)/INCLUDE/arbdb.h
[5709]322SEC_main.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[4855]323SEC_main.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]324SEC_main.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]325SEC_main.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
[7916]326SEC_main.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
[2338]327SEC_main.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
[6868]328SEC_main.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[2338]329SEC_main.o: $(ARBHOME)/INCLUDE/aw_device.hxx
[11093]330SEC_main.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
[6422]331SEC_main.o: $(ARBHOME)/INCLUDE/aw_file.hxx
[3554]332SEC_main.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
[16577]333SEC_main.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[3554]334SEC_main.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
[6868]335SEC_main.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
[4855]336SEC_main.o: $(ARBHOME)/INCLUDE/aw_position.hxx
[2338]337SEC_main.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
[8355]338SEC_main.o: $(ARBHOME)/INCLUDE/aw_question.hxx
[866]339SEC_main.o: $(ARBHOME)/INCLUDE/aw_root.hxx
340SEC_main.o: $(ARBHOME)/INCLUDE/aw_window.hxx
341SEC_main.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
[14001]342SEC_main.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
[7272]343SEC_main.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
[2338]344SEC_main.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
[11844]345SEC_main.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
[6868]346SEC_main.o: $(ARBHOME)/INCLUDE/cb.h
[11034]347SEC_main.o: $(ARBHOME)/INCLUDE/cb_base.h
[10212]348SEC_main.o: $(ARBHOME)/INCLUDE/cbtypes.h
[18126]349SEC_main.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
[9521]350SEC_main.o: $(ARBHOME)/INCLUDE/cxxforward.h
[6331]351SEC_main.o: $(ARBHOME)/INCLUDE/dupstr.h
[6865]352SEC_main.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
[9516]353SEC_main.o: $(ARBHOME)/INCLUDE/gccver.h
[10533]354SEC_main.o: $(ARBHOME)/INCLUDE/mode_text.h
[17080]355SEC_main.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6277]356SEC_main.o: $(ARBHOME)/INCLUDE/smartptr.h
[10212]357SEC_main.o: $(ARBHOME)/INCLUDE/static_assert.h
[6817]358SEC_main.o: $(ARBHOME)/INCLUDE/test_global.h
[10212]359SEC_main.o: $(ARBHOME)/INCLUDE/ttypes.h
[1617]360
[4855]361SEC_paint.o: SEC_abspos.hxx
362SEC_paint.o: SEC_bonddef.hxx
363SEC_paint.o: SEC_db.hxx
364SEC_paint.o: SEC_defs.hxx
365SEC_paint.o: SEC_drawn_pos.hxx
366SEC_paint.o: SEC_gc.hxx
367SEC_paint.o: SEC_graphic.hxx
368SEC_paint.o: SEC_iter.hxx
369SEC_paint.o: SEC_root.hxx
370SEC_paint.o: SEC_toggle.hxx
[6865]371SEC_paint.o: secedit_extern.hxx
[18126]372SEC_paint.o: $(ARBHOME)/INCLUDE/ad_colorset.h
[2338]373SEC_paint.o: $(ARBHOME)/INCLUDE/ad_prot.h
374SEC_paint.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]375SEC_paint.o: $(ARBHOME)/INCLUDE/arb_core.h
[7272]376SEC_paint.o: $(ARBHOME)/INCLUDE/arb_defs.h
[6277]377SEC_paint.o: $(ARBHOME)/INCLUDE/arb_error.h
[18126]378SEC_paint.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
[16577]379SEC_paint.o: $(ARBHOME)/INCLUDE/arb_mem.h
[7183]380SEC_paint.o: $(ARBHOME)/INCLUDE/arb_msg.h
[18126]381SEC_paint.o: $(ARBHOME)/INCLUDE/arb_strarray.h
[7183]382SEC_paint.o: $(ARBHOME)/INCLUDE/arb_string.h
[2338]383SEC_paint.o: $(ARBHOME)/INCLUDE/arbdb.h
[5709]384SEC_paint.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[4855]385SEC_paint.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]386SEC_paint.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]387SEC_paint.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[2338]388SEC_paint.o: $(ARBHOME)/INCLUDE/aw_color_groups.hxx
389SEC_paint.o: $(ARBHOME)/INCLUDE/aw_device.hxx
[11093]390SEC_paint.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
[3554]391SEC_paint.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
[16577]392SEC_paint.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[3554]393SEC_paint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
[6868]394SEC_paint.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
[4855]395SEC_paint.o: $(ARBHOME)/INCLUDE/aw_position.hxx
[2338]396SEC_paint.o: $(ARBHOME)/INCLUDE/aw_window.hxx
397SEC_paint.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
[7272]398SEC_paint.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
[2338]399SEC_paint.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
[10212]400SEC_paint.o: $(ARBHOME)/INCLUDE/cb.h
[11034]401SEC_paint.o: $(ARBHOME)/INCLUDE/cb_base.h
[10212]402SEC_paint.o: $(ARBHOME)/INCLUDE/cbtypes.h
[9521]403SEC_paint.o: $(ARBHOME)/INCLUDE/cxxforward.h
[6331]404SEC_paint.o: $(ARBHOME)/INCLUDE/dupstr.h
[4855]405SEC_paint.o: $(ARBHOME)/INCLUDE/ed4_extern.hxx
[6865]406SEC_paint.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
[9516]407SEC_paint.o: $(ARBHOME)/INCLUDE/gccver.h
[6865]408SEC_paint.o: $(ARBHOME)/INCLUDE/iupac.h
[17080]409SEC_paint.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6277]410SEC_paint.o: $(ARBHOME)/INCLUDE/smartptr.h
[10212]411SEC_paint.o: $(ARBHOME)/INCLUDE/static_assert.h
[6817]412SEC_paint.o: $(ARBHOME)/INCLUDE/test_global.h
[10212]413SEC_paint.o: $(ARBHOME)/INCLUDE/ttypes.h
[1617]414
[4855]415SEC_read.o: SEC_abspos.hxx
416SEC_read.o: SEC_db.hxx
417SEC_read.o: SEC_defs.hxx
418SEC_read.o: SEC_gc.hxx
419SEC_read.o: SEC_iter.hxx
420SEC_read.o: SEC_root.hxx
[6865]421SEC_read.o: secedit_extern.hxx
[2338]422SEC_read.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]423SEC_read.o: $(ARBHOME)/INCLUDE/arb_core.h
[18126]424SEC_read.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
[7183]425SEC_read.o: $(ARBHOME)/INCLUDE/arb_msg.h
[5709]426SEC_read.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[4855]427SEC_read.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]428SEC_read.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]429SEC_read.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[2338]430SEC_read.o: $(ARBHOME)/INCLUDE/aw_device.hxx
[3631]431SEC_read.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
[16577]432SEC_read.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[4855]433SEC_read.o: $(ARBHOME)/INCLUDE/aw_position.hxx
[7272]434SEC_read.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
[4855]435SEC_read.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
[9521]436SEC_read.o: $(ARBHOME)/INCLUDE/cxxforward.h
[6331]437SEC_read.o: $(ARBHOME)/INCLUDE/dupstr.h
[6865]438SEC_read.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
[9516]439SEC_read.o: $(ARBHOME)/INCLUDE/gccver.h
[17080]440SEC_read.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6817]441SEC_read.o: $(ARBHOME)/INCLUDE/test_global.h
[1617]442
[4855]443SEC_split.o: SEC_abspos.hxx
444SEC_split.o: SEC_db.hxx
445SEC_split.o: SEC_defs.hxx
446SEC_split.o: SEC_drawn_pos.hxx
447SEC_split.o: SEC_gc.hxx
448SEC_split.o: SEC_iter.hxx
449SEC_split.o: SEC_root.hxx
[6865]450SEC_split.o: secedit_extern.hxx
[2338]451SEC_split.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]452SEC_split.o: $(ARBHOME)/INCLUDE/arb_core.h
[18126]453SEC_split.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
[7183]454SEC_split.o: $(ARBHOME)/INCLUDE/arb_msg.h
[5709]455SEC_split.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[4855]456SEC_split.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]457SEC_split.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]458SEC_split.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[2338]459SEC_split.o: $(ARBHOME)/INCLUDE/aw_device.hxx
[3631]460SEC_split.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
[16577]461SEC_split.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[4855]462SEC_split.o: $(ARBHOME)/INCLUDE/aw_position.hxx
[7272]463SEC_split.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
[4855]464SEC_split.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
[9521]465SEC_split.o: $(ARBHOME)/INCLUDE/cxxforward.h
[6331]466SEC_split.o: $(ARBHOME)/INCLUDE/dupstr.h
[6865]467SEC_split.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
[9516]468SEC_split.o: $(ARBHOME)/INCLUDE/gccver.h
[17080]469SEC_split.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6817]470SEC_split.o: $(ARBHOME)/INCLUDE/test_global.h
[4855]471
472SEC_structure.o: SEC_abspos.hxx
473SEC_structure.o: SEC_db.hxx
474SEC_structure.o: SEC_defs.hxx
475SEC_structure.o: SEC_gc.hxx
476SEC_structure.o: SEC_iter.hxx
477SEC_structure.o: SEC_root.hxx
[6865]478SEC_structure.o: secedit_extern.hxx
[4855]479SEC_structure.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]480SEC_structure.o: $(ARBHOME)/INCLUDE/arb_core.h
[18126]481SEC_structure.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
[5709]482SEC_structure.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[4855]483SEC_structure.o: $(ARBHOME)/INCLUDE/arbtools.h
[7620]484SEC_structure.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]485SEC_structure.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[4855]486SEC_structure.o: $(ARBHOME)/INCLUDE/aw_device.hxx
487SEC_structure.o: $(ARBHOME)/INCLUDE/aw_font_group.hxx
[16577]488SEC_structure.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[4855]489SEC_structure.o: $(ARBHOME)/INCLUDE/aw_position.hxx
[7272]490SEC_structure.o: $(ARBHOME)/INCLUDE/BI_basepos.hxx
[4855]491SEC_structure.o: $(ARBHOME)/INCLUDE/BI_helix.hxx
[9521]492SEC_structure.o: $(ARBHOME)/INCLUDE/cxxforward.h
[6331]493SEC_structure.o: $(ARBHOME)/INCLUDE/dupstr.h
[6865]494SEC_structure.o: $(ARBHOME)/INCLUDE/ed4_plugins.hxx
[9516]495SEC_structure.o: $(ARBHOME)/INCLUDE/gccver.h
[17080]496SEC_structure.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6817]497SEC_structure.o: $(ARBHOME)/INCLUDE/test_global.h
[4855]498
499SEC_toggle.o: SEC_defs.hxx
500SEC_toggle.o: SEC_graphic.hxx
501SEC_toggle.o: SEC_toggle.hxx
502SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_prot.h
[5825]503SEC_toggle.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
[4855]504SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_assert.h
[6814]505SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_core.h
[6277]506SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_error.h
[16577]507SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_mem.h
[7183]508SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_msg.h
509SEC_toggle.o: $(ARBHOME)/INCLUDE/arb_string.h
[4855]510SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdb.h
[5709]511SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdb_base.h
[5825]512SEC_toggle.o: $(ARBHOME)/INCLUDE/arbdbt.h
[6209]513SEC_toggle.o: $(ARBHOME)/INCLUDE/arbtools.h
[5129]514SEC_toggle.o: $(ARBHOME)/INCLUDE/attributes.h
[6868]515SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_base.hxx
[4855]516SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_device.hxx
[11093]517SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
[16577]518SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
[4855]519SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
520SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_position.hxx
521SEC_toggle.o: $(ARBHOME)/INCLUDE/aw_window.hxx
522SEC_toggle.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
[10212]523SEC_toggle.o: $(ARBHOME)/INCLUDE/cb.h
[11034]524SEC_toggle.o: $(ARBHOME)/INCLUDE/cb_base.h
[10212]525SEC_toggle.o: $(ARBHOME)/INCLUDE/cbtypes.h
[9521]526SEC_toggle.o: $(ARBHOME)/INCLUDE/cxxforward.h
[10563]527SEC_toggle.o: $(ARBHOME)/INCLUDE/downcast.h
[6331]528SEC_toggle.o: $(ARBHOME)/INCLUDE/dupstr.h
[9516]529SEC_toggle.o: $(ARBHOME)/INCLUDE/gccver.h
[17080]530SEC_toggle.o: $(ARBHOME)/INCLUDE/sized_cstr.h
[6277]531SEC_toggle.o: $(ARBHOME)/INCLUDE/smartptr.h
[10212]532SEC_toggle.o: $(ARBHOME)/INCLUDE/static_assert.h
[6817]533SEC_toggle.o: $(ARBHOME)/INCLUDE/test_global.h
[10212]534SEC_toggle.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.