source: trunk/PROBE_DESIGN/Makefile

Last change on this file was 19339, checked in by westram, 2 years ago
  • reintegrates 'refactor' into 'trunk'
    • eliminates old interface of GBS_strstruct
    • add a few new unittests (editor-config string + some PT-SERVER-functions)
  • adds: log:branches/refactor@19300:19338
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 9.9 KB
Line 
1# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
2.SUFFIXES: .o .cxx .depend
3OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx))
4$(MAIN): $(OBJECTS)
5        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
6.cxx.o:
7        $(A_CXX) $(cflags) $(cxxflags) -c -o $@ $(@:.o=.cxx)  $(CXX_INCLUDES) $(XML_INCLUDES) $(POST_COMPILE) $<
8
9clean:
10        rm -f $(OBJECTS) *.a
11
12DEPENDS = $(OBJECTS:.o=.depend)
13depends: $(DEPENDS)
14        @cat $(DEPENDS) | grep -v '^#' >>Makefile
15        @rm $(DEPENDS)
16$(DEPENDS): depend.init
17depend.init:
18        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
19.c.depend:
20        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
21.cxx.depend:
22        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
23
24# DO NOT DELETE THIS LINE -- make depend depends on it.
25
26# Do not add dependencies manually - use 'make depend' in $ARBHOME
27# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
28
29probe_collection.o: probe_collection.hxx
30probe_collection.o: $(ARBHOME)/INCLUDE/ad_prot.h
31probe_collection.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
32probe_collection.o: $(ARBHOME)/INCLUDE/arb_assert.h
33probe_collection.o: $(ARBHOME)/INCLUDE/arb_core.h
34probe_collection.o: $(ARBHOME)/INCLUDE/arb_error.h
35probe_collection.o: $(ARBHOME)/INCLUDE/arb_mem.h
36probe_collection.o: $(ARBHOME)/INCLUDE/arb_msg.h
37probe_collection.o: $(ARBHOME)/INCLUDE/arb_string.h
38probe_collection.o: $(ARBHOME)/INCLUDE/arbdb.h
39probe_collection.o: $(ARBHOME)/INCLUDE/arbdb_base.h
40probe_collection.o: $(ARBHOME)/INCLUDE/arbdbt.h
41probe_collection.o: $(ARBHOME)/INCLUDE/arbtools.h
42probe_collection.o: $(ARBHOME)/INCLUDE/attributes.h
43probe_collection.o: $(ARBHOME)/INCLUDE/cxxforward.h
44probe_collection.o: $(ARBHOME)/INCLUDE/downcast.h
45probe_collection.o: $(ARBHOME)/INCLUDE/dupstr.h
46probe_collection.o: $(ARBHOME)/INCLUDE/gccver.h
47probe_collection.o: $(ARBHOME)/INCLUDE/smartptr.h
48probe_collection.o: $(ARBHOME)/INCLUDE/static_assert.h
49probe_collection.o: $(ARBHOME)/INCLUDE/stringize.h
50probe_collection.o: $(ARBHOME)/INCLUDE/test_global.h
51
52probe_design.o: probe_collection.hxx
53probe_design.o: probe_gui.hxx
54probe_design.o: probe_local.hxx
55probe_design.o: probe_match_parser.hxx
56probe_design.o: SaiProbeVisualization.hxx
57probe_design.o: $(ARBHOME)/INCLUDE/ad_prot.h
58probe_design.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
59probe_design.o: $(ARBHOME)/INCLUDE/adGene.h
60probe_design.o: $(ARBHOME)/INCLUDE/aisc_global.h
61probe_design.o: $(ARBHOME)/INCLUDE/AliView.hxx
62probe_design.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
63probe_design.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx
64probe_design.o: $(ARBHOME)/INCLUDE/arb_assert.h
65probe_design.o: $(ARBHOME)/INCLUDE/arb_core.h
66probe_design.o: $(ARBHOME)/INCLUDE/arb_error.h
67probe_design.o: $(ARBHOME)/INCLUDE/arb_file.h
68probe_design.o: $(ARBHOME)/INCLUDE/arb_mem.h
69probe_design.o: $(ARBHOME)/INCLUDE/arb_misc.h
70probe_design.o: $(ARBHOME)/INCLUDE/arb_msg.h
71probe_design.o: $(ARBHOME)/INCLUDE/arb_progress.h
72probe_design.o: $(ARBHOME)/INCLUDE/arb_strarray.h
73probe_design.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
74probe_design.o: $(ARBHOME)/INCLUDE/arb_string.h
75probe_design.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
76probe_design.o: $(ARBHOME)/INCLUDE/arbdb.h
77probe_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h
78probe_design.o: $(ARBHOME)/INCLUDE/arbdbt.h
79probe_design.o: $(ARBHOME)/INCLUDE/arbtools.h
80probe_design.o: $(ARBHOME)/INCLUDE/attributes.h
81probe_design.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
82probe_design.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
83probe_design.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
84probe_design.o: $(ARBHOME)/INCLUDE/aw_base.hxx
85probe_design.o: $(ARBHOME)/INCLUDE/aw_device.hxx
86probe_design.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
87probe_design.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
88probe_design.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
89probe_design.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
90probe_design.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
91probe_design.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
92probe_design.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
93probe_design.o: $(ARBHOME)/INCLUDE/aw_position.hxx
94probe_design.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
95probe_design.o: $(ARBHOME)/INCLUDE/aw_question.hxx
96probe_design.o: $(ARBHOME)/INCLUDE/aw_root.hxx
97probe_design.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
98probe_design.o: $(ARBHOME)/INCLUDE/aw_select.hxx
99probe_design.o: $(ARBHOME)/INCLUDE/aw_window.hxx
100probe_design.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
101probe_design.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
102probe_design.o: $(ARBHOME)/INCLUDE/awt_misc.hxx
103probe_design.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
104probe_design.o: $(ARBHOME)/INCLUDE/bytestring.h
105probe_design.o: $(ARBHOME)/INCLUDE/cb.h
106probe_design.o: $(ARBHOME)/INCLUDE/cb_base.h
107probe_design.o: $(ARBHOME)/INCLUDE/cbtypes.h
108probe_design.o: $(ARBHOME)/INCLUDE/client.h
109probe_design.o: $(ARBHOME)/INCLUDE/client_types.h
110probe_design.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
111probe_design.o: $(ARBHOME)/INCLUDE/cxxforward.h
112probe_design.o: $(ARBHOME)/INCLUDE/downcast.h
113probe_design.o: $(ARBHOME)/INCLUDE/dupstr.h
114probe_design.o: $(ARBHOME)/INCLUDE/gccver.h
115probe_design.o: $(ARBHOME)/INCLUDE/GEN.hxx
116probe_design.o: $(ARBHOME)/INCLUDE/Group.hxx
117probe_design.o: $(ARBHOME)/INCLUDE/items.h
118probe_design.o: $(ARBHOME)/INCLUDE/iupac.h
119probe_design.o: $(ARBHOME)/INCLUDE/PT_com.h
120probe_design.o: $(ARBHOME)/INCLUDE/PT_server.h
121probe_design.o: $(ARBHOME)/INCLUDE/rootAsWin.h
122probe_design.o: $(ARBHOME)/INCLUDE/servercntrl.h
123probe_design.o: $(ARBHOME)/INCLUDE/sized_cstr.h
124probe_design.o: $(ARBHOME)/INCLUDE/smartptr.h
125probe_design.o: $(ARBHOME)/INCLUDE/static_assert.h
126probe_design.o: $(ARBHOME)/INCLUDE/stringize.h
127probe_design.o: $(ARBHOME)/INCLUDE/test_global.h
128probe_design.o: $(ARBHOME)/INCLUDE/test_unit.h
129probe_design.o: $(ARBHOME)/INCLUDE/TreeCallbacks.hxx
130probe_design.o: $(ARBHOME)/INCLUDE/TreeDisplay.hxx
131probe_design.o: $(ARBHOME)/INCLUDE/TreeNode.h
132probe_design.o: $(ARBHOME)/INCLUDE/ttypes.h
133
134probe_match_parser.o: probe_match_parser.hxx
135probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_prot.h
136probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
137probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_assert.h
138probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_core.h
139probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_defs.h
140probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_error.h
141probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_mem.h
142probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_msg.h
143probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_string.h
144probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb.h
145probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
146probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdbt.h
147probe_match_parser.o: $(ARBHOME)/INCLUDE/arbtools.h
148probe_match_parser.o: $(ARBHOME)/INCLUDE/attributes.h
149probe_match_parser.o: $(ARBHOME)/INCLUDE/cxxforward.h
150probe_match_parser.o: $(ARBHOME)/INCLUDE/downcast.h
151probe_match_parser.o: $(ARBHOME)/INCLUDE/dupstr.h
152probe_match_parser.o: $(ARBHOME)/INCLUDE/gccver.h
153probe_match_parser.o: $(ARBHOME)/INCLUDE/smartptr.h
154probe_match_parser.o: $(ARBHOME)/INCLUDE/static_assert.h
155probe_match_parser.o: $(ARBHOME)/INCLUDE/stringize.h
156probe_match_parser.o: $(ARBHOME)/INCLUDE/test_global.h
157
158SaiProbeVisualization.o: probe_match_parser.hxx
159SaiProbeVisualization.o: SaiProbeVisualization.hxx
160SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_prot.h
161SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
162SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_assert.h
163SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_core.h
164SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_error.h
165SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
166SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_mem.h
167SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_msg.h
168SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_str.h
169SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_strarray.h
170SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_string.h
171SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb.h
172SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb_base.h
173SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdbt.h
174SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbtools.h
175SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/attributes.h
176SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
177SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
178SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
179SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_base.hxx
180SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device.hxx
181SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
182SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
183SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
184SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
185SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_position.hxx
186SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
187SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_root.hxx
188SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
189SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_select.hxx
190SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_window.hxx
191SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
192SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
193SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
194SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb.h
195SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb_base.h
196SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cbtypes.h
197SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
198SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cxxforward.h
199SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/downcast.h
200SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/dupstr.h
201SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/gb_aci.h
202SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/gccver.h
203SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/item_sel_list.h
204SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/items.h
205SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/nds.h
206SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/sized_cstr.h
207SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/smartptr.h
208SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/static_assert.h
209SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/stringize.h
210SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/test_global.h
211SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/TreeLabeler.h
212SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.