source: trunk/SL/ARB_SPEC/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: 4.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
33arb_spec.o: arb_spec.hxx
34arb_spec.o: $(ARBHOME)/INCLUDE/ad_prot.h
35arb_spec.o: $(ARBHOME)/INCLUDE/arb_assert.h
36arb_spec.o: $(ARBHOME)/INCLUDE/arb_core.h
37arb_spec.o: $(ARBHOME)/INCLUDE/arb_error.h
38arb_spec.o: $(ARBHOME)/INCLUDE/arb_mem.h
39arb_spec.o: $(ARBHOME)/INCLUDE/arb_msg.h
40arb_spec.o: $(ARBHOME)/INCLUDE/arb_strarray.h
41arb_spec.o: $(ARBHOME)/INCLUDE/arb_string.h
42arb_spec.o: $(ARBHOME)/INCLUDE/arbdb.h
43arb_spec.o: $(ARBHOME)/INCLUDE/arbdb_base.h
44arb_spec.o: $(ARBHOME)/INCLUDE/arbtools.h
45arb_spec.o: $(ARBHOME)/INCLUDE/attributes.h
46arb_spec.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
47arb_spec.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
48arb_spec.o: $(ARBHOME)/INCLUDE/aw_base.hxx
49arb_spec.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
50arb_spec.o: $(ARBHOME)/INCLUDE/aw_root.hxx
51arb_spec.o: $(ARBHOME)/INCLUDE/aw_window.hxx
52arb_spec.o: $(ARBHOME)/INCLUDE/cb.h
53arb_spec.o: $(ARBHOME)/INCLUDE/cb_base.h
54arb_spec.o: $(ARBHOME)/INCLUDE/cbtypes.h
55arb_spec.o: $(ARBHOME)/INCLUDE/cxxforward.h
56arb_spec.o: $(ARBHOME)/INCLUDE/dupstr.h
57arb_spec.o: $(ARBHOME)/INCLUDE/gccver.h
58arb_spec.o: $(ARBHOME)/INCLUDE/smartptr.h
59arb_spec.o: $(ARBHOME)/INCLUDE/static_assert.h
60arb_spec.o: $(ARBHOME)/INCLUDE/stringize.h
61arb_spec.o: $(ARBHOME)/INCLUDE/test_global.h
62arb_spec.o: $(ARBHOME)/INCLUDE/ttypes.h
63
64TreeAwars.o: TreeAwars.hxx
65TreeAwars.o: $(ARBHOME)/INCLUDE/ad_cb.h
66TreeAwars.o: $(ARBHOME)/INCLUDE/ad_cb_prot.h
67TreeAwars.o: $(ARBHOME)/INCLUDE/ad_prot.h
68TreeAwars.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
69TreeAwars.o: $(ARBHOME)/INCLUDE/arb_assert.h
70TreeAwars.o: $(ARBHOME)/INCLUDE/arb_core.h
71TreeAwars.o: $(ARBHOME)/INCLUDE/arb_error.h
72TreeAwars.o: $(ARBHOME)/INCLUDE/arb_global_defs.h
73TreeAwars.o: $(ARBHOME)/INCLUDE/arb_mem.h
74TreeAwars.o: $(ARBHOME)/INCLUDE/arb_msg.h
75TreeAwars.o: $(ARBHOME)/INCLUDE/arb_string.h
76TreeAwars.o: $(ARBHOME)/INCLUDE/arbdb.h
77TreeAwars.o: $(ARBHOME)/INCLUDE/arbdb_base.h
78TreeAwars.o: $(ARBHOME)/INCLUDE/arbdbt.h
79TreeAwars.o: $(ARBHOME)/INCLUDE/arbtools.h
80TreeAwars.o: $(ARBHOME)/INCLUDE/attributes.h
81TreeAwars.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
82TreeAwars.o: $(ARBHOME)/INCLUDE/aw_base.hxx
83TreeAwars.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
84TreeAwars.o: $(ARBHOME)/INCLUDE/aw_root.hxx
85TreeAwars.o: $(ARBHOME)/INCLUDE/cb.h
86TreeAwars.o: $(ARBHOME)/INCLUDE/cb_base.h
87TreeAwars.o: $(ARBHOME)/INCLUDE/cbtypes.h
88TreeAwars.o: $(ARBHOME)/INCLUDE/cxxforward.h
89TreeAwars.o: $(ARBHOME)/INCLUDE/downcast.h
90TreeAwars.o: $(ARBHOME)/INCLUDE/dupstr.h
91TreeAwars.o: $(ARBHOME)/INCLUDE/gccver.h
92TreeAwars.o: $(ARBHOME)/INCLUDE/smartptr.h
93TreeAwars.o: $(ARBHOME)/INCLUDE/static_assert.h
94TreeAwars.o: $(ARBHOME)/INCLUDE/stringize.h
95TreeAwars.o: $(ARBHOME)/INCLUDE/test_global.h
96TreeAwars.o: $(ARBHOME)/INCLUDE/ttypes.h
97
98www.o: $(ARBHOME)/INCLUDE/ad_prot.h
99www.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
100www.o: $(ARBHOME)/INCLUDE/arb_assert.h
101www.o: $(ARBHOME)/INCLUDE/arb_core.h
102www.o: $(ARBHOME)/INCLUDE/arb_defs.h
103www.o: $(ARBHOME)/INCLUDE/arb_error.h
104www.o: $(ARBHOME)/INCLUDE/arb_mem.h
105www.o: $(ARBHOME)/INCLUDE/arb_msg.h
106www.o: $(ARBHOME)/INCLUDE/arb_str.h
107www.o: $(ARBHOME)/INCLUDE/arb_strarray.h
108www.o: $(ARBHOME)/INCLUDE/arb_string.h
109www.o: $(ARBHOME)/INCLUDE/arbdb.h
110www.o: $(ARBHOME)/INCLUDE/arbdb_base.h
111www.o: $(ARBHOME)/INCLUDE/arbdbt.h
112www.o: $(ARBHOME)/INCLUDE/arbtools.h
113www.o: $(ARBHOME)/INCLUDE/attributes.h
114www.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
115www.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
116www.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
117www.o: $(ARBHOME)/INCLUDE/aw_base.hxx
118www.o: $(ARBHOME)/INCLUDE/aw_global_awars.hxx
119www.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
120www.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
121www.o: $(ARBHOME)/INCLUDE/aw_root.hxx
122www.o: $(ARBHOME)/INCLUDE/aw_window.hxx
123www.o: $(ARBHOME)/INCLUDE/cb.h
124www.o: $(ARBHOME)/INCLUDE/cb_base.h
125www.o: $(ARBHOME)/INCLUDE/cbtypes.h
126www.o: $(ARBHOME)/INCLUDE/config_manager.hxx
127www.o: $(ARBHOME)/INCLUDE/ConfigMapping.h
128www.o: $(ARBHOME)/INCLUDE/cxxforward.h
129www.o: $(ARBHOME)/INCLUDE/downcast.h
130www.o: $(ARBHOME)/INCLUDE/dupstr.h
131www.o: $(ARBHOME)/INCLUDE/gb_aci.h
132www.o: $(ARBHOME)/INCLUDE/gccver.h
133www.o: $(ARBHOME)/INCLUDE/smartptr.h
134www.o: $(ARBHOME)/INCLUDE/static_assert.h
135www.o: $(ARBHOME)/INCLUDE/stringize.h
136www.o: $(ARBHOME)/INCLUDE/test_global.h
137www.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.