source: branches/stable/SL/SEQUENCE/Makefile

Last change on this file was 15176, checked in by westram, 8 years ago
File size: 5.7 KB
Line 
1# for variables passed from parent makefile see ../../SOURCE_TOOLS/parent_make.txt
2
3.SUFFIXES: .o .c .cxx .depend
4
5C_OBJECTS = 
6CPP_OBJECTS = $(subst .cxx,.o,$(wildcard *.cxx))
7
8OBJECTS=$(C_OBJECTS) $(CPP_OBJECTS)
9
10$(MAIN): $(OBJECTS)
11        $(LINK_STATIC_LIB) $(MAIN) $(OBJECTS)
12
13.cxx.o:
14        $(A_CXX) $(cflags) $(cxxflags) -c $< $(CXX_INCLUDES) $(POST_COMPILE) $<
15
16.c.o:
17        $(A_CC) $(cflags) -c $< $(CC_INCLUDES) $(POST_COMPILE) $<
18
19clean:
20        rm -f $(OBJECTS) *.a
21
22DEPENDS = $(OBJECTS:.o=.depend)
23depends: $(DEPENDS)
24        @cat $(DEPENDS) | grep -v '^#' >>Makefile
25        @rm $(DEPENDS)
26$(DEPENDS): depend.init
27depend.init:
28        $(MAKEDEPEND) $(MAKEDEPENDFLAGS) 2>/dev/null # remove dependencies
29.c.depend:
30        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
31.cxx.depend:
32        $(MAKEDEPEND) -f- $(MAKEDEPENDFLAGS) $< 2>/dev/null >$@
33
34# DO NOT DELETE
35
36# Do not add dependencies manually - use 'make depend' in $ARBHOME
37# For formatting issues see SOURCE_TOOLS/fix_depends.pl (from SL)
38
39AP_seq_dna.o: AP_seq_dna.hxx
40AP_seq_dna.o: AP_sequence.hxx
41AP_seq_dna.o: $(ARBHOME)/INCLUDE/ad_prot.h
42AP_seq_dna.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
43AP_seq_dna.o: $(ARBHOME)/INCLUDE/AliView.hxx
44AP_seq_dna.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
45AP_seq_dna.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
46AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_assert.h
47AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_core.h
48AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_error.h
49AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_mem.h
50AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_msg.h
51AP_seq_dna.o: $(ARBHOME)/INCLUDE/arb_string.h
52AP_seq_dna.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
53AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbdb.h
54AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbdb_base.h
55AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbdbt.h
56AP_seq_dna.o: $(ARBHOME)/INCLUDE/arbtools.h
57AP_seq_dna.o: $(ARBHOME)/INCLUDE/attributes.h
58AP_seq_dna.o: $(ARBHOME)/INCLUDE/cxxforward.h
59AP_seq_dna.o: $(ARBHOME)/INCLUDE/downcast.h
60AP_seq_dna.o: $(ARBHOME)/INCLUDE/dupstr.h
61AP_seq_dna.o: $(ARBHOME)/INCLUDE/gccver.h
62AP_seq_dna.o: $(ARBHOME)/INCLUDE/smartptr.h
63AP_seq_dna.o: $(ARBHOME)/INCLUDE/static_assert.h
64AP_seq_dna.o: $(ARBHOME)/INCLUDE/test_global.h
65AP_seq_dna.o: $(ARBHOME)/INCLUDE/TreeNode.h
66
67AP_seq_protein.o: AP_seq_protein.hxx
68AP_seq_protein.o: AP_sequence.hxx
69AP_seq_protein.o: $(ARBHOME)/INCLUDE/ad_prot.h
70AP_seq_protein.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
71AP_seq_protein.o: $(ARBHOME)/INCLUDE/AliView.hxx
72AP_seq_protein.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
73AP_seq_protein.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
74AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_assert.h
75AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_core.h
76AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_error.h
77AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_mem.h
78AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_msg.h
79AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_str.h
80AP_seq_protein.o: $(ARBHOME)/INCLUDE/arb_string.h
81AP_seq_protein.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
82AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbdb.h
83AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbdb_base.h
84AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbdbt.h
85AP_seq_protein.o: $(ARBHOME)/INCLUDE/arbtools.h
86AP_seq_protein.o: $(ARBHOME)/INCLUDE/attributes.h
87AP_seq_protein.o: $(ARBHOME)/INCLUDE/cxxforward.h
88AP_seq_protein.o: $(ARBHOME)/INCLUDE/downcast.h
89AP_seq_protein.o: $(ARBHOME)/INCLUDE/dupstr.h
90AP_seq_protein.o: $(ARBHOME)/INCLUDE/gccver.h
91AP_seq_protein.o: $(ARBHOME)/INCLUDE/smartptr.h
92AP_seq_protein.o: $(ARBHOME)/INCLUDE/static_assert.h
93AP_seq_protein.o: $(ARBHOME)/INCLUDE/test_global.h
94AP_seq_protein.o: $(ARBHOME)/INCLUDE/TreeNode.h
95
96AP_seq_simple_pro.o: AP_seq_simple_pro.hxx
97AP_seq_simple_pro.o: AP_sequence.hxx
98AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ad_prot.h
99AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
100AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/AliView.hxx
101AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/AP_filter.hxx
102AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/AP_pro_a_nucs.hxx
103AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_assert.h
104AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_core.h
105AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_error.h
106AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_mem.h
107AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_msg.h
108AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arb_string.h
109AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/ARB_Tree.hxx
110AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdb.h
111AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdb_base.h
112AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbdbt.h
113AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/arbtools.h
114AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/attributes.h
115AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/cxxforward.h
116AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/downcast.h
117AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/dupstr.h
118AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/gccver.h
119AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/smartptr.h
120AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/static_assert.h
121AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/test_global.h
122AP_seq_simple_pro.o: $(ARBHOME)/INCLUDE/TreeNode.h
123
124AP_sequence.o: AP_sequence.hxx
125AP_sequence.o: $(ARBHOME)/INCLUDE/ad_prot.h
126AP_sequence.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
127AP_sequence.o: $(ARBHOME)/INCLUDE/AliView.hxx
128AP_sequence.o: $(ARBHOME)/INCLUDE/arb_assert.h
129AP_sequence.o: $(ARBHOME)/INCLUDE/arb_core.h
130AP_sequence.o: $(ARBHOME)/INCLUDE/arb_error.h
131AP_sequence.o: $(ARBHOME)/INCLUDE/arb_mem.h
132AP_sequence.o: $(ARBHOME)/INCLUDE/arb_msg.h
133AP_sequence.o: $(ARBHOME)/INCLUDE/arb_string.h
134AP_sequence.o: $(ARBHOME)/INCLUDE/arbdb.h
135AP_sequence.o: $(ARBHOME)/INCLUDE/arbdb_base.h
136AP_sequence.o: $(ARBHOME)/INCLUDE/arbdbt.h
137AP_sequence.o: $(ARBHOME)/INCLUDE/arbtools.h
138AP_sequence.o: $(ARBHOME)/INCLUDE/attributes.h
139AP_sequence.o: $(ARBHOME)/INCLUDE/cxxforward.h
140AP_sequence.o: $(ARBHOME)/INCLUDE/downcast.h
141AP_sequence.o: $(ARBHOME)/INCLUDE/dupstr.h
142AP_sequence.o: $(ARBHOME)/INCLUDE/gccver.h
143AP_sequence.o: $(ARBHOME)/INCLUDE/smartptr.h
144AP_sequence.o: $(ARBHOME)/INCLUDE/static_assert.h
145AP_sequence.o: $(ARBHOME)/INCLUDE/test_global.h
Note: See TracBrowser for help on using the repository browser.