source: trunk/SL/SEQUENCE/Makefile

Last change on this file was 18959, checked in by westram, 3 years ago
File size: 5.8 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
33AP_seq_dna.o: AP_seq_dna.hxx
34AP_seq_dna.o: AP_sequence.hxx
35AP_seq_dna.o: $(ARBHOME)/INCLUDE/ad_prot.h
36AP_seq_dna.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
37AP_seq_dna.o: $(ARBHOME)/INCLUDE/AliView.hxx
38AP_seq_dna.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
39AP_seq_dna.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
40AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_assert.h
41AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_core.h
42AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_error.h
43AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_mem.h
44AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_msg.h
45AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_string.h
46AP_seq_dna.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
47AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbdb.h
48AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbdb_base.h
49AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbdbt.h
50AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbtools.h
51AP_seq_dna.o: $(ARBHOME)/INCLUDE/attributes.h
52AP_seq_dna.o: $(ARBHOME)/INCLUDE/cxxforward.h
53AP_seq_dna.o: $(ARBHOME)/INCLUDE/downcast.h
54AP_seq_dna.o: $(ARBHOME)/INCLUDE/dupstr.h
55AP_seq_dna.o: $(ARBHOME)/INCLUDE/gccver.h
56AP_seq_dna.o: $(ARBHOME)/INCLUDE/smartptr.h
57AP_seq_dna.o: $(ARBHOME)/INCLUDE/static_assert.h
58AP_seq_dna.o: $(ARBHOME)/INCLUDE/stringize.h
59AP_seq_dna.o: $(ARBHOME)/INCLUDE/test_global.h
60AP_seq_dna.o: $(ARBHOME)/INCLUDE/TreeNode.h
61
62AP_seq_protein.o: AP_seq_protein.hxx
63AP_seq_protein.o: AP_sequence.hxx
64AP_seq_protein.o: $(ARBHOME)/INCLUDE/ad_prot.h
65AP_seq_protein.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
66AP_seq_protein.o: $(ARBHOME)/INCLUDE/AliView.hxx
67AP_seq_protein.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
68AP_seq_protein.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
69AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_assert.h
70AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_core.h
71AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_error.h
72AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_mem.h
73AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_msg.h
74AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_str.h
75AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_string.h
76AP_seq_protein.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
77AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbdb.h
78AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbdb_base.h
79AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbdbt.h
80AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbtools.h
81AP_seq_protein.o: $(ARBHOME)/INCLUDE/attributes.h
82AP_seq_protein.o: $(ARBHOME)/INCLUDE/cxxforward.h
83AP_seq_protein.o: $(ARBHOME)/INCLUDE/downcast.h
84AP_seq_protein.o: $(ARBHOME)/INCLUDE/dupstr.h
85AP_seq_protein.o: $(ARBHOME)/INCLUDE/gccver.h
86AP_seq_protein.o: $(ARBHOME)/INCLUDE/smartptr.h
87AP_seq_protein.o: $(ARBHOME)/INCLUDE/static_assert.h
88AP_seq_protein.o: $(ARBHOME)/INCLUDE/stringize.h
89AP_seq_protein.o: $(ARBHOME)/INCLUDE/test_global.h
90AP_seq_protein.o: $(ARBHOME)/INCLUDE/TreeNode.h
91
92AP_seq_simple_pro.o: AP_seq_simple_pro.hxx
93AP_seq_simple_pro.o: AP_sequence.hxx
94AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ad_prot.h
95AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
96AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/AliView.hxx
97AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
98AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
99AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_assert.h
100AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_core.h
101AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_error.h
102AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_mem.h
103AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_msg.h
104AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_string.h
105AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
106AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdb.h
107AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdb_base.h
108AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdbt.h
109AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbtools.h
110AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/attributes.h
111AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/cxxforward.h
112AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/downcast.h
113AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/dupstr.h
114AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/gccver.h
115AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/smartptr.h
116AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/static_assert.h
117AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/stringize.h
118AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/test_global.h
119AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/TreeNode.h
120
121AP_sequence.o: AP_sequence.hxx
122AP_sequence.o: $(ARBHOME)/INCLUDE/ad_prot.h
123AP_sequence.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
124AP_sequence.o: $(ARBHOME)/INCLUDE/AliView.hxx
125AP_sequence.o: $(ARBHOME)/INCLUDE/arb_assert.h
126AP_sequence.o: $(ARBHOME)/INCLUDE/arb_core.h
127AP_sequence.o: $(ARBHOME)/INCLUDE/arb_error.h
128AP_sequence.o: $(ARBHOME)/INCLUDE/arb_mem.h
129AP_sequence.o: $(ARBHOME)/INCLUDE/arb_msg.h
130AP_sequence.o: $(ARBHOME)/INCLUDE/arb_string.h
131AP_sequence.o: $(ARBHOME)/INCLUDE/arbdb.h
132AP_sequence.o: $(ARBHOME)/INCLUDE/arbdb_base.h
133AP_sequence.o: $(ARBHOME)/INCLUDE/arbdbt.h
134AP_sequence.o: $(ARBHOME)/INCLUDE/arbtools.h
135AP_sequence.o: $(ARBHOME)/INCLUDE/attributes.h
136AP_sequence.o: $(ARBHOME)/INCLUDE/cxxforward.h
137AP_sequence.o: $(ARBHOME)/INCLUDE/downcast.h
138AP_sequence.o: $(ARBHOME)/INCLUDE/dupstr.h
139AP_sequence.o: $(ARBHOME)/INCLUDE/gccver.h
140AP_sequence.o: $(ARBHOME)/INCLUDE/smartptr.h
141AP_sequence.o: $(ARBHOME)/INCLUDE/static_assert.h
142AP_sequence.o: $(ARBHOME)/INCLUDE/stringize.h
143AP_sequence.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.