root/trunk/AWTI/Makefile

Revision 8722, 4.1 KB (checked in by westram, 2 weeks ago)
  • replaced old-style selection list iteration functions by AW_selection_list_iterator
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2.SUFFIXES: .o .cxx .depend
3
4CPP_OBJECTS = \
5        AWTI_import.o \
6        AWTI_export.o \
7
8$(MAIN): $(CPP_OBJECTS)
9        $(LINK_STATIC_LIB) $(MAIN) $(CPP_OBJECTS)
10
11.cxx.o:
12        $(CPP) $(cflags) -c $<  $(CPPINCLUDES) $(POST_COMPILE)
13
14clean:
15        rm -f $(CPP_OBJECTS) *.a
16
17DEPENDS = $(CPP_OBJECTS:.o=.depend)
18depends: $(DEPENDS)
19        @cat $(DEPENDS) | grep -v '^#' >>Makefile
20        @rm $(DEPENDS)
21$(DEPENDS): depend.init
22depend.init:
23        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
24.c.depend:
25        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
26.cxx.depend:
27        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
28
29# DO NOT DELETE THIS LINE -- make depend depends on it.
30
31# Do not add dependencies manually - use 'make depend' in $ARBHOME
32# For formatting issues see SOURCE_TOOLS/fix_depends.pl
33
34AWTI_export.o: awti_export.hxx
35AWTI_export.o: $(ARBHOME)/INCLUDE/ad_prot.h
36AWTI_export.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
37AWTI_export.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
38AWTI_export.o: $(ARBHOME)/INCLUDE/arb_assert.h
39AWTI_export.o: $(ARBHOME)/INCLUDE/arb_core.h
40AWTI_export.o: $(ARBHOME)/INCLUDE/arb_error.h
41AWTI_export.o: $(ARBHOME)/INCLUDE/arb_file.h
42AWTI_export.o: $(ARBHOME)/INCLUDE/arb_msg.h
43AWTI_export.o: $(ARBHOME)/INCLUDE/arb_progress.h
44AWTI_export.o: $(ARBHOME)/INCLUDE/arb_str.h
45AWTI_export.o: $(ARBHOME)/INCLUDE/arb_string.h
46AWTI_export.o: $(ARBHOME)/INCLUDE/arbdb.h
47AWTI_export.o: $(ARBHOME)/INCLUDE/arbdb_base.h
48AWTI_export.o: $(ARBHOME)/INCLUDE/arbdbt.h
49AWTI_export.o: $(ARBHOME)/INCLUDE/arbtools.h
50AWTI_export.o: $(ARBHOME)/INCLUDE/attributes.h
51AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
52AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awar_defs.hxx
53AWTI_export.o: $(ARBHOME)/INCLUDE/aw_awars.hxx
54AWTI_export.o: $(ARBHOME)/INCLUDE/aw_base.hxx
55AWTI_export.o: $(ARBHOME)/INCLUDE/aw_file.hxx
56AWTI_export.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
57AWTI_export.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
58AWTI_export.o: $(ARBHOME)/INCLUDE/aw_root.hxx
59AWTI_export.o: $(ARBHOME)/INCLUDE/aw_window.hxx
60AWTI_export.o: $(ARBHOME)/INCLUDE/awt_filter.hxx
61AWTI_export.o: $(ARBHOME)/INCLUDE/cb.h
62AWTI_export.o: $(ARBHOME)/INCLUDE/dupstr.h
63AWTI_export.o: $(ARBHOME)/INCLUDE/seqio.hxx
64AWTI_export.o: $(ARBHOME)/INCLUDE/smartptr.h
65AWTI_export.o: $(ARBHOME)/INCLUDE/test_global.h
66
67AWTI_import.o: awti_imp_local.hxx
68AWTI_import.o: awti_import.hxx
69AWTI_import.o: $(ARBHOME)/INCLUDE/ad_prot.h
70AWTI_import.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
71AWTI_import.o: $(ARBHOME)/INCLUDE/adGene.h
72AWTI_import.o: $(ARBHOME)/INCLUDE/arb_assert.h
73AWTI_import.o: $(ARBHOME)/INCLUDE/arb_core.h
74AWTI_import.o: $(ARBHOME)/INCLUDE/arb_error.h
75AWTI_import.o: $(ARBHOME)/INCLUDE/arb_file.h
76AWTI_import.o: $(ARBHOME)/INCLUDE/arb_msg.h
77AWTI_import.o: $(ARBHOME)/INCLUDE/arb_progress.h
78AWTI_import.o: $(ARBHOME)/INCLUDE/arb_strarray.h
79AWTI_import.o: $(ARBHOME)/INCLUDE/arb_strbuf.h
80AWTI_import.o: $(ARBHOME)/INCLUDE/arb_string.h
81AWTI_import.o: $(ARBHOME)/INCLUDE/arbdb.h
82AWTI_import.o: $(ARBHOME)/INCLUDE/arbdb_base.h
83AWTI_import.o: $(ARBHOME)/INCLUDE/arbdbt.h
84AWTI_import.o: $(ARBHOME)/INCLUDE/arbtools.h
85AWTI_import.o: $(ARBHOME)/INCLUDE/attributes.h
86AWTI_import.o: $(ARBHOME)/INCLUDE/aw_advice.hxx
87AWTI_import.o: $(ARBHOME)/INCLUDE/aw_awar.hxx
88AWTI_import.o: $(ARBHOME)/INCLUDE/aw_base.hxx
89AWTI_import.o: $(ARBHOME)/INCLUDE/aw_file.hxx
90AWTI_import.o: $(ARBHOME)/INCLUDE/aw_keysym.hxx
91AWTI_import.o: $(ARBHOME)/INCLUDE/aw_msg.hxx
92AWTI_import.o: $(ARBHOME)/INCLUDE/aw_question.hxx
93AWTI_import.o: $(ARBHOME)/INCLUDE/AW_rename.hxx
94AWTI_import.o: $(ARBHOME)/INCLUDE/aw_root.hxx
95AWTI_import.o: $(ARBHOME)/INCLUDE/aw_scalar.hxx
96AWTI_import.o: $(ARBHOME)/INCLUDE/aw_select.hxx
97AWTI_import.o: $(ARBHOME)/INCLUDE/aw_window.hxx
98AWTI_import.o: $(ARBHOME)/INCLUDE/awt.hxx
99AWTI_import.o: $(ARBHOME)/INCLUDE/cb.h
100AWTI_import.o: $(ARBHOME)/INCLUDE/dupstr.h
101AWTI_import.o: $(ARBHOME)/INCLUDE/GEN.hxx
102AWTI_import.o: $(ARBHOME)/INCLUDE/GenomeImport.h
103AWTI_import.o: $(ARBHOME)/INCLUDE/item_sel_list.h
104AWTI_import.o: $(ARBHOME)/INCLUDE/items.h
105AWTI_import.o: $(ARBHOME)/INCLUDE/seqio.hxx
106AWTI_import.o: $(ARBHOME)/INCLUDE/smartptr.h
107AWTI_import.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the browser.