source: branches/ali/SL/MACROS/Makefile

Last change on this file was 18959, checked in by westram, 3 years ago
File size: 7.1 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) *.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
33dbserver.o: dbserver.hxx
34dbserver.o: macros.hxx
35dbserver.o: macros_local.hxx
36dbserver.o: trackers.hxx
37dbserver.o: $(ARBHOME)/INCLUDE/ad_prot.h
38dbserver.o: $(ARBHOME)/INCLUDE/ad_remote.h
39dbserver.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
40dbserver.o: $(ARBHOME)/INCLUDE/arb_assert.h
41dbserver.o: $(ARBHOME)/INCLUDE/arb_core.h
42dbserver.o: $(ARBHOME)/INCLUDE/arb_error.h
43dbserver.o: $(ARBHOME)/INCLUDE/arb_mem.h
44dbserver.o: $(ARBHOME)/INCLUDE/arb_msg.h
45dbserver.o: $(ARBHOME)/INCLUDE/arb_sleep.h
46dbserver.o: $(ARBHOME)/INCLUDE/arb_string.h
47dbserver.o: $(ARBHOME)/INCLUDE/arbdb.h
48dbserver.o: $(ARBHOME)/INCLUDE/arbdb_base.h
49dbserver.o: $(ARBHOME)/INCLUDE/arbdbt.h
50dbserver.o: $(ARBHOME)/INCLUDE/arbtools.h
51dbserver.o: $(ARBHOME)/INCLUDE/attributes.h
52dbserver.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
53dbserver.o: $(ARBHOME)/INCLUDE/aw_base.hxx
54dbserver.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
55dbserver.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
56dbserver.o: $(ARBHOME)/INCLUDE/aw_root.hxx
57dbserver.o: $(ARBHOME)/INCLUDE/aw_window.hxx
58dbserver.o: $(ARBHOME)/INCLUDE/cb.h
59dbserver.o: $(ARBHOME)/INCLUDE/cb_base.h
60dbserver.o: $(ARBHOME)/INCLUDE/cbtypes.h
61dbserver.o: $(ARBHOME)/INCLUDE/cxxforward.h
62dbserver.o: $(ARBHOME)/INCLUDE/downcast.h
63dbserver.o: $(ARBHOME)/INCLUDE/dupstr.h
64dbserver.o: $(ARBHOME)/INCLUDE/gccver.h
65dbserver.o: $(ARBHOME)/INCLUDE/smartptr.h
66dbserver.o: $(ARBHOME)/INCLUDE/static_assert.h
67dbserver.o: $(ARBHOME)/INCLUDE/stringize.h
68dbserver.o: $(ARBHOME)/INCLUDE/test_global.h
69dbserver.o: $(ARBHOME)/INCLUDE/ttypes.h
70
71macro_gui.o: macros.hxx
72macro_gui.o: macros_local.hxx
73macro_gui.o: trackers.hxx
74macro_gui.o: $(ARBHOME)/INCLUDE/ad_cb.h
75macro_gui.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
76macro_gui.o: $(ARBHOME)/INCLUDE/ad_prot.h
77macro_gui.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
78macro_gui.o: $(ARBHOME)/INCLUDE/arb_assert.h
79macro_gui.o: $(ARBHOME)/INCLUDE/arb_core.h
80macro_gui.o: $(ARBHOME)/INCLUDE/arb_error.h
81macro_gui.o: $(ARBHOME)/INCLUDE/arb_file.h
82macro_gui.o: $(ARBHOME)/INCLUDE/arb_mem.h
83macro_gui.o: $(ARBHOME)/INCLUDE/arb_msg.h
84macro_gui.o: $(ARBHOME)/INCLUDE/arb_string.h
85macro_gui.o: $(ARBHOME)/INCLUDE/arbdb.h
86macro_gui.o: $(ARBHOME)/INCLUDE/arbdb_base.h
87macro_gui.o: $(ARBHOME)/INCLUDE/arbdbt.h
88macro_gui.o: $(ARBHOME)/INCLUDE/arbtools.h
89macro_gui.o: $(ARBHOME)/INCLUDE/attributes.h
90macro_gui.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
91macro_gui.o: $(ARBHOME)/INCLUDE/aw_base.hxx
92macro_gui.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
93macro_gui.o: $(ARBHOME)/INCLUDE/aw_file.hxx
94macro_gui.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
95macro_gui.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
96macro_gui.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
97macro_gui.o: $(ARBHOME)/INCLUDE/aw_root.hxx
98macro_gui.o: $(ARBHOME)/INCLUDE/aw_window.hxx
99macro_gui.o: $(ARBHOME)/INCLUDE/cb.h
100macro_gui.o: $(ARBHOME)/INCLUDE/cb_base.h
101macro_gui.o: $(ARBHOME)/INCLUDE/cbtypes.h
102macro_gui.o: $(ARBHOME)/INCLUDE/cxxforward.h
103macro_gui.o: $(ARBHOME)/INCLUDE/downcast.h
104macro_gui.o: $(ARBHOME)/INCLUDE/dupstr.h
105macro_gui.o: $(ARBHOME)/INCLUDE/gccver.h
106macro_gui.o: $(ARBHOME)/INCLUDE/smartptr.h
107macro_gui.o: $(ARBHOME)/INCLUDE/static_assert.h
108macro_gui.o: $(ARBHOME)/INCLUDE/stringize.h
109macro_gui.o: $(ARBHOME)/INCLUDE/test_global.h
110macro_gui.o: $(ARBHOME)/INCLUDE/ttypes.h
111
112recmac.o: macros_local.hxx
113recmac.o: recmac.hxx
114recmac.o: $(ARBHOME)/INCLUDE/ad_prot.h
115recmac.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
116recmac.o: $(ARBHOME)/INCLUDE/arb_assert.h
117recmac.o: $(ARBHOME)/INCLUDE/arb_core.h
118recmac.o: $(ARBHOME)/INCLUDE/arb_defs.h
119recmac.o: $(ARBHOME)/INCLUDE/arb_diff.h
120recmac.o: $(ARBHOME)/INCLUDE/arb_error.h
121recmac.o: $(ARBHOME)/INCLUDE/arb_file.h
122recmac.o: $(ARBHOME)/INCLUDE/arb_mem.h
123recmac.o: $(ARBHOME)/INCLUDE/arb_msg.h
124recmac.o: $(ARBHOME)/INCLUDE/arb_str.h
125recmac.o: $(ARBHOME)/INCLUDE/arb_strarray.h
126recmac.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
127recmac.o: $(ARBHOME)/INCLUDE/arb_string.h
128recmac.o: $(ARBHOME)/INCLUDE/arbdb.h
129recmac.o: $(ARBHOME)/INCLUDE/arbdb_base.h
130recmac.o: $(ARBHOME)/INCLUDE/arbdbt.h
131recmac.o: $(ARBHOME)/INCLUDE/arbtools.h
132recmac.o: $(ARBHOME)/INCLUDE/attributes.h
133recmac.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
134recmac.o: $(ARBHOME)/INCLUDE/aw_base.hxx
135recmac.o: $(ARBHOME)/INCLUDE/aw_file.hxx
136recmac.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
137recmac.o: $(ARBHOME)/INCLUDE/aw_root.hxx
138recmac.o: $(ARBHOME)/INCLUDE/cb.h
139recmac.o: $(ARBHOME)/INCLUDE/cb_base.h
140recmac.o: $(ARBHOME)/INCLUDE/cbtypes.h
141recmac.o: $(ARBHOME)/INCLUDE/cxxforward.h
142recmac.o: $(ARBHOME)/INCLUDE/downcast.h
143recmac.o: $(ARBHOME)/INCLUDE/dupstr.h
144recmac.o: $(ARBHOME)/INCLUDE/FileContent.h
145recmac.o: $(ARBHOME)/INCLUDE/gccver.h
146recmac.o: $(ARBHOME)/INCLUDE/smartptr.h
147recmac.o: $(ARBHOME)/INCLUDE/static_assert.h
148recmac.o: $(ARBHOME)/INCLUDE/stringize.h
149recmac.o: $(ARBHOME)/INCLUDE/test_global.h
150recmac.o: $(ARBHOME)/INCLUDE/test_runtool.h
151recmac.o: $(ARBHOME)/INCLUDE/test_unit.h
152recmac.o: $(ARBHOME)/INCLUDE/ttypes.h
153recmac.o: $(ARBHOME)/INCLUDE/ut_valgrinded.h
154
155trackers.o: dbserver.hxx
156trackers.o: macros.hxx
157trackers.o: macros_local.hxx
158trackers.o: recmac.hxx
159trackers.o: trackers.hxx
160trackers.o: $(ARBHOME)/INCLUDE/ad_cb.h
161trackers.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
162trackers.o: $(ARBHOME)/INCLUDE/ad_prot.h
163trackers.o: $(ARBHOME)/INCLUDE/ad_remote.h
164trackers.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
165trackers.o: $(ARBHOME)/INCLUDE/arb_assert.h
166trackers.o: $(ARBHOME)/INCLUDE/arb_core.h
167trackers.o: $(ARBHOME)/INCLUDE/arb_error.h
168trackers.o: $(ARBHOME)/INCLUDE/arb_mem.h
169trackers.o: $(ARBHOME)/INCLUDE/arb_msg.h
170trackers.o: $(ARBHOME)/INCLUDE/arb_sleep.h
171trackers.o: $(ARBHOME)/INCLUDE/arb_strarray.h
172trackers.o: $(ARBHOME)/INCLUDE/arb_string.h
173trackers.o: $(ARBHOME)/INCLUDE/arbdb.h
174trackers.o: $(ARBHOME)/INCLUDE/arbdb_base.h
175trackers.o: $(ARBHOME)/INCLUDE/arbdbt.h
176trackers.o: $(ARBHOME)/INCLUDE/arbtools.h
177trackers.o: $(ARBHOME)/INCLUDE/attributes.h
178trackers.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
179trackers.o: $(ARBHOME)/INCLUDE/aw_base.hxx
180trackers.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
181trackers.o: $(ARBHOME)/INCLUDE/aw_root.hxx
182trackers.o: $(ARBHOME)/INCLUDE/cb.h
183trackers.o: $(ARBHOME)/INCLUDE/cb_base.h
184trackers.o: $(ARBHOME)/INCLUDE/cbtypes.h
185trackers.o: $(ARBHOME)/INCLUDE/cxxforward.h
186trackers.o: $(ARBHOME)/INCLUDE/downcast.h
187trackers.o: $(ARBHOME)/INCLUDE/dupstr.h
188trackers.o: $(ARBHOME)/INCLUDE/gccver.h
189trackers.o: $(ARBHOME)/INCLUDE/smartptr.h
190trackers.o: $(ARBHOME)/INCLUDE/static_assert.h
191trackers.o: $(ARBHOME)/INCLUDE/stringize.h
192trackers.o: $(ARBHOME)/INCLUDE/test_global.h
193trackers.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.