source: branches/species/SL/GUI_TK/Makefile

Last change on this file was 19666, checked in by westram, 2 weeks ago
  • add support to rename/merge existing managed configs
  • merge all existing "modify fields of listed" managers.
File size: 7.9 KB
Line 
1# for variables passed from parent makefile see ../../SOURCE_TOOLS/parent_make.txt
2
3.SUFFIXES: .o .cxx .depend
4
5OBJECTS=$(subst .cxx,.o,$(wildcard *.cxx))
6
7$(MAIN): $(OBJECTS)
8        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
9
10.cxx.o:
11        $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $<
12
13clean:
14        rm -f $(OBJECTS) *.o *.a
15
16DEPENDS = $(OBJECTS:.o=.depend)
17depends: $(DEPENDS)
18        @cat $(DEPENDS) | grep -v '^#' >>Makefile
19        @rm $(DEPENDS)
20$(DEPENDS): depend.init
21depend.init:
22        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
23.c.depend:
24        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
25.cxx.depend:
26        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
27
28# DO NOT DELETE
29
30# Do not add dependencies manually - use 'make depend' in $ARBHOME
31# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from SL)
32
33asciiprint.o: asciiprint.hxx
34asciiprint.o: $(ARBHOME)/INCLUDE/ad_prot.h
35asciiprint.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
36asciiprint.o: $(ARBHOME)/INCLUDE/arb_assert.h
37asciiprint.o: $(ARBHOME)/INCLUDE/arb_core.h
38asciiprint.o: $(ARBHOME)/INCLUDE/arb_error.h
39asciiprint.o: $(ARBHOME)/INCLUDE/arb_mem.h
40asciiprint.o: $(ARBHOME)/INCLUDE/arb_msg.h
41asciiprint.o: $(ARBHOME)/INCLUDE/arb_string.h
42asciiprint.o: $(ARBHOME)/INCLUDE/arbdb.h
43asciiprint.o: $(ARBHOME)/INCLUDE/arbdb_base.h
44asciiprint.o: $(ARBHOME)/INCLUDE/arbdbt.h
45asciiprint.o: $(ARBHOME)/INCLUDE/arbtools.h
46asciiprint.o: $(ARBHOME)/INCLUDE/attributes.h
47asciiprint.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
48asciiprint.o: $(ARBHOME)/INCLUDE/aw_base.hxx
49asciiprint.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
50asciiprint.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
51asciiprint.o: $(ARBHOME)/INCLUDE/aw_question.hxx
52asciiprint.o: $(ARBHOME)/INCLUDE/aw_root.hxx
53asciiprint.o: $(ARBHOME)/INCLUDE/aw_window.hxx
54asciiprint.o: $(ARBHOME)/INCLUDE/cb.h
55asciiprint.o: $(ARBHOME)/INCLUDE/cb_base.h
56asciiprint.o: $(ARBHOME)/INCLUDE/cbtypes.h
57asciiprint.o: $(ARBHOME)/INCLUDE/cxxforward.h
58asciiprint.o: $(ARBHOME)/INCLUDE/downcast.h
59asciiprint.o: $(ARBHOME)/INCLUDE/dupstr.h
60asciiprint.o: $(ARBHOME)/INCLUDE/gccver.h
61asciiprint.o: $(ARBHOME)/INCLUDE/smartptr.h
62asciiprint.o: $(ARBHOME)/INCLUDE/static_assert.h
63asciiprint.o: $(ARBHOME)/INCLUDE/stringize.h
64asciiprint.o: $(ARBHOME)/INCLUDE/test_global.h
65asciiprint.o: $(ARBHOME)/INCLUDE/ttypes.h
66
67config_manager.o: config_manager.hxx
68config_manager.o: sel_boxes.hxx
69config_manager.o: $(ARBHOME)/INCLUDE/ad_prot.h
70config_manager.o: $(ARBHOME)/INCLUDE/arb_assert.h
71config_manager.o: $(ARBHOME)/INCLUDE/arb_core.h
72config_manager.o: $(ARBHOME)/INCLUDE/arb_defs.h
73config_manager.o: $(ARBHOME)/INCLUDE/arb_error.h
74config_manager.o: $(ARBHOME)/INCLUDE/arb_mem.h
75config_manager.o: $(ARBHOME)/INCLUDE/arb_msg.h
76config_manager.o: $(ARBHOME)/INCLUDE/arb_str.h
77config_manager.o: $(ARBHOME)/INCLUDE/arb_strarray.h
78config_manager.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
79config_manager.o: $(ARBHOME)/INCLUDE/arb_string.h
80config_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
81config_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
82config_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
83config_manager.o: $(ARBHOME)/INCLUDE/attributes.h
84config_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
85config_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
86config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
87config_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
88config_manager.o: $(ARBHOME)/INCLUDE/aw_question.hxx
89config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
90config_manager.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
91config_manager.o: $(ARBHOME)/INCLUDE/aw_select.hxx
92config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
93config_manager.o: $(ARBHOME)/INCLUDE/cb.h
94config_manager.o: $(ARBHOME)/INCLUDE/cb_base.h
95config_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h
96config_manager.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
97config_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h
98config_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
99config_manager.o: $(ARBHOME)/INCLUDE/gccver.h
100config_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
101config_manager.o: $(ARBHOME)/INCLUDE/static_assert.h
102config_manager.o: $(ARBHOME)/INCLUDE/stringize.h
103config_manager.o: $(ARBHOME)/INCLUDE/test_global.h
104config_manager.o: $(ARBHOME)/INCLUDE/ttypes.h
105
106modules.o: modules.hxx
107modules.o: $(ARBHOME)/INCLUDE/arb_assert.h
108modules.o: $(ARBHOME)/INCLUDE/arb_core.h
109modules.o: $(ARBHOME)/INCLUDE/arbdb_base.h
110modules.o: $(ARBHOME)/INCLUDE/arbtools.h
111modules.o: $(ARBHOME)/INCLUDE/attributes.h
112modules.o: $(ARBHOME)/INCLUDE/aw_base.hxx
113modules.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
114modules.o: $(ARBHOME)/INCLUDE/aw_window.hxx
115modules.o: $(ARBHOME)/INCLUDE/cb.h
116modules.o: $(ARBHOME)/INCLUDE/cb_base.h
117modules.o: $(ARBHOME)/INCLUDE/cbtypes.h
118modules.o: $(ARBHOME)/INCLUDE/cxxforward.h
119modules.o: $(ARBHOME)/INCLUDE/dupstr.h
120modules.o: $(ARBHOME)/INCLUDE/gccver.h
121modules.o: $(ARBHOME)/INCLUDE/smartptr.h
122modules.o: $(ARBHOME)/INCLUDE/static_assert.h
123modules.o: $(ARBHOME)/INCLUDE/stringize.h
124modules.o: $(ARBHOME)/INCLUDE/test_global.h
125modules.o: $(ARBHOME)/INCLUDE/ttypes.h
126
127prompt.o: prompt.hxx
128prompt.o: $(ARBHOME)/INCLUDE/arb_assert.h
129prompt.o: $(ARBHOME)/INCLUDE/arb_core.h
130prompt.o: $(ARBHOME)/INCLUDE/arb_error.h
131prompt.o: $(ARBHOME)/INCLUDE/arbdb_base.h
132prompt.o: $(ARBHOME)/INCLUDE/arbtools.h
133prompt.o: $(ARBHOME)/INCLUDE/attributes.h
134prompt.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
135prompt.o: $(ARBHOME)/INCLUDE/aw_base.hxx
136prompt.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
137prompt.o: $(ARBHOME)/INCLUDE/aw_root.hxx
138prompt.o: $(ARBHOME)/INCLUDE/aw_window.hxx
139prompt.o: $(ARBHOME)/INCLUDE/cb.h
140prompt.o: $(ARBHOME)/INCLUDE/cb_base.h
141prompt.o: $(ARBHOME)/INCLUDE/cbtypes.h
142prompt.o: $(ARBHOME)/INCLUDE/cxxforward.h
143prompt.o: $(ARBHOME)/INCLUDE/dupstr.h
144prompt.o: $(ARBHOME)/INCLUDE/gccver.h
145prompt.o: $(ARBHOME)/INCLUDE/smartptr.h
146prompt.o: $(ARBHOME)/INCLUDE/static_assert.h
147prompt.o: $(ARBHOME)/INCLUDE/stringize.h
148prompt.o: $(ARBHOME)/INCLUDE/test_global.h
149prompt.o: $(ARBHOME)/INCLUDE/ttypes.h
150
151sel_boxes.o: asciiprint.hxx
152sel_boxes.o: modules.hxx
153sel_boxes.o: sel_boxes.hxx
154sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb.h
155sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
156sel_boxes.o: $(ARBHOME)/INCLUDE/ad_config.h
157sel_boxes.o: $(ARBHOME)/INCLUDE/ad_prot.h
158sel_boxes.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
159sel_boxes.o: $(ARBHOME)/INCLUDE/arb_assert.h
160sel_boxes.o: $(ARBHOME)/INCLUDE/arb_core.h
161sel_boxes.o: $(ARBHOME)/INCLUDE/arb_error.h
162sel_boxes.o: $(ARBHOME)/INCLUDE/arb_file.h
163sel_boxes.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
164sel_boxes.o: $(ARBHOME)/INCLUDE/arb_mem.h
165sel_boxes.o: $(ARBHOME)/INCLUDE/arb_msg.h
166sel_boxes.o: $(ARBHOME)/INCLUDE/arb_stdstring.h
167sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strarray.h
168sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
169sel_boxes.o: $(ARBHOME)/INCLUDE/arb_string.h
170sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb.h
171sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
172sel_boxes.o: $(ARBHOME)/INCLUDE/arbdbt.h
173sel_boxes.o: $(ARBHOME)/INCLUDE/arbtools.h
174sel_boxes.o: $(ARBHOME)/INCLUDE/attributes.h
175sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
176sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
177sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
178sel_boxes.o: $(ARBHOME)/INCLUDE/aw_base.hxx
179sel_boxes.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
180sel_boxes.o: $(ARBHOME)/INCLUDE/aw_file.hxx
181sel_boxes.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
182sel_boxes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
183sel_boxes.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
184sel_boxes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
185sel_boxes.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
186sel_boxes.o: $(ARBHOME)/INCLUDE/aw_select.hxx
187sel_boxes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
188sel_boxes.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
189sel_boxes.o: $(ARBHOME)/INCLUDE/cb.h
190sel_boxes.o: $(ARBHOME)/INCLUDE/cb_base.h
191sel_boxes.o: $(ARBHOME)/INCLUDE/cbtypes.h
192sel_boxes.o: $(ARBHOME)/INCLUDE/cxxforward.h
193sel_boxes.o: $(ARBHOME)/INCLUDE/downcast.h
194sel_boxes.o: $(ARBHOME)/INCLUDE/dupstr.h
195sel_boxes.o: $(ARBHOME)/INCLUDE/gccver.h
196sel_boxes.o: $(ARBHOME)/INCLUDE/item_sel_list.h
197sel_boxes.o: $(ARBHOME)/INCLUDE/items.h
198sel_boxes.o: $(ARBHOME)/INCLUDE/smartptr.h
199sel_boxes.o: $(ARBHOME)/INCLUDE/static_assert.h
200sel_boxes.o: $(ARBHOME)/INCLUDE/stringize.h
201sel_boxes.o: $(ARBHOME)/INCLUDE/test_global.h
202sel_boxes.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.