source: tags/ms_r17q3/PROBE_DESIGN/Makefile

Last change on this file was 16469, checked in by westram, 7 years ago
  • reintegrates 'textedit' into 'trunk'
    • fixes #586
      • editor now always started asynchronously
      • uses inotify to track file changes
    • also use inotify to track directory updates (in order to update file selections when needed)
      (./) by [16515] ff.; merged by [16551]
  • adds: log:branches/textedit@16448:16468
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 9.3 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/cxxforward.h
109probe_design.o: $(ARBHOME)/INCLUDE/downcast.h
110probe_design.o: $(ARBHOME)/INCLUDE/dupstr.h
111probe_design.o: $(ARBHOME)/INCLUDE/gccver.h
112probe_design.o: $(ARBHOME)/INCLUDE/GEN.hxx
113probe_design.o: $(ARBHOME)/INCLUDE/Group.hxx
114probe_design.o: $(ARBHOME)/INCLUDE/items.h
115probe_design.o: $(ARBHOME)/INCLUDE/iupac.h
116probe_design.o: $(ARBHOME)/INCLUDE/PT_com.h
117probe_design.o: $(ARBHOME)/INCLUDE/PT_server.h
118probe_design.o: $(ARBHOME)/INCLUDE/rootAsWin.h
119probe_design.o: $(ARBHOME)/INCLUDE/servercntrl.h
120probe_design.o: $(ARBHOME)/INCLUDE/smartptr.h
121probe_design.o: $(ARBHOME)/INCLUDE/static_assert.h
122probe_design.o: $(ARBHOME)/INCLUDE/test_global.h
123probe_design.o: $(ARBHOME)/INCLUDE/TreeCallbacks.hxx
124probe_design.o: $(ARBHOME)/INCLUDE/TreeDisplay.hxx
125probe_design.o: $(ARBHOME)/INCLUDE/TreeNode.h
126probe_design.o: $(ARBHOME)/INCLUDE/ttypes.h
127
128probe_match_parser.o: probe_match_parser.hxx
129probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_prot.h
130probe_match_parser.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
131probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_assert.h
132probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_core.h
133probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_defs.h
134probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_error.h
135probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_mem.h
136probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_msg.h
137probe_match_parser.o: $(ARBHOME)/INCLUDE/arb_string.h
138probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb.h
139probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdb_base.h
140probe_match_parser.o: $(ARBHOME)/INCLUDE/arbdbt.h
141probe_match_parser.o: $(ARBHOME)/INCLUDE/arbtools.h
142probe_match_parser.o: $(ARBHOME)/INCLUDE/attributes.h
143probe_match_parser.o: $(ARBHOME)/INCLUDE/cxxforward.h
144probe_match_parser.o: $(ARBHOME)/INCLUDE/downcast.h
145probe_match_parser.o: $(ARBHOME)/INCLUDE/dupstr.h
146probe_match_parser.o: $(ARBHOME)/INCLUDE/gccver.h
147probe_match_parser.o: $(ARBHOME)/INCLUDE/smartptr.h
148probe_match_parser.o: $(ARBHOME)/INCLUDE/static_assert.h
149probe_match_parser.o: $(ARBHOME)/INCLUDE/test_global.h
150
151SaiProbeVisualization.o: probe_match_parser.hxx
152SaiProbeVisualization.o: SaiProbeVisualization.hxx
153SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_prot.h
154SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
155SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_assert.h
156SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_core.h
157SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_error.h
158SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
159SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_mem.h
160SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_msg.h
161SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_str.h
162SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arb_string.h
163SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb.h
164SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdb_base.h
165SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbdbt.h
166SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/arbtools.h
167SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/attributes.h
168SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
169SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
170SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
171SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_base.hxx
172SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device.hxx
173SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_device_click.hxx
174SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_font_limits.hxx
175SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
176SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
177SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_position.hxx
178SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_preset.hxx
179SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_root.hxx
180SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
181SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_select.hxx
182SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/aw_window.hxx
183SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_canvas.hxx
184SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_config_manager.hxx
185SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
186SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb.h
187SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cb_base.h
188SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cbtypes.h
189SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/cxxforward.h
190SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/downcast.h
191SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/dupstr.h
192SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/gb_aci.h
193SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/gccver.h
194SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/item_sel_list.h
195SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/items.h
196SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/nds.h
197SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/smartptr.h
198SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/static_assert.h
199SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/test_global.h
200SaiProbeVisualization.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.