source: trunk/SL/GUI_TK/Makefile

Last change on this file was 19605, checked in by westram, 12 days ago
  • move leftover modules from AWTSL/GUI_TK
    • no longer trigger automatic build of AWT from app targets (instead trigger WINDOW).
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_string.h
79config_manager.o: $(ARBHOME)/INCLUDE/arbdb.h
80config_manager.o: $(ARBHOME)/INCLUDE/arbdb_base.h
81config_manager.o: $(ARBHOME)/INCLUDE/arbtools.h
82config_manager.o: $(ARBHOME)/INCLUDE/attributes.h
83config_manager.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
84config_manager.o: $(ARBHOME)/INCLUDE/aw_base.hxx
85config_manager.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
86config_manager.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
87config_manager.o: $(ARBHOME)/INCLUDE/aw_question.hxx
88config_manager.o: $(ARBHOME)/INCLUDE/aw_root.hxx
89config_manager.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
90config_manager.o: $(ARBHOME)/INCLUDE/aw_select.hxx
91config_manager.o: $(ARBHOME)/INCLUDE/aw_window.hxx
92config_manager.o: $(ARBHOME)/INCLUDE/cb.h
93config_manager.o: $(ARBHOME)/INCLUDE/cb_base.h
94config_manager.o: $(ARBHOME)/INCLUDE/cbtypes.h
95config_manager.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
96config_manager.o: $(ARBHOME)/INCLUDE/cxxforward.h
97config_manager.o: $(ARBHOME)/INCLUDE/dupstr.h
98config_manager.o: $(ARBHOME)/INCLUDE/gccver.h
99config_manager.o: $(ARBHOME)/INCLUDE/smartptr.h
100config_manager.o: $(ARBHOME)/INCLUDE/static_assert.h
101config_manager.o: $(ARBHOME)/INCLUDE/stringize.h
102config_manager.o: $(ARBHOME)/INCLUDE/test_global.h
103config_manager.o: $(ARBHOME)/INCLUDE/ttypes.h
104
105modules.o: modules.hxx
106modules.o: $(ARBHOME)/INCLUDE/arb_assert.h
107modules.o: $(ARBHOME)/INCLUDE/arb_core.h
108modules.o: $(ARBHOME)/INCLUDE/arbdb_base.h
109modules.o: $(ARBHOME)/INCLUDE/arbtools.h
110modules.o: $(ARBHOME)/INCLUDE/attributes.h
111modules.o: $(ARBHOME)/INCLUDE/aw_base.hxx
112modules.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
113modules.o: $(ARBHOME)/INCLUDE/aw_window.hxx
114modules.o: $(ARBHOME)/INCLUDE/cb.h
115modules.o: $(ARBHOME)/INCLUDE/cb_base.h
116modules.o: $(ARBHOME)/INCLUDE/cbtypes.h
117modules.o: $(ARBHOME)/INCLUDE/cxxforward.h
118modules.o: $(ARBHOME)/INCLUDE/dupstr.h
119modules.o: $(ARBHOME)/INCLUDE/gccver.h
120modules.o: $(ARBHOME)/INCLUDE/smartptr.h
121modules.o: $(ARBHOME)/INCLUDE/static_assert.h
122modules.o: $(ARBHOME)/INCLUDE/stringize.h
123modules.o: $(ARBHOME)/INCLUDE/test_global.h
124modules.o: $(ARBHOME)/INCLUDE/ttypes.h
125
126prompt.o: prompt.hxx
127prompt.o: $(ARBHOME)/INCLUDE/arb_assert.h
128prompt.o: $(ARBHOME)/INCLUDE/arb_core.h
129prompt.o: $(ARBHOME)/INCLUDE/arb_error.h
130prompt.o: $(ARBHOME)/INCLUDE/arbdb_base.h
131prompt.o: $(ARBHOME)/INCLUDE/arbtools.h
132prompt.o: $(ARBHOME)/INCLUDE/attributes.h
133prompt.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
134prompt.o: $(ARBHOME)/INCLUDE/aw_base.hxx
135prompt.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
136prompt.o: $(ARBHOME)/INCLUDE/aw_root.hxx
137prompt.o: $(ARBHOME)/INCLUDE/aw_window.hxx
138prompt.o: $(ARBHOME)/INCLUDE/cb.h
139prompt.o: $(ARBHOME)/INCLUDE/cb_base.h
140prompt.o: $(ARBHOME)/INCLUDE/cbtypes.h
141prompt.o: $(ARBHOME)/INCLUDE/cxxforward.h
142prompt.o: $(ARBHOME)/INCLUDE/dupstr.h
143prompt.o: $(ARBHOME)/INCLUDE/gccver.h
144prompt.o: $(ARBHOME)/INCLUDE/smartptr.h
145prompt.o: $(ARBHOME)/INCLUDE/static_assert.h
146prompt.o: $(ARBHOME)/INCLUDE/stringize.h
147prompt.o: $(ARBHOME)/INCLUDE/test_global.h
148prompt.o: $(ARBHOME)/INCLUDE/ttypes.h
149
150sel_boxes.o: asciiprint.hxx
151sel_boxes.o: modules.hxx
152sel_boxes.o: sel_boxes.hxx
153sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb.h
154sel_boxes.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
155sel_boxes.o: $(ARBHOME)/INCLUDE/ad_config.h
156sel_boxes.o: $(ARBHOME)/INCLUDE/ad_prot.h
157sel_boxes.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
158sel_boxes.o: $(ARBHOME)/INCLUDE/arb_assert.h
159sel_boxes.o: $(ARBHOME)/INCLUDE/arb_core.h
160sel_boxes.o: $(ARBHOME)/INCLUDE/arb_error.h
161sel_boxes.o: $(ARBHOME)/INCLUDE/arb_file.h
162sel_boxes.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
163sel_boxes.o: $(ARBHOME)/INCLUDE/arb_mem.h
164sel_boxes.o: $(ARBHOME)/INCLUDE/arb_msg.h
165sel_boxes.o: $(ARBHOME)/INCLUDE/arb_stdstring.h
166sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strarray.h
167sel_boxes.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
168sel_boxes.o: $(ARBHOME)/INCLUDE/arb_string.h
169sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb.h
170sel_boxes.o: $(ARBHOME)/INCLUDE/arbdb_base.h
171sel_boxes.o: $(ARBHOME)/INCLUDE/arbdbt.h
172sel_boxes.o: $(ARBHOME)/INCLUDE/arbtools.h
173sel_boxes.o: $(ARBHOME)/INCLUDE/attributes.h
174sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
175sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
176sel_boxes.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
177sel_boxes.o: $(ARBHOME)/INCLUDE/aw_base.hxx
178sel_boxes.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
179sel_boxes.o: $(ARBHOME)/INCLUDE/aw_file.hxx
180sel_boxes.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
181sel_boxes.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
182sel_boxes.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
183sel_boxes.o: $(ARBHOME)/INCLUDE/aw_root.hxx
184sel_boxes.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
185sel_boxes.o: $(ARBHOME)/INCLUDE/aw_select.hxx
186sel_boxes.o: $(ARBHOME)/INCLUDE/aw_window.hxx
187sel_boxes.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
188sel_boxes.o: $(ARBHOME)/INCLUDE/cb.h
189sel_boxes.o: $(ARBHOME)/INCLUDE/cb_base.h
190sel_boxes.o: $(ARBHOME)/INCLUDE/cbtypes.h
191sel_boxes.o: $(ARBHOME)/INCLUDE/cxxforward.h
192sel_boxes.o: $(ARBHOME)/INCLUDE/downcast.h
193sel_boxes.o: $(ARBHOME)/INCLUDE/dupstr.h
194sel_boxes.o: $(ARBHOME)/INCLUDE/gccver.h
195sel_boxes.o: $(ARBHOME)/INCLUDE/item_sel_list.h
196sel_boxes.o: $(ARBHOME)/INCLUDE/items.h
197sel_boxes.o: $(ARBHOME)/INCLUDE/smartptr.h
198sel_boxes.o: $(ARBHOME)/INCLUDE/static_assert.h
199sel_boxes.o: $(ARBHOME)/INCLUDE/stringize.h
200sel_boxes.o: $(ARBHOME)/INCLUDE/test_global.h
201sel_boxes.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.