source: tags/initial/NALIGNER/Makefile

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.6 KB
Line 
1# INCLUDE und GLOBALS MAIN CC cflags werden von aussen uebergeben
2
3.SUFFIXES: .o .c .cxx
4
5#CFLAGS = -g
6#CFLAGS = -O2
7CFLAGS = $(cflags)
8
9# CPP_OBJECTS = ali_prealigner.o ali_aligner.o ali_postree.o \
10#                                 ali_arbdb.o ali_sequence.o ali_solution.o \
11#                                 ali_pt.o ali_global.o ali_profile.o ali_pathmap.o \
12#                                 ali_main.o BI_helix.o
13
14CPP_OBJECTS = ali_prealigner.o ali_aligner.o \
15                                  ali_arbdb.o ali_sequence.o ali_solution.o \
16                                  ali_pt.o ali_global.o ali_profile.o ali_pathmap.o \
17                                  ali_main.o BI_helix.o
18
19
20$(MAIN): $(CPP_OBJECTS) 
21        $(CPP) -o $(MAIN:.a=.com) $(CPP_OBJECTS) $(CPPINCLUDES) $(LIBPATH) ../PROBE_COM/client.a ../SERVERCNTRL/SERVERCNTRL.a -lARBDB $(SYSLIBS) $(CCPLIBS)
22        touch $(MAIN);
23
24.cxx.o: 
25        $(CPP) $(CFLAGS) -c -o $@ $< $(CPPINCLUDES)
26
27depend:
28        $(MAKEDEPEND) $(MAKEDEPENDINC) $(CPP_OBJECTS:.o=.cxx)
29
30# DO NOT DELETE THIS LINE -- make depend depends on it.
31
32ali_prealigner.o:  ali_prealigner.hxx
33ali_prealigner.o: ali_profile.hxx ali_sequence.hxx
34ali_prealigner.o: 
35ali_prealigner.o: 
36ali_prealigner.o: 
37ali_prealigner.o: 
38ali_prealigner.o: 
39ali_prealigner.o: ali_misc.hxx
40ali_prealigner.o: 
41ali_prealigner.o:  ali_arbdb.hxx ali_other_stuff.hxx
42ali_prealigner.o: $(ARBHOME)/INCLUDE/PT_com.h
43ali_prealigner.o: $(ARBHOME)/INCLUDE/server.h
44ali_prealigner.o: $(ARBHOME)/INCLUDE/arbdb.h
45ali_prealigner.o: $(ARBHOME)/INCLUDE/ad_prot.h
46ali_prealigner.o: $(ARBHOME)/INCLUDE/arbdbt.h
47ali_prealigner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
48ali_prealigner.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_pt.hxx
49ali_prealigner.o: ali_tlist.hxx $(ARBHOME)/INCLUDE/client.h
50ali_prealigner.o: ali_pathmap.hxx ali_tarray.hxx ali_tstack.hxx
51ali_prealigner.o: ali_solution.hxx ali_aligner.hxx
52ali_aligner.o:  ali_aligner.hxx
53ali_aligner.o: 
54ali_aligner.o: 
55ali_aligner.o: 
56ali_aligner.o: 
57ali_aligner.o:  ali_solution.hxx ali_profile.hxx
58ali_aligner.o: ali_sequence.hxx  ali_misc.hxx
59ali_aligner.o: 
60ali_aligner.o:   ali_arbdb.hxx
61ali_aligner.o: ali_other_stuff.hxx $(ARBHOME)/INCLUDE/PT_com.h
62ali_aligner.o: $(ARBHOME)/INCLUDE/server.h
63ali_aligner.o: $(ARBHOME)/INCLUDE/arbdb.h
64ali_aligner.o: $(ARBHOME)/INCLUDE/ad_prot.h
65ali_aligner.o: $(ARBHOME)/INCLUDE/arbdbt.h
66ali_aligner.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
67ali_aligner.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_pt.hxx
68ali_aligner.o: ali_tlist.hxx $(ARBHOME)/INCLUDE/client.h
69ali_aligner.o: ali_tstack.hxx ali_tarray.hxx ali_pathmap.hxx
70ali_arbdb.o: 
71ali_arbdb.o: 
72ali_arbdb.o: 
73ali_arbdb.o: 
74ali_arbdb.o: 
75ali_arbdb.o: 
76ali_arbdb.o:   ali_arbdb.hxx
77ali_arbdb.o: ali_other_stuff.hxx $(ARBHOME)/INCLUDE/PT_com.h
78ali_arbdb.o: $(ARBHOME)/INCLUDE/server.h
79ali_arbdb.o: $(ARBHOME)/INCLUDE/arbdb.h
80ali_arbdb.o: $(ARBHOME)/INCLUDE/ad_prot.h
81ali_arbdb.o: $(ARBHOME)/INCLUDE/arbdbt.h
82ali_arbdb.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
83ali_arbdb.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_sequence.hxx
84ali_arbdb.o:  ali_misc.hxx
85ali_arbdb.o: 
86ali_sequence.o: 
87ali_sequence.o: 
88ali_sequence.o: 
89ali_sequence.o: 
90ali_sequence.o: 
91ali_sequence.o:   ali_misc.hxx
92ali_sequence.o: 
93ali_sequence.o: 
94ali_sequence.o: ali_sequence.hxx
95ali_solution.o: 
96ali_solution.o: 
97ali_solution.o: 
98ali_solution.o: 
99ali_solution.o: 
100ali_solution.o:  ali_misc.hxx
101ali_solution.o: 
102ali_solution.o: 
103ali_solution.o: ali_solution.hxx ali_profile.hxx ali_sequence.hxx
104ali_solution.o:  ali_arbdb.hxx ali_other_stuff.hxx
105ali_solution.o: $(ARBHOME)/INCLUDE/PT_com.h
106ali_solution.o: $(ARBHOME)/INCLUDE/server.h
107ali_solution.o: $(ARBHOME)/INCLUDE/arbdb.h
108ali_solution.o: $(ARBHOME)/INCLUDE/ad_prot.h
109ali_solution.o: $(ARBHOME)/INCLUDE/arbdbt.h
110ali_solution.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
111ali_solution.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_pt.hxx
112ali_solution.o: ali_tlist.hxx $(ARBHOME)/INCLUDE/client.h
113ali_pt.o: 
114ali_pt.o: 
115ali_pt.o: 
116ali_pt.o: 
117ali_pt.o: 
118ali_pt.o: 
119ali_pt.o:   ali_misc.hxx
120ali_pt.o:  ali_pt.hxx ali_other_stuff.hxx
121ali_pt.o: $(ARBHOME)/INCLUDE/PT_com.h
122ali_pt.o: $(ARBHOME)/INCLUDE/server.h
123ali_pt.o: $(ARBHOME)/INCLUDE/arbdb.h
124ali_pt.o: $(ARBHOME)/INCLUDE/ad_prot.h
125ali_pt.o: $(ARBHOME)/INCLUDE/arbdbt.h
126ali_pt.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
127ali_pt.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_tlist.hxx
128ali_pt.o: ali_sequence.hxx
129ali_pt.o: $(ARBHOME)/INCLUDE/client.h
130ali_global.o: 
131ali_global.o: 
132ali_global.o: 
133ali_global.o: ali_misc.hxx 
134ali_global.o: 
135ali_global.o: 
136ali_global.o: 
137ali_global.o:  ali_global.hxx ali_arbdb.hxx
138ali_global.o: ali_other_stuff.hxx $(ARBHOME)/INCLUDE/PT_com.h
139ali_global.o: $(ARBHOME)/INCLUDE/server.h
140ali_global.o: $(ARBHOME)/INCLUDE/arbdb.h
141ali_global.o: $(ARBHOME)/INCLUDE/ad_prot.h
142ali_global.o: $(ARBHOME)/INCLUDE/arbdbt.h
143ali_global.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
144ali_global.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_sequence.hxx
145ali_global.o:  ali_pt.hxx ali_tlist.hxx
146ali_global.o: $(ARBHOME)/INCLUDE/client.h ali_profile.hxx
147ali_global.o: ali_prealigner.hxx ali_pathmap.hxx ali_tarray.hxx
148ali_global.o: ali_tstack.hxx ali_solution.hxx
149ali_profile.o: 
150ali_profile.o: 
151ali_profile.o: 
152ali_profile.o: 
153ali_profile.o: 
154ali_profile.o:  ali_misc.hxx
155ali_profile.o: 
156ali_profile.o: 
157ali_profile.o: ali_profile.hxx ali_sequence.hxx
158ali_profile.o: ali_arbdb.hxx ali_other_stuff.hxx
159ali_profile.o: $(ARBHOME)/INCLUDE/PT_com.h
160ali_profile.o: $(ARBHOME)/INCLUDE/server.h
161ali_profile.o: $(ARBHOME)/INCLUDE/arbdb.h
162ali_profile.o: $(ARBHOME)/INCLUDE/ad_prot.h
163ali_profile.o: $(ARBHOME)/INCLUDE/arbdbt.h
164ali_profile.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
165ali_profile.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_pt.hxx
166ali_profile.o: ali_tlist.hxx $(ARBHOME)/INCLUDE/client.h
167ali_profile.o: ali_solution.hxx BI_helix.hxx
168ali_pathmap.o: 
169ali_pathmap.o: 
170ali_pathmap.o: 
171ali_pathmap.o: 
172ali_pathmap.o: 
173ali_pathmap.o: ali_pathmap.hxx ali_tarray.hxx ali_misc.hxx
174ali_pathmap.o: 
175ali_pathmap.o:   ali_tlist.hxx
176ali_main.o:  ali_misc.hxx
177ali_main.o: 
178ali_main.o: 
179ali_main.o: 
180ali_main.o: 
181ali_main.o: 
182ali_main.o:   ali_global.hxx
183ali_main.o: ali_arbdb.hxx ali_other_stuff.hxx
184ali_main.o: $(ARBHOME)/INCLUDE/PT_com.h
185ali_main.o: $(ARBHOME)/INCLUDE/server.h
186ali_main.o: $(ARBHOME)/INCLUDE/arbdb.h
187ali_main.o: $(ARBHOME)/INCLUDE/ad_prot.h
188ali_main.o: $(ARBHOME)/INCLUDE/arbdbt.h
189ali_main.o: $(ARBHOME)/INCLUDE/ad_t_prot.h
190ali_main.o: $(ARBHOME)/INCLUDE/servercntrl.h ali_sequence.hxx
191ali_main.o:   ali_pt.hxx
192ali_main.o: ali_tlist.hxx $(ARBHOME)/INCLUDE/client.h
193ali_main.o: ali_profile.hxx ali_prealigner.hxx ali_pathmap.hxx ali_tarray.hxx
194ali_main.o: ali_tstack.hxx ali_solution.hxx ali_aligner.hxx
195BI_helix.o: 
196BI_helix.o: 
197BI_helix.o: 
198BI_helix.o: 
199BI_helix.o: 
200BI_helix.o: 
201BI_helix.o: 
202BI_helix.o: $(ARBHOME)/INCLUDE/arbdb.h
203BI_helix.o: $(ARBHOME)/INCLUDE/ad_prot.h
204BI_helix.o: $(ARBHOME)/INCLUDE/arbdbt.h
205BI_helix.o: $(ARBHOME)/INCLUDE/ad_t_prot.h BI_helix.hxx
Note: See TracBrowser for help on using the repository browser.