source: branches/stable/PROBE_DESIGN/Makefile

Last change on this file was 17724, checked in by westram, 5 years ago
  • partial merge from 'fts' into 'trunk'
    • ConfigMapping:
      • cleanup
      • add missing tests
      • fix config bug: trailing backslash at end of values did cause wrong read of data
  • adds: log:branches/fts@17718:17723
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 9.6 KB
Line 
1# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
2.SUFFIXES: .o .cxx .depend
3CPP_OBJECTS = probe_design.o SaiProbeVisualization.o probe_match_parser.o probe_collection.o
4$(MAIN): $(CPP_OBJECTS)
5        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
6.cxx.o:
7        $(A_CXX) $(cflags) $(cxxflags) -c -o $@ $(@:.o=.cxx)  $(CXX_INCLUDES) $(XML_INCLUDES) $(POST_COMPILE) $<
8
9clean:
10        rm -f $(CPP_OBJECTS) *.a
11
12DEPENDS = $(CPP_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/test_global.h
50
51probe_design.o: probe_collection.hxx
52probe_design.o: probe_gui.hxx
53probe_design.o: probe_local.hxx
54probe_design.o: probe_match_parser.hxx
55probe_design.o: SaiProbeVisualization.hxx
56probe_design.o: $(ARBHOME)/INCLUDE/ad_prot.h
57probe_design.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
58probe_design.o: $(ARBHOME)/INCLUDE/adGene.h
59probe_design.o: $(ARBHOME)/INCLUDE/aisc_global.h
60probe_design.o: $(ARBHOME)/INCLUDE/AliView.hxx
61probe_design.o: $(ARBHOME)/INCLUDE/AP_sequence.hxx
62probe_design.o: $(ARBHOME)/INCLUDE/AP_Tree.hxx
63probe_design.o: $(ARBHOME)/INCLUDE/arb_assert.h
64probe_design.o: $(ARBHOME)/INCLUDE/arb_core.h
65probe_design.o: $(ARBHOME)/INCLUDE/arb_error.h
66probe_design.o: $(ARBHOME)/INCLUDE/arb_file.h
67probe_design.o: $(ARBHOME)/INCLUDE/arb_mem.h
68probe_design.o: $(ARBHOME)/INCLUDE/arb_misc.h
69probe_design.o: $(ARBHOME)/INCLUDE/arb_msg.h
70probe_design.o: $(ARBHOME)/INCLUDE/arb_progress.h
71probe_design.o: $(ARBHOME)/INCLUDE/arb_strarray.h
72probe_design.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
73probe_design.o: $(ARBHOME)/INCLUDE/arb_string.h
74probe_design.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
75probe_design.o: $(ARBHOME)/INCLUDE/arbdb.h
76probe_design.o: $(ARBHOME)/INCLUDE/arbdb_base.h
77probe_design.o: $(ARBHOME)/INCLUDE/arbdbt.h
78probe_design.o: $(ARBHOME)/INCLUDE/arbtools.h
79probe_design.o: $(ARBHOME)/INCLUDE/attributes.h
80probe_design.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
81probe_design.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
82probe_design.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
83probe_design.o: $(ARBHOME)/INCLUDE/aw_base.hxx
84probe_design.o: $(ARBHOME)/INCLUDE/aw_device.hxx
85probe_design.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
86probe_design.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
87probe_design.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
88probe_design.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
89probe_design.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
90probe_design.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
91probe_design.o: $(ARBHOME)/INCLUDE/aw_position.hxx
92probe_design.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
93probe_design.o: $(ARBHOME)/INCLUDE/aw_question.hxx
94probe_design.o: $(ARBHOME)/INCLUDE/aw_root.hxx
95probe_design.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
96probe_design.o: $(ARBHOME)/INCLUDE/aw_select.hxx
97probe_design.o: $(ARBHOME)/INCLUDE/aw_window.hxx
98probe_design.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
99probe_design.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
100probe_design.o: $(ARBHOME)/INCLUDE/awt_misc.hxx
101probe_design.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
102probe_design.o: $(ARBHOME)/INCLUDE/bytestring.h
103probe_design.o: $(ARBHOME)/INCLUDE/cb.h
104probe_design.o: $(ARBHOME)/INCLUDE/cb_base.h
105probe_design.o: $(ARBHOME)/INCLUDE/cbtypes.h
106probe_design.o: $(ARBHOME)/INCLUDE/client.h
107probe_design.o: $(ARBHOME)/INCLUDE/client_types.h
108probe_design.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
109probe_design.o: $(ARBHOME)/INCLUDE/cxxforward.h
110probe_design.o: $(ARBHOME)/INCLUDE/downcast.h
111probe_design.o: $(ARBHOME)/INCLUDE/dupstr.h
112probe_design.o: $(ARBHOME)/INCLUDE/gccver.h
113probe_design.o: $(ARBHOME)/INCLUDE/GEN.hxx
114probe_design.o: $(ARBHOME)/INCLUDE/Group.hxx
115probe_design.o: $(ARBHOME)/INCLUDE/items.h
116probe_design.o: $(ARBHOME)/INCLUDE/iupac.h
117probe_design.o: $(ARBHOME)/INCLUDE/PT_com.h
118probe_design.o: $(ARBHOME)/INCLUDE/PT_server.h
119probe_design.o: $(ARBHOME)/INCLUDE/rootAsWin.h
120probe_design.o: $(ARBHOME)/INCLUDE/servercntrl.h
121probe_design.o: $(ARBHOME)/INCLUDE/sized_cstr.h
122probe_design.o: $(ARBHOME)/INCLUDE/smartptr.h
123probe_design.o: $(ARBHOME)/INCLUDE/static_assert.h
124probe_design.o: $(ARBHOME)/INCLUDE/test_global.h
125probe_design.o: $(ARBHOME)/INCLUDE/TreeCallbacks.hxx
126probe_design.o: $(ARBHOME)/INCLUDE/TreeDisplay.hxx
127probe_design.o: $(ARBHOME)/INCLUDE/TreeNode.h
128probe_design.o: $(ARBHOME)/INCLUDE/ttypes.h
129
130probe_match_parser.o: probe_match_parser.hxx
131probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_prot.h
132probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
133probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_assert.h
134probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_core.h
135probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_defs.h
136probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_error.h
137probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_mem.h
138probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_msg.h
139probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_string.h
140probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb.h
141probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
142probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdbt.h
143probe_match_parser.o: $(ARBHOME)/INCLUDE/arbtools.h
144probe_match_parser.o: $(ARBHOME)/INCLUDE/attributes.h
145probe_match_parser.o: $(ARBHOME)/INCLUDE/cxxforward.h
146probe_match_parser.o: $(ARBHOME)/INCLUDE/downcast.h
147probe_match_parser.o: $(ARBHOME)/INCLUDE/dupstr.h
148probe_match_parser.o: $(ARBHOME)/INCLUDE/gccver.h
149probe_match_parser.o: $(ARBHOME)/INCLUDE/smartptr.h
150probe_match_parser.o: $(ARBHOME)/INCLUDE/static_assert.h
151probe_match_parser.o: $(ARBHOME)/INCLUDE/test_global.h
152
153SaiProbeVisualization.o: probe_match_parser.hxx
154SaiProbeVisualization.o: SaiProbeVisualization.hxx
155SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_prot.h
156SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
157SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_assert.h
158SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_core.h
159SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_error.h
160SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
161SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_mem.h
162SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_msg.h
163SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_str.h
164SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_strarray.h
165SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_string.h
166SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb.h
167SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb_base.h
168SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdbt.h
169SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbtools.h
170SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/attributes.h
171SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
172SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
173SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
174SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_base.hxx
175SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device.hxx
176SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
177SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
178SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
179SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
180SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_position.hxx
181SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
182SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_root.hxx
183SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
184SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_select.hxx
185SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_window.hxx
186SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
187SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
188SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
189SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb.h
190SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb_base.h
191SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cbtypes.h
192SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
193SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cxxforward.h
194SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/downcast.h
195SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/dupstr.h
196SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/gb_aci.h
197SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/gccver.h
198SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/item_sel_list.h
199SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/items.h
200SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/nds.h
201SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/sized_cstr.h
202SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/smartptr.h
203SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/static_assert.h
204SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/test_global.h
205SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.