source: branches/stable/AWTI/Makefile

Last change on this file was 18113, checked in by westram, 5 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 8.1 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/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/test_global.h
83AWTI_edit.o: $(ARBHOME)/INCLUDE/ttypes.h
84AWTI_edit.o: $(ARBHOME)/INCLUDE/xfergui.h
85AWTI_edit.o: $(ARBHOME)/INCLUDE/xferset.h
86
87AWTI_export.o: awti_edit.hxx
88AWTI_export.o: awti_exp_local.hxx
89AWTI_export.o: awti_export.hxx
90AWTI_export.o: $(ARBHOME)/INCLUDE/ad_prot.h
91AWTI_export.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
92AWTI_export.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
93AWTI_export.o: $(ARBHOME)/INCLUDE/arb_assert.h
94AWTI_export.o: $(ARBHOME)/INCLUDE/arb_core.h
95AWTI_export.o: $(ARBHOME)/INCLUDE/arb_error.h
96AWTI_export.o: $(ARBHOME)/INCLUDE/arb_file.h
97AWTI_export.o: $(ARBHOME)/INCLUDE/arb_mem.h
98AWTI_export.o: $(ARBHOME)/INCLUDE/arb_msg.h
99AWTI_export.o: $(ARBHOME)/INCLUDE/arb_progress.h
100AWTI_export.o: $(ARBHOME)/INCLUDE/arb_stdstring.h
101AWTI_export.o: $(ARBHOME)/INCLUDE/arb_str.h
102AWTI_export.o: $(ARBHOME)/INCLUDE/arb_strarray.h
103AWTI_export.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
104AWTI_export.o: $(ARBHOME)/INCLUDE/arb_string.h
105AWTI_export.o: $(ARBHOME)/INCLUDE/arbdb.h
106AWTI_export.o: $(ARBHOME)/INCLUDE/arbdb_base.h
107AWTI_export.o: $(ARBHOME)/INCLUDE/arbdbt.h
108AWTI_export.o: $(ARBHOME)/INCLUDE/arbtools.h
109AWTI_export.o: $(ARBHOME)/INCLUDE/attributes.h
110AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
111AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
112AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
113AWTI_export.o: $(ARBHOME)/INCLUDE/aw_base.hxx
114AWTI_export.o: $(ARBHOME)/INCLUDE/aw_file.hxx
115AWTI_export.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
116AWTI_export.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
117AWTI_export.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
118AWTI_export.o: $(ARBHOME)/INCLUDE/aw_root.hxx
119AWTI_export.o: $(ARBHOME)/INCLUDE/aw_window.hxx
120AWTI_export.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
121AWTI_export.o: $(ARBHOME)/INCLUDE/cb.h
122AWTI_export.o: $(ARBHOME)/INCLUDE/cb_base.h
123AWTI_export.o: $(ARBHOME)/INCLUDE/cbtypes.h
124AWTI_export.o: $(ARBHOME)/INCLUDE/cxxforward.h
125AWTI_export.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
126AWTI_export.o: $(ARBHOME)/INCLUDE/downcast.h
127AWTI_export.o: $(ARBHOME)/INCLUDE/dupstr.h
128AWTI_export.o: $(ARBHOME)/INCLUDE/FileWatch.h
129AWTI_export.o: $(ARBHOME)/INCLUDE/gb_aci.h
130AWTI_export.o: $(ARBHOME)/INCLUDE/gccver.h
131AWTI_export.o: $(ARBHOME)/INCLUDE/items.h
132AWTI_export.o: $(ARBHOME)/INCLUDE/seqio.hxx
133AWTI_export.o: $(ARBHOME)/INCLUDE/smartptr.h
134AWTI_export.o: $(ARBHOME)/INCLUDE/static_assert.h
135AWTI_export.o: $(ARBHOME)/INCLUDE/test_global.h
136AWTI_export.o: $(ARBHOME)/INCLUDE/ttypes.h
137AWTI_export.o: $(ARBHOME)/INCLUDE/xfergui.h
138
139AWTI_import.o: awti_edit.hxx
140AWTI_import.o: awti_imp_local.hxx
141AWTI_import.o: awti_import.hxx
142AWTI_import.o: $(ARBHOME)/INCLUDE/ad_prot.h
143AWTI_import.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
144AWTI_import.o: $(ARBHOME)/INCLUDE/adGene.h
145AWTI_import.o: $(ARBHOME)/INCLUDE/arb_assert.h
146AWTI_import.o: $(ARBHOME)/INCLUDE/arb_core.h
147AWTI_import.o: $(ARBHOME)/INCLUDE/arb_error.h
148AWTI_import.o: $(ARBHOME)/INCLUDE/arb_file.h
149AWTI_import.o: $(ARBHOME)/INCLUDE/arb_mem.h
150AWTI_import.o: $(ARBHOME)/INCLUDE/arb_msg.h
151AWTI_import.o: $(ARBHOME)/INCLUDE/arb_progress.h
152AWTI_import.o: $(ARBHOME)/INCLUDE/arb_str.h
153AWTI_import.o: $(ARBHOME)/INCLUDE/arb_strarray.h
154AWTI_import.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
155AWTI_import.o: $(ARBHOME)/INCLUDE/arb_string.h
156AWTI_import.o: $(ARBHOME)/INCLUDE/arbdb.h
157AWTI_import.o: $(ARBHOME)/INCLUDE/arbdb_base.h
158AWTI_import.o: $(ARBHOME)/INCLUDE/arbdbt.h
159AWTI_import.o: $(ARBHOME)/INCLUDE/arbtools.h
160AWTI_import.o: $(ARBHOME)/INCLUDE/attributes.h
161AWTI_import.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
162AWTI_import.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
163AWTI_import.o: $(ARBHOME)/INCLUDE/aw_base.hxx
164AWTI_import.o: $(ARBHOME)/INCLUDE/aw_file.hxx
165AWTI_import.o: $(ARBHOME)/INCLUDE/aw_inotify.hxx
166AWTI_import.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
167AWTI_import.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
168AWTI_import.o: $(ARBHOME)/INCLUDE/aw_question.hxx
169AWTI_import.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
170AWTI_import.o: $(ARBHOME)/INCLUDE/aw_root.hxx
171AWTI_import.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
172AWTI_import.o: $(ARBHOME)/INCLUDE/aw_select.hxx
173AWTI_import.o: $(ARBHOME)/INCLUDE/aw_window.hxx
174AWTI_import.o: $(ARBHOME)/INCLUDE/awt.hxx
175AWTI_import.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
176AWTI_import.o: $(ARBHOME)/INCLUDE/cb.h
177AWTI_import.o: $(ARBHOME)/INCLUDE/cb_base.h
178AWTI_import.o: $(ARBHOME)/INCLUDE/cbtypes.h
179AWTI_import.o: $(ARBHOME)/INCLUDE/cxxforward.h
180AWTI_import.o: $(ARBHOME)/INCLUDE/db_scanner.hxx
181AWTI_import.o: $(ARBHOME)/INCLUDE/downcast.h
182AWTI_import.o: $(ARBHOME)/INCLUDE/dupstr.h
183AWTI_import.o: $(ARBHOME)/INCLUDE/ErrorOrType.h
184AWTI_import.o: $(ARBHOME)/INCLUDE/FileWatch.h
185AWTI_import.o: $(ARBHOME)/INCLUDE/gb_aci.h
186AWTI_import.o: $(ARBHOME)/INCLUDE/gccver.h
187AWTI_import.o: $(ARBHOME)/INCLUDE/GEN.hxx
188AWTI_import.o: $(ARBHOME)/INCLUDE/GenomeImport.h
189AWTI_import.o: $(ARBHOME)/INCLUDE/item_sel_list.h
190AWTI_import.o: $(ARBHOME)/INCLUDE/items.h
191AWTI_import.o: $(ARBHOME)/INCLUDE/macros.hxx
192AWTI_import.o: $(ARBHOME)/INCLUDE/seqio.hxx
193AWTI_import.o: $(ARBHOME)/INCLUDE/smartptr.h
194AWTI_import.o: $(ARBHOME)/INCLUDE/static_assert.h
195AWTI_import.o: $(ARBHOME)/INCLUDE/test_global.h
196AWTI_import.o: $(ARBHOME)/INCLUDE/test_unit.h
197AWTI_import.o: $(ARBHOME)/INCLUDE/ttypes.h
198AWTI_import.o: $(ARBHOME)/INCLUDE/xfergui.h
199AWTI_import.o: $(ARBHOME)/INCLUDE/xferset.h
Note: See TracBrowser for help on using the repository browser.