source: branches/ali/SL/AW_NAME/Makefile

Last change on this file was 18959, checked in by westram, 3 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 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
33AW_names_admin.o: AW_rename.hxx
34AW_names_admin.o: $(ARBHOME)/INCLUDE/ad_prot.h
35AW_names_admin.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
36AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_assert.h
37AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_core.h
38AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_error.h
39AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_file.h
40AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_mem.h
41AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_msg.h
42AW_names_admin.o: $(ARBHOME)/INCLUDE/arb_string.h
43AW_names_admin.o: $(ARBHOME)/INCLUDE/arbdb.h
44AW_names_admin.o: $(ARBHOME)/INCLUDE/arbdb_base.h
45AW_names_admin.o: $(ARBHOME)/INCLUDE/arbdbt.h
46AW_names_admin.o: $(ARBHOME)/INCLUDE/arbtools.h
47AW_names_admin.o: $(ARBHOME)/INCLUDE/attributes.h
48AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
49AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
50AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_base.hxx
51AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
52AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
53AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
54AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
55AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_question.hxx
56AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_root.hxx
57AW_names_admin.o: $(ARBHOME)/INCLUDE/aw_window.hxx
58AW_names_admin.o: $(ARBHOME)/INCLUDE/awt_misc.hxx
59AW_names_admin.o: $(ARBHOME)/INCLUDE/awt_sel_boxes.hxx
60AW_names_admin.o: $(ARBHOME)/INCLUDE/cb.h
61AW_names_admin.o: $(ARBHOME)/INCLUDE/cb_base.h
62AW_names_admin.o: $(ARBHOME)/INCLUDE/cbtypes.h
63AW_names_admin.o: $(ARBHOME)/INCLUDE/cxxforward.h
64AW_names_admin.o: $(ARBHOME)/INCLUDE/downcast.h
65AW_names_admin.o: $(ARBHOME)/INCLUDE/dupstr.h
66AW_names_admin.o: $(ARBHOME)/INCLUDE/gccver.h
67AW_names_admin.o: $(ARBHOME)/INCLUDE/smartptr.h
68AW_names_admin.o: $(ARBHOME)/INCLUDE/static_assert.h
69AW_names_admin.o: $(ARBHOME)/INCLUDE/stringize.h
70AW_names_admin.o: $(ARBHOME)/INCLUDE/test_global.h
71AW_names_admin.o: $(ARBHOME)/INCLUDE/ttypes.h
72
73AW_rename.o: AW_rename.hxx
74AW_rename.o: $(ARBHOME)/INCLUDE/ad_prot.h
75AW_rename.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
76AW_rename.o: $(ARBHOME)/INCLUDE/aisc_global.h
77AW_rename.o: $(ARBHOME)/INCLUDE/arb_assert.h
78AW_rename.o: $(ARBHOME)/INCLUDE/arb_core.h
79AW_rename.o: $(ARBHOME)/INCLUDE/arb_error.h
80AW_rename.o: $(ARBHOME)/INCLUDE/arb_mem.h
81AW_rename.o: $(ARBHOME)/INCLUDE/arb_msg.h
82AW_rename.o: $(ARBHOME)/INCLUDE/arb_progress.h
83AW_rename.o: $(ARBHOME)/INCLUDE/arb_string.h
84AW_rename.o: $(ARBHOME)/INCLUDE/arbdb.h
85AW_rename.o: $(ARBHOME)/INCLUDE/arbdb_base.h
86AW_rename.o: $(ARBHOME)/INCLUDE/arbdbt.h
87AW_rename.o: $(ARBHOME)/INCLUDE/arbtools.h
88AW_rename.o: $(ARBHOME)/INCLUDE/attributes.h
89AW_rename.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
90AW_rename.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
91AW_rename.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
92AW_rename.o: $(ARBHOME)/INCLUDE/aw_base.hxx
93AW_rename.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
94AW_rename.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
95AW_rename.o: $(ARBHOME)/INCLUDE/aw_question.hxx
96AW_rename.o: $(ARBHOME)/INCLUDE/aw_root.hxx
97AW_rename.o: $(ARBHOME)/INCLUDE/aw_window.hxx
98AW_rename.o: $(ARBHOME)/INCLUDE/bytestring.h
99AW_rename.o: $(ARBHOME)/INCLUDE/cb.h
100AW_rename.o: $(ARBHOME)/INCLUDE/cb_base.h
101AW_rename.o: $(ARBHOME)/INCLUDE/cbtypes.h
102AW_rename.o: $(ARBHOME)/INCLUDE/client.h
103AW_rename.o: $(ARBHOME)/INCLUDE/client_types.h
104AW_rename.o: $(ARBHOME)/INCLUDE/cxxforward.h
105AW_rename.o: $(ARBHOME)/INCLUDE/downcast.h
106AW_rename.o: $(ARBHOME)/INCLUDE/dupstr.h
107AW_rename.o: $(ARBHOME)/INCLUDE/gccver.h
108AW_rename.o: $(ARBHOME)/INCLUDE/names_client.h
109AW_rename.o: $(ARBHOME)/INCLUDE/servercntrl.h
110AW_rename.o: $(ARBHOME)/INCLUDE/smartptr.h
111AW_rename.o: $(ARBHOME)/INCLUDE/static_assert.h
112AW_rename.o: $(ARBHOME)/INCLUDE/stringize.h
113AW_rename.o: $(ARBHOME)/INCLUDE/test_global.h
114AW_rename.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.