source: tags/ms_r18q1/AWTI/Makefile

Last change on this file was 16564, checked in by westram, 7 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.5 KB
Line 
1# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
2.SUFFIXES: .o .cxx .depend
3
4CPP_OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx))
5
6$(MAIN): $(CPP_OBJECTS)
7        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
8
9.cxx.o:
10        $(A_CXX) $(cflags) $(cxxflags) -c $<  $(CXX_INCLUDES) $(POST_COMPILE) $<
11
12clean:
13        rm -f $(CPP_OBJECTS) *.a
14
15DEPENDS = $(CPP_OBJECTS:.o=.depend)
16depends: $(DEPENDS)
17        @cat $(DEPENDS) | grep -v '^#' >>Makefile
18        @rm $(DEPENDS)
19$(DEPENDS): depend.init
20depend.init:
21        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
22.c.depend:
23        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
24.cxx.depend:
25        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
26
27# DO NOT DELETE THIS LINE -- make depend depends on it.
28
29# Do not add dependencies manually - use 'make depend' in $ARBHOME
30# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from main)
31
32AWTI_edit.o: awti_edit.hxx
33AWTI_edit.o: awti_exp_local.hxx
34AWTI_edit.o: awti_imp_local.hxx
35AWTI_edit.o: awti_import.hxx
36AWTI_edit.o: $(ARBHOME)/INCLUDE/ad_prot.h
37AWTI_edit.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
38AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_assert.h
39AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_core.h
40AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_error.h
41AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_file.h
42AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_mem.h
43AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_misc.h
44AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_msg.h
45AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_progress.h
46AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_strarray.h
47AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
48AWTI_edit.o: $(ARBHOME)/INCLUDE/arb_string.h
49AWTI_edit.o: $(ARBHOME)/INCLUDE/arbdb.h
50AWTI_edit.o: $(ARBHOME)/INCLUDE/arbdb_base.h
51AWTI_edit.o: $(ARBHOME)/INCLUDE/arbdbt.h
52AWTI_edit.o: $(ARBHOME)/INCLUDE/arbtools.h
53AWTI_edit.o: $(ARBHOME)/INCLUDE/attributes.h
54AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
55AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
56AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_base.hxx
57AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_edit.hxx
58AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
59AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
60AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
61AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_root.hxx
62AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
63AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_select.hxx
64AWTI_edit.o: $(ARBHOME)/INCLUDE/aw_window.hxx
65AWTI_edit.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
66AWTI_edit.o: $(ARBHOME)/INCLUDE/awt_prompt.hxx
67AWTI_edit.o: $(ARBHOME)/INCLUDE/BufferedFileReader.h
68AWTI_edit.o: $(ARBHOME)/INCLUDE/cb.h
69AWTI_edit.o: $(ARBHOME)/INCLUDE/cb_base.h
70AWTI_edit.o: $(ARBHOME)/INCLUDE/cbtypes.h
71AWTI_edit.o: $(ARBHOME)/INCLUDE/cxxforward.h
72AWTI_edit.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
73AWTI_edit.o: $(ARBHOME)/INCLUDE/downcast.h
74AWTI_edit.o: $(ARBHOME)/INCLUDE/dupstr.h
75AWTI_edit.o: $(ARBHOME)/INCLUDE/FileWatch.h
76AWTI_edit.o: $(ARBHOME)/INCLUDE/gccver.h
77AWTI_edit.o: $(ARBHOME)/INCLUDE/items.h
78AWTI_edit.o: $(ARBHOME)/INCLUDE/seqio.hxx
79AWTI_edit.o: $(ARBHOME)/INCLUDE/smartptr.h
80AWTI_edit.o: $(ARBHOME)/INCLUDE/static_assert.h
81AWTI_edit.o: $(ARBHOME)/INCLUDE/test_global.h
82AWTI_edit.o: $(ARBHOME)/INCLUDE/ttypes.h
83
84AWTI_export.o: awti_edit.hxx
85AWTI_export.o: awti_exp_local.hxx
86AWTI_export.o: awti_export.hxx
87AWTI_export.o: $(ARBHOME)/INCLUDE/ad_prot.h
88AWTI_export.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
89AWTI_export.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
90AWTI_export.o: $(ARBHOME)/INCLUDE/arb_assert.h
91AWTI_export.o: $(ARBHOME)/INCLUDE/arb_core.h
92AWTI_export.o: $(ARBHOME)/INCLUDE/arb_error.h
93AWTI_export.o: $(ARBHOME)/INCLUDE/arb_file.h
94AWTI_export.o: $(ARBHOME)/INCLUDE/arb_mem.h
95AWTI_export.o: $(ARBHOME)/INCLUDE/arb_msg.h
96AWTI_export.o: $(ARBHOME)/INCLUDE/arb_progress.h
97AWTI_export.o: $(ARBHOME)/INCLUDE/arb_str.h
98AWTI_export.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
99AWTI_export.o: $(ARBHOME)/INCLUDE/arb_string.h
100AWTI_export.o: $(ARBHOME)/INCLUDE/arbdb.h
101AWTI_export.o: $(ARBHOME)/INCLUDE/arbdb_base.h
102AWTI_export.o: $(ARBHOME)/INCLUDE/arbdbt.h
103AWTI_export.o: $(ARBHOME)/INCLUDE/arbtools.h
104AWTI_export.o: $(ARBHOME)/INCLUDE/attributes.h
105AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
106AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
107AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
108AWTI_export.o: $(ARBHOME)/INCLUDE/aw_base.hxx
109AWTI_export.o: $(ARBHOME)/INCLUDE/aw_file.hxx
110AWTI_export.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
111AWTI_export.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
112AWTI_export.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
113AWTI_export.o: $(ARBHOME)/INCLUDE/aw_root.hxx
114AWTI_export.o: $(ARBHOME)/INCLUDE/aw_window.hxx
115AWTI_export.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
116AWTI_export.o: $(ARBHOME)/INCLUDE/cb.h
117AWTI_export.o: $(ARBHOME)/INCLUDE/cb_base.h
118AWTI_export.o: $(ARBHOME)/INCLUDE/cbtypes.h
119AWTI_export.o: $(ARBHOME)/INCLUDE/cxxforward.h
120AWTI_export.o: $(ARBHOME)/INCLUDE/downcast.h
121AWTI_export.o: $(ARBHOME)/INCLUDE/dupstr.h
122AWTI_export.o: $(ARBHOME)/INCLUDE/FileWatch.h
123AWTI_export.o: $(ARBHOME)/INCLUDE/gccver.h
124AWTI_export.o: $(ARBHOME)/INCLUDE/seqio.hxx
125AWTI_export.o: $(ARBHOME)/INCLUDE/smartptr.h
126AWTI_export.o: $(ARBHOME)/INCLUDE/static_assert.h
127AWTI_export.o: $(ARBHOME)/INCLUDE/test_global.h
128AWTI_export.o: $(ARBHOME)/INCLUDE/ttypes.h
129
130AWTI_import.o: awti_edit.hxx
131AWTI_import.o: awti_imp_local.hxx
132AWTI_import.o: awti_import.hxx
133AWTI_import.o: $(ARBHOME)/INCLUDE/ad_prot.h
134AWTI_import.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
135AWTI_import.o: $(ARBHOME)/INCLUDE/adGene.h
136AWTI_import.o: $(ARBHOME)/INCLUDE/arb_assert.h
137AWTI_import.o: $(ARBHOME)/INCLUDE/arb_core.h
138AWTI_import.o: $(ARBHOME)/INCLUDE/arb_error.h
139AWTI_import.o: $(ARBHOME)/INCLUDE/arb_file.h
140AWTI_import.o: $(ARBHOME)/INCLUDE/arb_mem.h
141AWTI_import.o: $(ARBHOME)/INCLUDE/arb_msg.h
142AWTI_import.o: $(ARBHOME)/INCLUDE/arb_progress.h
143AWTI_import.o: $(ARBHOME)/INCLUDE/arb_str.h
144AWTI_import.o: $(ARBHOME)/INCLUDE/arb_strarray.h
145AWTI_import.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
146AWTI_import.o: $(ARBHOME)/INCLUDE/arb_string.h
147AWTI_import.o: $(ARBHOME)/INCLUDE/arbdb.h
148AWTI_import.o: $(ARBHOME)/INCLUDE/arbdb_base.h
149AWTI_import.o: $(ARBHOME)/INCLUDE/arbdbt.h
150AWTI_import.o: $(ARBHOME)/INCLUDE/arbtools.h
151AWTI_import.o: $(ARBHOME)/INCLUDE/attributes.h
152AWTI_import.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
153AWTI_import.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
154AWTI_import.o: $(ARBHOME)/INCLUDE/aw_base.hxx
155AWTI_import.o: $(ARBHOME)/INCLUDE/aw_file.hxx
156AWTI_import.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
157AWTI_import.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
158AWTI_import.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
159AWTI_import.o: $(ARBHOME)/INCLUDE/aw_question.hxx
160AWTI_import.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
161AWTI_import.o: $(ARBHOME)/INCLUDE/aw_root.hxx
162AWTI_import.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
163AWTI_import.o: $(ARBHOME)/INCLUDE/aw_select.hxx
164AWTI_import.o: $(ARBHOME)/INCLUDE/aw_window.hxx
165AWTI_import.o: $(ARBHOME)/INCLUDE/awt.hxx
166AWTI_import.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
167AWTI_import.o: $(ARBHOME)/INCLUDE/cb.h
168AWTI_import.o: $(ARBHOME)/INCLUDE/cb_base.h
169AWTI_import.o: $(ARBHOME)/INCLUDE/cbtypes.h
170AWTI_import.o: $(ARBHOME)/INCLUDE/cxxforward.h
171AWTI_import.o: $(ARBHOME)/INCLUDE/downcast.h
172AWTI_import.o: $(ARBHOME)/INCLUDE/dupstr.h
173AWTI_import.o: $(ARBHOME)/INCLUDE/FileWatch.h
174AWTI_import.o: $(ARBHOME)/INCLUDE/gb_aci.h
175AWTI_import.o: $(ARBHOME)/INCLUDE/gccver.h
176AWTI_import.o: $(ARBHOME)/INCLUDE/GEN.hxx
177AWTI_import.o: $(ARBHOME)/INCLUDE/GenomeImport.h
178AWTI_import.o: $(ARBHOME)/INCLUDE/item_sel_list.h
179AWTI_import.o: $(ARBHOME)/INCLUDE/items.h
180AWTI_import.o: $(ARBHOME)/INCLUDE/macros.hxx
181AWTI_import.o: $(ARBHOME)/INCLUDE/seqio.hxx
182AWTI_import.o: $(ARBHOME)/INCLUDE/smartptr.h
183AWTI_import.o: $(ARBHOME)/INCLUDE/static_assert.h
184AWTI_import.o: $(ARBHOME)/INCLUDE/test_global.h
185AWTI_import.o: $(ARBHOME)/INCLUDE/test_unit.h
186AWTI_import.o: $(ARBHOME)/INCLUDE/ttypes.h
Note: See TracBrowser for help on using the repository browser.