source: trunk/AWTI/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: 8.2 KB
Line 
1# for variables passed from parent makefile see ../SOURCE_TOOLS/parent_make.txt
2.SUFFIXES: .o .cxx .depend
3
4OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx))
5
6$(MAIN): $(OBJECTS)
7        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
8
9.cxx.o:
10        $(A_CXX) $(cflags) $(cxxflags) -c $<  $(CXX_INCLUDES) $(POST_COMPILE) $<
11
12clean:
13        rm -f $(OBJECTS) *.a
14
15DEPENDS = $(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/ErrorOrType.h
76AWTI_edit.o: $(ARBHOME)/INCLUDE/FileWatch.h
77AWTI_edit.o: $(ARBHOME)/INCLUDE/gccver.h
78AWTI_edit.o: $(ARBHOME)/INCLUDE/items.h
79AWTI_edit.o: $(ARBHOME)/INCLUDE/seqio.hxx
80AWTI_edit.o: $(ARBHOME)/INCLUDE/smartptr.h
81AWTI_edit.o: $(ARBHOME)/INCLUDE/static_assert.h
82AWTI_edit.o: $(ARBHOME)/INCLUDE/stringize.h
83AWTI_edit.o: $(ARBHOME)/INCLUDE/test_global.h
84AWTI_edit.o: $(ARBHOME)/INCLUDE/ttypes.h
85AWTI_edit.o: $(ARBHOME)/INCLUDE/xfergui.h
86AWTI_edit.o: $(ARBHOME)/INCLUDE/xferset.h
87
88AWTI_export.o: awti_edit.hxx
89AWTI_export.o: awti_exp_local.hxx
90AWTI_export.o: awti_export.hxx
91AWTI_export.o: $(ARBHOME)/INCLUDE/ad_prot.h
92AWTI_export.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
93AWTI_export.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
94AWTI_export.o: $(ARBHOME)/INCLUDE/arb_assert.h
95AWTI_export.o: $(ARBHOME)/INCLUDE/arb_core.h
96AWTI_export.o: $(ARBHOME)/INCLUDE/arb_error.h
97AWTI_export.o: $(ARBHOME)/INCLUDE/arb_file.h
98AWTI_export.o: $(ARBHOME)/INCLUDE/arb_mem.h
99AWTI_export.o: $(ARBHOME)/INCLUDE/arb_msg.h
100AWTI_export.o: $(ARBHOME)/INCLUDE/arb_progress.h
101AWTI_export.o: $(ARBHOME)/INCLUDE/arb_stdstring.h
102AWTI_export.o: $(ARBHOME)/INCLUDE/arb_str.h
103AWTI_export.o: $(ARBHOME)/INCLUDE/arb_strarray.h
104AWTI_export.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
105AWTI_export.o: $(ARBHOME)/INCLUDE/arb_string.h
106AWTI_export.o: $(ARBHOME)/INCLUDE/arbdb.h
107AWTI_export.o: $(ARBHOME)/INCLUDE/arbdb_base.h
108AWTI_export.o: $(ARBHOME)/INCLUDE/arbdbt.h
109AWTI_export.o: $(ARBHOME)/INCLUDE/arbtools.h
110AWTI_export.o: $(ARBHOME)/INCLUDE/attributes.h
111AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
112AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
113AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
114AWTI_export.o: $(ARBHOME)/INCLUDE/aw_base.hxx
115AWTI_export.o: $(ARBHOME)/INCLUDE/aw_file.hxx
116AWTI_export.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
117AWTI_export.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
118AWTI_export.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
119AWTI_export.o: $(ARBHOME)/INCLUDE/aw_root.hxx
120AWTI_export.o: $(ARBHOME)/INCLUDE/aw_window.hxx
121AWTI_export.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
122AWTI_export.o: $(ARBHOME)/INCLUDE/cb.h
123AWTI_export.o: $(ARBHOME)/INCLUDE/cb_base.h
124AWTI_export.o: $(ARBHOME)/INCLUDE/cbtypes.h
125AWTI_export.o: $(ARBHOME)/INCLUDE/cxxforward.h
126AWTI_export.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
127AWTI_export.o: $(ARBHOME)/INCLUDE/downcast.h
128AWTI_export.o: $(ARBHOME)/INCLUDE/dupstr.h
129AWTI_export.o: $(ARBHOME)/INCLUDE/FileWatch.h
130AWTI_export.o: $(ARBHOME)/INCLUDE/gb_aci.h
131AWTI_export.o: $(ARBHOME)/INCLUDE/gccver.h
132AWTI_export.o: $(ARBHOME)/INCLUDE/items.h
133AWTI_export.o: $(ARBHOME)/INCLUDE/seqio.hxx
134AWTI_export.o: $(ARBHOME)/INCLUDE/smartptr.h
135AWTI_export.o: $(ARBHOME)/INCLUDE/static_assert.h
136AWTI_export.o: $(ARBHOME)/INCLUDE/stringize.h
137AWTI_export.o: $(ARBHOME)/INCLUDE/test_global.h
138AWTI_export.o: $(ARBHOME)/INCLUDE/ttypes.h
139AWTI_export.o: $(ARBHOME)/INCLUDE/xfergui.h
140
141AWTI_import.o: awti_edit.hxx
142AWTI_import.o: awti_imp_local.hxx
143AWTI_import.o: awti_import.hxx
144AWTI_import.o: $(ARBHOME)/INCLUDE/ad_prot.h
145AWTI_import.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
146AWTI_import.o: $(ARBHOME)/INCLUDE/adGene.h
147AWTI_import.o: $(ARBHOME)/INCLUDE/arb_assert.h
148AWTI_import.o: $(ARBHOME)/INCLUDE/arb_core.h
149AWTI_import.o: $(ARBHOME)/INCLUDE/arb_error.h
150AWTI_import.o: $(ARBHOME)/INCLUDE/arb_file.h
151AWTI_import.o: $(ARBHOME)/INCLUDE/arb_mem.h
152AWTI_import.o: $(ARBHOME)/INCLUDE/arb_msg.h
153AWTI_import.o: $(ARBHOME)/INCLUDE/arb_progress.h
154AWTI_import.o: $(ARBHOME)/INCLUDE/arb_str.h
155AWTI_import.o: $(ARBHOME)/INCLUDE/arb_strarray.h
156AWTI_import.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
157AWTI_import.o: $(ARBHOME)/INCLUDE/arb_string.h
158AWTI_import.o: $(ARBHOME)/INCLUDE/arbdb.h
159AWTI_import.o: $(ARBHOME)/INCLUDE/arbdb_base.h
160AWTI_import.o: $(ARBHOME)/INCLUDE/arbdbt.h
161AWTI_import.o: $(ARBHOME)/INCLUDE/arbtools.h
162AWTI_import.o: $(ARBHOME)/INCLUDE/attributes.h
163AWTI_import.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
164AWTI_import.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
165AWTI_import.o: $(ARBHOME)/INCLUDE/aw_base.hxx
166AWTI_import.o: $(ARBHOME)/INCLUDE/aw_file.hxx
167AWTI_import.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
168AWTI_import.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
169AWTI_import.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
170AWTI_import.o: $(ARBHOME)/INCLUDE/aw_question.hxx
171AWTI_import.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
172AWTI_import.o: $(ARBHOME)/INCLUDE/aw_root.hxx
173AWTI_import.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
174AWTI_import.o: $(ARBHOME)/INCLUDE/aw_select.hxx
175AWTI_import.o: $(ARBHOME)/INCLUDE/aw_window.hxx
176AWTI_import.o: $(ARBHOME)/INCLUDE/awt.hxx
177AWTI_import.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
178AWTI_import.o: $(ARBHOME)/INCLUDE/cb.h
179AWTI_import.o: $(ARBHOME)/INCLUDE/cb_base.h
180AWTI_import.o: $(ARBHOME)/INCLUDE/cbtypes.h
181AWTI_import.o: $(ARBHOME)/INCLUDE/cxxforward.h
182AWTI_import.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
183AWTI_import.o: $(ARBHOME)/INCLUDE/downcast.h
184AWTI_import.o: $(ARBHOME)/INCLUDE/dupstr.h
185AWTI_import.o: $(ARBHOME)/INCLUDE/ErrorOrType.h
186AWTI_import.o: $(ARBHOME)/INCLUDE/FileWatch.h
187AWTI_import.o: $(ARBHOME)/INCLUDE/gb_aci.h
188AWTI_import.o: $(ARBHOME)/INCLUDE/gccver.h
189AWTI_import.o: $(ARBHOME)/INCLUDE/GEN.hxx
190AWTI_import.o: $(ARBHOME)/INCLUDE/GenomeImport.h
191AWTI_import.o: $(ARBHOME)/INCLUDE/item_sel_list.h
192AWTI_import.o: $(ARBHOME)/INCLUDE/items.h
193AWTI_import.o: $(ARBHOME)/INCLUDE/macros.hxx
194AWTI_import.o: $(ARBHOME)/INCLUDE/seqio.hxx
195AWTI_import.o: $(ARBHOME)/INCLUDE/smartptr.h
196AWTI_import.o: $(ARBHOME)/INCLUDE/static_assert.h
197AWTI_import.o: $(ARBHOME)/INCLUDE/stringize.h
198AWTI_import.o: $(ARBHOME)/INCLUDE/test_global.h
199AWTI_import.o: $(ARBHOME)/INCLUDE/test_unit.h
200AWTI_import.o: $(ARBHOME)/INCLUDE/ttypes.h
201AWTI_import.o: $(ARBHOME)/INCLUDE/xfergui.h
202AWTI_import.o: $(ARBHOME)/INCLUDE/xferset.h
Note: See TracBrowser for help on using the repository browser.